What Is the Washer Method?
The washer method extends the disk method to hollow solids of revolution. When the region between two curves, an outer boundary R(x) and an inner boundary r(x), spins about the x-axis, each cross-section perpendicular to the axis is a ring: a large disk of radius R with a smaller disk of radius r punched out of its center. The ring's area is the difference of circle areas, π(R² − r²), and integrating along the axis totals the volume:
V = π ∫ab ( [R(x)]² − [r(x)]² ) dx
The name is literal: each slice looks like a hardware washer. The disk method is the special case where the inner radius is zero, the hole closes and the washer becomes a solid coin. Keeping the two straight is easy if you remember what a hardware washer looks like: a flat ring with a hole punched through.
How to Use This Calculator
Enter the outer radius function (the curve farther from the axis), the inner radius function (nearer the axis), and the interval. The calculator squares both, subtracts, and integrates numerically with the full setup displayed. The graph draws both curves and their mirror images below the axis, the hollow solid's cross-sectional silhouette, hole and all. Make sure R(x) ≥ r(x) ≥ 0 across the interval; if the curves swap roles partway, split the problem at the crossing (found instantly by the Area Between Curves Calculator).
Worked Example
Rotate the region between y = x (outer) and y = x² (inner) on [0, 1] about the x-axis. The washer integral is:
V = π∫₀¹ (x² − x⁴) dx = π·[x³/3 − x⁵/5]₀¹ = π(1/3 − 1/5) = 2π/15 ≈ 0.4189
Between 0 and 1 the line y = x runs above the parabola y = x², so the line supplies the outer radius, squared first, then the inner square subtracted. Note how different this is from rotating the area difference: the integrand is R² − r², not (R − r)².
Common Mistakes to Avoid
- Squaring the difference instead of differencing the squares. π∫(R − r)² dx is wrong, expand (R−r)² and you'll see it disagrees with R² − r² by a 2Rr cross-term. The ring's area is big circle minus small circle, forced by geometry.
- Swapping outer and inner. If r > R anywhere, the integrand goes negative and volume leaks away. The outer radius is whichever curve is farther from the rotation axis not whichever came first alphabetically.
- Missing a role swap inside the interval. If the curves cross between a and b, each side of the crossing has a different outer curve, split the integral there.
- Confusing washers with shells. Washers slice perpendicular to the rotation axis; shells wrap around it in nested cylinders. For rotation about the y-axis with functions of x, shells are usually the natural choice, see the Shell Method Calculator.
Real-World Applications
Hollow rotational parts dominate mechanical engineering: pipes, bushings, bearings races, nozzles, and gun barrels are all washers stacked along an axis, and the washer integral computes their material volume, hence weight and cost, directly from the inner and outer profile curves. A turned chess piece with a drilled core, a vase with walls of varying thickness, and the fuel cavity inside a solid rocket motor are further washer-method volumes, the last one being safety-critical: burn rate depends on cavity geometry.
The method also handles capacity-versus-material questions in packaging: given a bottle's outer profile and wall thickness, the washer integral separates glass volume from interior volume. In civil engineering, the concrete in a cooling tower's hyperboloid shell, an outer hyperbola rotated minus an inner one, is a washer computation scaled up to a hundred meters. Whenever revolved geometry has a hole down the middle, R² − r² is doing the measuring.
Frequently Asked Questions
Why is the ring's area π(R² − r²) and not π(R − r)²?
Because the ring is a big circle with a small circle removed: πR² − πr². The expression π(R−r)² would be the area of a circle whose radius equals the ring's thickness a different, smaller quantity. Plugging R = 2, r = 1 makes it concrete: the ring's area is 3π, while π(R−r)² is only π.
What happens when the inner radius is zero?
The washer collapses to a disk, and the formula collapses with it: π∫(R² − 0)dx is exactly the disk method. The two methods are one formula with and without a hole.
How do I set up washers around a horizontal line like y = 3?
Radii become distances to that line: outer radius = 3 − (lower curve), inner radius = 3 − (upper curve) when the region sits below the line. Draw a sketch, mark both distances at a sample x, and the assignment of R and r becomes visually obvious.
Can washers and shells give different answers for the same solid?
Never, both compute the true volume, so agreement is guaranteed whenever both are set up correctly. Computing a volume both ways is a classic exam self-check; disagreement means one setup has a wrong radius or wrong bounds.
Why does the graph show the curves mirrored below the axis?
Rotation sweeps every point to both sides of the axis, so the solid's side-view silhouette includes each curve and its reflection. The gap between the two mirrored pairs is the hole running through the solid, visible at a glance in the tube example.
Is the washer volume the same as rotating the area between the curves?
It's the volume generated by the region between the curves, yes, but beware the tempting shortcut of "area × something." Volume depends on how far each part of the region sits from the axis (the R² − r² weighting), so two regions of equal area generally revolve into different volumes. Pappus's theorem makes this precise: volume = area × distance traveled by the centroid, connecting this tool to the Center of Mass Calculator.
When should I use the washer method instead of the disk method?
Use washers when the solid of revolution has a hole, meaning the region does not touch the axis of rotation. The disk method is the special case where the inner radius is zero, so washers generalize disks to gapped regions.