← MathScape

The Shell Method Formula

MATH162
Reference: Stewart 5.3  •  Chapter: 5  •  Section: 3

Navigation: Wiki Home > Skills > The Shell Method Formula

The Shell Method Formula

Quick Reference $$\boxed{V = 2\pi r h \Delta r = \text{(circumference)} \times \text{(height)} \times \text{(thickness)}}$$

For continuous shells: $V = \int 2\pi \cdot (\text{radius}) \cdot (\text{height}) \, d(\text{radius})$

Before You Start

Test yourself on these prerequisite skills. If any feel unfamiliar, follow the review link before continuing.

1. Can you evaluate $\int_0^2 x^3 \, dx$?

Answer: $\left[\frac{x^4}{4}\right]_0^2 = \frac{16}{4} = 4$

If this was difficult, review Power Rule Integration.

2. Do you know the formula for the circumference of a circle with radius $r$?

Answer: $C = 2\pi r$

This is essential for the shell method. The factor $2\pi r$ appears in every shell formula.

3. Can you set up a disk integral for rotating $y = x^2$ from $x=0$ to $x=1$ about the $x$-axis?

Answer: $V = \int_0^1 \pi (x^2)^2 \, dx = \pi \int_0^1 x^4 \, dx$

If this was difficult, review Disk/Washer Method.

Why Another Method?

Some volume problems become nightmares with disks. Consider rotating the region under $y = x^3 - 3x + 2$ about the $y$-axis. To use washers, you would need to solve this cubic for $x$—typically requiring the cubic formula, which is messy and error-prone.

The shell method offers an elegant alternative. Instead of slicing perpendicular to the axis (creating disks), we slice parallel to it. Each slice, when rotated, forms a thin cylindrical tube called a shell.

Think of peeling an onion: each thin layer is a cylindrical shell. The shell method builds a solid by summing infinitely many such layers.

Prerequisite Map

Prerequisites
Disk/Washer Method
This skill
Shell Method Formula

Quick Reference

Property Value
Chapter 5 - Applications of Integration
Section 5.3
Difficulty Beginner
Time ~15 minutes
Formula When to Use
$V = 2\pi r h \Delta r$ Single shell with finite thickness
$V = \int 2\pi r h \, dr$ Continuous shells (infinitesimal thickness)

Key Concepts

What is a Cylindrical Shell?

A cylindrical shell is the region between two concentric cylinders—like a pipe or a toilet paper tube.

        ╭─────────────────╮
       /                   \
      /     ╭───────╮       \
     │      │       │        │
     │      │       │        │  height h
     │      │       │        │
     │      └───────┘        │
      \                     /
       \___________________/

        ←─── thickness Δr ───→

     Inner radius: r₁
     Outer radius: r₂ = r₁ + Δr
     Average radius: r = (r₁ + r₂)/2

Step-by-Step: Volume of a Single Shell

Step 1: Start with the volumes of the outer and inner cylinders.

$$V_{\text{outer}} = \pi r_2^2 h \qquad V_{\text{inner}} = \pi r_1^2 h$$

Step 2: Subtract to get the shell volume.

$$V = \pi r_2^2 h - \pi r_1^2 h = \pi(r_2^2 - r_1^2)h$$

Step 3: Factor the difference of squares.

$$V = \pi(r_2 + r_1)(r_2 - r_1)h$$

Step 4: Introduce average radius $r = \frac{r_1 + r_2}{2}$ and thickness $\Delta r = r_2 - r_1$.

Note that $r_2 + r_1 = 2r$, so:

$$\boxed{V = 2\pi r h \Delta r}$$

Step 5: Interpret geometrically.

$$V = \underbrace{2\pi r}_{\text{circumference}} \times \underbrace{h}_{\text{height}} \times \underbrace{\Delta r}_{\text{thickness}}$$

The Memorable Formula

