CALCULUS 2 • APPLICATIONS OF INTEGRATION

Washer Method: Other Axes — Volume with Washer Method: Revolving Around Other Axes

Extend the washer method beyond standard axes to compute volumes of revolution about arbitrary horizontal and vertical lines.

Historical Context & Motivation

The computation of volumes of solids of revolution has deep roots in the history of mathematics, stretching back to the ancient Greeks. Archimedes employed the method of exhaustion — a precursor to integration — to determine the volume of a sphere by approximating it with stacked cylindrical slices. His insight that a three-dimensional solid could be understood through an infinite sequence of two-dimensional cross-sections laid the conceptual groundwork for what would eventually become the disk and washer methods of integral calculus.

The formalization of these techniques accelerated in the seventeenth century, when Bonaventura Cavalieri articulated his principle of indivisibles and Johannes Kepler used infinitesimal slicing to calculate the volumes of wine barrels. With Newton and Leibniz's invention of calculus, the disk and washer methods were placed on rigorous footing. The natural next step — revolving regions around axes other than the coordinate axes — arose as engineers and physicists confronted problems involving axial symmetry about offset axes, such as the design of flywheels, toroidal pressure vessels, and annular machine components.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes computed the volume of a sphere by slicing it into infinitesimally thin circular disks — the conceptual ancestor of the disk method.
1635
Cavalieri's Principle of Indivisibles
Cavalieri formalized the idea that solids with equal cross-sectional areas at every height have equal volumes, providing a bridge between geometric intuition and integral computation.
1665–1687
Newton & Leibniz Formalize Calculus
The Fundamental Theorem of Calculus gave mathematicians the definite integral, turning the disk and washer methods into systematic, computable techniques.
18th–19th C.
Engineering Applications & Other Axes
As industrialization demanded precise volume calculations for components with offset rotational symmetry — pulleys, tori, cam profiles — mathematicians extended the washer method to arbitrary axes of revolution.

In a standard Calculus 1 or early Calculus 2 course, you learn the washer method for revolution around the x- or y-axis. But a critical question remains: what happens when the axis of revolution is a line like y = −2 or x = 5? The radii of the washers change in a subtle but systematic way, and mastering this generalization is essential for handling the full range of volume problems encountered in applications of integration.

Core Principles & Definitions

Before tackling off-axis revolutions, it is essential to consolidate the foundational ideas that govern washer method computations in general. Every washer method problem, regardless of the axis of revolution, reduces to identifying four quantities: the axis of revolution, the outer radius function, the inner radius function, and the limits of integration. The subtlety introduced by non-standard axes lies entirely in how the outer and inner radii are measured — they are always distances from the curve to the axis, not from the curve to the coordinate axis.

1

Axis of Revolution

The fixed line about which the planar region is rotated. It can be any horizontal line y = k or vertical line x = k. The axis need not pass through the region and need not be a coordinate axis.
2

Outer Radius R(x) or R(y)

The distance from the axis of revolution to the curve that is farthest from the axis. This forms the outer edge of each washer. It is computed as an absolute difference between the curve and the axis line.
3

Inner Radius r(x) or r(y)

The distance from the axis of revolution to the curve that is closest to the axis. This creates the hole in the center of each washer. When there is no hole (i.e., the region touches the axis), r = 0 and the washer degenerates into a disk.
4

Integration Direction

When revolving around a horizontal axis, integrate with respect to x; when revolving around a vertical axis, integrate with respect to y. The differential element (dx or dy) is always parallel to the axis of revolution.
5

Distance = |curve − axis|

The single most important principle: each radius is the signed or absolute distance from a curve to the axis. For y = k, the radius for a function f(x) is |f(x) − k|. For x = k, the radius for a function g(y) is |g(y) − k|.
KEY TAKEAWAY
Think of a washer like a vinyl record spinning on a turntable. The turntable's spindle is the axis of revolution. Moving the spindle to a different position on the table doesn't change the record's shape — it changes where you measure from. If the spindle is at the center hole, the inner radius is zero (a disk). If the spindle is off to one side, both radii shift. The washer method for other axes is simply recalibrating those measurements to the new spindle location.

