CALCULUS 2 • APPLICATIONS OF INTEGRATION

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

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

Historical Context & Motivation

The problem of computing the volume of a curved solid has fascinated mathematicians for millennia, stretching back to the ancient Greeks who sought to determine the volumes of vessels, domes, and other rotationally symmetric objects. Archimedes pioneered the method of exhaustion—slicing solids into thin layers and summing their areas—to find the volume of a sphere, effectively anticipating integral calculus by nearly two thousand years. The modern washer method is a direct descendant of this slicing philosophy, refined through centuries of mathematical development and made rigorous by the formalization of the definite integral.

~250 BCE
Archimedes and the Method of Exhaustion
Archimedes computed the volume of a sphere by inscribing and circumscribing cylinders, summing cross-sectional areas in a process that prefigured integration by slicing.
1615
Kepler's Nova Stereometria
Johannes Kepler systematically estimated volumes of wine barrels by decomposing them into thin circular slabs, extending Archimedean slicing to practical engineering contexts.
1635
Cavalieri's Principle
Bonaventura Cavalieri formalized the idea that solids with identical cross-sectional areas at every height share the same volume, providing the theoretical basis for the disk and washer methods.
1660s–1680s
Newton and Leibniz Formalize Calculus
The independent development of integral calculus by Newton and Leibniz gave mathematicians a rigorous framework to evaluate the infinite sums implicit in slicing methods, transforming volume computation into definite integrals.
Modern Era
The Washer Method in Standard Curriculum
Today the washer method is a cornerstone of single-variable calculus, applied in engineering (pipe design, turbine housings) and physics (moments of inertia for hollow bodies).

The disk method handles the simplest case: a region bounded by a single curve is revolved about an axis, producing a solid with no hole through its center. But what happens when the region is bounded between two curves, so the resulting solid has a hollow core—like a pipe, a donut, or a cylindrical bearing? The disk method alone cannot account for the material that is absent from the interior. The washer method extends the disk method precisely to address this gap: by subtracting the inner disk from the outer disk at each cross-section, we obtain an annular washer whose area captures only the solid material present.

Core Principles & Definitions

Before diving into formulas, it is essential to internalize the geometric logic that underpins the washer method. Every volume-by-slicing computation rests on the same strategy: decompose the solid into infinitely many thin cross-sections, compute the area of each, and integrate over the appropriate interval. The washer method specializes this strategy to solids of revolution that have a hollow interior, meaning the cross-section perpendicular to the axis of revolution is an annulus (a ring) rather than a full disk.

1

Axis of Revolution

The line about which the planar region is rotated. In this lesson the axis is the x-axis or the y-axis. The choice of axis determines whether you integrate with respect to x or y.
2

Outer Radius R(x) or R(y)

The distance from the axis of revolution to the farther boundary curve. This radius defines the outer edge of each washer.
3

Inner Radius r(x) or r(y)

The distance from the axis of revolution to the closer boundary curve. This radius carves out the hollow center of each washer.
4

Washer Cross-Section

Each slice perpendicular to the axis is an annulus with area A = π[R² − r²]. The washer's volume element is dV = π[R² − r²] dx (or dy).
5

Integration Direction

When revolving about the x-axis, the slices are vertical and you integrate with respect to x. When revolving about the y-axis, the slices are horizontal and you integrate with respect to y.
KEY TAKEAWAY
Think of each washer as a plumbing pipe slice viewed end-on: the outer wall of the pipe defines R, the inner bore defines r, and only the material between the two circles contributes to volume. Integrating these annular cross-sections from one end of the solid to the other yields the total volume—just as stacking thousands of thin metal washers from a hardware store would approximate a hollow cylinder.

Visual Explanation — Anatomy of a Washer

The region between y = f(x) (outer, cyan) and y = g(x) (inner, violet) is revolved about the x-axis. At each x-value, the outer radius R(x) = f(x) and the inner radius r(x) = g(x) define an annular washer cross-section (shown at bottom right). The interval of integration runs from x = a to x = b.