The Tin Can Label: Peel the label off a tin can. You get a rectangle with width = circumference = $2\pi r$ and height = $h$. The shell's volume equals this rectangle's area times the shell's thickness.

                                  Cut and
  Cylindrical Shell                unfold           Rectangular Slab
  ─────────────────               ──────►          ─────────────────

       ╭──────╮                                ┌──────────────────┐
      /        \                               │                  │
     │    h     │                              │        h         │
     │          │                   ===►       │                  │
      \        /                               └──────────────────┘
       ╰──────╯                                      2πr

    radius r, thickness Δr                     Area = 2πr × h
                                              Volume = 2πrh × Δr

From Shells to Integrals

When building a solid from infinitely thin shells:

$$V = \int 2\pi \cdot (\text{radius}) \cdot (\text{height}) \, d(\text{radius})$$

The specific form depends on which axis you rotate around and which variable you integrate with respect to. The next skill pages cover these cases.

📜 Historical Note

The shell method emerged as mathematicians sought efficient ways to compute volumes of revolution. While Cavalieri's principle (1635) and the disk method handle many cases elegantly, some shapes—particularly those defined by functions difficult to invert—motivated the development of this "parallel slicing" approach. The shell method is sometimes called the "method of cylindrical shells" or "tube method."

Practice Problems

Level 1 Computing Shell Volume

A cylindrical shell has inner radius 3, outer radius 3.5, and height 4. Find its volume.

Thought Process

Why this approach: When given explicit dimensions of a shell, we use the formula $V = 2\pi r h \Delta r$ directly.

Strategy:

  1. Identify the average radius: $r = \frac{3 + 3.5}{2}$
  2. Identify the thickness: $\Delta r = 3.5 - 3$
  3. Plug into the formula

Why average radius? The shell volume formula uses the average radius because it represents the "middle" of the shell, giving the correct circumference for approximating the volume.

Show Answer

Using $V = 2\pi r h \Delta r$:

  • Average radius: $r = \frac{3 + 3.5}{2} = 3.25$
  • Thickness: $\Delta r = 3.5 - 3 = 0.5$
  • Height: $h = 4$

$$V = 2\pi(3.25)(4)(0.5) = 2\pi(6.5) = 13\pi$$

Verification using the exact formula: $$V = \pi(r_2^2 - r_1^2)h = \pi(3.5^2 - 3^2)(4) = \pi(12.25 - 9)(4) = \pi(3.25)(4) = 13\pi \checkmark$$

Both methods agree, confirming our answer.

Level 2 Identifying Shell Components

The region under $y = x^2$ from $x = 0$ to $x = 2$ is rotated about the $y$-axis. A thin vertical strip at position $x$ with width $\Delta x$ generates a shell. Identify:

  1. The radius of this shell
  2. The height of this shell
  3. The thickness of this shell
  4. The volume element (shell volume in terms of $x$ and $\Delta x$)
Thought Process

Why this setup matters: Before we can integrate, we need to express each shell's dimensions in terms of our integration variable.

Mental picture: Imagine a thin vertical rectangle at position $x$. When this rectangle rotates around the $y$-axis, it sweeps out a cylindrical shell.

Key insight: For rotation about the $y$-axis:

  • The radius is the horizontal distance from the strip to the axis (the $y$-axis is at $x = 0$)
  • The height is the vertical extent of the strip (how tall the rectangle is)
  • The thickness is the width of the strip
Show Answer

(a) Radius: The strip is at position $x$, and the $y$-axis is at $x = 0$. The distance between them is: $$\text{radius} = x - 0 = x$$

(b) Height: The strip extends from $y = 0$ (bottom) to $y = x^2$ (top). The length is: $$\text{height} = x^2 - 0 = x^2$$

(c) Thickness: This is simply the width of the vertical strip: $$\text{thickness} = \Delta x$$

(d) Volume element: Assembling the shell formula: $$\Delta V = 2\pi \cdot (\text{radius}) \cdot (\text{height}) \cdot (\text{thickness}) = 2\pi x \cdot x^2 \cdot \Delta x = 2\pi x^3 \Delta x$$

When we integrate, this becomes $\int_0^2 2\pi x^3 \, dx$.

