CALCULUS 1 • APPLICATIONS OF INTEGRATION

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

Compute volumes of solids with hollow centers by revolving regions around the x- or y-axis.

Historical Context & Motivation

For centuries, mathematicians and engineers have needed to compute the volumes of curved, hollow objects — think of pipes, vases, and turbine housings. The ancient Greeks, especially Archimedes, pioneered clever geometric arguments to find volumes of solids generated by spinning shapes around a line. However, their methods only worked for a handful of special cases. It wasn't until calculus matured in the 17th and 18th centuries that a truly general technique — slicing solids into infinitesimally thin pieces and summing them up — became available. The washer method is a direct descendant of that idea.

~250 BC
Archimedes and the Method of Exhaustion
Archimedes approximated volumes of solids of revolution by inscribing and circumscribing known shapes, essentially inventing the idea of slicing before calculus existed.
1615
Kepler's Nova Stereometria
Johannes Kepler computed volumes of wine barrels by slicing them into thin disks — a practical precursor to the disk and washer methods used in modern calculus.
1665–1676
Newton & Leibniz Formalize Calculus
The invention of integral calculus gave mathematicians a general tool for summing infinitesimal slices. The definite integral replaced geometric exhaustion with algebraic computation.
18th–19th C
The Washer Method Enters Textbooks
As calculus courses became standard, the disk and washer methods were formalized and taught as core techniques for computing volumes of solids of revolution.

The central question the washer method answers is this: when you revolve a region bounded by two curves around an axis, how do you compute the volume of the resulting hollow solid? Unlike the simpler disk method, which works when the solid has no hole, the washer method handles the gap between an outer curve and an inner curve, producing a shape with an empty core — like a donut or a pipe.

Core Principles & Definitions

Before diving into formulas, it helps to understand the key ideas that make the washer method work. Each principle below builds on the last, moving from the basic concept of rotation to the integral that captures the entire volume.

1

Solid of Revolution

A three-dimensional solid formed by spinning a two-dimensional region around a straight line called the axis of revolution. The axis may be the x-axis, the y-axis, or another line.
2

Outer and Inner Radii

When a region between two curves is revolved, each cross-sectional slice has an outer radius R (the curve farther from the axis) and an inner radius r (the curve closer to the axis).
3

The Washer Cross-Section

A single thin slice perpendicular to the axis looks like a flat ring — a circle with a hole, resembling a hardware washer. Its area equals π R² − π r².
4

Summing with Integration

By stacking infinitely many infinitesimally thin washers from one boundary to the other, the definite integral adds up all their volumes to give the total volume of the solid.
KEY TAKEAWAY
Think of the washer method like stacking a pile of CDs or DVDs along a spindle. Each disc has a hole in the center (the inner radius) and an outer edge (the outer radius). If you glue infinitely many impossibly thin CDs together, you get the solid of revolution. The integral is just the mathematical glue that adds them all up.

Visual Explanation — Revolution Around the x-Axis

The diagram below shows a region between two curves being revolved around the x-axis. Notice how the resulting solid has a hollow interior — the space between the inner curve and the axis of revolution. Each thin vertical slice produces a washer-shaped cross-section.

The violet curve y = f(x) is farther from the x-axis and determines the outer radius R. The pink curve y = g(x) is closer and determines the inner radius r. Each thin vertical strip, when spun around the x-axis, traces out a washer whose area is π R² − π r².

In the diagram, the dashed ellipses at a sample x-value represent what a single washer would look like if you sliced through the solid perpendicular to the x-axis. The outer ellipse corresponds to R = f(x) and the inner ellipse to r = g(x). Notice that both radii change as x moves from a to b, which is why integration is necessary — the washer sizes aren't constant.

Mathematical Framework

The washer method formula comes directly from the idea that the volume of a thin washer is its cross-sectional area multiplied by its tiny thickness. When we integrate, we sum all of these thin volumes across the interval.

Revolution Around the x-Axis

WASHER METHOD — x-AXIS
V = π ∫ₐᵇ [ (R(x))² − (r(x))² ] dx
V = volume of the solid; R(x) = outer radius (the function farther from the x-axis); r(x) = inner radius (the function closer to the x-axis); a, b = the x-values where the region begins and ends.

