6.5 Volumes of Solids of Revolution: Disk, Washer & Shell Methods

Key Takeaways

  • NBPTS Component 1 Exercise 2 (Geometry) explicitly requires candidates to express the volume of a solid generated by rotating a two-dimensional region about an axis, making this the one calculus technique the blueprint names outright.
  • Every method is a special case of V = ∫ A(x) dx: disks use R², washers use R² - r² (square each radius before subtracting, never (R - r)²), and shells use 2π times radius times height.
  • Slice perpendicular to the axis for disks and washers and parallel to it for shells; shells are the practical choice for rotation about the y-axis when y = f(x) has no usable inverse.
  • The released sample prompt — a right trapezoid with vertices (0, 0), (0, 2a), (b, a), (b, 0) rotated about the y-axis — has volume 4πab²/3, confirmable by shells, by disks in y, and by Pappus's centroid theorem V = 2π·d̄·A.
  • Deriving the cone volume πr²h/3 and the sphere volume 4πr³/3 from a single integral is the depth Standard II expects: teachers should explain how the cone relates to the cylinder on the same base, not merely recall the formulas.
Last updated: September 2026

6.5 Volumes of Solids of Revolution: Disk, Washer & Shell Methods

Of every topic in single-variable calculus, this is the one the National Board names outright. The published description of Component 1, Exercise 2 (Geometry) states that candidates will "express the volume of a solid generated by the rotation of a two-dimensional object about an axis," and the released sample prompt asks for exactly that: rotate a right trapezoid about the $y$-axis and write the volume in terms of its parameters, showing all work. The exercise sits in the Geometry exercise rather than a calculus one, which tells you what the National Board is really testing — whether an accomplished teacher can move fluently between a plane figure, the solid it sweeps out, and the integral that measures it.


1. The Underlying Idea: Slice, Measure, Accumulate

Section 5.3 established geometric measurement as fixing a unit and fitting copies of it into a figure, and Cavalieri's Principle as the statement that two solids of equal height with equal cross-sectional areas at every level have equal volume. Solids of revolution are the calculus completion of that idea. Partition the axis of rotation, take a thin slab of thickness $dx$ or $dy$, treat its cross-section as a circle or annulus, and accumulate:

V=abA(x)dxwhere A(x) is the cross-sectional area perpendicular to the axis.V = \int_a^b A(x)\, dx \qquad \text{where } A(x) \text{ is the cross-sectional area perpendicular to the axis.}

Everything that follows is a special case of this one formula.


2. The Disk Method

When the region is bounded by a curve and the axis of rotation itself, each cross-section is a disk of radius $R$ equal to the distance from the curve to the axis.

Axis of rotationRadiusVolume
About the $x$-axis, region under $y = f(x)$$R = f(x)$$V = \pi\displaystyle\int_a^b [f(x)]^2, dx$
About the $y$-axis, region left of $x = g(y)$$R = g(y)$$V = \pi\displaystyle\int_c^d [g(y)]^2, dy$
About the line $y = k$$R = \lvert f(x) - k \rvert$$V = \pi\displaystyle\int_a^b [f(x) - k]^2, dx$
About the line $x = h$$R = \lvert g(y) - h \rvert$$V = \pi\displaystyle\int_c^d [g(y) - h]^2, dy$

Worked derivation — the cone. Rotate the region under $y = \frac{r}{h}x$ for $0 \le x \le h$ about the $x$-axis:

V=π0h(rhx) ⁣2dx=πr2h2[x33]0h=13πr2hV = \pi \int_0^h \left(\frac{r}{h}x\right)^{\!2} dx = \frac{\pi r^2}{h^2}\left[\frac{x^3}{3}\right]_0^h = \frac{1}{3}\pi r^2 h

Worked derivation — the sphere. Rotate $y = \sqrt{r^2 - x^2}$ on $[-r, r]$ about the $x$-axis:

V=πrr(r2x2)dx=π[r2xx33]rr=π(4r33)=43πr3V = \pi \int_{-r}^{r} (r^2 - x^2)\, dx = \pi\left[r^2 x - \frac{x^3}{3}\right]_{-r}^{r} = \pi\left(\frac{4r^3}{3}\right) = \frac{4}{3}\pi r^3