Level 3 Writing the Shell Integral

The region bounded by $y = \sqrt{x}$, $y = 0$, and $x = 4$ is rotated about the $y$-axis.

  1. Sketch the region and a typical shell.
  2. Express the volume as a definite integral using the shell method (do not evaluate).
Thought Process

Step 1 - Visualize: The region is under $y = \sqrt{x}$ from $x = 0$ to $x = 4$. This is the right half of a sideways parabola.

Step 2 - Choose strips: For rotation about the $y$-axis, vertical strips give shells naturally. A strip at position $x$ has height $\sqrt{x}$.

Step 3 - Identify components:

  • Radius = $x$ (distance from strip to $y$-axis)
  • Height = $\sqrt{x}$ (the function value)
  • Thickness = $dx$
  • Bounds = $x$ from 0 to 4

Why shells work well here: Using washers would require expressing $x$ as a function of $y$ (i.e., $x = y^2$) and integrating with respect to $y$. Shells let us keep the original function form.

Show Answer

(a) Sketch:

y
│       ╭────● (4, 2)
│     ╱
│   ╱       ↑ height = √x
│ ╱         │
├───────────┴───────── x
0     x     4
      ↑
      └── radius = x

Typical shell: thin tube at distance x from y-axis

(b) Integral:

For each shell:

  • Radius: $x$ (distance to $y$-axis)
  • Height: $\sqrt{x}$ (function value)
  • Thickness: $dx$
  • Bounds: $x$ from 0 to 4

$$V = \int_0^4 2\pi x \sqrt{x} \, dx = \int_0^4 2\pi x^{3/2} \, dx$$

Note: We combined $x \cdot \sqrt{x} = x \cdot x^{1/2} = x^{3/2}$ to simplify the integrand.

Level 4 Shell Between Two Curves

The region bounded by $y = 3x$ and $y = x^2$ (in the first quadrant) is rotated about the $y$-axis.

  1. Find where the curves intersect.
  2. Set up the volume integral using shells.
  3. Evaluate the integral.
Thought Process

Step 1 - Find bounds: Set $3x = x^2$ to find where the curves meet.

Step 2 - Determine which is "on top": Between intersection points, one curve is above the other. Test a point like $x = 1$.

Step 3 - Shell height: When the region is between two curves, the shell height is the vertical distance: (top curve) − (bottom curve).

Step 4 - Assemble and integrate: Use $V = \int 2\pi x \cdot (\text{height}) \, dx$.

Why this is trickier: With two curves, we must be careful to subtract in the right order to get a positive height.

Show Answer

(a) Intersection points:

$$3x = x^2 \implies x^2 - 3x = 0 \implies x(x-3) = 0$$

So $x = 0$ or $x = 3$.

(b) Shell setup:

Which curve is on top? At $x = 1$:

  • Line: $y = 3$
  • Parabola: $y = 1$

The line $y = 3x$ is above $y = x^2$ on the interval $[0, 3]$.

Shell components:

  • Radius: $x$
  • Height: $(3x) - (x^2) = 3x - x^2$ (top minus bottom)
  • Thickness: $dx$

$$V = \int_0^3 2\pi x(3x - x^2) \, dx$$

(c) Evaluate:

$$V = 2\pi \int_0^3 (3x^2 - x^3) \, dx = 2\pi \left[x^3 - \frac{x^4}{4}\right]_0^3$$

$$= 2\pi \left(27 - \frac{81}{4}\right) = 2\pi \left(\frac{108 - 81}{4}\right) = 2\pi \cdot \frac{27}{4} = \frac{27\pi}{2}$$

Verification check: The answer is positive and has the form (constant)$\pi$, as expected for a volume of revolution. The region is larger than the $y = x$, $y = x^2$ example (bounds 0 to 3 instead of 0 to 1), so we expect a larger volume.

