Historical Context & Motivation
For thousands of years, mathematicians struggled to find the volumes of curved, rounded objects. Ancient Greek scholars like Archimedes discovered clever ways to compute the volume of a sphere by imagining it as a stack of thin circular slices. This idea of breaking a solid into infinitely many flat pieces is the heart of what we now call the disc method.
When you first learn the disc method, you typically revolve a region around the x-axis or the y-axis. But many real-world solids — like a donut, a vase on a pedestal, or a decorative column — are formed by spinning a shape around a line that is shifted away from the coordinate axes. Engineers and architects encounter these shapes constantly, so extending the disc method to other axes of revolution is an essential skill.
The central question this lesson addresses is: How do we adapt the disc method when the axis of revolution is a horizontal line y = k or a vertical line x = k, rather than the x-axis or y-axis? The answer lies in carefully redefining the radius of each disc.
Core Principles & Definitions
Before tackling non-standard axes, let's solidify the foundations. The disc method works by slicing a solid of revolution into thin circular discs perpendicular to the axis of rotation. Each disc has a small thickness (dx or dy) and a radius determined by the distance from the curve to the axis. You then integrate the area of these discs over the interval to get the total volume.
Axis of Revolution
Radius of the Disc
Volume Element (dV)
Integration Direction
Visual Explanation
The diagram below illustrates the key difference between revolving a curve around the x-axis (y = 0) versus revolving it around a different horizontal line, such as y = −1. Notice how the radius of each disc changes when the axis shifts downward.
In the left panel, the pink dashed line sits right on the x-axis, so the radius of each disc is just f(x). In the right panel, the axis has moved down to y = −1. Now every point on the curve is farther from the axis than before, so the radius is f(x) + 1. This bigger radius produces a larger solid, which makes intuitive sense — you're sweeping the curve in a wider circle.
Mathematical Framework
Let's formalize the disc method for non-standard axes. The key idea is always the same: identify the radius as the distance from the curve to the axis of revolution, then integrate π × R² over the appropriate interval.
Case 1: Revolving Around a Horizontal Line y = k
Case 2: Revolving Around a Vertical Line x = k
Determining the Correct Radius Sign
Because the radius is a distance, it must be non-negative. If the curve lies above the axis (f(x) > k), then R = f(x) − k. If the curve lies below the axis (f(x) < k), then R = k − f(x). Since the radius is squared in the formula, [f(x) − k]² automatically equals [k − f(x)]², so the sign issue resolves itself algebraically. However, when you set up the integral, it helps to think clearly about which quantity is larger to avoid confusion.
Setting Up the Radius for Different Axes
The most important step when revolving around a non-standard axis is correctly identifying the radius. Let's look at a specific example: the curve y = √x on the interval [0, 4], revolved around different axes. The diagram below shows how the radius changes in each scenario.
| Axis of Revolution | Radius R | Volume Integral |
|---|---|---|
| y = 0 (x-axis) | R = √x | V = π ∫₀⁴ (√x)² dx = π ∫₀⁴ x dx |
| y = 3 (above curve) | R = 3 − √x | V = π ∫₀⁴ (3 − √x)² dx |
| y = −1 (below curve) | R = √x − (−1) = √x + 1 | V = π ∫₀⁴ (√x + 1)² dx |
| x = 5 (vertical, right) | R = 5 − y² (since x = y²) | V = π ∫₀² (5 − y²)² dy |
Worked Example
Let's work through a complete example. We'll find the volume of the solid formed by revolving the curve y = x² on the interval [0, 2] about the line y = −1 using the disc method. Here, the axis y = −1 itself forms the inner boundary of every disc, so the radius of each disc runs directly from the axis up to the curve — no hollow center, no gap between the axis and the region being swept.
Disc Method vs. Other Approaches
When revolving around non-standard axes, the disc method is just one option. It's important to understand when it works well and when another technique might be easier. The two main alternatives are the washer method (an extension of the disc method for hollow solids) and the shell method (which uses cylindrical shells instead of discs).
| Feature | Disc / Washer Method | Shell Method |
|---|---|---|
| Slice orientation | Perpendicular to axis of revolution | Parallel to axis of revolution |
| Best when... | Curve is easily expressed as a function of the variable along the axis | Curve is hard to solve for the "other" variable, or two functions enclose a region |
| Radius for other axes | R = |f(x) − k| or |g(y) − k| | r = |x − k| or |y − k| |
| Revolving around y = k (horizontal) | Integrate with respect to x | Integrate with respect to y |
| Hollow centers? | Yes — use washer (subtract inner radius²) | Handled naturally without subtraction |
Connection to Advanced Techniques
The disc method with non-standard axes is a stepping stone toward more advanced integration techniques you'll encounter in Calculus 2 and beyond. Understanding how to adjust the radius for different axes builds the geometric intuition needed for multivariable calculus, where volumes are computed using double and triple integrals over complex regions.
| This Lesson | What Comes Next |
|---|---|
| Disc method: revolving around y = k or x = k | Washer method: revolving regions with gaps around any axis |
| Single-function boundaries | Regions bounded by two or more curves |
| Horizontal and vertical axes | Pappus' theorem: revolving around any line using centroids |
| Integration in one variable | Volumes via double/triple integrals in Calc 3 |
The key takeaway for your future studies is that the disc method teaches you a powerful pattern: break a complicated 3D shape into simple pieces, compute each piece's contribution, and add them up with an integral. This same philosophy applies to computing surface areas, arc lengths, moments of inertia, and much more. Mastering the radius adjustment for non-standard axes is excellent practice for the kind of geometric reasoning that makes all of these applications possible.
Practice Problems
Lesson Summary
The disc method computes volumes of revolution by stacking thin circular discs perpendicular to the axis of revolution. When revolving around a horizontal line y = k, the radius becomes R(x) = |f(x) − k|, and the volume formula is V = π ∫ₐᵇ [f(x) − k]² dx. For a vertical line x = k, rewrite the curve as x = g(y) and use R(y) = |g(y) − k| with integration in dy.
The critical step is always correctly identifying the radius as the distance from the curve to the axis — not just the function value itself. When the axis is below the region, the radius is f(x) − k (which will be positive). When the axis is above the region, the radius is k − f(x). Since the radius is squared in the integral, both expressions give the same result algebraically, but careful setup prevents errors in more complex problems involving washers or multiple curves.