In the diagram above, notice that at any fixed value of x between a and b, a vertical segment extends from the x-axis up to the outer curve f(x), and a shorter segment extends up to the inner curve g(x). When this configuration is revolved about the x-axis, the outer segment sweeps out a disk of radius R(x) = f(x), and the inner segment sweeps out a smaller disk of radius r(x) = g(x). The solid material at that cross-section is the annular region between these two circles—the washer. The area of this washer is π[R(x)]² − π[r(x)]² = π{[R(x)]² − [r(x)]²}, and multiplying by an infinitesimal thickness dx yields the volume element dV.

Mathematical Framework

We now formalize the geometric intuition developed in the previous section. The derivation proceeds identically for revolution about either coordinate axis; only the roles of the variables change. In both cases, the key insight is that the cross-sectional area of each washer equals the area of the outer disk minus the area of the inner disk.

Revolution About the x-Axis

Suppose a region in the xy-plane is bounded above by y = f(x) and below by y = g(x), where f(x) ≥ g(x) ≥ 0 on the interval [a, b]. When this region is revolved about the x-axis, each cross-section perpendicular to the x-axis at position x is a washer with outer radius R(x) = f(x) and inner radius r(x) = g(x).

WASHER METHOD — REVOLUTION ABOUT THE x-AXIS
V = π ∫ₐᵇ { [f(x)]² − [g(x)]² } dx
V = volume of the solid; f(x) = outer radius function (farther from axis); g(x) = inner radius function (closer to axis); a, b = limits of integration along the x-axis; dx = infinitesimal thickness of each washer.

Revolution About the y-Axis

When the axis of revolution is the y-axis, the cross-sections perpendicular to the y-axis are horizontal washers. Here you must express both boundary curves as functions of y: x = F(y) (rightmost, farther from the y-axis) and x = G(y) (leftmost, closer to the y-axis), with F(y) ≥ G(y) ≥ 0 on [c, d].

WASHER METHOD — REVOLUTION ABOUT THE y-AXIS
V = π ∫꜀ᵈ { [F(y)]² − [G(y)]² } dy
F(y) = outer radius (rightmost curve); G(y) = inner radius (leftmost curve); c, d = limits of integration along the y-axis; dy = infinitesimal thickness of each horizontal washer.

Derivation from Riemann Sums

Partition [a, b] into n subintervals of width Δx = (b − a)/n. In the k-th subinterval, choose a sample point xk* and form a washer of thickness Δx with outer radius R(xk*) and inner radius r(xk*). The volume of this single washer is ΔVk = π{[R(xk*)]² − [r(xk*)]²}Δx. Summing over all n washers gives the Riemann sum, and taking the limit as n → ∞ (equivalently, Δx → 0) produces the definite integral.

RIEMANN SUM TO INTEGRAL
V = lim(n→∞) Σₖ₌₁ⁿ π{[R(xₖ*)]² − [r(xₖ*)]²}Δx = π ∫ₐᵇ {[R(x)]² − [r(x)]²} dx
The convergence of the Riemann sum is guaranteed because R(x) and r(x) are continuous (hence Riemann-integrable) on the closed interval [a, b].
💡 When Does the Washer Method Reduce to the Disk Method?
If the inner radius r(x) = 0 for all x in [a, b], the washer has no hole and degenerates into a full disk. In this case the formula becomes V = π ∫ₐᵇ [f(x)]² dx, which is precisely the disk method. The washer method is thus a strict generalization of the disk method.

Detailed Breakdown — Choosing the Axis & Setting Up the Integral

One of the most common sources of error in washer-method problems is misidentifying the outer and inner radii, or choosing the wrong variable of integration. This section provides a systematic decision procedure and a comparative visual to build reliable problem-solving instincts.

Side-by-side comparison: revolving about the x-axis (left) versus the y-axis (right). Note how the outer and inner radii swap orientation and the variable of integration changes accordingly. The setup checklist at the bottom summarizes the four-step procedure for any washer-method problem.
Quick-reference comparison table for revolution about the x-axis versus the y-axis.
FeatureRevolve about x-axisRevolve about y-axis
Slice orientationPerpendicular to x-axis (vertical)Perpendicular to y-axis (horizontal)
Variable of integrationdxdy
Radii expressed asy-values: R = f(x), r = g(x)x-values: R = F(y), r = G(y)
Limits of integrationx = a to x = by = c to y = d
Boundary curves as functions ofx (solved for y)y (solved for x)
⚠️ Common Pitfall
Students frequently confuse which curve defines the outer radius and which defines the inner radius. Always sketch the region and the axis of revolution first. The curve farther from the axis defines R; the curve closer defines r. If you reverse them, the integrand becomes negative—a clear signal of a sign error.

