CALCULUS 1 • APPLICATIONS OF INTEGRATION

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

Learn how to compute volumes of revolution when the axis of rotation is not the x-axis or y-axis.

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.

~250 BC
Archimedes' Method of Exhaustion
Archimedes approximated volumes of spheres and paraboloids by summing thin circular slices, laying the conceptual groundwork for the disc method.
1615
Kepler's Volume of Wine Barrels
Johannes Kepler used the idea of infinitesimally thin discs to compute volumes of barrels, advancing the practical application of integration before calculus was formalized.
1665–1676
Newton & Leibniz Formalize Calculus
Isaac Newton and Gottfried Wilhelm Leibniz independently developed the fundamental theorem of calculus, giving mathematicians precise integral formulas for volumes of revolution.
Modern Era
Engineering & CAD Applications
Today, the disc method with arbitrary axes of rotation is used in computer-aided design (CAD) and 3D printing to model axially symmetric parts like turbine blades, pipes, and pottery.

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.

1

Axis of Revolution

The straight line around which the region is rotated. It can be any horizontal line y = k or vertical line x = k, not just the coordinate axes.
2

Radius of the Disc

The perpendicular distance from the curve to the axis of revolution. When the axis shifts, the radius expression changes: R = f(x) − k or R = k − f(x), depending on orientation.
3

Volume Element (dV)

Each thin disc contributes a volume of π × R² × (thickness). The thickness is dx for horizontal integration or dy for vertical integration.
4

Integration Direction

For a horizontal axis of revolution, slice perpendicular to that axis (use dx). For a vertical axis of revolution, slice perpendicular to it (use dy). Always integrate along the axis.
KEY TAKEAWAY
Think of the axis of revolution like the skewer through a kebab. When the skewer moves, every piece of food is now a different distance from the skewer. In the disc method, the radius is the distance from the curve to the skewer (the axis), so when you move the skewer, you must recalculate that distance. The formula structure stays the same — you just adjust the radius expression.

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.

Left panel: revolving around the x-axis (y = 0), the radius is simply f(x). Right panel: revolving around y = −1, the radius becomes f(x) − (−1) = f(x) + 1. The yellow dashed segment represents the radius of the disc at a sample x-value.

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

HORIZONTAL AXIS y = k
V = π ∫ₐᵇ [f(x) − k]² dx
Here, f(x) is the curve being revolved, k is the y-value of the axis of revolution, and [a, b] is the interval of integration along x. The radius of each disc is R(x) = |f(x) − k|.

Case 2: Revolving Around a Vertical Line x = k

VERTICAL AXIS x = k
V = π ∫_c^d [g(y) − k]² dy
Here, g(y) is the curve expressed as a function of y, k is the x-value of the vertical axis, and [c, d] is the interval along y. The radius is R(y) = |g(y) − 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.

⚠️ Common Mistake Alert
Students often forget to adjust the radius and simply use f(x) as though the axis were y = 0. Always ask yourself: "What is the distance from the curve to the axis?" That distance is your radius.

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.

