§ 01What Is a Solid of Revolution?
Take a flat region bounded by a curve, rotate it a full 360° about a line, and you get a three-dimensional solid whose volume can be found exactly with a single integral.
Imagine the region under y = f(x), between x = a and x = b, spun around the x-axis. Every point on the curve traces out a circle as it rotates, and the whole region sweeps out a solid, think of a vase, a dome, or a horn shape, depending on f(x).
Washer → slice perpendicular to the axis, with a hole
Shell → slice parallel to the axis, as nested cylinders
Which method to use depends on the shape of the region and, especially, which axis you rotate around. Rotating about the x-axis usually favours disks/washers integrated in x; rotating about the y-axis usually favours shells integrated in x (or disks/washers integrated in y).
§ 02The Disk Method — Derivation
When the region touches the axis of rotation directly, each cross-section is a solid disk.
Rotate the region under y = f(x), from x = a to x = b, about the x-axis. A thin vertical strip of width dx at position x, when rotated, sweeps out a thin disk of radius r = f(x) and thickness dx.
If instead you rotate a region x = g(y) about the y-axis, the same idea gives V = π∫cd[g(y)]² dy, just swap the roles of x and y.
§ 03The Washer Method
When the region does not touch the axis of rotation, each slice is a disk with a hole punched out of it, a washer.
Suppose the region is bounded above by y = f(x) (outer curve) and below by y = g(x) (inner curve), both above the x-axis, rotated about the x-axis. Each slice is a disk of radius f(x) with a smaller disk of radius g(x) removed.
Disk vs. Washer — How to Tell Them Apart
-
Sketch the region and the axis of rotation. If the axis passes through the region (or the region touches it), you likely need a disk. If there's a gap between the region and the axis, you need a washer.
-
Identify the outer radius R(x) and, if needed, the inner radius r(x). These are the distances from the axis of rotation to the far and near boundary curves.
-
Apply the formula. V = π∫[R(x)]² dx (disk) or V = π∫([R(x)]²−[r(x)]²) dx (washer)
§ 04The Shell Method
When the axis of rotation runs parallel to the strips you'd naturally draw, cylindrical shells are far easier than disks or washers.
Take a thin vertical strip at position x, of height f(x) and width dx, and rotate it about the y-axis (which is vertical, i.e. parallel to the strip). Instead of a disk, this sweeps out a thin cylindrical shell: like a tin can with no top or bottom.
§ 05Interactive Volume Calculator
Choose a function, bounds, and a method to numerically compute the volume of revolution about the x-axis (disk/washer style) or y-axis (shell style).
V for a Region Rotated About an Axis
§ 06Worked Examples
Eight examples covering disk, washer, and shell methods about both axes.
Find the volume when y = x, 0 ≤ x ≤ 3, is rotated about the x-axis.
This matches the classic cone-volume formula V = ⅓πr²h with r = h = 3: ⅓π(9)(3) = 9π.
Find the volume when y = √x, 0 ≤ x ≤ 4, is rotated about the x-axis.
The region between y = x and y = x² (for 0 ≤ x ≤ 1) is rotated about the x-axis. Find the volume.
The region under y = x², 0 ≤ x ≤ 2, is rotated about the y-axis. Find the volume using shells.
Repeat Example 4 using the disk method integrated in y, and confirm the same answer.
Both methods must agree, this is a useful way to check your work when a region can be sliced either way.
The region under y = x², 0 ≤ x ≤ 1, is rotated about the line y = −1. Find the volume.
The region between x = y and x = y² (for 0 ≤ y ≤ 1) is rotated about the y-axis. Find the volume.
A designer models the inside of a glass bowl by rotating y = √x, 0 ≤ x ≤ 9 (cm), about the x-axis. What volume of liquid (in cm³) does the bowl hold?
§ 07Common Mistakes
§ 08Practice Quiz — 10 Questions
Identify the correct method and set up (or evaluate) the integral.
A region touches the x-axis directly and is rotated about the x-axis. Which method applies?
y = 2, 0 ≤ x ≤ 5, rotated about the x-axis. What is V/π?
For the washer method with outer radius R(x) and inner radius r(x), the correct integrand is:
Rotating the region under y = f(x), 0 ≤ x ≤ b, about the y-axis using shells gives:
y = x, 0 ≤ x ≤ 2, rotated about the x-axis. Find V/π (should match ⅓πr²h ÷ π with r=h=2).
- V = π∫₀² x² dx = π[x³/3]₀² = π(8/3)
- V/π = 8/3, matching ⅓π(4)(2)/π = 8/3.
A region under y = f(x) is rotated about the line y = 3 (with f(x) < 3 throughout). The radius of each disk is:
A region gives V = 8π by the shell method integrated in x. If the disk method (integrated in y) is set up correctly for the same solid, the result should be:
Region between y = 3 and y = x² (for −√3 ≤ x ≤ √3... but restrict to 0 ≤ x ≤ 1 here), rotated about the x-axis: what is R(x) and r(x) on [0,1]?
- On [0,1], the line y=3 lies above the curve y=x², so it is the outer boundary: R(x) = 3.
- The curve y = x² is the inner boundary: r(x) = x².
In the shell method for rotation about the y-axis, the "radius" of a shell at position x is:
y = x², 0 ≤ x ≤ 1, rotated about the y-axis using shells. What is V/π?
§ 09What to Study Next
Volumes of revolution are one of several classic applications of integration. Continue exploring how the definite integral measures geometric quantities:
- Arc Length, using integration to measure the length of a curve.
- Integration by Parts, often needed for the integrals that arise in volume problems.
- Trigonometric Substitution: for volume integrals involving √(a²−x²) type radii.
- Triple Integrals: the general method for volumes of arbitrary (not just rotational) solids.