Decision guideCalculus IIIntermediate11 min read

Washer method or shell method?

Choose slices by geometry: perpendicular slices create washers, parallel slices create cylindrical shells.

V=π(R2r2)d ⁣xorV=2π(radius)(height)d ⁣xV=\pi\int(R^2-r^2)\,d\!x\quad\text{or}\quad V=2\pi\int(\text{radius})(\text{height})\,d\!x
Decision guide

A practical comparison that turns a vague choice into a repeatable test.

Reviewed July 11, 2026
DecisionStart here

Use the setup that keeps the region in one piece and expresses its dimensions with the least algebra. The axis orientation determines whether dx or dy is natural.

01

What each slice becomes

A slice perpendicular to the axis sweeps out a disk or washer, so its cross-sectional area is π(R² − r²). A slice parallel to the axis sweeps out a thin shell with circumference, height, and thickness.

Both methods compute the same volume from different decompositions.

02

Predict the easier variable

Sketch a representative slice before writing any formula. If vertical slices force you to solve for x in several branches, horizontal shells or washers may be cleaner.

Avoid a method that requires splitting the region unless the alternative is worse.

03

Radii are distances

A radius is the distance from the slice to the axis of rotation, not automatically x or y. Shifted axes require expressions such as x + 2 or 5 − y.

Worked exampleShells avoid an inverse

Rotate the region under y = x² from x = 0 to 1 about the y-axis.

1r=x,h=x2r=x,\qquad h=x^2

A vertical slice is parallel to the y-axis and forms a shell.

2V=2π01x(x2)dxV=2\pi\int_0^1x(x^2)\,dx

Circumference times height times thickness.

3V=2π[x44]01V=2\pi\left[\frac{x^4}{4}\right]_0^1

Evaluate the simple polynomial integral.

ResultV=π2\boxed{V=\frac\pi2}
Watch for

Common mistakes

  1. Using x as the radius when the axis is shifted.
  2. Mixing dx with dimensions written as functions of y.
  3. Forgetting the inner radius in a washer.
Keep

Three takeaways

  1. Draw the slice and its rotated shape.
  2. Perpendicular means washer; parallel means shell.
  3. Choose the method that avoids splitting or inverses.