CALCULUS 1 • APPLICATIONS OF INTEGRATION

Disc Method: x- or y-Axis — Volume with Disc Method: Revolving Around the x- or y-Axis

Turn flat regions into three-dimensional solids by spinning them around an axis and stacking infinitely thin circular slices.

Historical Context & Motivation

How do you find the volume of a shape that isn't a neat box, cone, or sphere? People have been asking this question for over two thousand years. Ancient mathematicians tackled curved solids long before calculus existed, using clever geometric arguments to approximate volumes. The disc method is the modern calculus tool that finally answers this question with precision — by slicing a solid into infinitely many circular discs and adding up their volumes with an integral.

~250 BCE
Archimedes and the Method of Exhaustion
Archimedes approximated the volume of spheres and paraboloids by inscribing and circumscribing stacks of cylinders — an early ancestor of the disc method.
1635
Cavalieri's Principle
Bonaventura Cavalieri showed that two solids with equal cross-sectional areas at every height have the same volume, formalizing the idea of slicing solids into thin layers.
1665–1676
Newton and Leibniz Develop Calculus
The invention of integral calculus provided the tools to sum infinitely many infinitesimally thin slices, turning geometric intuition into exact formulas.
1700s–Today
Modern Applications
Engineers, physicists, and designers use the disc method to compute volumes of tanks, rocket nozzles, MRI-generated body scans, and virtually any solid of revolution.

The central question the disc method addresses is straightforward: given a curve in the xy-plane, what happens when you spin the region under (or beside) that curve around an axis? The result is a solid of revolution, and the disc method lets you calculate its exact volume using a definite integral.

Core Principles & Definitions

Before diving into formulas, you need to understand a few foundational ideas that make the disc method work. Each concept builds on the last, so take them in order.

1

Solid of Revolution

A three-dimensional solid formed by rotating a two-dimensional region around a straight line (the axis of revolution). Think of a potter's wheel spinning a clay profile into a bowl.
2

Cross-Sectional Disc

When you cut a solid of revolution perpendicular to its axis, each slice is a circle (a disc). The area of that disc is π r², where r is the distance from the axis to the outer edge of the solid.
3

Radius as a Function

The radius of each disc changes along the axis. If you revolve around the x-axis, the radius at position x is given by the function value f(x). If you revolve around the y-axis, you express x as a function of y.
4

Integration = Summation of Slices

Each disc has volume π [r(x)]² dx (an infinitesimally thin cylinder). The definite integral sums all these discs from one boundary to the other, giving the exact total volume.
KEY TAKEAWAY
Imagine stacking a huge pile of coins (discs) along a rod. Each coin can have a different diameter. If you could use infinitely many infinitely thin coins, the stack would perfectly form a curved shape — like a vase or a football. The disc method is the calculus technique that adds up all those coin-volumes at once using an integral.

Visual Explanation: Revolving Around the x-Axis

The diagram below shows what happens when you take the curve y = √x from x = 0 to x = 4 and revolve it around the x-axis. The flat region under the curve sweeps out a three-dimensional solid, and a representative disc is shown at a particular x-value.

The cyan curve y = √x is revolved around the x-axis. The pink ellipse represents a single disc at position x, with radius r = f(x) = √x and infinitesimal thickness dx. The dashed yellow line shows the radius from the axis to the curve.

Notice that each disc is perpendicular to the x-axis. The radius of a given disc equals the function value f(x) at that point, and the thickness of each disc is the infinitesimal width dx. Because the radius changes as x changes, each disc has a different area — which is exactly why we need an integral rather than simple multiplication.

Mathematical Framework

Each disc is a very thin cylinder. The volume of a cylinder is (area of base) × (height). For a disc, the base is a circle with area πr², and the "height" is the tiny thickness dx (or dy). Now we just set up the integral.

Revolution Around the x-Axis

DISC METHOD — REVOLVING AROUND THE X-AXIS
V = π ∫ₐᵇ [f(x)]² dx
V = volume of the solid; f(x) = the function being revolved (gives the radius of each disc); a and b = the x-boundaries of the region; dx = infinitesimal thickness of each disc.

