Historical Context & Motivation
The problem of computing volumes of curved solids stretches back to antiquity. Archimedes pioneered the method of exhaustion to calculate the volume of a sphere, essentially summing an infinite collection of thin circular slices—a technique remarkably close to what we now call the disc method. For nearly two millennia, mathematicians lacked a systematic framework for handling arbitrary axes of revolution. The development of integral calculus in the seventeenth century finally provided the algebraic machinery to generalize these ideas, allowing volumes of revolution about any line—not merely the coordinate axes—to be expressed as definite integrals.
With calculus in hand, a natural question arises: what happens when the axis of revolution is not the x-axis or y-axis, but some other horizontal or vertical line such as y = 3 or x = −1? The radius of each disc changes, and the formula must be adapted accordingly. This lesson develops the precise adjustments required and shows how the fundamental structure of the disc integral remains intact.
Core Principles & Definitions
Before tackling non-standard axes, it is essential to solidify the geometric idea underlying every disc-method problem. When a region in the plane is revolved about a line, each thin slice perpendicular to the axis of revolution sweeps out a disc—a flat cylinder whose volume equals π × (radius)² × (thickness). The total volume of the solid is the integral of these infinitesimal disc volumes. The critical step in every problem is correctly identifying the radius of each disc as the distance from the curve to the axis of revolution—not to the coordinate axis.
Axis of Revolution
Disc Radius = Distance to Axis
Direction of Integration
No Hole ⇒ Disc (Not Washer)
Visual Explanation
The diagram below illustrates the key geometric difference between revolving the curve y = √x (from x = 0 to x = 4) about the x-axis versus about the horizontal line y = −1. When the axis shifts downward, every disc's radius grows by 1 unit, fundamentally changing the integrand.
Notice that in the left panel the radius of a representative disc at position x is simply √x, measured from the curve down to the x-axis. In the right panel the axis has shifted to y = −1, so the radius extends from the curve at y = √x all the way down to y = −1, giving a radius of √x − (−1) = √x + 1. This single adjustment—replacing f(x) with f(x) − k when the axis is y = k—is the entire conceptual leap required to handle non-standard horizontal axes.
Mathematical Framework
We now formalize the disc-method integral for revolution about an arbitrary horizontal or vertical line. In every case the structure is the same: V = π ∫ [R(t)]² dt, where R(t) is the distance from the generating curve to the axis, and t is the variable of integration along the direction of the axis.
It is worth noting how these formulas reduce to the familiar special cases. When the axis is the x-axis (k = 0), the horizontal formula becomes V = π ∫ₐᵇ [f(x)]² dx, the standard result from most textbooks. When the axis is a line such as y = 5, the radius becomes |f(x) − 5|, and the integrand expands to [f(x) − 5]². Recognizing this pattern prevents the common error of simply plugging f(x) into the integrand without accounting for the shifted axis.
Detailed Breakdown by Axis Position
The relationship between the axis of revolution and the region determines the disc radius expression. Four common configurations arise on the AP exam, distinguished by whether the axis is above, below, to the left, or to the right of the region. The table below summarizes each case for a region bounded by a single curve and a coordinate axis.
| Axis of Revolution | Axis Relative to Region | Disc Radius R | Integral Setup |
|---|---|---|---|
| y = k (k < 0, axis below region) | Below | f(x) − k | V = π ∫ₐᵇ [f(x) − k]² dx |
| y = k (k > f(x), axis above region) | Above | k − f(x) | V = π ∫ₐᵇ [k − f(x)]² dx |
| x = k (k < 0, axis left of region) | Left | g(y) − k | V = π ∫_c^d [g(y) − k]² dy |
| x = k (k > g(y), axis right of region) | Right | k − g(y) | V = π ∫_c^d [k − g(y)]² dy |
In the diagram above, because the axis x = 5 lies to the right of the curve x = g(y), the disc radius at height y is R(y) = 5 − g(y). Squaring and integrating with respect to y yields the volume. This "axis to the right" configuration is one of the most commonly tested setups on the AP Calculus BC free-response section, and students should practice sketching the representative disc before writing the integral.
Worked Example
Let us compute the volume of the solid generated by revolving the region bounded by y = x², y = 0, and x = 2 about the line y = −1.
Disc Method vs. Other Approaches
The disc method is one of several techniques for computing volumes of solids of revolution. Understanding when to deploy it—as opposed to the washer method or the shell method—is essential for efficiency on the AP exam. Below we compare the three approaches, particularly in the context of non-standard axes.
| Feature | Disc Method | Washer Method | Shell Method |
|---|---|---|---|
| Cross-section shape | Solid circle (no hole) | Annulus (ring with hole) | Thin cylindrical shell |
| Integration variable | Along the axis of revolution | Along the axis of revolution | Perpendicular to the axis of revolution |
| When to use | Region touches the axis; single curve bounds region | Gap between region and axis; two curves bound region | Solving for the other variable is difficult; vertical axis with dx preferred |
| Radius for y = k axis | |f(x) − k| | Outer: |f(x) − k|, Inner: |g(x) − k| | Shell radius: |x − h| (not applicable—uses x = h axis) |
| Common pitfall | Using disc when a washer is needed (missing inner radius) | Subtracting radii instead of squaring separately | Forgetting the 2π factor |
Connection to Advanced Theory
The disc method for non-standard axes connects naturally to more advanced ideas in calculus and beyond. On the AP Calculus BC exam itself, this technique feeds directly into problems involving the washer method (where two radius expressions are subtracted) and parametric or polar volume calculations. In multivariable calculus, the concept generalizes through Pappus's theorem and triple integrals with cylindrical or spherical coordinates.
| This Lesson | Advanced Extension |
|---|---|
| Disc/washer about y = k or x = k | Pappus's centroid theorem: V = 2π × (distance from centroid to axis) × (area of region) |
| Integration along one variable | Double/triple integrals in cylindrical coordinates: V = ∫∫∫ r dr dθ dz |
| Revolution of y = f(x) | Revolution of parametric curves: V = π ∫ₐᵇ [y(t)]² x′(t) dt (with sign adjustments for axis shifts) |
| Known cross-section perpendicular to axis | General cross-section method: A(x) can be any shape (squares, semicircles, equilateral triangles) |
One particularly elegant connection is Pappus's centroid theorem, which states that the volume of a solid of revolution equals 2π times the distance from the region's centroid to the axis, times the area of the region. This theorem provides a powerful shortcut when the centroid is known, and it also confirms disc/washer results: if you compute the volume by integration and independently by Pappus's theorem, the answers must agree. This cross-check is invaluable in both exam and engineering contexts.
Practice Problems
Lesson Summary
The disc method computes volumes of solids of revolution by integrating π[R(t)]² along the axis of revolution. When the axis is a line y = k or x = k (rather than a coordinate axis), the disc radius becomes |f(x) − k| or |g(y) − k|, respectively. The integral structure remains unchanged—only the radius expression is modified.
A critical first step in every problem is to sketch the region and axis and verify whether the region touches the axis of revolution. If it does not, a washer method (or shell method) must be used instead. Mastering the disc method for non-standard axes is foundational for the AP Calculus BC exam, where free-response questions frequently feature revolution about lines such as y = −1, y = 5, x = 3, or other non-zero constants.