AP CALCULUS AB • APPLICATIONS OF INTEGRATION

Volume with Disc Method: Revolving Around Other Axes

Extend the disc method beyond the coordinate axes to compute volumes of revolution about any horizontal or vertical line.

Historical Context & Motivation

The problem of computing volumes of curved solids has captivated mathematicians for millennia. Archimedes used the method of exhaustion to determine the volume of a sphere by inscribing and circumscribing it with cylinders—an approach remarkably close to the integral calculus that would not be formalized for nearly two thousand years. The underlying insight was always the same: decompose a complex three-dimensional shape into thin, manageable slices whose volumes can be summed.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes computed the volume of a sphere by slicing it into thin circular discs and bounding the total volume—anticipating integral calculus by two millennia.
1615
Kepler's Nova Stereometria
Johannes Kepler systematically computed volumes of solids of revolution, including wine barrels, by summing infinitesimal circular slices—a direct predecessor to the disc method.
1635
Cavalieri's Principle
Bonaventura Cavalieri formalized the idea that solids with equal cross-sectional areas at every height have equal volumes, providing the geometric foundation for slicing methods.
1665–1676
Newton & Leibniz Formalize Calculus
The independent development of the fundamental theorem of calculus by Newton and Leibniz transformed volume computation from geometric approximation into exact integration.

Most introductory treatments of the disc method revolve a region around the x-axis or y-axis. However, the AP Calculus AB exam frequently requires you to revolve around other horizontal and vertical lines such as y = 3, x = −1, or y = −2. The central question becomes: how does the radius of each disc change when the axis of revolution is no longer a coordinate axis? Answering this question is the focus of the present lesson.

Core Principles & Definitions

Before extending the disc method to arbitrary axes, it is essential to solidify the foundational ideas that make the technique work. The disc method is, at its heart, a special case of the method of known cross-sections: when a solid of revolution is sliced perpendicular to the axis of revolution, each cross-section is a circle (a disc). The volume of each infinitesimally thin disc is πr²·(thickness), and the total volume is the definite integral of these disc volumes along the axis.

1

Axis of Revolution

The fixed line about which the planar region rotates. It can be any horizontal line y = k or vertical line x = k, not just the coordinate axes.
2

Radius as a Distance

The radius of each disc equals the distance from the function's curve to the axis of revolution—computed as |f(x) − k| for a horizontal axis y = k, or |f(y) − k| for a vertical axis x = k.
3

No Hollow Region

The disc method applies when the region extends from the axis of revolution to a single curve with no gap. If there is a gap (hollow center), the washer method is required instead.
4

Integration Variable Matches Axis Direction

When revolving around a horizontal axis, integrate with respect to x (the variable running along the axis). For a vertical axis, integrate with respect to y.
5

Limits of Integration

The limits are determined by the extent of the region along the axis of revolution, found from intersection points or stated boundaries of the region.
KEY TAKEAWAY
Think of the axis of revolution as a rotisserie skewer. When the skewer passes through the origin (x- or y-axis), the radius of each slice is simply the function value. When you move the skewer to a different position—say y = 3—every radius must be measured from the new skewer position to the curve, just as the meat's distance from the skewer changes when you reposition it. The formula adjusts by subtracting (or using the absolute difference) the axis value from the function.

Visual Explanation

The diagram below illustrates a key comparison: the same region y = √x from x = 0 to x = 4, revolved first around the x-axis (y = 0) and then around the line y = −1. Notice how the radius of each representative disc changes: in the standard case the radius is simply √x, whereas when the axis drops to y = −1, the radius stretches to √x − (−1) = √x + 1, because every point on the curve is now farther from the axis.

Left: revolving y = √x around the x-axis produces discs of radius √x. Right: shifting the axis to y = −1 increases every radius by 1, giving r = √x + 1. The integral structure remains the same—only the radius expression changes.

The critical observation from this visual is that when the axis of revolution sits below the curve, the radius equals the function value minus the axis value—which adds a positive number if the axis is negative. Conversely, when the axis sits above the curve, the radius equals the axis value minus the function value. In all cases, the radius is the distance from the curve to the axis, and distance is always non-negative.

Mathematical Framework

We now formalize the disc method for non-standard axes of revolution. The key modification is always the same: express the radius of each disc as the perpendicular distance from the curve to the axis, rather than simply using the function value.

Case 1: Revolution Around a Horizontal Line y = k

HORIZONTAL AXIS y = k
V = π ∫ₐᵇ [f(x) − k]² dx
where f(x) is the curve bounding the region, k is the y-value of the axis of revolution, and [a, b] are the x-limits of the region. The quantity [f(x) − k] represents the radius of each disc.

If the axis y = k lies above the curve, then f(x) − k is negative over the region, but squaring eliminates the sign. You may equivalently write [k − f(x)]² and obtain the same result. The key is that the integrand is always [distance]², which is inherently non-negative.

