AP CALCULUS BC • APPLICATIONS OF INTEGRATION

Volume with Washer Method: Revolving Around Other Axes

Compute volumes of solids of revolution when the axis of rotation is any horizontal or vertical line, not just a coordinate axis.

Historical Context & Motivation

The problem of finding the volume of a curved solid is among the oldest in mathematics, stretching back to Archimedes' work on spheres and paraboloids in the third century BCE. For nearly two millennia, each new solid required its own ingenious geometric argument, and mathematicians could not offer a unified procedure for computing volumes bounded by arbitrary curves. The invention of calculus in the seventeenth century changed everything: Newton and Leibniz independently developed frameworks that allowed area and volume computations to be expressed as integrals. Yet the earliest applications typically revolved regions about the x-axis or y-axis, which left engineers and physicists without a systematic method for the far more common case in which the axis of rotation is some other line entirely—such as the centerline of a pipe, a support beam, or a lathe spindle.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes approximated the volume of a sphere by inscribing and circumscribing it with known solids, anticipating the idea of slicing a solid into infinitesimally thin cross-sections.
1615
Kepler's Nova Stereometria
Johannes Kepler computed the volumes of wine barrels by mentally slicing them into thin disks, establishing an intuitive precursor to the disk/washer method.
1684–1693
Leibniz & Newton Publish Calculus
The formal calculus provided the definite integral, enabling systematic volume calculations through the formula V = π ∫ [f(x)]² dx for solids of revolution about the x-axis.
18th–19th c.
Generalization to Arbitrary Axes
Euler, Lagrange, and later textbook authors extended the disk and washer formulas to allow any horizontal or vertical line as the axis of rotation, driven by engineering applications in lathe-turning and hydraulics.
Modern Era
Standard Calculus Curriculum
The washer method for non-standard axes is now a core topic in AP Calculus BC and college calculus courses, tested routinely on the AP exam's free-response section.

The central question this lesson addresses is: when a region in the plane is revolved about a line that is not the x-axis or y-axis—say y = 5, or x = −2—how do we set up the outer and inner radii of each washer, and how does the integral change? Mastering this skill unlocks the ability to compute volumes that appear frequently on the AP Calculus BC exam and in real-world engineering design.

Core Principles & Definitions

Before diving into the mechanics of integration, it is essential to internalize a small collection of foundational ideas that govern every washer-method computation. These principles remain constant regardless of whether the axis of rotation is the x-axis, a line above or below the region, or a vertical line to the left or right of it. The four cards below summarize these ideas; the subsequent key-takeaway box provides an intuitive analogy that ties them together.

1

Washer = Outer Disk − Inner Disk

A washer is an annular cross-section whose area equals π(R²) − π(r²), where R is the outer radius and r is the inner radius measured from the axis of rotation.
2

Radii Are Distances to the Axis

Each radius is the signed distance from a curve (or boundary line) to the axis of rotation. When the axis is y = k, the radius of a curve y = f(x) is |f(x) − k|.
3

Integration Variable Matches the Axis Direction

If the axis of rotation is horizontal (e.g., y = k), integrate with respect to x. If it is vertical (e.g., x = k), integrate with respect to y. The slicing is always perpendicular to the axis of rotation.
4

Outer vs. Inner: Farther vs. Closer

The outer radius R always corresponds to the boundary that is farther from the axis, and the inner radius r to the boundary that is closer, regardless of which curve is 'on top.'
KEY TAKEAWAY
Imagine you are a potter shaping clay on a lathe. The lathe's spindle is the axis of rotation, and it need not pass through the center of the clay. To figure out the thickness of the resulting hollow ring at each point, you measure from the spindle outward to the far edge of the clay (that is R) and from the spindle outward to the near edge of the clay (that is r). The washer method simply adds up all these thin hollow rings—each of area π(R² − r²)—along the length of the piece. Moving the spindle (changing the axis) changes the two distances, but the principle is identical.

Visual Explanation

The diagram below illustrates a region bounded by two curves being revolved about a horizontal line y = −1, which lies below the region. A single representative washer is shown in cross-section so that you can see the outer radius R and inner radius r measured from the axis to each curve. Study how both radii are computed as distances from the axis, not from the x-axis.

