AP CALCULUS BC • APPLICATIONS OF INTEGRATION

Volume with Washer Method: Revolving Around the x- or y-Axis

Compute volumes of solids of revolution with hollow centers by integrating the difference of squared radii.

Historical Context & Motivation

The problem of computing volumes of curved solids dates back to antiquity, when mathematicians sought rigorous ways to measure vessels, columns, and domes whose shapes defied simple geometric formulas. Archimedes pioneered the method of exhaustion—slicing a solid into progressively thinner cross-sections and summing their contributions—to derive the volume of a sphere. This ancient technique contained the conceptual seed of what we now formalize as integration. When a planar region is revolved about an axis, the resulting solid may have a hollow core if the region does not touch the axis; that hollow geometry demands a refinement of the basic disk method. The washer method addresses precisely this situation, accounting for both an outer radius and an inner radius at each cross-section.

~250 BCE
Archimedes and the Method of Exhaustion
Archimedes computed the volume of a sphere by inscribing and circumscribing it with known solids, effectively summing infinitesimally thin slices—a precursor to the integral.
1615
Kepler's Nova Stereometria
Johannes Kepler approximated wine-barrel volumes by treating curved solids as stacks of thin disks, bringing rotational-volume ideas into practical use.
1635
Cavalieri's Principle
Bonaventura Cavalieri formalized the idea that solids with equal cross-sectional areas at every height share the same volume, laying theoretical groundwork for slicing methods.
1666–1687
Newton & Leibniz Formalize Calculus
The invention of the integral transformed volume computation from ad hoc geometric arguments into a systematic algebraic procedure applicable to arbitrary curves.
Modern Era
The Washer Method in Curricula
Today the washer method is a standard topic in AP Calculus BC and university courses, enabling students to compute volumes of solids with hollow interiors via a single definite integral.

The central question this lesson addresses is: given a region bounded by two curves that is revolved about an axis, how do we compute the volume of the resulting solid when the region does not border the axis of revolution? The disk method handles the simpler case where one boundary is the axis itself, but the washer method generalizes this by subtracting the inner disk from the outer disk at every cross-section, yielding an annular (ring-shaped) slice whose area depends on two radii rather than one.

Core Principles & Definitions

Before setting up a washer integral, it is essential to internalize a handful of foundational ideas. Each principle below connects a geometric observation about solids of revolution to the algebraic machinery of definite integration. Together they form a checklist you should run through every time you encounter a volume-of-revolution problem on the AP exam.

1

Cross-Sectional Slicing

A solid of revolution can be decomposed into infinitely thin cross-sections perpendicular to the axis of rotation. Each cross-section is a washer—a disk with a concentric hole.
2

Outer Radius R(x) and Inner Radius r(x)

The outer radius R is the distance from the axis of revolution to the farther curve; the inner radius r is the distance from the axis to the nearer curve. Both are functions of the variable of integration.
3

Area of a Washer

The cross-sectional area at any slice is A = π[R² − r²]. This follows directly from subtracting the area of the inner circle (πr²) from the outer circle (πR²).
4

Integration Yields Volume

Summing the washer areas over the interval of integration—V = π ∫[R² − r²] dx (or dy)—produces the exact volume by the fundamental theorem of calculus.
5

Axis Orientation Determines Variable

Revolution about the x-axis uses vertical slices (integrate with respect to x). Revolution about the y-axis uses horizontal slices (integrate with respect to y), requiring that curves be expressed as functions of y.
KEY TAKEAWAY
Think of the washer method like stacking thousands of flat metal rings (washers from a hardware store) along a rod. Each ring has an outer edge determined by the farther curve and a hole determined by the nearer curve. The integral simply totals the volume of all those infinitesimally thin rings from one end of the solid to the other.

Visual Explanation

The diagram below illustrates the washer method for a region bounded by an outer curve y = f(x) and an inner curve y = g(x), revolved about the x-axis. At an arbitrary position x, the vertical cross-section perpendicular to the x-axis is an annulus (washer) with outer radius R = f(x) and inner radius r = g(x). Observe how the shaded washer slice has finite thickness dx, producing a volume element dV = π[R² − r²] dx.

The shaded region between y = f(x) and y = g(x) from x = a to x = b is revolved about the x-axis. At position x, the purple bracket marks the outer radius R = f(x) and the cyan bracket marks the inner radius r = g(x). The amber bar denotes the infinitesimal thickness dx.

Notice how the outer boundary of the washer corresponds to the curve farther from the axis and the inner boundary (the hole) to the nearer curve. If g(x) were identically zero—meaning the region touches the x-axis—the inner radius would vanish and the washer would collapse to a solid disk, recovering the disk method as a special case. This relationship is why the washer method is sometimes described as a generalization of the disk method. The key skill is correctly identifying which curve is outer and which is inner relative to the axis of rotation, since swapping them would introduce a sign error into the integrand.

Mathematical Framework

We derive the washer formula by starting from the known volume of a thin cylindrical slab and recognizing that a washer is simply the difference of two concentric cylinders. Let a region in the plane be bounded above by y = f(x) and below by y = g(x) with 0 ≤ g(x) ≤ f(x) on [a, b], and suppose this region is revolved about the x-axis. At each x, the cross-sectional area of the resulting solid is the area of the outer circle minus the area of the inner circle.