Visual Explanation

The following diagram illustrates the fundamental geometric difference between revolving a region around the x-axis versus revolving the same region around the horizontal line y = −1. Notice how the radii of the washers are measured from the axis of revolution (the dashed line) to each bounding curve, not from the x-axis. When the axis shifts downward, both the outer and inner radii increase by the distance the axis has moved away from the region.

When the axis of revolution shifts from y = 0 (left panel) to y = −1 (right panel), each radius is computed as the distance from the new axis to the respective curve. Both R and r increase, but their difference — which determines the washer's cross-sectional area — changes as well.

Observe the critical pattern in the right panel: the outer radius is R(x) = f(x) − (−1) = f(x) + 1, and the inner radius is r(x) = g(x) − (−1) = g(x) + 1. The "+1" arises because the axis sits one unit below the x-axis, so every point in the region is one unit farther from the axis than it would be from the x-axis. This is the entire conceptual content of the "other axes" extension: the radius formulas incorporate an additive correction equal to the signed distance between the curve value and the axis.

Mathematical Framework

We now formalize the washer method for arbitrary horizontal and vertical axes. Throughout, let the region be bounded by curves and let the axis of revolution be the line y = k (horizontal) or x = k (vertical). The key structural insight is that each radius equals the absolute distance from the curve to the axis, which is simply the absolute value of (curve value − axis value).

Revolution About a Horizontal Line y = k

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

Revolution About a Vertical Line x = k

WASHER FORMULA — VERTICAL AXIS x = k
V = π ∫_c^d [ R(y)² − r(y)² ] dy
where R(y) = |h(y) − k| is the outer radius (distance from the farther curve to the axis), r(y) = |p(y) − k| is the inner radius, and [c, d] are the y-limits.

Determining Which Curve Gives the Outer vs. Inner Radius

When the axis of revolution lies below the region (e.g., y = −2 for a region in the first quadrant), the curve with the larger y-values is farther from the axis and provides the outer radius. Conversely, when the axis is above the region (e.g., y = 5), the curve with the smaller y-values is farther from the axis. An analogous rule holds for vertical axes: if the axis is to the left of the region, the curve with the larger x-values yields the outer radius.

⚠️ Common Pitfall
When the axis of revolution is above or to the right of the region, the roles of "top" and "bottom" (or "right" and "left") curves are reversed relative to the standard setup. Always sketch the region, mark the axis, and draw a representative washer to visually confirm which curve is farther from the axis.
RADIUS SIGN CONVENTION
R = (farther curve) − (axis) if axis is below/left R = (axis) − (farther curve) if axis is above/right
In either case the radius must be non-negative. Choose the sign so that R ≥ 0 and r ≥ 0 throughout the interval of integration.

Detailed Breakdown by Axis Position

To build robust problem-solving fluency, it helps to categorize off-axis washer problems by the relative position of the axis. The table below summarizes the four principal configurations. In every case, the region is bounded above by f(x) and below by g(x) (with f(x) ≥ g(x)) over [a, b], and we assume both curves lie in the upper half-plane for concreteness.

Radius formulas for the four principal axis positions relative to the bounded region.
Axis PositionOuter Radius R(x)Inner Radius r(x)Example Axis
Below region (y = k, k < g(x))f(x) − kg(x) − ky = −2
Above region (y = k, k > f(x))k − g(x)k − f(x)y = 5
Left of region (x = k, k < region)h(y) − k (right curve)p(y) − k (left curve)x = −1
Right of region (x = k, k > region)k − p(y) (left curve)k − h(y) (right curve)x = 4
The four panels show the principal axis positions. In each case, the outer radius R (cyan) reaches to the curve farthest from the axis, and the inner radius r (pink) reaches to the curve nearest the axis. Note the reversal when the axis is above or to the right of the region.