The green curve y = √x is shown with three possible axes of revolution. The dashed vertical lines at x ≈ 2.5 show the radius from the curve to each axis. For y = 0 the radius is √x. For y = 3 (above the curve) the radius is 3 − √x. For y = −1 (below the curve) the radius is √x + 1.
How the radius and integral change for the curve y = √x depending on the axis of revolution
Axis of RevolutionRadius RVolume Integral
y = 0 (x-axis)R = √xV = π ∫₀⁴ (√x)² dx = π ∫₀⁴ x dx
y = 3 (above curve)R = 3 − √xV = π ∫₀⁴ (3 − √x)² dx
y = −1 (below curve)R = √x − (−1) = √x + 1V = π ∫₀⁴ (√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.

Volume by Disc Method — Revolving y = x² Around y = −1
1
Step 1 — Identify the Problem SetupWe are revolving the curve y = x² (for 0 ≤ x ≤ 2) around the horizontal line y = −1. The axis y = −1 lies below the entire curve (since x² ≥ 0 > −1 for all x). Because the axis is the lower boundary of every disc — with the curve y = x² as the only upper boundary and no separate lower curve between the axis and y = x² — each cross-section is a solid disc (not a washer). The radius of each disc runs from the axis y = −1 straight up to the curve y = x².
2
Step 2 — Determine the RadiusFor the disc method, each disc extends from the axis y = −1 up to the curve y = x². The radius of each disc at position x is the distance from the axis to the curve:
R(x) = x² − (−1) = x² + 1
3
Step 3 — Write the Volume IntegralUsing the disc method formula V = π ∫ₐᵇ R(x)² dx, we substitute our radius and limits of integration (x goes from 0 to 2):
V = π ∫₀² (x² + 1)² dx
4
Step 4 — Expand the IntegrandWe expand (x² + 1)² using the algebraic identity (a + b)² = a² + 2ab + b²:
(x² + 1)² = x⁴ + 2x² + 1
5
Step 5 — Integrate Term by TermNow we integrate each term from 0 to 2: ∫₀² x⁴ dx = [x⁵/5]₀² = 32/5 ∫₀² 2x² dx = [2x³/3]₀² = 16/3 ∫₀² 1 dx = [x]₀² = 2
Sum = 32/5 + 16/3 + 2 = 96/15 + 80/15 + 30/15 = 206/15
6
Step 6 — Multiply by π for Final AnswerMultiply the result by π to obtain the volume:
V = 206π/15 ≈ 43.14 cubic units
💡 Check Your Intuition
Compare this to revolving the same curve around y = 0 (the x-axis). Around y = 0, the radius would be just x², giving V = π ∫₀² x⁴ dx = 32π/5 ≈ 20.11. Our answer of 206π/15 ≈ 43.14 is larger, which makes sense — the axis is farther away, so the discs have bigger radii and the solid is fatter.

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).

Comparison of disc/washer and shell methods for volumes of revolution
FeatureDisc / Washer MethodShell Method
Slice orientationPerpendicular to axis of revolutionParallel to axis of revolution
Best when...Curve is easily expressed as a function of the variable along the axisCurve is hard to solve for the "other" variable, or two functions enclose a region
Radius for other axesR = |f(x) − k| or |g(y) − k|r = |x − k| or |y − k|
Revolving around y = k (horizontal)Integrate with respect to xIntegrate with respect to y
Hollow centers?Yes — use washer (subtract inner radius²)Handled naturally without subtraction
🎯 WHEN TO CHOOSE DISC
Use the disc method when the region being revolved has the axis of revolution as one of its boundaries — meaning the radius runs from the axis directly to a single bounding curve, with no separate inner boundary creating a hollow center. If the region has a gap between itself and the axis (i.e., there is a second boundary curve between the axis and the outer curve), you'll need the washer method instead. Think of it like this: discs are solid circles (like hockey pucks), while washers are circles with holes (like actual metal washers). Same setup idea — just subtract the inner radius squared from the outer radius squared.

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.

How the disc method connects to future topics
This LessonWhat Comes Next
Disc method: revolving around y = k or x = kWasher method: revolving regions with gaps around any axis
Single-function boundariesRegions bounded by two or more curves
Horizontal and vertical axesPappus' theorem: revolving around any line using centroids
Integration in one variableVolumes 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

PROBLEM 1CONCEPTUAL
When revolving the curve y = x³ around the line y = 5 on the interval [0, 1], what is the radius of each disc? Explain why the radius is not simply x³.
PROBLEM 2BASIC CALCULATION
Find the volume of the solid formed by revolving y = 2x on the interval [0, 3] around the line y = −2.
PROBLEM 3INTERMEDIATE
Find the volume of the solid generated by revolving the region bounded by y = √x, y = 0, and x = 4 about the line y = 3.
PROBLEM 4APPLIED
A decorative bowl is modeled by revolving the curve y = x² (for 0 ≤ x ≤ 3) around the vertical line x = −1. Set up (but do not evaluate) the integral that gives the volume of this solid using the disc method with dy.
PROBLEM 5CRITICAL THINKING
Consider revolving y = 1/x on [1, 4] about y = −1 versus about y = 2. Without computing both volumes exactly, explain which revolution produces the larger solid. Then set up both integrals and verify your reasoning by comparing the integrands at x = 2.

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.

Varsity Tutors • Calculus 1 • Disc Method: Other Axes