The single biggest stumbling block for Calculus II students is not the integration itself. It is figuring out which formula to set up before any integration begins. The washer formula calculus students need to find volumes of revolution sits right between the simpler disk method and the cylindrical shell method, and it trips up roughly 60 percent of first-attempt students because the geometry is easy to misvisualize. Once you can sketch the washer cross-section correctly, the actual integral becomes mechanical.
What the Washer Formula Solves
The washer method calculates the volume of a solid generated when a 2D region between two curves is rotated around an axis. Picture a flat doughnut, a washer shape, with an outer radius R and an inner radius r. Stack infinitely many of these washers along the axis of rotation and you get the solid you are measuring.
The formula in its standard form is V equals pi times the integral from a to b of the quantity outer radius squared minus inner radius squared, dx or dy depending on the axis. Written out: V = pi times the integral from a to b of [R(x)^2 – r(x)^2] dx.
When to Use Washers Versus Disks
Use the disk method when the region being rotated touches the axis of rotation directly. There is no hole in the resulting solid. Use the washer method when the region has space between it and the axis. The rotated solid has a hollow core, hence the washer name.
Quick visual test: shade the region you are rotating. If any part of the shaded region sits away from the axis with empty space between, you need the washer formula. If the region runs flush against the axis, disks work.
Setting Up the Cross-Section
Pick a slicing variable based on the axis of rotation. Rotation about the x-axis or any horizontal line means slicing vertically and integrating with respect to x. Rotation about the y-axis or any vertical line means slicing horizontally and integrating with respect to y.
For each slice, identify two distances:
- Outer radius R: the distance from the axis of rotation to the farther curve
- Inner radius r: the distance from the axis of rotation to the closer curve
These radii are functions of the integration variable. If you rotate about the x-axis, R and r are functions of x. Get the radii expressed correctly and the rest is integration.
Worked Example: Rotation About the x-axis
Find the volume of the solid formed by rotating the region bounded by y = x squared and y = 2x about the x-axis.
First, find the intersection points. Set x squared equal to 2x. Solving gives x equals 0 and x equals 2. The region runs from x = 0 to x = 2. Between these bounds, y = 2x sits above y = x squared.
The outer radius from the x-axis to the higher curve is R = 2x. The inner radius from the x-axis to the lower curve is r = x squared. Set up the integral:
V = pi times integral from 0 to 2 of [(2x)^2 – (x^2)^2] dx
Simplify the integrand to 4x^2 minus x^4. Integrate term by term: the antiderivative of 4x^2 is (4/3)x^3, and the antiderivative of x^4 is (1/5)x^5. Evaluate from 0 to 2.
At x = 2: (4/3)(8) – (1/5)(32) = 32/3 – 32/5 = 160/15 – 96/15 = 64/15. Multiply by pi to get V = 64 pi over 15 cubic units.
Rotation About a Non-Axis Line
Real exams almost always rotate about a horizontal or vertical line that is not the x-axis or y-axis. The setup changes slightly. If rotating about the line y = k, the outer radius becomes the absolute value of [top curve minus k] and the inner radius becomes the absolute value of [bottom curve minus k].
Example: rotate the same region from the previous example about y = -1 instead of the x-axis. The outer radius becomes 2x + 1 because you measure from y = -1 up to y = 2x. The inner radius becomes x squared + 1. The integral becomes pi times the integral from 0 to 2 of [(2x + 1)^2 – (x^2 + 1)^2] dx.
Common Setup Mistakes
The two errors that cost the most exam points are mislabeling outer and inner radii, and forgetting to square the entire radius expression before integrating.
Always check which curve is farther from the axis at a test point inside your interval. Plug in x = 1 in the previous example: 2(1) = 2 for the line, and 1 squared = 1 for the parabola. The line is farther, so it is the outer radius. Verify, do not assume.
Square the full radius expression. The integrand is R squared minus r squared, not (R minus r) squared. These are wildly different values and the second is always wrong.
Integration With Respect to y
When rotating about a vertical line, slice horizontally and integrate with respect to y. Solve each curve for x in terms of y first. The integrand becomes pi times [(right curve)^2 minus (left curve)^2] in terms of y, integrated from the lower y-bound to the upper y-bound.
The geometry is identical, just rotated 90 degrees in your head. Many students find dy integrals trickier only because they forget to convert their curve equations into the y = form they need. Practice both orientations on the same problem to build the mental flexibility.
Cross-Checking With the Shell Method
Almost every washer problem can also be solved with cylindrical shells. The setups look different but produce identical answers, which makes shells a useful cross-check when you have time. If your washer answer and your shell answer disagree, one of the setups has an error.
Pick washers when the cross-section perpendicular to the axis is easy to describe. Pick shells when the cross-section parallel to the axis is easier. Many integrals that are nasty with washers become straightforward with shells, and vice versa. Knowing both methods gives you the flexibility to choose the cleaner path on exam day.