WASHER AREA
A(x) = π [R(x)]² − π [r(x)]² = π { [f(x)]² − [g(x)]² }
R(x) = f(x) is the outer radius (farther curve from the x-axis); r(x) = g(x) is the inner radius (nearer curve).

Each infinitesimally thin washer has volume dV = A(x) dx. Integrating across the full interval yields the total volume.

WASHER METHOD — REVOLUTION ABOUT THE x-AXIS
V = π ∫ₐᵇ { [f(x)]² − [g(x)]² } dx
a, b = limits of integration along the x-axis; f(x) = outer radius; g(x) = inner radius; the entire integrand is scaled by π.

When the region is revolved about the y-axis instead, the roles of x and y swap. Express the bounding curves as functions of y—say x = F(y) (outer, farther from the y-axis) and x = G(y) (inner, nearer to the y-axis)—and integrate with respect to y over the appropriate interval [c, d].

WASHER METHOD — REVOLUTION ABOUT THE y-AXIS
V = π ∫꜀ᵈ { [F(y)]² − [G(y)]² } dy
c, d = limits along the y-axis; F(y) = outer radius (farther from y-axis); G(y) = inner radius (nearer to y-axis).
Common Pitfall
Do NOT compute π ∫ [f(x) − g(x)]² dx. Squaring the difference is not the same as the difference of squares: [f(x)]² − [g(x)]² ≠ [f(x) − g(x)]². The former subtracts areas of two circles; the latter squares the vertical gap, which has no geometric meaning for washers.

Step-by-Step Setup Strategy

Setting up the washer integral correctly is typically the hardest part of a volume problem; the actual antidifferentiation is often routine. The following systematic procedure will help you avoid the most common errors, particularly on free-response questions where setup alone earns significant rubric credit.

A six-step flowchart for setting up and evaluating a washer-method integral. Steps 2–4 are where most errors occur on the AP exam.
  1. Step 1 — Sketch. Draw the curves and shade the region to be revolved. Mark the axis of revolution clearly. A quick sketch prevents virtually every radius-labeling error.
  2. Step 2 — Choose the variable. If the axis of revolution is horizontal (e.g., the x-axis), slice perpendicular to that axis—vertical slices—and integrate with respect to x. If the axis is vertical (the y-axis), use horizontal slices and integrate with respect to y.
  3. Step 3 — Outer and inner radii. For each slice, measure the distance from the axis of revolution to the farther boundary curve (outer radius R) and to the nearer boundary curve (inner radius r). Both must be non-negative.
  4. Step 4 — Limits. The bounds of integration are the values of the integration variable where the region begins and ends—typically found by solving the system of equations for the curves' intersections.
  5. Step 5 — Assemble the integral. Write V = π ∫[R² − r²] d(variable). Double-check that R ≥ r on the entire interval.
  6. Step 6 — Evaluate. Expand the integrand, find the antiderivative, and apply the Fundamental Theorem of Calculus. On calculator-active FRQs you may evaluate numerically.

Worked Example

Let R be the region bounded by y = x² and y = √x. Find the volume of the solid generated when R is revolved about the x-axis.

Washer Method — Revolution about the x-axis
1
Step 1 — Sketch and identify the regionBoth curves pass through the origin: y = x² and y = √x. On the interval (0, 1), √x ≥ x² (verify at x = 0.5: √0.5 ≈ 0.707 while 0.25). So y = √x is the upper (outer) curve and y = x² is the lower (inner) curve relative to the x-axis.
2
Step 2 — Find the intersection points (limits of integration)Set √x = x². Squaring both sides: x = x⁴, so x⁴ − x = 0, giving x(x³ − 1) = 0. Thus x = 0 or x = 1.
Limits: a = 0, b = 1
3
Step 3 — Determine outer and inner radiiSince we revolve about the x-axis, the radius of each curve at position x is simply its y-value. The outer radius is R(x) = √x (farther from x-axis), and the inner radius is r(x) = x² (closer to x-axis).
R(x) = √x, r(x) = x²
4
Step 4 — Write the washer integralV = π ∫₀¹ { [√x]² − [x²]² } dx = π ∫₀¹ { x − x⁴ } dx.
5
Step 5 — Evaluate the integral∫₀¹ (x − x⁴) dx = [x²/2 − x⁵/5]₀¹ = (1/2 − 1/5) − (0) = 5/10 − 2/10 = 3/10.
6
Step 6 — Multiply by π and state the final answerV = π × (3/10) = 3π/10.
V = 3π/10 ≈ 0.9425 cubic units
💡 Quick Check
Notice that [√x]² = x, not √(x²). Simplifying radii before squaring is a common source of algebra mistakes. Also confirm that the answer 3π/10 is less than the volume of the circumscribing cylinder π(1)²(1) = π, providing a useful sanity check.

Comparing Volume Methods: Disk, Washer, and Shell