The shaded region between y = f(x) (cyan) and y = g(x) (amber) is revolved about the dashed red line y = −1. The violet bracket marks the outer radius R = f(x) − (−1) = f(x) + 1, and the emerald bracket marks the inner radius r = g(x) + 1. Each washer's area is π(R² − r²).

Notice that both R and r are measured from the same reference line—the axis of rotation—not from the x-axis. This is the single most common source of errors on the AP exam. If you set up a washer problem and your radii are measured from y = 0 instead of the actual axis, every washer will have the wrong dimensions and the integral will produce an incorrect volume. Always ask yourself: "How far is this curve from the axis of rotation?"

Mathematical Framework

We now formalize the washer method for arbitrary horizontal and vertical axes. The derivation follows directly from the principle that the volume of a solid of revolution equals the integral of the cross-sectional area along the axis perpendicular to the washers. The cross-sectional area of each washer is π(R² − r²), and the key task is expressing R and r in terms of the integration variable by computing distances from each boundary curve to the axis of rotation.

Case 1: Horizontal Axis of Rotation y = k

WASHER VOLUME — HORIZONTAL AXIS y = k
V = π ∫ₐᵇ [ R(x)² − r(x)² ] dx
where R(x) = |f(x) − k| is the distance from the farther boundary curve to the axis, r(x) = |g(x) − k| is the distance from the closer boundary curve to the axis, and [a, b] are the x-limits of integration.

In practice, you rarely need the absolute-value signs if you set up the radii carefully. When the axis lies below the region (k is less than both curves), R = f(x) − k and r = g(x) − k, where f is the upper curve and g is the lower curve. When the axis lies above the region (k is greater than both curves), the distances reverse: R = k − g(x) and r = k − f(x), because the lower curve is now farther from the axis.

Case 2: Vertical Axis of Rotation x = h

WASHER VOLUME — VERTICAL AXIS x = h
V = π ∫_c^d [ R(y)² − r(y)² ] dy
where R(y) = |f(y) − h| is the distance from the farther boundary (expressed as x = f(y)) to the axis x = h, r(y) = |g(y) − h| is the distance from the closer boundary (x = g(y)) to the axis, and [c, d] are the y-limits of integration.
💡 Axis Above vs. Below — Quick Decision Rule
Draw a short arrow from the axis of rotation toward the region. The first curve the arrow hits determines r (inner radius); the last curve it hits determines R (outer radius). Each radius equals the distance (arrow length) from the axis to that curve. This simple sketch step prevents sign errors in virtually every problem.
GENERAL WASHER AREA (BOTH CASES)
A = π ( R² − r² )
This is the area of an annulus (ring) with outer radius R and inner radius r. The volume element is dV = A dx (or A dy), and total volume V = ∫ dV over the appropriate interval.

Detailed Breakdown: Setting Up Radii for Different Axis Positions

The single skill that determines success or failure in washer-method problems is correctly identifying the outer and inner radii. This section presents a systematic classification of the four most common axis positions you will encounter on the AP exam and provides explicit formulas for R and r in each case. The accompanying diagram then illustrates two of these scenarios side by side for direct comparison.

Radius formulas for the four standard axis positions. f denotes the farther boundary and g the closer boundary relative to the axis.
Axis PositionOuter Radius RInner Radius rIntegration Variable
y = k, axis below regionf(x) − k (upper curve minus axis)g(x) − k (lower curve minus axis)dx
y = k, axis above regionk − g(x) (axis minus lower curve)k − f(x) (axis minus upper curve)dx
x = h, axis to the left of regionf(y) − h (right curve minus axis)g(y) − h (left curve minus axis)dy
x = h, axis to the right of regionh − g(y) (axis minus left curve)h − f(y) (axis minus right curve)dy
Left panel: when the axis y = −1 lies below the region, the outer radius R reaches from the axis up to the upper curve f(x), and the inner radius r from the axis up to the lower curve g(x). Right panel: when the axis y = 5 lies above the region, the roles reverse—the outer radius R now reaches from the axis down to the lower curve g(x), and the inner radius r from the axis down to the upper curve f(x).
⚠️ Common Exam Pitfall
When the axis is above the region, many students instinctively assign R to the upper curve. This is wrong. The upper curve is closer to the axis (it has the smaller distance) and therefore determines r. Always identify 'farther from axis' first—that is your outer radius.

