Fiveable

โž—Calculus II Unit 2 Review

QR code for Calculus II practice questions

2.3 Volumes of Revolution: Cylindrical Shells

2.3 Volumes of Revolution: Cylindrical Shells

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โž—Calculus II
Unit & Topic Study Guides

Volumes of Revolution: Cylindrical Shells

Volumes of revolution let you calculate the volume of 3D solids formed by rotating a 2D region around an axis. The cylindrical shells method is especially useful when the disk/washer approach leads to difficult integrals or when the region doesn't touch the axis of rotation.

This section covers how the shell method works, when to choose it over disks or washers, and how to handle trickier rotations around non-coordinate axes.

The Cylindrical Shells Method

The shell method works by slicing the region into thin vertical (or horizontal) strips. When you rotate one of these strips around the axis, it sweeps out a thin cylindrical shell, like a hollow tube.

The volume of a single shell comes from "unrolling" it into a flat slab:

  • Surface area of the shell: 2ฯ€rh2\pi r h, where rr is the distance from the strip to the axis of rotation and hh is the height of the strip (determined by the bounding functions)
  • Thickness of the shell: dxdx or dydy, depending on the variable of integration

You then integrate to sum up all the shells across the region:

  • Rotation around the y-axis (vertical axis), integrating with respect to xx:

V=โˆซab2ฯ€xโ€‰f(x)โ€‰dxV = \int_{a}^{b} 2\pi x \, f(x) \, dx

Here xx is the radius (distance from each strip to the y-axis) and f(x)f(x) is the height.

  • Rotation around the x-axis (horizontal axis), integrating with respect to yy:

V=โˆซcd2ฯ€yโ€‰g(y)โ€‰dyV = \int_{c}^{d} 2\pi y \, g(y) \, dy

Here yy is the radius and g(y)g(y) is the width of each horizontal strip.

Setting Up a Shell Integral: Step by Step

  1. Sketch the region and identify the axis of rotation.

  2. Draw a representative strip parallel to the axis of rotation. (This is the opposite of disks/washers, where strips are perpendicular.)

  3. Determine the radius rr: the distance from the strip to the axis of rotation.

  4. Determine the height hh: the length of the strip, found from the bounding function(s). If two functions bound the region, h=f(x)โˆ’g(x)h = f(x) - g(x) (top minus bottom) or the analogous expression in yy.

  5. Write the integral: V=โˆซ2ฯ€rโ‹…hโ€‰dxV = \int 2\pi r \cdot h \, dx (or dydy).

  6. Identify the limits of integration from where the region starts and ends along your variable.

Application of cylindrical shells method, Volumes of Revolution: Cylindrical Shells ยท Calculus

Comparison of Volume Methods

All three methods compute the same volumes, but each has situations where it's the most natural choice.

MethodSlice orientationVolume elementBest used when...
DiskPerpendicular to axisฯ€r2โ€‰dx\pi r^2 \, dx or ฯ€r2โ€‰dy\pi r^2 \, dyRegion is bounded on one side by the axis of rotation
WasherPerpendicular to axisฯ€(R2โˆ’r2)โ€‰dx\pi(R^2 - r^2) \, dx or ฯ€(R2โˆ’r2)โ€‰dy\pi(R^2 - r^2) \, dyRegion is bounded by two functions with a gap between the inner boundary and the axis
ShellParallel to axis2ฯ€rhโ€‰dx2\pi r h \, dx or 2ฯ€rhโ€‰dy2\pi r h \, dySee below

The shell method tends to be the better choice when:

  • The disk/washer setup would force you to solve for xx in terms of yy (or vice versa), creating a messier integral.
  • The region is bounded by two functions and neither touches the axis of rotation, which would make the washer radii awkward to express.
  • The axis of rotation is a line like x=ax = a or y=by = b rather than a coordinate axis.

A good rule of thumb: if your representative strip is easier to draw parallel to the axis of rotation, shells will likely give you a cleaner integral. If it's easier to draw perpendicular, try disks or washers.

Volumes from Complex Rotations

Application of cylindrical shells method, Volumes of Revolution: Cylindrical Shells ยท Calculus

Regions Bounded by Multiple Functions

When the region is defined by more than one function:

  1. Find intersection points of the bounding curves. These typically set your limits of integration.
  2. Check whether one function stays on top across the entire interval. If the "top" and "bottom" functions switch, split the region into subregions at the crossover points.
  3. Set up a separate integral for each subregion, then add the results for the total volume.

Rotation Around a Non-Coordinate Axis

When the axis of rotation is a line like x=ax = a or y=by = b instead of the x- or y-axis, the setup is nearly the same. The only change is how you express the radius:

  • Rotation around the vertical line x=ax = a: the shell radius becomes โˆฃxโˆ’aโˆฃ|x - a|
  • Rotation around the horizontal line y=by = b: the shell radius becomes โˆฃyโˆ’bโˆฃ|y - b|

For example, rotating the region under f(x)f(x) from x=1x = 1 to x=3x = 3 around the line x=5x = 5 gives:

V=โˆซ132ฯ€(5โˆ’x)โ€‰f(x)โ€‰dxV = \int_{1}^{3} 2\pi (5 - x) \, f(x) \, dx

Notice the radius is (5โˆ’x)(5 - x) because each shell sits to the left of the axis at x=5x = 5. Always think about which direction the distance goes and whether you need (aโˆ’x)(a - x) or (xโˆ’a)(x - a) to keep the radius positive over your interval.

Key Concepts to Remember

  • Integration sums infinitely many thin shells (or disks/washers) to produce an exact volume.
  • Revolution means rotating a flat region around an axis to generate a 3D solid. The cross-sections are always circular.
  • The differential element (dxdx or dydy) represents the thickness of each infinitesimally thin shell.
  • For shells, you're computing 2ฯ€rh2\pi r h for each element. For disks/washers, you're computing ฯ€r2\pi r^2 (or ฯ€(R2โˆ’r2)\pi(R^2 - r^2)). Both approaches rely on the same underlying idea of summing thin slices.
  • The most common mistake is mixing up the strip orientation. Shells use strips parallel to the axis; disks and washers use strips perpendicular to it.