When the region lies above the x-axis and you revolve it around the x-axis, the outer radius R(x) is simply the top curve and the inner radius r(x) is the bottom curve. The variable of integration is x, and the limits a and b are the x-coordinates where the two curves intersect or where the region starts and stops.

Revolution Around the y-Axis

WASHER METHOD — y-AXIS
V = π ∫_c^d [ (R(y))² − (r(y))² ] dy
R(y) = outer radius (the function farther from the y-axis); r(y) = inner radius (the function closer to the y-axis); c, d = the y-values bounding the region. All functions must be expressed in terms of y.

When revolving around the y-axis, the cross-sectional washers are horizontal rather than vertical. You slice the solid with horizontal planes at each y-value, so the radii must be written as functions of y. The outer radius is the curve farther to the right of the y-axis, and the inner radius is the curve closer to the y-axis.

AREA OF A SINGLE WASHER
A = π R² − π r² = π (R² − r²)
This is the area of a ring: the full outer circle minus the inner hole. Multiplying by an infinitesimal thickness (dx or dy) gives the washer's volume element.
⚠️ Don't Forget!
A common mistake is to square the difference instead of taking the difference of the squares. Remember: π(R² − r²) is not the same as π(R − r)². Always square each radius first, then subtract.

Choosing the Right Setup — x-Axis vs. y-Axis

One of the trickiest parts of washer method problems is deciding whether to integrate with respect to x or y. The rule is straightforward: your slicing direction must be perpendicular to the axis of revolution. Revolving around the x-axis means you slice vertically (dx), and revolving around the y-axis means you slice horizontally (dy). The diagram below compares the two setups side by side.

Left panel: revolving around the x-axis produces vertical washer slices (dx). Right panel: revolving around the y-axis produces horizontal washer slices (dy). In each case, identify which curve gives the outer radius R and which gives the inner radius r.
Quick-reference comparison for choosing your setup
Decision FactorRevolve Around x-AxisRevolve Around y-Axis
Variable of integrationx (integrate dx)y (integrate dy)
Slice directionVertical slicesHorizontal slices
Radii expressed asFunctions of xFunctions of y
Outer radius RCurve farther from x-axisCurve farther from y-axis
Inner radius rCurve closer to x-axisCurve closer to y-axis
Limits of integrationx = a to x = by = c to y = d
💡 Pro Tip
If the problem says "revolve around the y-axis," you'll need to solve your equations for x in terms of y. For instance, if y = x², then x = √y. Always rewrite curves so the radii match the integration variable.

Worked Example

Let's work through a complete problem step by step. We'll find the volume of the solid formed by revolving the region between y = x² and y = x around the x-axis.

Volume Between y = x² and y = x, Revolved Around the x-Axis
1
Step 1 — Find the Intersection PointsSet x² = x. Rearranging: x² − x = 0, so x(x − 1) = 0. The curves intersect at x = 0 and x = 1. These become our limits of integration: a = 0 and b = 1.
Limits: x = 0 to x = 1
2
Step 2 — Identify Outer and Inner RadiiOn the interval [0, 1], check which function is farther from the x-axis. At x = 0.5: y = x gives 0.5, and y = x² gives 0.25. Since 0.5 > 0.25, the line y = x is on top. Therefore R(x) = x (outer radius) and r(x) = x² (inner radius).
R(x) = x, r(x) = x²
3
Step 3 — Write the Washer Method IntegralSubstitute into the formula V = π ∫₀¹ [R(x)² − r(x)²] dx. This gives V = π ∫₀¹ [x² − x⁴] dx.
V = π ∫₀¹ (x² − x⁴) dx
4
Step 4 — Evaluate the IntegralFind the antiderivative: ∫(x² − x⁴) dx = x³/3 − x⁵/5. Evaluate from 0 to 1: [1/3 − 1/5] − [0 − 0] = 1/3 − 1/5 = 5/15 − 3/15 = 2/15.
∫₀¹ (x² − x⁴) dx = 2/15
5
Step 5 — Multiply by π and State the AnswerMultiply the result by π: V = π × (2/15) = 2π/15. This is the exact volume of the solid of revolution.
V = 2π/15 ≈ 0.4189 cubic units