Level 5 Deriving and Justifying the Shell Formula
  1. Starting from the exact volume formula $V = \pi(r_2^2 - r_1^2)h$, derive the formula $V = 2\pi r h \Delta r$ where $r$ is the average radius and $\Delta r = r_2 - r_1$.
  2. Prove that this formula is exactly equal to the original (not just an approximation) by showing the algebraic identity.
  3. Explain why this justifies using $V = 2\pi r h \, dr$ as the volume element in the integral.
Thought Process

The key insight: Many students think $V = 2\pi r h \Delta r$ is an approximation that becomes exact only in the limit. In fact, it's algebraically exact for any shell thickness.

Strategy for (a): Factor $r_2^2 - r_1^2$ as a difference of squares, then manipulate to show $r_2 + r_1 = 2r$.

Strategy for (b): Substitute back to verify both expressions give identical results.

Strategy for (c): Since the formula is exact for finite shells, the integral (limit of sums) inherits this exactness.

Why this matters: Understanding that the formula is exact (not approximate) builds confidence in the method and clarifies that we're not making any approximation errors.

Show Answer

(a) Derivation:

Start with: $$V = \pi(r_2^2 - r_1^2)h$$

Factor the difference of squares: $$V = \pi(r_2 - r_1)(r_2 + r_1)h$$

Let $\Delta r = r_2 - r_1$ (the thickness).

For the sum $r_2 + r_1$, note that if $r = \frac{r_1 + r_2}{2}$, then $r_1 + r_2 = 2r$.

Substituting: $$V = \pi \cdot \Delta r \cdot 2r \cdot h = 2\pi r h \Delta r$$

(b) Proof of exactness:

The formula $V = 2\pi r h \Delta r$ is algebraically identical to $V = \pi(r_2^2 - r_1^2)h$. No approximation was made—we simply rewrote the same expression.

To verify, substitute $r = \frac{r_1 + r_2}{2}$ and $\Delta r = r_2 - r_1$:

$$2\pi r h \Delta r = 2\pi \cdot \frac{r_1 + r_2}{2} \cdot h \cdot (r_2 - r_1)$$ $$= \pi(r_1 + r_2)(r_2 - r_1)h = \pi(r_2^2 - r_1^2)h \checkmark$$

(c) Justification for the integral:

Since $V = 2\pi r h \Delta r$ is exact (not approximate) for each shell:

  1. When we partition a region into $n$ shells, the total volume is exactly $\sum_{i=1}^{n} 2\pi r_i h_i \Delta r_i$
  1. As $n \to \infty$ and $\Delta r \to 0$, this Riemann sum converges to:
  1. Because each term in the sum was exact, the limit (the integral) gives the exact volume—not an approximation that happens to be correct.

Contrast with disks: The disk method uses $\pi r^2$ for the area of each slice, which is exact. Similarly, the shell method uses $2\pi r h \Delta r$, which is also exact. Neither method involves approximation errors that cancel in the limit.

Common Mistakes

Mistake Why It Happens Correction
Using $\pi r^2 h$ instead of $2\pi r h \Delta r$ Confusing shell volume with cylinder volume A shell is a hollow tube, not a solid cylinder. The $2\pi r$ is circumference, not $\pi r^2$ area.
Forgetting the $2\pi$ Rushed setup Always write "circumference × height × thickness" and remember circumference = $2\pi r$.
Using wrong radius Not visualizing the setup Draw the region and axis. Radius = distance from strip to axis.
Treating the formula as approximate Misunderstanding the derivation The formula $2\pi r h \Delta r$ is exactly equal to $\pi(r_2^2 - r_1^2)h$, not an approximation.

Still Confused?

Mastery Checklist

Looking Ahead

Now that you understand what a shell is and how to compute its volume, the next skills apply this to actual integration problems:

Mental Model

The Tin Can Label:

Peel the label off a tin can. You get a rectangle. The rectangle's area is the can's circumference ($2\pi r$) times its height ($h$). The shell method treats infinitely thin labels wrapped around an axis—each "label" has area $2\pi r \times h$, and multiplying by the tiny thickness $dr$ gives the shell's volume.

Previous Up Next
Disk/Washer Method Section 5.3 Shell Method: y-axis

Last updated: 2026-01-23