AP CALCULUS AB • APPLICATIONS OF INTEGRATION

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

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

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.

~250 BC
Archimedes' Method of Exhaustion
Archimedes computed the volume of a sphere by summing thin cross-sectional slices and comparing them to cylinders, anticipating integral calculus by nearly two millennia.
1615
Kepler's Nova Stereometria
Johannes Kepler applied infinitesimal slicing to wine barrels and other solids of revolution, spurring interest in systematic volume computation.
1635
Cavalieri's Principle
Bonaventura Cavalieri formalized the idea that solids with equal cross-sectional areas at every height share the same volume, laying the conceptual groundwork for the disk and washer methods.
1665–1687
Newton & Leibniz Develop Calculus
The independent invention of integral calculus by Newton and Leibniz unified all prior slicing arguments into the Riemann integral framework used today.
Modern Era
Washer Method in Engineering & Design
Engineers routinely use the washer method to calculate volumes of pipes, turbine housings, and other hollow rotational structures, making it a standard tool in applied mathematics.

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.

1

Solid of Revolution

A three-dimensional solid formed by rotating a two-dimensional region around a fixed line called the axis of revolution. Every point in the region traces a circle.
2

Outer Radius R(x) or R(y)

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

Inner Radius r(x) or r(y)

The distance from the axis of revolution to the nearer boundary curve. This defines the hole in each washer and must be subtracted from the outer area.
4

Washer = Outer Disk − Inner Disk

Each thin cross-section has area π[R]² − π[r]² = π([R]² − [r]²). Summing (integrating) these infinitesimal washers over the interval yields the total volume.
5

Axis Determines the Variable

Revolving around the x-axis means slicing perpendicular to x, so radii are functions of x. Revolving around the y-axis means slicing perpendicular to y, so radii are functions of y.
KEY TAKEAWAY
Think of each washer as a coin with a hole punched through the center—like a flat hardware washer. The volume of the solid is the sum of all such coins stacked along the axis. A thicker outer edge (large R) adds material; a wider hole (large r) removes material. The washer formula captures both effects simultaneously by subtracting the inner squared radius from the outer squared radius inside a single integral.

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.

The shaded region between f(x) and g(x) is revolved about the x-axis. Each vertical slice at position x produces a washer with outer radius R(x) = f(x) and inner radius r(x) = g(x). The inset at lower right shows the washer cross-section face-on.

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

WASHER METHOD — REVOLUTION ABOUT THE X-AXIS
V = π ∫ₐᵇ [ (R(x))² − (r(x))² ] dx
where R(x) is the outer radius (distance from the x-axis to the farther curve), r(x) is the inner radius (distance from the x-axis to the nearer curve), and [a, b] is the interval of x-values over which the region extends.

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

WASHER METHOD — REVOLUTION ABOUT THE Y-AXIS
V = π ∫_c^d [ (R(y))² − (r(y))² ] dy
where R(y) is the outer radius (distance from the y-axis to the farther curve, expressed as x = h(y)), r(y) is the inner radius (distance from the y-axis to the nearer curve), and [c, d] is the interval of y-values.

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.

DISK METHOD AS A SPECIAL CASE
V = π ∫ₐᵇ [R(x)]² dx (when r(x) = 0)
When the region touches the axis of revolution, the inner radius is zero and the washer reduces to a solid disk. The washer formula with r = 0 recovers the standard disk method.
⚠️ Common Pitfall
Do NOT subtract the functions first and then square. The expression π∫(R − r)² dx is WRONG. You must square each radius individually and then subtract: π∫(R² − r²) dx. The washer formula comes from subtracting two areas, not from squaring a difference in radii.

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.

  1. Step 1 — Sketch the region. Graph both curves and shade the enclosed region. Mark the axis of revolution clearly.
  2. 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).
  3. 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.
  4. 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.
  5. 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.
For revolution about the y-axis, each horizontal slice at height y produces a washer. The outer radius R(y) extends from the y-axis to the farther curve (green), and the inner radius r(y) extends to the nearer curve (amber). The thin violet strip indicates the infinitesimal thickness dy.
💡 SETUP SHORTCUT
Always draw a representative slice perpendicular to the axis of revolution. From the axis, extend a line outward through the slice to the far boundary—that length is R. Stop at the near boundary—that length is r. If this perpendicular line is vertical, you are integrating dx; if horizontal, dy. This single mental picture resolves every setup ambiguity.

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.

