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.

🎯 In this section you will learn

📌 The Shell Method Formula

$$ V = 2\pi \int_a^b [\text{radius}] \cdot [\text{height}] \, dx $$
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.

Identify radius and height
Radius = distance from y‑axis = $x$
Height = $y = x^2$
Set up the integral
$V = 2\pi \int_0^2 (x)(x^2) dx = 2\pi \int_0^2 x^3 dx$
Evaluate
$V = 2\pi \left[\frac{x^4}{4}\right]_0^2 = 2\pi \cdot \frac{16}{4} = 2\pi \cdot 4 = 8\pi$
Example 2Shell Method vs Disk Method

Find the volume when the region under $y = \sqrt{x}$ from $x=0$ to $x=4$ is revolved around the y‑axis. Compare with the disk method.

Shell Method
Radius = $x$, Height = $\sqrt{x}$
$V = 2\pi \int_0^4 x \sqrt{x} dx = 2\pi \int_0^4 x^{3/2} dx = 2\pi \left[\frac{2}{5}x^{5/2}\right]_0^4 = 2\pi \cdot \frac{2}{5} \cdot 32 = \frac{128\pi}{5}$
Disk Method (from previous section)
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
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.

Find intersection points
$x^2 = x$ ⇒ $x=0, 1$
Identify radius and height
Radius = $x$
Height = top curve − bottom curve = $x - x^2$
Set up the integral
$V = 2\pi \int_0^1 (x)(x - x^2) dx = 2\pi \int_0^1 (x^2 - x^3) dx$
Evaluate
$V = 2\pi \left[\frac{x^3}{3} - \frac{x^4}{4}\right]_0^1 = 2\pi (\frac{1}{3} - \frac{1}{4}) = 2\pi (\frac{4}{12} - \frac{3}{12}) = 2\pi \cdot \frac{1}{12} = \frac{\pi}{6}$
Example 4Shell Method: Revolving Around x‑axis

Find the volume when the region under $y = x^2$ from $x=0$ to $x=2$ is revolved around the x‑axis using the shell method.

Revolve around x‑axis → use horizontal shells
Integrate with respect to $y$. $x = \sqrt{y}$ (right side)
Identify radius and height
Radius = distance from x‑axis = $y$
Height = $x = \sqrt{y}$
Set up the integral
$V = 2\pi \int_0^4 (y)(\sqrt{y}) dy = 2\pi \int_0^4 y^{3/2} dy = 2\pi \left[\frac{2}{5} y^{5/2}\right]_0^4 = 2\pi \cdot \frac{2}{5} \cdot 32 = \frac{128\pi}{5}$
⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page