Being able to derive the formulas tabulated in Section 5.3, rather than recite them, is precisely the depth Standard II describes when it says accomplished teachers "can explain the volume formula of a cylinder with an arbitrary base … and how it relates to the volume of the cone on the same base."


3. The Washer Method

When the region does not touch the axis, the cross-section is an annulus (washer) with outer radius $R$ and inner radius $r$:

V=πab([R(x)]2[r(x)]2)dxV = \pi \int_a^b \left( [R(x)]^2 - [r(x)]^2 \right) dx

[!WARNING] The most common error in secondary and undergraduate work — and a superb error-analysis example for the classroom — is writing $\pi\int (R - r)^2,dx$. Squaring is not additive: $(R-r)^2 \ne R^2 - r^2$. The washer's area is the difference of two circular areas, so the squares must be taken first and subtracted afterwards.

Example. Rotate the region between $y = x$ and $y = x^2$ on $[0,1]$ about the $x$-axis. On this interval $x \ge x^2$, so $R = x$ and $r = x^2$:

V=π01(x2x4)dx=π[x33x55]01=π(1315)=2π15V = \pi \int_0^1 (x^2 - x^4)\, dx = \pi\left[\frac{x^3}{3} - \frac{x^5}{5}\right]_0^1 = \pi\left(\frac13 - \frac15\right) = \frac{2\pi}{15}


4. The Shell Method

Slice parallel to the axis instead of perpendicular to it. Each slice sweeps a thin cylindrical shell of radius $x$, height $h(x)$, and thickness $dx$; unrolled, it is a rectangular sheet of area $2\pi x \cdot h(x)$:

V=2πab(radius)(height)dxV = 2\pi \int_a^b (\text{radius})(\text{height})\, dx

For a region bounded above by $f(x)$ and below by $g(x)$ on $[a,b]$, rotated about the $y$-axis, the radius is $x$ and the height is $f(x) - g(x)$.

Choosing between washers and shells

SituationPreferred methodReason
Rotating about the $x$-axis, curves given as $y = f(x)$Disk/washer in $x$Radius is already a function of $x$
Rotating about the $y$-axis, curves given as $y = f(x)$Shells in $x$Avoids solving $y = f(x)$ for $x$
Curve cannot be inverted in closed form (e.g. $y = x^3 + x$)ShellsInversion is impossible or ugly
Region has a different upper boundary on two sub-intervalsWhichever avoids splittingFewer integrals, fewer sign errors

Both methods must agree. Verifying a volume by computing it a second way is the single best self-check in a timed exercise, and it is exactly the kind of "thorough discussion" the constructed-response rubrics reward.


5. The Released Exercise 2 Prompt, Worked

A right trapezoid is placed on the coordinate plane with vertices $(0,0)$, $(0,2a)$, $(b,a)$, and $(b,0)$. Write an expression, in terms of $a$ and $b$, for the volume of the solid obtained by rotating the region about the $y$-axis. Show all work.

Step 1 — identify the boundaries. The left edge lies on the $y$-axis, the bottom edge on the $x$-axis from $(0,0)$ to $(b,0)$, the right edge is the vertical segment from $(b,0)$ to $(b,a)$, and the slanted top runs from $(b,a)$ to $(0,2a)$. That slant has slope $\dfrac{2a - a}{0 - b} = -\dfrac{a}{b}$, so its equation is

y=2aabx,0xb.y = 2a - \frac{a}{b}x, \qquad 0 \le x \le b.

Step 2 — shell method (cleanest here). Radius $= x$; height $=$ top $-$ bottom $= \left(2a - \frac{a}{b}x\right) - 0$:

V=2π0bx(2aabx)dx=2π0b(2axabx2)dx=2π[ax2a3bx3]0bV = 2\pi \int_0^b x\left(2a - \frac{a}{b}x\right) dx = 2\pi \int_0^b \left(2ax - \frac{a}{b}x^2\right) dx = 2\pi\left[a x^2 - \frac{a}{3b}x^3\right]_0^b