Worked Example

Let us compute the volume of the solid formed by revolving the region bounded by y = x² and y = x about the line y = 2. This is a classic AP Calculus BC problem in which the axis of rotation lies above the region.

Volume of Revolution About y = 2
1
Step 1 — Sketch and Identify the RegionThe curves y = x² (parabola opening upward) and y = x (line through the origin) intersect where x² = x, i.e., x(x − 1) = 0, giving x = 0 and x = 1. On [0, 1], the line y = x lies above the parabola y = x². The axis y = 2 is above both curves on this interval since x ≤ 1 < 2 and x² ≤ 1 < 2.
Integration limits: x ∈ [0, 1]. Axis above the region.
2
Step 2 — Determine the Outer and Inner RadiiSince the axis y = 2 is above the region, draw an arrow downward from y = 2 toward the region. The arrow first hits the upper boundary y = x (this is the inner radius because it is closer to the axis) and then continues to the lower boundary y = x² (the outer radius because it is farther from the axis). Therefore:
R(x) = 2 − x², r(x) = 2 − x
3
Step 3 — Write the IntegralApplying the washer formula V = π ∫₀¹ [R(x)² − r(x)²] dx, we substitute the radii:
V = π ∫₀¹ [(2 − x²)² − (2 − x)²] dx
4
Step 4 — Expand the Integrands(2 − x²)² = 4 − 4x² + x⁴. And (2 − x)² = 4 − 4x + x². Their difference is (4 − 4x² + x⁴) − (4 − 4x + x²) = x⁴ − 4x² − x² + 4x = x⁴ − 5x² + 4x.
V = π ∫₀¹ (x⁴ − 5x² + 4x) dx
5
Step 5 — Evaluate the IntegralIntegrate term by term: ∫₀¹ x⁴ dx = x⁵/5 |₀¹ = 1/5. ∫₀¹ 5x² dx = 5x³/3 |₀¹ = 5/3. ∫₀¹ 4x dx = 2x² |₀¹ = 2. So the integral equals 1/5 − 5/3 + 2 = (3 − 25 + 30)/15 = 8/15.
V = 8π/15

Washer Method vs. Other Approaches

The washer method is one of several techniques for computing volumes of solids of revolution. Understanding when the washer method is the most efficient choice—and when an alternative might be simpler—is an important test-taking and problem-solving skill. The table below compares the washer method (with non-standard axes) to the disk method, the shell method, and the general cross-section method.

Comparison of volume methods in the AP Calculus BC toolkit.
MethodBest Used WhenKey AdvantageKey Limitation
Washer (non-standard axis)Region is bounded by two curves, axis is horizontal/vertical but not a coordinate axis, and curves are easily expressed as functions of the integration variable.Directly extends the familiar disk/washer setup; no need to solve for inverse functions if slicing is natural.Requires careful distance calculations; sign errors are common when the axis is above or to the right of the region.
Disk (standard axis)Region is bounded by a single curve and the axis of rotation (no hole in the solid), with axis along x- or y-axis.Simplest formula; only one radius to compute.Cannot handle hollow solids; only works when the region touches the axis.
Shell methodCurves are more naturally expressed as functions of the variable parallel to the axis; or the washer approach would require splitting the integral.Often avoids the need to find inverse functions; a single integral may replace two or more washer integrals.Conceptually harder for some students; the radius of each shell is the distance to the axis, so the same distance-calculation skill is required.
General cross-sectionsThe solid is not formed by revolution at all—cross-sections are squares, equilateral triangles, semicircles, etc.Applies to a wider class of solids beyond revolution bodies.Not applicable to revolution problems; cross-sectional area formula must be known.
WHEN TO USE WASHERS
Use the washer method when the axis of rotation is perpendicular to the slicing direction and the region does not touch the axis (creating a hole). If you find yourself needing to split the integral because the 'top' and 'bottom' curves switch, consider whether the shell method might produce a single, cleaner integral. The washer method with non-standard axes is the natural choice on at least one AP free-response question per year, so fluency with it is essential.

Connection to Advanced Theory