When you revolve around the x-axis, slices are perpendicular to the x-axis, so each disc's radius is the y-value of the curve, which is f(x). You integrate with respect to x from the left boundary a to the right boundary b.

Revolution Around the y-Axis

DISC METHOD — REVOLVING AROUND THE Y-AXIS
V = π ∫_c^d [g(y)]² dy
Here the function is written as x = g(y) — you solve the original equation for x in terms of y. The discs are perpendicular to the y-axis, so their radius is the horizontal distance g(y), and you integrate from the lower y-boundary c to the upper y-boundary d.
💡 Which Formula Do I Use?
Ask yourself: which axis am I spinning around? If it's the x-axis, your slices are vertical discs, your radius comes from y = f(x), and you integrate with respect to x. If it's the y-axis, your slices are horizontal discs, your radius comes from x = g(y), and you integrate with respect to y.
VOLUME OF A SINGLE DISC
dV = π r² × (thickness)
This is the building block. Replace r with f(x) or g(y) and thickness with dx or dy, then integrate to sum all the discs.

Revolving Around x-Axis vs. y-Axis — A Side-by-Side Look

The setup for the disc method changes depending on which axis you revolve around. The diagram below places both scenarios side by side so you can see the key differences at a glance. Pay attention to how the radius and the variable of integration switch.

Left: revolution around the x-axis — vertical disc with radius f(x) and thickness dx. Right: revolution around the y-axis — horizontal disc with radius g(y) and thickness dy. In both cases the disc is perpendicular to the axis of revolution.
Key differences between revolving around the x-axis and the y-axis
FeatureRevolve Around x-AxisRevolve Around y-Axis
Axis of revolutionx-axis (horizontal)y-axis (vertical)
Disc orientationPerpendicular to x-axis (vertical circle)Perpendicular to y-axis (horizontal circle)
Radius equalsf(x) — the y-value of the curveg(y) — the x-value of the curve
Variable of integrationdxdy
Limits of integrationx = a to x = by = c to y = d
FormulaV = π ∫ₐᵇ [f(x)]² dxV = π ∫_c^d [g(y)]² dy

The table highlights a crucial pattern: the radius is always the distance from the axis of revolution to the curve, and you always integrate along the axis you're spinning around. When revolving around the y-axis, you must rewrite the function as x = g(y) so that the radius is expressed in terms of y.

Worked Examples

Example 1: Revolving Around the x-Axis

Find the volume of the solid formed by revolving the region bounded by y = x², the x-axis, and the line x = 2 around the x-axis.

Volume by Disc Method (x-Axis Revolution)
1
Step 1 — Identify the radius and limitsThe curve is y = x², and we revolve around the x-axis. The radius of each disc at position x is r = f(x) = x². The region goes from x = 0 to x = 2, so a = 0 and b = 2.
2
Step 2 — Write the integralUsing V = π ∫ₐᵇ [f(x)]² dx, we get:
V = π ∫₀² (x²)² dx = π ∫₀² x⁴ dx
3
Step 3 — Evaluate the integralThe antiderivative of x⁴ is x⁵/5. Evaluate from 0 to 2:
π [x⁵/5]₀² = π [(2⁵)/5 − 0] = π (32/5)
4
Step 4 — State the final volumeSimplify the result.
V = 32π/5 ≈ 20.11 cubic units

Example 2: Revolving Around the y-Axis

Find the volume of the solid formed by revolving the region bounded by y = x² (equivalently x = √y), the y-axis, and the line y = 4 around the y-axis.

Volume by Disc Method (y-Axis Revolution)
1
Step 1 — Rewrite as x = g(y) and identify limitsSince we revolve around the y-axis, we need the radius in terms of y. From y = x², we get x = √y. So g(y) = √y. The region goes from y = 0 to y = 4, so c = 0 and d = 4.
2
Step 2 — Write the integralUsing V = π ∫_c^d [g(y)]² dy:
V = π ∫₀⁴ (√y)² dy = π ∫₀⁴ y dy
3
Step 3 — Evaluate the integralThe antiderivative of y is y²/2. Evaluate from 0 to 4:
π [y²/2]₀⁴ = π [(16/2) − 0] = 8π
4
Step 4 — State the final volumeSimplify.
V = 8π ≈ 25.13 cubic units