Volume by Washer Method (x-axis revolution)
1
Step 1 — Sketch and identify the regionBoth curves pass through (0, 0) and (1, 1). On the interval [0, 1], √x ≥ x² (verify: at x = 0.5, √0.5 ≈ 0.707 while 0.5² = 0.25). So the region lies between the curves from x = 0 to x = 1, with y = √x on top and y = x² on the bottom.
2
Step 2 — Determine outer and inner radiiRevolving about the x-axis, vertical slices produce washers. The outer radius is the distance from the x-axis to the top curve: R(x) = √x. The inner radius is the distance from the x-axis to the bottom curve: r(x) = x².
R(x) = √x, r(x) = x²
3
Step 3 — Write the washer integralSubstituting into V = π∫₀¹ [R(x)² − r(x)²] dx gives V = π∫₀¹ [(√x)² − (x²)²] dx = π∫₀¹ [x − x⁴] dx.
V = π ∫₀¹ (x − x⁴) dx
4
Step 4 — Evaluate the integralFind the antiderivative: ∫(x − x⁴) dx = x²/2 − x⁵/5. Evaluate from 0 to 1: [1/2 − 1/5] − [0] = 5/10 − 2/10 = 3/10.
V = 3π/10
5
Step 5 — Verify reasonablenessThe volume 3π/10 ≈ 0.942 cubic units. The enclosing cylinder (radius 1, length 1) has volume π ≈ 3.14, and the solid should be considerably smaller since the region is thin. A volume of about 30% of the cylinder is geometrically plausible.

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.

Comparison of the three principal methods for computing volumes of solids of revolution.
FeatureDisk MethodWasher MethodShell Method (BC)
When to useRegion touches axis of revolution (no hole)Region does NOT touch axis; two boundary curves create a holeSlicing parallel to axis is easier; avoids solving for the other variable
Slice directionPerpendicular to axisPerpendicular to axisParallel to axis
Cross-section shapeSolid circle (πR²)Annular ring: π(R² − r²)Thin cylindrical shell: 2πrh
FormulaV = π∫[R(x)]² dxV = π∫[R² − r²] dxV = 2π∫ x·f(x) dx
AP AB scopeFully testedFully testedNot required for AB
CHOOSING THE RIGHT METHOD
On the AP AB exam, if the problem gives two curves and asks for the volume when the region is revolved about the x- or y-axis, the washer method is almost always the intended approach. The disk method is simply the washer method with r = 0. When you set up your integral, always write the full washer formula π∫(R² − r²); if r happens to be zero, the expression naturally reduces to the disk formula without any separate decision-making.

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|.

How the washer method fits into the broader calculus landscape.
TopicAB Exam ScopeExtension / BC & Beyond
Axis of revolutionx-axis (y = 0) or y-axis (x = 0); also horizontal/vertical lines like y = kOblique axes, parametric curves revolved about arbitrary lines
Volume methodsDisk and washer methodsShell method, Pappus' theorem, multivariable integration
Cross-sectionsKnown cross-sections (squares, semicircles, etc.) with perpendicular slicingGeneral cross-sections in 3D via triple integrals
Curve representationy = 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

1
Which of the following best explains why the washer method subtracts π[r(x)]² from π[R(x)]² rather than squaring the difference of the radii?
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 bounded by x = y² and x = 2y is revolved about the y-axis. Which integral gives the volume of the resulting solid?
PROBLEM 4APPLIED
A decorative vase is modeled by revolving the region R about the y-axis. Region R is bounded on the right by x = 3 − y²/4 and on the left by x = 1 for 0 ≤ y ≤ 2√2. (a) Sketch the region R and label the outer and inner radii. (b) Write a definite integral that gives the volume of the vase. (c) Evaluate the integral and express the volume in exact form. (d) The vase is to be filled with water to a depth of y = 2. Find the volume of water.
PROBLEM 5CRITICAL THINKING
Let f(x) = k − x² for a positive constant k, and let g(x) = 0. The region between f and g, from x = 0 to x = √k, is revolved about the x-axis. (a) Express the volume V in terms of k using the washer (or disk) method. (b) Determine the value of k for which V = 8π. (c) Explain whether the washer method or disk method is appropriate here and justify your choice.

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.

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