Washer Method
Washer Method
A technique for finding the volume of a
solid of revolution. The washer method is a generalized version
of the disk method. Both the washer and disk methods are specific
cases of volume
by parallel cross-sections.
![Graph showing washer method: Volume = integral from a to b of π([f(x)]²−[g(x)]²)dx, with y=f(x) outer curve, y=g(x) inner curve.](w_assets/w1.gif)
See also
Key Formula
V=π∫ab[R(x)2−r(x)2]dx
Where:
- V = Volume of the solid of revolution
- R(x) = Outer radius — the distance from the axis of rotation to the farther curve
- r(x) = Inner radius — the distance from the axis of rotation to the closer curve
- a,b = Bounds of integration along the axis of rotation
- dx = Indicates integration with respect to x (use dy when rotating around a horizontal line and slicing horizontally)
Worked Example
Problem: Find the volume of the solid formed by rotating the region between y = x² and y = x about the x-axis.
Step 1: Find where the curves intersect by setting them equal. This gives the bounds of integration.
x2=x⟹x2−x=0⟹x(x−1)=0⟹x=0,x=1
Step 2: Identify the outer and inner radii. On [0, 1], the line y = x is above y = x², so it is farther from the x-axis. The outer radius is R(x) = x and the inner radius is r(x) = x².
R(x)=x,r(x)=x2
Step 3: Set up the washer method integral.
V=π∫01[x2−(x2)2]dx=π∫01(x2−x4)dx
Step 4: Evaluate the integral by finding the antiderivative.
V=π[3x3−5x5]01=π(31−51)=π⋅152
Step 5: Simplify to get the final volume.
V=152π
Answer: The volume of the solid is 2π/15 cubic units.
Another Example
This example differs because the axis of rotation (y = 3) is not the x-axis itself. It shows how to compute radii as distances from a shifted axis, which is a common source of confusion.
Problem: Find the volume of the solid formed by rotating the region between y = √x and y = 0, from x = 0 to x = 4, about the line y = 3.
Step 1: Sketch the setup. The region sits below y = √x and above y = 0, but the axis of rotation is y = 3, which is above the entire region. Each cross-section is a washer.
Step 2: Determine the outer and inner radii. The outer radius is the distance from y = 3 down to the farther boundary y = 0. The inner radius is the distance from y = 3 down to the closer boundary y = √x.
R(x)=3−0=3,r(x)=3−x
Step 3: Set up the integral with bounds x = 0 to x = 4.
V=π∫04[32−(3−x)2]dx
Step 4: Expand the squared term and simplify the integrand.
9−(9−6x+x)=6x−x
Step 5: Evaluate the integral.
V=π∫04(6x−x)dx=π[6⋅32x3/2−2x2]04=π[4x3/2−2x2]04
Step 6: Substitute the bounds and simplify.
V=π(4(8)−216)=π(32−8)=24π
Answer: The volume of the solid is 24π cubic units.
Frequently Asked Questions
What is the difference between the disk method and the washer method?
The disk method is a special case of the washer method where the inner radius is zero — meaning the region touches the axis of rotation. The washer method handles the general case where there is a gap between the region and the axis, producing a hollow center (like a washer or ring). If r(x) = 0, the washer formula reduces to the disk formula V = π∫R(x)² dx.
When should you use the washer method instead of the shell method?
Use the washer method when you can easily express both radii as functions of the variable along the axis of rotation. If the axis of rotation is horizontal (like the x-axis), washers slice vertically and you integrate with respect to x. If setting up the radii becomes difficult — for example, if you'd need to solve complicated equations for x in terms of y — the cylindrical shell method may be simpler. Neither method is universally easier; the best choice depends on the problem.
How do you set up the washer method around a vertical line?
When rotating around a vertical line such as x = c, you integrate with respect to y. The outer radius R(y) and inner radius r(y) are the horizontal distances from the axis x = c to each bounding curve, expressed as functions of y. The formula becomes V = π∫[R(y)² − r(y)²] dy.
Washer Method vs. Cylindrical Shell Method
| Washer Method | Cylindrical Shell Method | |
|---|---|---|
| Cross-section shape | Ring (washer): a disk with a concentric hole | Thin cylindrical shell (hollow tube) |
| Formula | V = π∫[R(x)² − r(x)²] dx | V = 2π∫x · f(x) dx |
| Slice direction | Perpendicular to the axis of rotation | Parallel to the axis of rotation |
| Best used when | Both radii are easily expressed as functions of the integration variable | Expressing the height of the shell is easier than solving for radii |
| Axis of rotation | Typically horizontal axis → integrate with respect to x; vertical axis → with respect to y | Typically vertical axis → integrate with respect to x; horizontal axis → with respect to y |
Why It Matters
The Washer Method appears throughout AP Calculus AB/BC and college Calculus II courses as a core technique for computing volumes of solids of revolution. Many real-world objects — pipes, rings, bowls, and bottles — have hollow interiors that the disk method alone cannot model. Mastering the washer method also deepens your understanding of how integration builds 3D volumes from 2D cross-sections.
Common Mistakes
Mistake: Subtracting the radii before squaring, writing π∫(R − r)² dx instead of π∫(R² − r²) dx.
Correction: You must square each radius separately and then subtract. The area of a washer is πR² − πr², not π(R − r)². Squaring the difference gives a completely different (and incorrect) result because (R − r)² = R² − 2Rr + r² ≠ R² − r².
Mistake: Mixing up which curve gives the outer radius and which gives the inner radius, especially when the axis of rotation is not y = 0 or x = 0.
Correction: Always measure each radius as a positive distance from the axis of rotation. The outer radius is the distance to the curve farther from the axis; the inner radius is the distance to the curve closer to the axis. A quick sketch helps you identify which is which.
Related Terms
- Volume — The quantity the washer method computes
- Solid of Revolution — The type of solid generated by rotation
- Disk Method — Special case when inner radius is zero
- Volume by Parallel Cross Sections — General framework that includes washers
- Cylindrical Shell Method — Alternative rotation method using shells
- Axis of Rotation — The line about which the region is revolved