Case 2: Revolution Around a Vertical Line x = k

VERTICAL AXIS x = k
V = π ∫_c^d [g(y) − k]² dy
where x = g(y) is the curve solved for x as a function of y, k is the x-value of the axis of revolution, and [c, d] are the y-limits. Each disc is now horizontal, and its radius is the horizontal distance from the curve to the line x = k.

Determining the Radius Sign Convention

RADIUS FORMULA
r(x) = f(x) − k (if curve is farther from origin than axis) r(x) = k − f(x) (if axis is farther from origin than curve)
Because the radius is squared, both forms produce the same volume integral. However, writing the radius with the correct sign helps you verify that r ≥ 0 on the interval of integration—a useful sanity check.
📝 AP Exam Tip
On the AP Calculus AB exam, sketching the region and axis is the single most effective strategy for getting the radius correct. Draw a representative disc perpendicular to the axis, label one endpoint on the axis and the other on the curve, and write the radius as the difference. This 30-second sketch prevents the most common error: using f(x) alone instead of f(x) − k.

Radius Determination by Axis Position

The single most important skill for this topic is determining the correct radius expression based on the relative position of the axis and curve. The following table and diagram systematically cover the four geometric configurations you will encounter on the AP exam.

Four axis-curve configurations. In each panel, the dashed gold line is the axis of revolution, the colored curve is the function, and the blue/purple dashed segment shows the disc radius. The radius is always the distance from the axis to the curve.
Summary of radius expressions for all four axis-curve configurations
ConfigurationAxisRadiusVolume Integral
Horizontal axis below curvey = k, k < f(x)r = f(x) − kV = π ∫ₐᵇ [f(x) − k]² dx
Horizontal axis above curvey = k, k > f(x)r = k − f(x)V = π ∫ₐᵇ [k − f(x)]² dx
Vertical axis left of curvex = k, k < g(y)r = g(y) − kV = π ∫_c^d [g(y) − k]² dy
Vertical axis right of curvex = k, k > g(y)r = k − g(y)V = π ∫_c^d [k − g(y)]² dy

Worked Example

Let us compute the volume of the solid obtained by revolving the region bounded by y = x², y = 0, and x = 2 about the line y = 5.

Volume by Revolution Around y = 5
1
Step 1 — Sketch and Identify the ConfigurationThe curve y = x² sits between y = 0 and y = 4 on [0, 2]. The axis y = 5 lies above the entire region. This is Configuration B (horizontal axis above curve). The region touches the axis at no point, so we need the washer method in general—but here the region extends from y = 0 to y = x², and the axis is above both. The outer radius is from y = 5 to y = 0 (the line y = 0 is farther from the axis), and the inner radius is from y = 5 to y = x². Wait—let us reconsider: the region is bounded by y = x², y = 0, and x = 2. When we revolve about y = 5, the axis does not touch the region, so this becomes a washer problem. Let us simplify to a pure disc problem instead.
2
Step 1 (Revised) — Restate as a Pure Disc ProblemConsider the region bounded by y = x² and the line y = 4 (which intersect at x = ±2). Revolve this region about the line y = 4. Since the axis y = 4 is the upper boundary, the region extends downward from the axis to the curve y = x². The solid has no hole—each cross-section perpendicular to the x-axis is a full disc.
Pure disc method applies; axis y = 4 is above curve y = x²
3
Step 2 — Determine the RadiusEach disc has its center on the axis y = 4 and extends down to the curve y = x². The radius is the distance from the axis to the curve:
r(x) = 4 − x²
4
Step 3 — Set Up the IntegralThe region spans from x = −2 to x = 2 (intersection of y = x² and y = 4). By the disc method:
V = π ∫₋₂² (4 − x²)² dx
5
Step 4 — Exploit Symmetry and ExpandBecause (4 − x²)² is an even function, we can write V = 2π ∫₀² (4 − x²)² dx. Expanding: (4 − x²)² = 16 − 8x² + x⁴.
V = 2π ∫₀² (16 − 8x² + x⁴) dx
6
Step 5 — Evaluate the IntegralIntegrate term by term: ∫₀²(16 − 8x² + x⁴) dx = [16x − (8/3)x³ + (1/5)x⁵]₀². At x = 2: 16(2) − (8/3)(8) + (1/5)(32) = 32 − 64/3 + 32/5. Finding a common denominator of 15: 480/15 − 320/15 + 96/15 = 256/15.
V = 2π · (256/15) = 512π/15
7
Step 6 — Verify ReasonablenessThe enclosing cylinder (radius 4, height 4) has volume π(4)²(4) = 64π ≈ 201.1. Our answer 512π/15 ≈ 107.2, which is less than the cylinder—confirming our result is plausible.
V = 512π/15 ≈ 107.2 cubic units