Worked Example

We present two worked examples: one revolving about the x-axis and one revolving about the y-axis, to illustrate how the same conceptual framework adapts to each scenario.

Example 1: Revolution About the x-Axis

Find the volume of the solid obtained by revolving the region bounded by y = x² and y = x about the x-axis.

Volume by Washer Method — Revolving about the x-axis
1
Step 1 — Sketch and Identify the RegionThe curves y = x and y = x² intersect where x = x², i.e., x² − x = 0 → x(x − 1) = 0, giving x = 0 and x = 1. On the interval [0, 1], since x ≥ x² (the line lies above the parabola), the outer curve is y = x and the inner curve is y = x².
Intersection points: x = 0 and x = 1. Outer: f(x) = x; Inner: g(x) = x².
2
Step 2 — Identify Outer and Inner RadiiSince we revolve about the x-axis and both curves lie above it, the outer radius is R(x) = f(x) = x (farther from the axis) and the inner radius is r(x) = g(x) = x² (closer to the axis).
R(x) = x, r(x) = x²
3
Step 3 — Write the Washer FormulaApplying the washer method formula: V = π ∫₀¹ {[R(x)]² − [r(x)]²} dx = π ∫₀¹ {x² − x⁴} dx.
V = π ∫₀¹ (x² − x⁴) dx
4
Step 4 — Evaluate the IntegralIntegrate term by term: ∫₀¹ x² dx = [x³/3]₀¹ = 1/3, and ∫₀¹ x⁴ dx = [x⁵/5]₀¹ = 1/5. Therefore V = π(1/3 − 1/5) = π(5/15 − 3/15) = π(2/15).
V = 2π/15

Example 2: Revolution About the y-Axis

Find the volume of the solid obtained by revolving the same region (bounded by y = x² and y = x) about the y-axis.

Volume by Washer Method — Revolving about the y-axis
1
Step 1 — Solve for x in Terms of ySince we integrate with respect to y, we need x as a function of y. From y = x we get x = y. From y = x² we get x = √y (taking the positive root since the region is in the first quadrant). The y-limits are y = 0 to y = 1 (from the intersection points).
x = y (from the line); x = √y (from the parabola). Limits: y = 0 to y = 1.
2
Step 2 — Identify Outer and Inner RadiiAt each y-value, the outer radius R(y) is the distance from the y-axis to the farther curve. The parabola x = √y lies to the right of the line x = y for 0 < y < 1 (verify: √y > y for 0 < y < 1). Therefore R(y) = √y (outer) and r(y) = y (inner).
R(y) = √y, r(y) = y
3
Step 3 — Write the Washer FormulaV = π ∫₀¹ {[R(y)]² − [r(y)]²} dy = π ∫₀¹ {(√y)² − y²} dy = π ∫₀¹ {y − y²} dy.
V = π ∫₀¹ (y − y²) dy
4
Step 4 — Evaluate the Integral∫₀¹ y dy = [y²/2]₀¹ = 1/2 and ∫₀¹ y² dy = [y³/3]₀¹ = 1/3. Thus V = π(1/2 − 1/3) = π(3/6 − 2/6) = π/6.
V = π/6
🔍 Observation
Notice that revolving the same region about different axes produces different volumes (2π/15 vs. π/6). This underscores the importance of carefully identifying the axis of revolution before setting up the integral.

Washer Method vs. Other Volume Techniques

The washer method is one of three standard techniques for computing volumes of solids of revolution in single-variable calculus. Understanding when to use each method—and how they relate—is crucial for choosing the most efficient approach on any given problem.

