Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A solid of revolution is formed when a plane region is rotated around a line, creating a three-dimensional object whose volume can often be found by integration. The axis of rotation does not have to be the x-axis or y-axis, so the distance from the region to the axis becomes especially important. This idea appears in engineering, physics, and design whenever a shape is produced by spinning a cross section around a shifted center line.

Correct setup depends on choosing slices that match the geometry of the rotation.

Understanding Calculus: Solids of Revolution About Any Line

The key skill is measuring distance from the actual rotation line, not from the coordinate axes. A shifted horizontal line changes every radius by the same vertical offset. A shifted vertical line changes every radius by a horizontal offset.

Distance is always positive, even when a curve lies below a horizontal axis or to the left of a vertical axis. Absolute value ideas help here.

For example, if a boundary is at a height of three and the rotation line is at a height of five, the radius is two. A sketch with the rotation line clearly marked prevents many setup errors.

The slice direction determines the shape made after rotation. A slice perpendicular to the rotation line produces a circular cross section. It may be a disk when the region reaches the axis.

It may be a washer when the region leaves an empty space around the axis. The outer radius reaches from the axis to the farther boundary. The inner radius reaches from the axis to the nearer boundary.

The volume of a thin washer is its circular area times its small thickness. Integration adds all of those thin volumes across the region. This explains why radii are squared in the disk and washer methods.

A slice parallel to the rotation line produces a cylindrical shell. A shell has a radius, a height, and a very small thickness. Its volume is found by multiplying the circumference, the height, and the thickness.

Shells are often easier when perpendicular slices would require solving an equation for the other variable. For a horizontal rotation line, vertical shells can work if the shell height is the difference between the top and bottom functions.

For a vertical rotation line, horizontal shells are often natural. The best method is the one that describes the boundaries with the fewest changes or extra equations.

Special care is needed when the rotation line passes through the region. A radius can shrink to zero, then grow again on the other side. A single outer radius formula may fail because the farther boundary can switch.

The region may need to be split into separate intervals before integrating. Students should test a few sample slices and physically imagine their rotation.

They should check whether a cross section has a hole, whether a shell height stays positive, and whether every length uses the same units. These checks matter in real objects such as hollow pipes, bowls, machine parts, bottles, and containers made by turning a profile around an off center line.

Key Facts

  • Disk method: V = pi integral from a to b of R(x)^2 dx
  • Washer method: V = pi integral from a to b of (R(x)^2 - r(x)^2) dx
  • Shell method with vertical shells: V = 2pi integral from a to b of radius(x) height(x) dx
  • For rotation about y = k, a vertical slice has radius equal to vertical distance from the curve to y = k.
  • For rotation about x = h, a horizontal slice has radius equal to horizontal distance from the curve to x = h.
  • Example radius shift: rotating y = f(x) about y = k gives R(x) = |f(x) - k| for a disk edge.

Vocabulary

Axis of rotation
The fixed line around which a two-dimensional region is rotated to form a three-dimensional solid.
Radius function
A function that gives the distance from a slice of the region to the axis of rotation.
Disk method
A volume method used when slices perpendicular to the rotation axis form solid circular disks.
Washer method
A volume method used when perpendicular slices form rings with an outer radius and an inner radius.
Shell method
A volume method used when slices parallel to the rotation axis form thin cylindrical shells.

Common Mistakes to Avoid

  • Using the curve value as the radius when the axis is shifted. The radius must be the distance from the curve to the line of rotation, such as f(x) - k or k - f(x).
  • Forgetting the inner radius in a washer setup. A hole in the solid means the volume is outer disk volume minus inner disk volume, not just pi integral R^2.
  • Choosing dx or dy without matching the slice direction. Perpendicular slices lead to disks or washers, while parallel slices lead to shells.
  • Dropping absolute distance when finding a shell radius. A radius cannot be negative, so use the positive distance between the shell and the rotation line.

Practice Questions

  1. 1 Find the volume when the region between y = x, y = 0, x = 0, and x = 2 is rotated about the line y = -1 using washers.
  2. 2 Find the volume when the region under y = 4 - x^2 above the x-axis from x = 0 to x = 2 is rotated about the line y = 5 using washers.
  3. 3 A region is bounded by y = x^2 and y = 2x. It is rotated about the vertical line x = 3. Explain whether shells using dx or washers using dy would likely give a simpler setup, and justify your choice using radius and height.