The washer method for non-standard axes is not merely an exam technique; it connects to deeper ideas in multivariable calculus and mathematical physics. In particular, the volume calculation can be recast using Pappus' centroid theorem, which states that the volume of a solid of revolution equals the area of the revolved region multiplied by the distance traveled by the region's centroid (V = 2π·d̄·A, where d̄ is the centroid's distance from the axis). This theorem elegantly explains why moving the axis of rotation changes the volume even when the region itself does not change shape.

Bridging the washer method to advanced topics.
ConceptAP Calculus BC LevelAdvanced / Multivariable Level
Volume integralV = π ∫ (R² − r²) dx with R, r measured to axis y = kTriple integrals in cylindrical/spherical coordinates; ∫∫∫ dV with Jacobian
Axis of rotationHorizontal or vertical lines onlyAny line in 3-space; parametric rotation via rotation matrices
Relationship to areaCross-sectional area A(x) integrated over an intervalPappus' theorem: V = 2πd̄A, linking centroid position to volume
ApplicationsVolumes of bowls, donuts, hollow pipesMoments of inertia, fluid mechanics, 3D printing path optimization

One particularly elegant application is computing the volume of a torus (doughnut shape). When a circle of radius a centered at (0, b) with b > a is revolved about the x-axis, the washer method with axis y = 0 yields V = 2π²a²b, which is precisely the result predicted by Pappus' theorem. If you continue to study mathematics or engineering, you will find that the skill of measuring distances from an arbitrary axis carries over directly into computing moments of inertia, centers of mass, and surface areas of revolution.

Practice Problems

1
The region R is bounded by y = √x, y = 0, and x = 4. If R is revolved about the line y = 3, which of the following correctly identifies the outer and inner radii of a representative washer?
2
Find the volume of the solid generated by revolving the region bounded by y = x² and y = 4 about the line y = −1.
3
The region bounded by y = √x and y = x/2 is revolved about the horizontal line y = −1. Using the washer method, the volume integral yields V = π ∫₀⁴[(√x + 1)² − (x/2 + 1)²] dx, which simplifies to V = π ∫₀⁴ (2√x − x²/4) dx. Evaluate this integral to find the volume of the resulting solid. Note: This integral evaluates to V = 16π/3.
PROBLEM 4APPLIED
A decorative bowl is formed by revolving the region bounded by y = x², y = 4, x = 0, and x = 2 about the line y = 5. The interior of the bowl (between the parabolic surface and the flat top at y = 4) is to be filled with water. Write an integral expression for the volume of water the bowl can hold, then evaluate it.
PROBLEM 5CRITICAL THINKING
Let R be the region in the first quadrant bounded by y = sin x and y = 0 from x = 0 to x = π. (a) Set up washer-method integrals for the volume obtained by revolving R about (i) y = −1 and (ii) y = 2. (b) Without evaluating the integrals, determine which volume is larger and justify your reasoning using the geometric meaning of the radii.
📝 Note on Problem 3
Problem 3 was revised during generation to ensure a clean answer. The region bounded by y = √x, y = x/2, from x = 0 to x = 4, revolved about y = −1 with radii R = √x + 1 and r = x/2 + 1, yields V = π ∫₀⁴[(√x + 1)² − (x/2 + 1)²] dx = 16π/3. The key step is expanding and simplifying the integrand to 2√x − x²/4 before integrating.

Summary

The washer method extends naturally to axes of rotation other than the coordinate axes. The central task is always to compute two distances from the axis of rotation: the outer radius R (distance to the farther boundary) and the inner radius r (distance to the closer boundary). The volume formula V = π ∫ (R² − r²) dx (or dy) then remains identical in structure. When the axis lies below or to the left of the region, each radius equals (curve value) − (axis value). When the axis lies above or to the right, the roles reverse and each radius equals (axis value) − (curve value), with the outer radius corresponding to the boundary that is now farther from the axis.

To avoid errors, always draw a perpendicular arrow from the axis toward the region to see which curve is hit first (r) and which is hit last (R). Remember that the integration variable matches the direction of the axis: horizontal axis → integrate with respect to x; vertical axis → integrate with respect to y. Mastery of this technique, combined with confident algebraic expansion and integration, positions you to earn full credit on the AP Calculus BC free-response questions that test solids of revolution.

Varsity Tutors • AP Calculus BC • Volume with Washer Method: Revolving Around Other Axes