The diagrams make clear a pattern that is worth committing to memory: when the axis is on the same side as the "bottom" or "left" curve, the outer radius goes to the "top" or "right" curve. When the axis is on the opposite side (above or to the right), the outer radius goes to the curve that was formerly the inner boundary. Practicing this identification is more important than memorizing formulas, because the formula is always V = π∫[R² − r²]; the challenge is correctly expressing R and r.

Worked Example

Let us compute the volume of the solid generated by revolving the region bounded by y = x² and y = x about the line y = −1.

Volume by Washer Method — Axis y = −1
1
Step 1 — Identify the region and intersection pointsSet x² = x to find x(x − 1) = 0, giving x = 0 and x = 1. On the interval [0, 1], the line y = x lies above the parabola y = x², so f(x) = x is the upper boundary and g(x) = x² is the lower boundary.
Intersection: x = 0, x = 1; upper: y = x, lower: y = x²
2
Step 2 — Determine the radiiThe axis y = −1 is below the entire region (since both curves are non-negative on [0, 1]). Therefore the outer radius is the distance from the axis to the farther (upper) curve, and the inner radius is the distance from the axis to the nearer (lower) curve: R(x) = x − (−1) = x + 1 r(x) = x² − (−1) = x² + 1
R(x) = x + 1, r(x) = x² + 1
3
Step 3 — Set up the integralApplying the washer formula: V = π ∫₀¹ [ (x + 1)² − (x² + 1)² ] dx
V = π ∫₀¹ [ (x + 1)² − (x² + 1)² ] dx
4
Step 4 — Expand the integrandsExpand each squared expression: (x + 1)² = x² + 2x + 1 (x² + 1)² = x⁴ + 2x² + 1 Subtract: (x² + 2x + 1) − (x⁴ + 2x² + 1) = −x⁴ − x² + 2x
Integrand: −x⁴ − x² + 2x
5
Step 5 — Integrate and evaluateV = π ∫₀¹ (−x⁴ − x² + 2x) dx = π [ −x⁵/5 − x³/3 + x² ]₀¹ = π ( −1/5 − 1/3 + 1 ) = π ( −3/15 − 5/15 + 15/15 ) = π ( 7/15 )
V = 7π/15
Verification Check
For comparison, the volume of the same region revolved about the x-axis (y = 0) is V = π∫₀¹ [x² − x⁴] dx = π(1/3 − 1/5) = 2π/15 ≈ 0.419. The volume about y = −1 is 7π/15 ≈ 1.466, which is larger — as expected, because shifting the axis downward increases every washer's radii and therefore its cross-sectional area.

Washer vs. Shell — When to Use Which

When the axis of revolution is shifted away from the coordinate axes, both the washer method and the shell method remain viable, but each has distinct advantages depending on the geometry of the region and the direction of the axis relative to the natural variable of the bounding curves. The table below provides a decision-making framework.

Decision framework for choosing between washer and shell methods with off-axis revolutions.
CriterionWasher MethodShell Method
Integration variableParallel to axis of revolution (dx for horizontal, dy for vertical)Perpendicular to axis of revolution (dy for horizontal, dx for vertical)
Preferred when...Curves are easily expressed as functions of the integration variable; region does not require splitting into sub-intervalsSolving for the other variable is difficult or would require multiple integrals with the washer method
Off-axis adjustmentModify both R and r by adding/subtracting the axis offsetModify the shell radius (distance from axis to representative strip); height remains as curve differences
Typical algebraic burdenSquaring two radius expressions and integrating their differenceMultiplying shell radius by height; often a single product to integrate
Risk of errorIncorrectly identifying which curve gives R vs. r when axis is above/rightForgetting to adjust shell radius for axis offset
KEY TAKEAWAY
Think of the washer method and the shell method as two different ways to slice a loaf of bread. The washer method cuts perpendicular to the axis of revolution (like slicing a baguette into rounds), while the shell method peels concentric layers (like unrolling a cinnamon roll). When you shift the axis, you're moving the knife or the center of unrolling — neither method breaks down, but one will almost always produce a simpler integral than the other. Choosing wisely saves algebraic effort.