Disk Method vs. Washer Method — When to Use Each

The disk method is actually a special case of the washer method. When the region being revolved touches the axis of revolution (so there's no hole in the middle), the inner radius r equals zero and the washer formula reduces to V = π ∫ R² dx. The table below highlights the key differences.

Disk vs. Washer comparison
FeatureDisk MethodWasher Method
Number of bounding curvesOne curve and the axis itselfTwo curves (neither is the axis)
Inner radiusr = 0 (solid center)r ≠ 0 (hollow center)
Cross-section shapeFull disk (filled circle)Washer (ring with hole)
FormulaV = π ∫ R² dx (or dy)V = π ∫ (R² − r²) dx (or dy)
When to useRegion borders the axis of revolutionRegion has a gap between it and the axis
KEY TAKEAWAY
The disk method is to the washer method what a solid metal rod is to a hollow pipe. Both are made by spinning a shape around an axis, but the pipe has material removed from its core. If your region doesn't touch the axis of revolution, you need the washer method to subtract out the hollow part.

Connection to Advanced Techniques

In this lesson, we focused on revolving regions around the x-axis or y-axis. But in more advanced problems, the axis of revolution can be any horizontal or vertical line — for example, y = 3 or x = −2. The washer method still works in those cases; the only change is how you compute the radii. Instead of R = f(x), you'd compute R = |f(x) − k| where y = k is the axis of revolution. There are also entirely different approaches to finding volumes of revolution.

From washer basics to more advanced volume techniques
ConceptThis Lesson (Foundation)What Comes Next
Axis of revolutionx-axis or y-axis onlyAny horizontal or vertical line (e.g., y = 3, x = −1)
Integration methodWasher method (slicing ⊥ to axis)Shell method (slicing ∥ to axis)
Cross-section typeWashers (rings)Cylindrical shells (thin tubes)
Typical difficultyStandard Calc 1 problemsAP Calculus free-response and Calc 2 topics

The shell method is a complementary technique you'll encounter soon. It uses cylindrical shells instead of washers. Sometimes a problem that's extremely hard with washers becomes easy with shells, and vice versa. Mastering both gives you flexibility to choose the simplest setup for any given problem.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the washer method uses π(R² − r²) instead of π(R − r)² for the cross-sectional area. What would go wrong if you used the squared difference instead of the difference of squares?
PROBLEM 2BASIC CALCULATION
Find the volume of the solid formed by revolving the region between y = √x and y = x around the x-axis, from x = 0 to x = 1.
PROBLEM 3INTERMEDIATE
Revolve the region bounded by x = y² and x = 4 around the y-axis. Set up and evaluate the integral to find the volume.
PROBLEM 4APPLIED
A decorative vase has an outer profile described by y = 4 − x² and an inner hollow described by y = 2 − x² (for the region where both are positive) when viewed in cross-section. If the vase is formed by revolving this region around the y-axis, find the volume of material in the vase. (Hint: rewrite in terms of y and identify the correct limits.)
PROBLEM 5CRITICAL THINKING
Consider the region between y = 1/x and y = 0 from x = 1 to x = b, revolved around the x-axis. Using the disk method, find V(b) and determine what happens to the volume as b → ∞. Then consider revolving the same region around the y-axis using washers. Does the volume also converge? Explain the geometric significance of any differences.

Summary — Washer Method

The washer method computes the volume of a solid of revolution that has a hollow center. When revolving around the x-axis, use V = π ∫ₐᵇ [R(x)² − r(x)²] dx with vertical slices. When revolving around the y-axis, use V = π ∫_c^d [R(y)² − r(y)²] dy with horizontal slices. The outer radius R is always the curve farther from the axis, and the inner radius r is the curve closer to the axis.

Remember to find intersection points to determine the limits of integration, verify which function is outer vs. inner by testing a sample point, and always compute the difference of squares (R² − r²), not the square of the difference. The washer method extends naturally to axes other than the coordinate axes and connects forward to the shell method, giving you a complete toolkit for volumes of revolution.

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