Comparison of the three standard volume-of-revolution methods.
MethodCross-Section ShapeWhen to UseLimitations
Disk MethodFull circular disk (no hole)Region bounded by one curve and the axis of revolutionCannot handle regions between two curves (no hollow core)
Washer MethodAnnulus (ring with hole)Region between two curves revolved about a coordinate axis; slicing perpendicular to axis is naturalRequires both curves expressible as functions of the same variable; can be algebraically messy if curves require inversion
Shell MethodCylindrical shell (thin hollow cylinder)When slicing parallel to the axis is more natural; avoids solving for inverse functionsIntegrates radius × height × thickness; conceptually different from cross-sectional area approach
⚙️ WHEN TO CHOOSE WASHERS OVER SHELLS
Think of the washer method as a cookie cutter viewed end-on and the shell method as peeling layers off an onion. If your representative slice is perpendicular to the axis of revolution, you get a washer (cookie-cutter view). If it is parallel to the axis, you get a shell (onion-peel view). Choose whichever orientation lets you express both boundaries as simple, single-valued functions of one variable without piecewise definitions.

Connection to Advanced Theory

The washer method around the x- or y-axis is the simplest incarnation of a broader family of techniques. In more advanced settings, the axis of revolution need not be a coordinate axis—it can be any horizontal or vertical line, or even an oblique line. The washer formula itself generalizes naturally: the outer and inner radii become the distances from the boundary curves to the arbitrary axis, rather than simply the function values.

How the washer method in this lesson connects to more advanced topics.
This LessonAdvanced Extension
Axis of revolution is the x- or y-axisAxis is any line y = k or x = h; radii become |f(x) − k| and |g(x) − k|
Regions in the first quadrant with f(x) ≥ g(x) ≥ 0Regions that straddle the axis; care with signed distances required
Single integral in one variableDouble or triple integrals (multivariable calculus) for non-symmetric solids via Jacobian changes of variable
Volume onlySurface area of revolution (related but uses arc-length element ds instead of dx or dy)
Exact symbolic evaluationNumerical integration (Simpson's rule, Gauss quadrature) when antiderivatives are unavailable

In engineering practice, the washer method also connects to the computation of moments of inertia for hollow rotating bodies. A turbine shaft with a hollow bore, for example, has its rotational inertia determined by integrating r² dA over the annular cross-section—a direct application of the same washer geometry. Mastering the coordinate-axis case prepares you to handle these more complex scenarios with confidence.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the washer method subtracts the square of the inner radius rather than subtracting the inner radius and then squaring the result. That is, why is the integrand π[R² − r²] and not π[R − r]²?
PROBLEM 2BASIC CALCULATION
Find the volume of the solid obtained by revolving the region bounded by y = √x and y = x/2 about the x-axis.
PROBLEM 3INTERMEDIATE
Find the volume of the solid obtained by revolving the region bounded by x = y² and x = 2 − y² about the y-axis.
PROBLEM 4APPLIED
A decorative vase is formed by revolving the region bounded by y = 4 − x² (outer profile) and y = 2x² (inner cavity) about the y-axis for y ≥ 0. Find the volume of material (glass) used to make the vase.
PROBLEM 5CRITICAL THINKING
Let R be the region bounded by y = eˣ, y = e⁻ˣ, and x = ln 3. Show that the volume of the solid obtained by revolving R about the x-axis can be written as V = π(a − b/c) for integers a, b, c with gcd(b, c) = 1, and find a, b, and c.

Summary

The washer method computes the volume of a solid of revolution with a hollow interior by integrating annular cross-sections perpendicular to the axis of revolution. Each washer has area π[R² − r²], where R is the outer radius (distance from axis to farther curve) and r is the inner radius (distance from axis to closer curve). When revolving about the x-axis, integrate with respect to x and express radii as y-values; when revolving about the y-axis, integrate with respect to y and express radii as x-values.

To set up a washer-method integral, follow four steps: (1) identify the axis of revolution, (2) draw a representative slice perpendicular to that axis, (3) determine R and r from the boundary curves, and (4) integrate π(R² − r²) over the appropriate limits of integration. The washer method generalizes the disk method (set r = 0) and complements the shell method, which uses cylindrical shells parallel to the axis instead of annular slices perpendicular to it.

Varsity Tutors • Calculus 2 • Washer Method: x- or y-Axis