Connection to Advanced Theory

The washer method for other axes is a stepping stone to several powerful generalizations in advanced calculus and applied mathematics. Understanding how the axis of revolution modifies integral structure prepares you for higher-dimensional volume computations, the Pappus's centroid theorem, and parametric/polar volume calculations.

Connections from the washer method with other axes to more advanced volume computation techniques.
This LessonAdvanced Extension
Washer method about y = k or x = kPappus's Theorem: V = 2π × (centroid distance to axis) × (area). Provides an elegant alternative for computing volumes of revolution without integration.
Single-variable revolution (dx or dy)Parametric volumes: revolving parametric curves (x(t), y(t)) about arbitrary lines, requiring chain rule substitutions and careful radius expressions in terms of t.
Cartesian coordinate regionsPolar coordinate volumes: revolving polar curves about lines other than r = 0 or the polar axis requires converting to Cartesian form or using generalized formulas.
Cross-sectional area A(x) = π(R² − r²)General slicing method: V = ∫ A(x) dx where A(x) can be any cross-sectional shape (squares, equilateral triangles, semicircles), not just annuli.

In particular, Pappus's centroid theorem offers an elegant check on washer method results. It states that the volume of a solid of revolution equals 2π times the distance from the centroid of the region to the axis of revolution, multiplied by the area of the region. For the worked example above, the region between y = x and y = x² on [0, 1] has area A = 1/6 and centroid at ȳ = 2/5. The distance from ȳ to the axis y = −1 is 2/5 + 1 = 7/5, so V = 2π(7/5)(1/6) = 7π/15 — confirming our integral calculation.

Practice Problems

PROBLEM 1CONCEPTUAL
Suppose a region in the first quadrant is revolved about the line y = 10. Compared to revolving the same region about the x-axis, explain qualitatively how the outer and inner radii change, and whether the resulting solid will have a larger or smaller volume.
PROBLEM 2BASIC CALCULATION
Find the volume of the solid obtained by revolving the region bounded by y = √x, y = 0, and x = 4 about the line y = −2.
PROBLEM 3INTERMEDIATE
Find the volume generated by revolving the region enclosed by y = x² and y = 2x about the line x = 3.
PROBLEM 4APPLIED
A decorative vase is modeled by revolving the region between y = 1 + sin(x) and y = 1 on [0, π] about the line y = −0.5. Set up (but do not evaluate) the integral that gives the volume of material in the vase wall, assuming the vase has inner surface y = 1 and outer surface y = 1 + sin(x).
PROBLEM 5CRITICAL THINKING
Let R be the region between y = x and y = x² on [0, 1]. Show that the volume obtained by revolving R about the line y = c (where c < 0) is V(c) = π(2|c|/3 + 2/15). Discuss the behavior of V(c) as c → −∞ and explain geometrically why this makes sense.

Lesson Summary

The washer method computes volumes of solids of revolution by integrating the cross-sectional area π(R² − r²) along the axis of revolution. When that axis is not a coordinate axis but rather an arbitrary line y = k or x = k, the fundamental formula remains the same — only the expressions for the outer radius R and inner radius r change. Each radius is the absolute distance from the curve to the axis, computed as the absolute difference between the curve's value and the axis constant.

The critical skill is determining which curve yields R and which yields r. When the axis lies below or to the left of the region, the farther curve provides the outer radius; when the axis is above or to the right, the roles reverse. Always sketch the geometry, label the axis, draw a representative washer, and verify that R ≥ r ≥ 0 before integrating. This method connects naturally to Pappus's centroid theorem, the shell method, and the general slicing technique for non-circular cross-sections.

Varsity Tutors • Calculus 2 • Washer Method: Other Axes