Strengths, Limitations & When to Use Other Methods

The disc method is powerful, but it doesn't work perfectly in every situation. Understanding when to use it — and when another method is better — will save you time on exams and problem sets.

Disc method: strengths and limitations
StrengthsLimitations
Conceptually straightforward — just stack circlesOnly works when the region touches the axis of revolution (no gap between the region and the axis)
Works directly for any continuous function revolved around the x- or y-axisIf there's a gap, you need the washer method (discs with holes)
Only one integral is needed — no subtraction of inner and outer radiiRevolving around a line other than the x- or y-axis requires adjusting the radius expression
Easy to set up once you identify f(x) or g(y)Sometimes rewriting the function for y-axis revolution (solving for x) is algebraically difficult
🔑 WHEN TO USE DISCS VS. OTHER METHODS
Use the disc method when the region being revolved is flush against the axis of revolution — there's no gap. If there is a hole in the middle (like a donut shape), switch to the washer method. If rewriting the function is messy, consider the shell method, which uses cylindrical shells instead of circular discs. Think of it like choosing the right tool: discs are your go-to hammer, but some jobs need a wrench.

Connection to Washers, Shells & Advanced Methods

The disc method is the foundation of a family of volume techniques. Once you're comfortable with discs, extending to related methods is natural because they all share the same core idea: slice, compute area, integrate.

Family of volume-by-slicing methods
MethodCross-Section ShapeBest Used When…
DiscSolid circle (πr²)Region touches the axis of revolution; no hollow center
WasherRing / annulus: π(R² − r²)Region does NOT touch the axis — there's a gap, creating a hole
ShellCylindrical shell: 2πrhRewriting for the other variable is hard, or revolving around an axis parallel to the axis the function is naturally written in
General Cross-SectionsSquares, triangles, semicircles, etc.The solid is NOT a solid of revolution — cross-sections are specified shapes

As you move into Calculus 2 and beyond, you'll encounter solids revolved around lines like y = 3 or x = −1, which require adjusting the radius formula. You'll also meet parametric and polar curves whose volumes are computed using similar integration principles. Mastering the disc method now gives you the conceptual toolkit for all of these generalizations.

Practice Problems

PROBLEM 1CONCEPTUAL
In the disc method, why must you square the radius function before integrating? What would happen to the result if you forgot to square it?
PROBLEM 2BASIC CALCULATION
Find the volume of the solid formed by revolving y = 3x from x = 0 to x = 2 around the x-axis.
PROBLEM 3INTERMEDIATE
Find the volume of the solid formed by revolving y = sin(x) from x = 0 to x = π around the x-axis.
PROBLEM 4APPLIED
A decorative vase is modeled by revolving the curve y = √(x) + 1 from x = 0 to x = 9 around the x-axis. What is the interior volume of the vase in cubic units?
PROBLEM 5CRITICAL THINKING
Consider the region bounded by y = x² and y = x (between their intersections at x = 0 and x = 1). If you revolve this region around the x-axis, explain why the disc method alone is NOT sufficient. Then describe what modifications you would make to compute the volume correctly.

Lesson Summary

The disc method finds the volume of a solid of revolution by slicing it into infinitely thin circular discs and summing their volumes with a definite integral. When revolving around the x-axis, each disc has radius r = f(x) and you compute V = π ∫ₐᵇ [f(x)]² dx. When revolving around the y-axis, rewrite the curve as x = g(y) so the radius is r = g(y), and integrate V = π ∫_c^d [g(y)]² dy.

The method works whenever the region is flush against the axis of revolution, producing solid (not hollow) cross-sections. If there is a gap between the region and the axis, the washer method is needed instead. The shell method offers an alternative when rewriting the function for the other variable is difficult. Mastering discs gives you the foundation for all volume-by-integration techniques in calculus.

Varsity Tutors • Calculus 1 • Disc Method: x- or y-Axis