The AP Calculus BC exam expects you to choose the most efficient integration method for a given volume problem. The washer method is one of three closely related techniques; understanding how they differ—and when each is optimal—prevents wasted time on the exam and reduces algebraic errors.

Comparison of the three principal methods for computing volumes of solids of revolution.
FeatureDisk MethodWasher MethodShell Method
Cross-section shapeSolid disk (circle)Annulus (ring)Cylindrical shell (thin tube)
Number of radii1 (outer only)2 (outer and inner)1 radius + 1 height
Slice orientationPerpendicular to axisPerpendicular to axisParallel to axis
When to useRegion touches the axisRegion does NOT touch the axis (gap between region and axis)Solving for the other variable would be difficult or require splitting intervals
Formula (about x-axis)V = π ∫ [f(x)]² dxV = π ∫ { [f(x)]² − [g(x)]² } dxV = 2π ∫ y · [f(y) − g(y)] dy
CHOOSING THE RIGHT METHOD
Think of the axis of revolution as a lathe. If you slice perpendicular to the lathe and see a ring, use washers. If the ring collapses to a full disk, the simpler disk formula suffices. If solving for one variable would force you to split into multiple integrals or invert a messy function, pivot to shells—they slice parallel to the lathe and often produce a single, cleaner integral.

Connections to Advanced Theory

The washer method revolving around the x- or y-axis is the gateway to a broader family of volume techniques you will encounter both on the AP exam and in multivariable calculus. Extending the method to revolution about lines other than the coordinate axes—such as y = k or x = h—simply requires redefining the radii as distances from the curve to that line rather than to the axis. Beyond that, the slicing philosophy itself generalizes to volumes by cross-sections of known shape (squares, equilateral triangles, semicircles) and eventually to triple integrals in multivariable calculus.

How the washer method connects to more advanced volume computations.
This LessonExtension / Advanced Topic
Revolution about x- or y-axisRevolution about any horizontal or vertical line y = k, x = h (adjust radii by adding/subtracting the offset)
Washer cross-sections (circles with holes)Arbitrary cross-sections—squares, triangles, semicircles—on a given base, using V = ∫ A(x) dx
Single integral in one variableDouble and triple integrals for volumes in ℝ³ via cylindrical or spherical coordinates
Algebraic curves y = f(x)Parametric curves (x(t), y(t)) and polar curves r(θ), requiring adapted washer formulas

On the AP Calculus BC exam specifically, you should be prepared for washer problems involving parametric or polar curves and for problems that combine the washer method with other integration skills such as integration by parts or partial fractions during the evaluation step. Mastering the standard x-axis and y-axis cases in this lesson provides the structural intuition needed to handle those more complex scenarios with confidence.

Practice Problems

1
Which of the following best explains why the washer method integrates π[R(x)² − r(x)²] rather than π[R(x) − r(x)]²?
2
The region bounded by y = x and y = x² is revolved about the x-axis. What is the volume of the resulting solid?
3
The region enclosed by x = y² and x = 2 − y² is revolved about the y-axis. Which integral gives the volume of the resulting solid?
PROBLEM 4APPLIED
Let R be the region in the first quadrant bounded by y = 4 − x², y = x² , and the y-axis. (a) Sketch the region R and identify the intersection points of the two curves. (b) Set up, but do not evaluate, an integral expression using the washer method for the volume of the solid generated when R is revolved about the x-axis. (c) Evaluate the integral from part (b) to find the exact volume. (d) Suppose instead the region R is revolved about the y-axis. Set up an integral using the washer method for this volume. (You do not need to evaluate.)
PROBLEM 5CRITICAL THINKING
A student attempts to find the volume when the region between y = 1/x and y = 0 from x = 1 to x = b (b > 1) is revolved about the x-axis. The student writes V = π ∫₁ᵇ (1/x)² dx = π ∫₁ᵇ x⁻² dx = π [−1/x]₁ᵇ = π(1 − 1/b). (a) Is the student's integral a disk integral or a washer integral? Justify your answer. (b) Evaluate lim_{b→∞} V. Is the volume finite or infinite? Explain the geometric significance. (c) Compare this with the surface area generated by the same revolution, which is known to be infinite for b → ∞. What does this paradox (Gabriel's Horn) illustrate about the relationship between volume and surface area for solids of revolution?

Lesson Summary

The washer method computes volumes of solids of revolution with hollow interiors by integrating the cross-sectional area of an annulus (ring) along the axis of rotation. The fundamental formula is V = π ∫ [R² − r²] d(variable), where R is the outer radius (distance from the axis to the farther curve) and r is the inner radius (distance from the axis to the nearer curve). Revolution about the x-axis requires radii expressed as functions of x and integration with respect to x; revolution about the y-axis requires radii as functions of y.

The critical setup steps are: sketch the region, identify which curve gives R and which gives r relative to the axis, find intersection points for integration limits, and write the difference of squares—never the square of the difference. The washer method generalizes the disk method (which handles the r = 0 case) and complements the shell method (which slices parallel to the axis). Mastery of all three ensures you can select the most efficient technique for any AP exam volume problem.

Varsity Tutors • AP Calculus BC • Volume with Washer Method: Revolving Around the x- or y-Axis