Washer Method Formula- Volume Calculation Guide
What Is the Washer Method?
The Washer Method calculates the volume of a solid of revolution when the region being rotated has a hole in the middle. Think of it like stacking washers (those metal rings you see on bolts) to build up a 3D shape.
You already know the Disk Method for solid volumes. The Washer Method is just an extension. Instead of one radius, you work with two radii: an outer radius and an inner radius.
The space between these radii forms the "washer" — a ring with thickness.
When to Use the Washer Method
You need washers when your region doesn't touch the axis of rotation. Here are the situations:
- The region is bounded by two curves, both revolved around the same axis
- You're rotating a region with a hole around an axis
- The inner boundary is NOT the axis of rotation
If your region touches the axis directly, use the Disk Method instead. The Washer Method is overkill when a simple radius works.
The Washer Method Formula
Revolving around the x-axis:
V = π ∫ [R(x)² - r(x)²] dx
Revolving around the y-axis:
V = π ∫ [R(y)² - r(y)²] dy
Where:
- R = outer radius (distance from axis to far boundary)
- r = inner radius (distance from axis to near boundary)
- The integral bounds cover the entire region
The subtraction gives you the area of a single washer. Multiply by π and integrate across the region to get total volume.
Step-by-Step Setup
1. Identify the Axis of Rotation
This determines whether you're integrating with respect to x or y.
2. Find Both Radii
Draw a cross-section perpendicular to your axis. You need:
- The outer curve — this gives R
- The inner curve — this gives r
3. Determine Your Bounds
These are the x-values (or y-values) that mark where your region starts and ends.
4. Write the Integral
Plug everything into the formula. Don't forget the π.
5. Evaluate
Solve the definite integral. That's it.
Washer Method vs. Disk Method vs. Shell Method
Here's the practical breakdown:
| Method | Best When | Radius Type |
|---|---|---|
| Disk Method | Region touches the axis | One radius |
| Washer Method | Region has inner hole, doesn't touch axis | Two radii (outer and inner) |
| Shell Method | Axis is perpendicular to cross-section direction | Radius from axis to shell center |
The Washer Method is essentially the Disk Method with the inner disk "removed." If you set the inner radius to zero, the Washer Method becomes the Disk Method. That's your consistency check.
Getting Started: How to Solve a Washer Problem
Let's walk through a real setup. Say you need the volume when the region between y = x² and y = x is revolved around the x-axis.
Step 1: Sketch the Region
Draw both curves. Find where they intersect: x² = x gives x = 0 and x = 1.
Step 2: Identify the Radii
When revolving around the x-axis, washers are vertical slices. The outer radius comes from the curve farther from the x-axis. The inner radius comes from the curve closer to the x-axis.
- At any x in [0,1], the top curve is y = x and the bottom is y = x²
- Since x > x² in this interval, R(x) = x and r(x) = x²
Step 3: Write the Integral
V = π ∫₀¹ [x² - (x²)²] dx
V = π ∫₀¹ [x² - x⁴] dx
Step 4: Evaluate
V = π [x³/3 - x⁵/5]₀¹
V = π (1/3 - 1/5)
V = π (5/15 - 3/15)
V = 2π/15
That's your volume. Units cubed, obviously.
Common Mistakes to Avoid
- Swapping the radii — R must always be greater than r. If you get a negative integrand, something is wrong.
- Wrong integration variable — If revolving around x-axis, integrate with respect to x. If around y-axis, integrate with respect to y.
- Incorrect bounds — Bounds must correspond to your integration variable. Check your intersection points.
- Forgetting to square the radii — This is algebra, not calculus. R² and r², not 2R and 2r.
- Not subtracting — The formula is R² - r², not R² + r². You're removing the hole.
Quick Reference: Washer Method Checklist
- ✓ Axis of rotation identified
- ✓ Region fully understood (draw it)
- ✓ Outer radius R found
- ✓ Inner radius r found
- ✓ Bounds determined
- ✓ Integral written: V = π ∫ [R² - r²] dx (or dy)
- ✓ Integrated and evaluated
Run through this checklist before you calculate. Most errors happen in the setup, not the integration.
The Bottom Line
The Washer Method is straightforward once you understand the geometry. Two curves, two radii, subtract the inner from the outer, integrate. The math is simple — the setup is where people get lost.
If you're choosing between Washer and Shell Method, pick whichever gives you simpler radius functions. Sometimes a horizontal slice (shell method) beats a vertical slice (washer method) for a given problem.
Practice with 5-10 problems and you'll recognize the pattern instantly.