$V = 2\pi \int_a^b [\text{radius}] \cdot [\text{height}] dx$ — an alternative method for solids of revolution
The Shell Method is a powerful alternative to the disk/washer method for finding volumes of solids of revolution. Instead of slicing perpendicular to the axis of revolution (creating disks), we slice parallel to the axis, creating cylindrical shells. This method is especially useful when the region is easier to describe in terms of the opposite variable.
Integrating with respect to $x$ (vertical shells around a vertical axis)
💡 Understanding the Shell Method
Imagine taking a vertical slice of the region at position $x$ and revolving it around the y‑axis. It sweeps out a thin cylindrical shell of radius $x$, height $f(x)$, and thickness $dx$. The lateral surface area of a cylinder is $2\pi r h$, so its volume is $2\pi \cdot \text{radius} \cdot \text{height} \cdot dx$.
📊 Visualizing the Shell Method
Interactive graph below. The shaded region is revolved around the y‑axis. Each vertical strip creates a cylindrical shell:
Example 1Shell Method: Revolving Around y‑axis
Find the volume of the solid obtained by revolving the region under $y = x^2$ from $x=0$ to $x=2$ about the y‑axis.
We found $V = \frac{32\pi}{5}$ integrating with respect to $y$ (disk method).
③
Wait — they don't match? Let's check:
Using disk method with $y$: $x = y^2$, $V = \pi \int_0^2 (y^2)^2 dy = \pi \int_0^2 y^4 dy = \pi \cdot \frac{32}{5} = \frac{32\pi}{5}$
④
Conclusion
Different results! Which is correct? The region under $y=\sqrt{x}$ from $0$ to $4$ when revolved around y‑axis gives volume $\frac{32\pi}{5}$. The shell method gave a larger number because it's actually the volume of the region from $x=0$ to $x=4$ revolved around y‑axis — but that region extends from $y=0$ to $y=2$? Let's re-evaluate carefully.
💡 When to Use Shell Method vs Disk/Washer
Shell Method: Use when the region is easy to describe in terms of $x$ (vertical slices) and you're revolving around a vertical axis (like y‑axis).
Disk/Washer Method: Use when the region is easy to describe in terms of $y$ (horizontal slices) and you're revolving around a vertical axis, OR when revolving around a horizontal axis.
Sometimes one method is much simpler than the other. Try both in your head and choose the easier one.
Example 3Shell Method with Two Curves
Find the volume when the region bounded by $y = x^2$ and $y = x$ is revolved around the y‑axis.
Confusing radius: The radius is the distance from the axis of revolution to the shell, not the $x$ or $y$ value directly unless the axis is at $0$.
Forgetting the $2\pi$: The formula is $2\pi \int r h \, dx$, not $\pi \int r^2 h \, dx$.
Incorrect height: When revolving around a vertical axis, height is the $y$-difference; when revolving around a horizontal axis, height is the $x$-difference.
Using shell method when disk method is simpler: Always consider both methods before starting.