Historical Context & Motivation
The problem of computing volumes of curved solids has occupied mathematicians for millennia, beginning with Archimedes and his pioneering work on the sphere, cylinder, and paraboloid. Archimedes' method of exhaustion—slicing solids into thin cross-sections and summing their areas—anticipated the integral calculus that would not be formalized for nearly two thousand years. The key insight, that a solid of revolution can be decomposed into infinitely many thin discs whose volumes can be summed exactly, lies at the heart of what we now call the disc method. While introductory treatments typically revolve regions around the x-axis or y-axis, real applications in engineering and physics frequently require revolution about arbitrary horizontal or vertical lines, making the generalized disc method an essential tool in a calculus student's repertoire.
The central question this lesson addresses is: how do we modify the disc method's radius expression when the axis of revolution is not a coordinate axis, but an arbitrary line such as y = k or x = h? Mastering this generalization is critical because it connects geometric intuition about distance to an axis with the algebraic setup of an integral, a skill that transfers directly to the washer method and shell method for more complex solids.
Core Principles & Definitions
Before diving into computations, it is essential to internalize the foundational ideas that govern the disc method when applied to non-standard axes. The method itself does not change in spirit—every solid of revolution is still approximated by stacking thin circular discs—but the expression for the radius of each disc must be carefully re-derived in terms of the distance from the curve to the new axis of revolution.
Axis of Revolution
Disc Radius as Distance
Integration Variable
Limits of Integration
No Hollow Interior
Visual Explanation
The following diagram illustrates the key geometric idea behind the disc method when the axis of revolution is the line y = −1, rather than the x-axis. The region under the curve y = √x from x = 0 to x = 4 is shown, and representative disc cross-sections are drawn to emphasize how the radius of each disc is measured as the distance from the curve to the axis y = −1.
In the diagram above, three representative disc radii are drawn at different x-values. At x = 2 (approximately), the curve sits at y = √2 ≈ 1.41, so the disc radius is √2 − (−1) = √2 + 1 ≈ 2.41 units. Compare this to what the radius would be if we revolved about the x-axis: it would simply be √2 ≈ 1.41. The shift of the axis downward by 1 unit increases every radius by 1, producing a larger solid. This observation generalizes: when the axis moves farther from the curve, radii increase and the volume grows; when the axis moves closer, radii decrease and the volume shrinks.
Mathematical Framework
We now formalize the disc method for arbitrary axes. The fundamental volume formula remains V = π∫[R(variable)]² d(variable), but the expression for R depends on the orientation and position of the axis.
Case 1: Revolution About a Horizontal Line y = k
When the curve lies above the axis (f(x) > k for all x in [a, b]), the expression f(x) − k is positive and represents the disc radius directly. When the curve lies below the axis (f(x) < k), the expression f(x) − k is negative, but squaring it produces the correct positive area. In either case, the formula works without needing absolute values because of the squaring.
Case 2: Revolution About a Vertical Line x = h
Deriving the Radius Expression
The derivation follows from the definition of distance. Consider a point (x, f(x)) on the curve and the axis of revolution y = k. When this point is rotated about y = k, it traces a circle of radius equal to the vertical distance between the point and the line, namely |f(x) − k|. The area of the resulting disc is A(x) = π[f(x) − k]². Summing these infinitesimal disc volumes over [a, b] yields V = ∫ₐᵇ A(x) dx = π∫ₐᵇ [f(x) − k]² dx. The same logic applies to a vertical axis x = h, replacing the vertical distance with the horizontal distance |g(y) − h|.
Detailed Breakdown: Axis Position Cases
The position of the axis relative to the region determines the sign convention in the radius expression. We can classify the most common configurations into four cases, summarized in the table below and illustrated in the second diagram. Understanding these cases prevents sign errors and ensures a correct integral setup on the first attempt.
| Axis | Curve Relative Position | Radius R | Example |
|---|---|---|---|
| y = k (below curve) | f(x) > k | f(x) − k | y = √x about y = −2 → R = √x + 2 |
| y = k (above curve) | f(x) < k | k − f(x) | y = x² about y = 5 → R = 5 − x² |
| x = h (right of curve) | g(y) < h | h − g(y) | x = y² about x = 4 → R = 4 − y² |
| x = h (left of curve) | g(y) > h | g(y) − h | x = y + 1 about x = −1 → R = y + 2 |
A systematic approach to any disc-method problem about a non-standard axis can be distilled to three steps. First, sketch the region and the axis to determine whether you are in Case A, B, C, or D. Second, write the radius R as a function of the integration variable using the appropriate row of the table. Third, substitute into V = π∫R² d(variable) and evaluate.
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 = 4.
Disc Method vs. Washer & Shell Methods
The disc method for non-standard axes is one of several techniques for computing volumes of revolution. Choosing the right method depends on the geometry of the region and the axis. The table below compares the disc method with the washer and shell methods, highlighting when each is most natural for problems involving axes other than y = 0 or x = 0.
| Feature | Disc Method | Washer Method | Shell Method |
|---|---|---|---|
| Cross-section shape | Solid disc (no hole) | Annulus (disc with hole) | Thin cylindrical shell |
| When to use (other axes) | Region boundary touches the axis | Gap between region and axis | Integration perpendicular to axis is simpler |
| Radius formula | R = |curve − axis| | R_outer − R_inner, both measured from axis | r = |variable − axis|, height = f − g |
| Integration direction | Along the axis | Along the axis | Perpendicular to the axis |
| Limitation | Cannot handle hollow solids | Requires two radius expressions | Sometimes harder to set up bounds |
Connection to Advanced Theory
The disc method for other axes is a gateway to several more advanced topics in calculus and applied mathematics. Understanding how changing the axis affects the integrand prepares you for the Pappus' theorem, which states that the volume of a solid of revolution equals the area of the cross-section times the distance traveled by its centroid: V = 2πr̄A, where r̄ is the distance from the centroid to the axis. This theorem provides an elegant shortcut when the centroid is known, and its proof relies on exactly the kind of radius-from-axis reasoning developed in this lesson.
| This Lesson | Advanced Extension |
|---|---|
| Disc method about y = k or x = h | Pappus' theorem: V = 2πr̄A, bypassing integration entirely when centroid is known |
| Single-function boundary (disc) | Multi-function boundaries require the washer method: V = π∫(R_outer² − R_inner²) dx |
| Revolution about lines parallel to axes | Revolution about oblique lines (e.g., y = x) using parametric or change-of-variable techniques |
| Volumes of known cross-sections | Generalizes to solids with non-circular cross-sections (squares, equilateral triangles, semicircles) |
In multivariable calculus and physics, the ideas behind the disc method resurface in the study of moments of inertia, where one integrates r²dm over a solid body. The 'r' in that formula is precisely the distance from a mass element to the axis of rotation—the same geometric quantity that defines a disc radius. Mastering the art of expressing distance-to-axis in your volume integrals thus pays dividends well beyond Calculus 2.
Practice Problems
Lesson Summary
The disc method computes volumes of revolution by stacking infinitely many thin circular discs. When the axis of revolution is a horizontal line y = k or a vertical line x = h instead of a coordinate axis, the method remains the same—only the radius expression changes. The radius is always the perpendicular distance from the curve to the axis: R = |f(x) − k| for a horizontal axis, or R = |g(y) − h| for a vertical axis. The volume integral is then V = π∫R² d(variable), with limits determined by the extent of the region along the integration variable.
To set up these integrals correctly, always sketch the region and the axis, draw a representative disc, and label the radius before writing any algebra. If the region does not touch the axis (creating a hollow core), switch to the washer method. The geometric reasoning developed here—measuring distance from a curve to an axis—extends to Pappus' theorem, moments of inertia, and numerous applications in engineering and physics.