Three Methods, One Goal
When finding the volume of a solid of revolution, you have three main tools: the disk method, the washer method, and the shell method. All three are correct approaches — the difference lies in how efficiently they handle different situations.
Choosing the right method can mean the difference between a clean one-line integral and a messy, error-prone calculation.
The Disk Method
The disk method slices the solid perpendicular to the axis of rotation, creating solid circular disks.
Formula (rotation around x-axis): V = π ∫[a to b] [f(x)]² dx
Best used when:
- The region has one boundary — one function and the axis itself
- There is no gap between the region and the axis of rotation
- The function is easy to square
Example: Rotating y = √x from x = 0 to x = 4 around the x-axis.
The Washer Method
The washer method is an extension of the disk method for regions bounded by two curves. Each cross-section is a washer (disk with a hole).
Formula (rotation around x-axis): V = π ∫[a to b] {[f(x)]² − [g(x)]²} dx
Where f(x) is the outer function and g(x) is the inner function.
Best used when:
- There are two boundary curves creating a gap from the axis
- The region does not touch the axis of rotation
- Both functions are easily expressed in terms of x (for x-axis rotation)
The Shell Method
The shell method wraps thin cylindrical shells parallel to the axis of rotation.
Formula (rotation around y-axis): V = 2π ∫[a to b] x · [f(x) − g(x)] dx
Best used when:
- The axis of rotation is vertical and the function is given in terms of x
- Solving for the inverse function would be complicated
- The axis is offset (e.g., x = 3 or x = −1)
Side-by-Side Comparison
| Feature | Disk | Washer | Shell |
|---|---|---|---|
| Cross-section shape | Solid circle | Ring/annulus | Cylindrical tube |
| Number of curves | One (+ axis) | Two | One or two |
| Integration direction | ⊥ to axis | ⊥ to axis | ∥ to axis |
| Rotation around y-axis | Integrate in y | Integrate in y | Integrate in x |
| Rotation around x-axis | Integrate in x | Integrate in x | Integrate in y |
Decision Guide: Which Method to Pick
- Is the solid touching the axis with no gap? → Use Disk method
- Is there a gap between the region and the axis? → Use Washer method
- Is the axis parallel to the direction your functions are written in? → Use Shell method
- Would the Disk/Washer method require you to solve for x in terms of y (or vice versa) with a messy expression? → Shell method is easier
Can You Always Use Either Method?
In most cases, yes — both approaches will give the same answer. However, one will often require significantly less work. When functions like y = x⁵ + x are involved, solving for x in terms of y is practically impossible, making the shell method the only practical option for certain rotation axes.
Summary
There's no universally "best" method. The disk and washer methods excel when slicing perpendicular to the axis is natural. The shell method shines when the integration variable matches how the function is already written. Learning to recognize which setup leads to a simpler integral is a key skill for calculus students.