V=2π(ab2ab23)=2π2ab23=4πab23V = 2\pi\left(ab^2 - \frac{ab^2}{3}\right) = 2\pi \cdot \frac{2ab^2}{3} = \boxed{\dfrac{4\pi a b^2}{3}}

Step 3 — verify with disks and washers in $y$. For $0 \le y \le a$ the horizontal cross-section runs from $x = 0$ to $x = b$, a full disk of radius $b$. For $a \le y \le 2a$ the right boundary is the slant, so $x = \dfrac{b(2a - y)}{a}$:

V=πb2a  +  πa2ab2(2ay)2a2dy=πab2+πb2a2[(2ay)33]a2a=πab2+πab23=4πab23V = \pi b^2 a \;+\; \pi\int_a^{2a} \frac{b^2 (2a-y)^2}{a^2}\, dy = \pi a b^2 + \frac{\pi b^2}{a^2}\left[-\frac{(2a-y)^3}{3}\right]_a^{2a} = \pi a b^2 + \frac{\pi a b^2}{3} = \frac{4\pi a b^2}{3}

The two methods agree, and a dimensional check confirms plausibility: the expression has dimensions of length$^3$ and is linear in $a$, quadratic in $b$, as any volume swept at radius $b$ must be.

Step 4 — sanity-check against known solids. The solid is a cylinder of radius $b$ and height $a$ ($\pi a b^2$) capped by a cone-like frustum-complement of volume $\frac{1}{3}\pi a b^2$ — precisely the cone on the same base and height, which is the cylinder–cone relationship Standard II asks teachers to explain.


6. Pappus's Centroid Theorem — a Fast Cross-Check

If a plane region of area $A$ whose centroid lies a distance $\bar{d}$ from an axis (and which does not cross that axis) is revolved about it, the resulting volume is

V=2πdˉA.V = 2\pi \bar{d} A.

For the trapezoid above, $A = \frac{1}{2}(2a + a)(b) = \frac{3ab}{2}$, and the centroid's distance from the $y$-axis is $\bar{x} = \frac{4b}{9}$, giving $V = 2\pi \cdot \frac{4b}{9} \cdot \frac{3ab}{2} = \frac{4\pi a b^2}{3}$ — a third independent confirmation. The torus is the classic application: revolving a circle of radius $r$ whose centre sits $D$ from the axis gives $V = 2\pi D \cdot \pi r^2 = 2\pi^2 D r^2$.


7. Traps and Teaching Notes

TrapWhat goes wrongCorrection
$\pi\int (R-r)^2$Treating the washer as one disk of radius $R-r$Square each radius, then subtract
Forgetting to shift the radiusRotating about $y = 2$ but using $R = f(x)$$R = \lvert f(x) - 2 \rvert$
Mixing variablesIntegrating $[f(x)]^2$ with respect to $dy$Slices perpendicular to the axis fix the variable
Wrong limitsUsing $x$-limits after switching to $dy$Re-derive limits from the geometry, not by habit
Dropping $2\pi$ or $\pi$Reporting an area rather than a volumeDimension-check: the answer must be cubic
Region crosses the axisDouble counting the swept solidUse only the half-region; the solid is the same

For classroom use, this topic is a natural home for productive struggle (Section 10.2): give students a shape and two methods and let them discover that both agree, rather than prescribing which to use. It also connects directly back to Section 5.3's frustum, cone, and sphere formulas, letting students see memorised formulas re-derived from a single integral — the "whole fabric" view of mathematics that Standard II asks accomplished teachers to model.

Loading diagram...
Choosing and Applying a Method for Volumes of Revolution
Test Your Knowledge

The region bounded by y = x² and y = 4 is revolved about the line y = 4. Which integral gives the volume of the resulting solid?

A
B
C
D
Test Your Knowledge

A candidate must find the volume generated by rotating the region bounded by y = x³ + x, x = 1, and y = 0 about the y-axis. Why is the shell method the better choice, and what integral results?

A
B
C
D
Test Your Knowledge

On the released Component 1 Exercise 2 prompt, a right trapezoid with vertices (0, 0), (0, 2a), (b, a), and (b, 0) is rotated about the y-axis. Which expression gives the volume, and which check confirms it?

A
B
C
D