Disc Method vs. Washer Method: When Each Applies

A frequent source of confusion on the AP exam is deciding whether a given revolution problem requires the disc method or the washer method. The distinction hinges entirely on whether the cross-section perpendicular to the axis of revolution is a solid disc (no hole) or an annular washer (a disc with a hole). When the axis of revolution is not a coordinate axis, this determination requires particular care because the axis may or may not coincide with a boundary of the region.

Comparison of disc and washer methods
FeatureDisc MethodWasher Method
Cross-section shapeSolid circle (disc)Annulus (ring)
Axis relationshipAxis is a boundary of the region, or region extends from axis to one curveAxis does NOT touch the region; a gap exists between the axis and the nearest boundary
Number of radiiOne: R(x) or R(y)Two: R_outer and r_inner
Volume formulaV = π ∫ R² dx (or dy)V = π ∫ (R² − r²) dx (or dy)
Common error with non-standard axesUsing f(x) instead of f(x) − k for the radiusSubtracting radii instead of squaring each separately: (R − r)² ≠ R² − r²
DECISION RULE
After sketching the region and axis, draw a line segment from the axis perpendicular to itself until it exits the region. If that segment passes through the region from its very start (at the axis) to its end (at the curve), use the disc method. If the segment first crosses empty space before entering the region, use the washer method.

Connections to Advanced Methods

The disc method for non-standard axes is a stepping stone toward several more advanced volume-computation techniques. Understanding how the radius adapts to different axes of revolution prepares you for the shell method (which uses cylindrical shells instead of circular discs) and for volumes computed by general cross-sections (squares, equilateral triangles, semicircles). All of these rely on the same fundamental principle: express a geometric quantity—area of a cross-section—as a function of a single variable, then integrate.

Disc/Washer vs. Shell Method
FeatureDisc / Washer MethodShell Method
Cross-section typeCircular disc or annular washerCylindrical shell (thin hollow cylinder)
Slicing directionPerpendicular to axis of revolutionParallel to axis of revolution
Integration variableSame direction as the axisPerpendicular to the axis
Non-standard axis adjustmentModify the radius: |f(x) − k|Modify the shell radius: |x − k| or |y − k|
Tested on AP Calculus AB?Yes — frequentlyNo — AP Calculus BC only

For AP Calculus AB, mastery of the disc and washer methods—including revolutions about non-standard axes—covers all volume-of-revolution questions that may appear. If you continue to AP Calculus BC or multivariable calculus, the shell method and Pappus' theorem provide elegant alternatives that sometimes simplify otherwise difficult integrals. The conceptual habit of measuring every geometric quantity from the axis of revolution will transfer seamlessly to these advanced contexts.

Practice Problems

1
The region bounded by y = x and y = −2 on [0, 3] is revolved about the line y = −2. Which expression correctly gives the radius of a representative disc?
2
Find the volume of the solid obtained by revolving the region bounded by y = √x, y = 0, and x = 1 about the line y = 3.
3
The region bounded by x = y² and x = 4 is revolved about the line x = 4. Using the disc method, what is the volume of the resulting solid?
PROBLEM 4APPLIED
A potter shapes a vase by revolving the curve y = 6 − x² (for 0 ≤ x ≤ √6) about the line y = 6. The resulting interior cavity is the volume of clay removed. (a) Explain why the disc method (rather than the washer method) is appropriate here. (b) Write, but do not evaluate, an integral expression for the volume of the cavity. (c) Evaluate the integral from part (b). (d) The potter wants to know the volume in cubic centimeters if x and y are measured in centimeters. State the numerical volume to the nearest whole number.
PROBLEM 5CRITICAL THINKING
Let R be the region bounded by y = 1/x, y = 0, x = 1, and x = 4. A student claims that revolving R about the line y = −1 using the disc method gives V = π ∫₁⁴ (1/x + 1)² dx. Identify the error in this setup, explain why the correct method requires washers, and write the corrected integral.

Lesson Summary

The disc method computes volumes of solids of revolution by integrating the areas of circular cross-sections along the axis of revolution. When the axis is a non-standard line such as y = k or x = k, the only change to the formula is in the radius expression: the radius becomes the distance from the curve to the axis, computed as |f(x) − k| for horizontal axes or |g(y) − k| for vertical axes. The volume formula is V = π ∫ [radius]² d(variable).

The disc method applies only when the axis is a boundary of the region (no gap between the axis and the region). If a gap exists, the washer method is required instead. The essential strategy for any problem is: sketch the region and axis, draw a representative perpendicular segment from the axis to the curve, and label the distance as the radius. This single habit prevents the most common AP exam errors and generalizes to all axis positions.

Varsity Tutors • AP Calculus AB • Volume with Disc Method: Revolving Around Other Axes