Historical Context & Motivation
The quest to compute volumes of curved solids reaches back to antiquity, when Archimedes determined the volume of a sphere by comparing thin cross-sectional slices to those of known solids—a technique remarkably close to modern integration. For centuries, mathematicians refined this slicing intuition, but it was not until the development of calculus in the seventeenth century that a fully general framework emerged. The washer method extends the basic disk method to handle solids of revolution that possess a hollow interior, much like a pipe or a donut. Whenever the region being revolved does not touch the axis of rotation—or is bounded by two curves at different distances from that axis—the resulting solid contains an empty core, and simple disks no longer suffice.
The central question the washer method answers is: How do you compute the volume of a solid of revolution when each cross-section is an annular ring (a disk with a hole) rather than a full disk? This lesson develops the complete theory, derives the integral formulas for revolution about both the x-axis and the y-axis, and walks through the reasoning you will need on the AP Calculus AB exam.
Core Principles & Definitions
Before writing any integral, you must internalize several foundational ideas that distinguish the washer method from the simpler disk method. The washer method applies whenever a region bounded by two curves is revolved around an axis, and the inner boundary of the region does not coincide with that axis, producing a hollow core in the resulting solid.
Solid of Revolution
Outer Radius R(x) or R(y)
Inner Radius r(x) or r(y)
Washer = Outer Disk − Inner Disk
Axis Determines the Variable
Visual Explanation: How Washers Form
The diagram below illustrates a region bounded by an outer curve and an inner curve being revolved about the x-axis. Notice how each vertical slice of the region, when rotated 360°, sweeps out an annular ring—a washer. The outer radius extends from the x-axis to the top curve, while the inner radius extends from the x-axis to the bottom curve. The washer's thickness is the infinitesimal width dx.
In the diagram, the violet curve y = f(x) forms the outer boundary and the pink curve y = g(x) forms the inner boundary. At any x-value, the cyan dashed line from the x-axis to f(x) is the outer radius R(x), and the amber dashed line from the x-axis to g(x) is the inner radius r(x). The inset circle shows the face of the washer: the area of the violet outer disk minus the area of the pink inner hole gives π(R² − r²), the cross-sectional area at that x-value. Integrating this area from the left boundary to the right boundary sums all infinitesimally thin washers into the total volume.
Mathematical Framework
The washer method formula is derived by considering the volume of a thin cylindrical shell of thickness Δx (or Δy) with an annular cross-section. If R denotes the outer radius and r denotes the inner radius, then the cross-sectional area is πR² − πr² = π(R² − r²). Summing these infinitesimal volumes via a definite integral produces the total volume of the solid.
Revolution About the x-Axis
When both bounding curves lie above the x-axis, R(x) equals the top function and r(x) equals the bottom function. If a curve lies below the x-axis, you must use its absolute distance from the axis, since radii are always nonnegative. The key insight is that R(x) and r(x) are measured from the axis of revolution, not from each other.
Revolution About the y-Axis
For y-axis revolution, you slice horizontally. Each horizontal slice is perpendicular to the y-axis, and its washer has radii measured horizontally. This requires expressing the bounding curves as functions of y, i.e., solving for x in terms of y. The limits of integration c and d are the y-values where the region begins and ends.
Setting Up the Integral: A Step-by-Step Strategy
The most common source of errors on the AP exam is not the integration itself but the setup: identifying the correct axis, determining which curve is outer and which is inner, and choosing the appropriate variable of integration. The following systematic approach prevents these mistakes.
- Step 1 — Sketch the region. Graph both curves and shade the enclosed region. Mark the axis of revolution clearly.
- Step 2 — Determine the slicing direction. Slices are always perpendicular to the axis of revolution. x-axis revolution → vertical slices (integrate with respect to x). y-axis revolution → horizontal slices (integrate with respect to y).
- Step 3 — Find the limits of integration. Solve for the intersection points of the bounding curves. These give the endpoints a, b (or c, d) of the integral.
- Step 4 — Identify R and r for each slice. From the axis of revolution, measure outward. The farther curve gives R; the nearer curve gives r. Both are nonnegative.
- Step 5 — Write and evaluate the integral. Substitute into V = π∫(R² − r²) dx (or dy), expand the integrand, find the antiderivative, and apply the Fundamental Theorem of Calculus.
Worked Example: Region Between y = x² and y = √x About the x-Axis
Find the volume of the solid generated by revolving the region bounded by y = √x and y = x² about the x-axis.
Comparing Volume Methods
AP Calculus AB primarily tests the disk and washer methods, but it is useful to see how these relate to one another and to the shell method (which appears more often in Calculus BC). Understanding when each method is most natural helps you choose an efficient setup and avoid unnecessary algebra.
| Feature | Disk Method | Washer Method | Shell Method (BC) |
|---|---|---|---|
| When to use | Region touches axis of revolution (no hole) | Region does NOT touch axis; two boundary curves create a hole | Slicing parallel to axis is easier; avoids solving for the other variable |
| Slice direction | Perpendicular to axis | Perpendicular to axis | Parallel to axis |
| Cross-section shape | Solid circle (πR²) | Annular ring: π(R² − r²) | Thin cylindrical shell: 2πrh |
| Formula | V = π∫[R(x)]² dx | V = π∫[R² − r²] dx | V = 2π∫ x·f(x) dx |
| AP AB scope | Fully tested | Fully tested | Not required for AB |
Connection to Advanced Theory: Non-Standard Axes & Beyond
Although the AP Calculus AB exam focuses on revolution about the x-axis and y-axis, the washer method generalizes naturally to revolution about any horizontal or vertical line. Understanding this extension deepens your conceptual grasp and prepares you for free-response questions that may feature axes such as y = −1 or x = 3. In those cases, the radii R and r are measured from the non-standard axis to each curve, requiring a shift in each expression. For instance, revolving about y = k instead of y = 0 changes R(x) from f(x) to |f(x) − k| and r(x) from g(x) to |g(x) − k|.
| Topic | AB Exam Scope | Extension / BC & Beyond |
|---|---|---|
| Axis of revolution | x-axis (y = 0) or y-axis (x = 0); also horizontal/vertical lines like y = k | Oblique axes, parametric curves revolved about arbitrary lines |
| Volume methods | Disk and washer methods | Shell method, Pappus' theorem, multivariable integration |
| Cross-sections | Known cross-sections (squares, semicircles, etc.) with perpendicular slicing | General cross-sections in 3D via triple integrals |
| Curve representation | y = f(x), x = g(y) | Parametric x(t), y(t); polar r(θ); implicit F(x, y) = 0 |
Mastering the washer method on the standard axes provides the template for all of these extensions. The logic never changes: identify the axis, draw a representative slice perpendicular to it, measure R and r from the axis, and integrate π(R² − r²). Only the expressions for R and r become more involved as the axis or curve representation changes.
Practice Problems
Volume with Washer Method — Summary
The washer method computes the volume of a solid of revolution when each cross-section perpendicular to the axis of revolution is an annular ring. The volume is given by V = π∫(R² − r²), where R is the outer radius and r is the inner radius, both measured from the axis of revolution to the respective boundary curves. When the inner radius is zero, the washer formula reduces to the disk method.
To set up the integral correctly: always sketch the region, draw a representative slice perpendicular to the axis, identify R and r from the axis outward, find intersection points for the limits, and remember that R² − r² ≠ (R − r)². Revolution about the x-axis uses dx with radii as functions of x; revolution about the y-axis uses dy with radii as functions of y. These principles form the foundation for all volume-of-revolution problems on the AP Calculus AB exam.