AP CALCULUS BC • APPLICATIONS OF INTEGRATION

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

Transform area under a curve into the volume of a solid of revolution by stacking infinitely thin circular discs.

Historical Context & Motivation

The problem of computing volumes of curved solids predates calculus by two millennia. Ancient mathematicians sought exact formulas for objects like spheres, cones, and paraboloids, but they lacked a general technique to handle arbitrary curves. The disc method — which slices a solid of revolution into infinitesimally thin circular cross-sections — emerged from the same intellectual lineage that produced Riemann sums and the definite integral. Understanding this history reveals why integration is so naturally suited to volume problems: both rest on the principle of summing infinitely many infinitesimal contributions.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes calculated the volume of a sphere by inscribing it with known solids, anticipating the idea of summing thin slices to approximate a curved volume.
1635
Cavalieri's Principle
Bonaventura Cavalieri formalized the idea that two solids with equal cross-sectional areas at every height have equal volume, laying the groundwork for slicing methods.
1665–1676
Newton & Leibniz Develop Calculus
The invention of the integral gave mathematicians a rigorous way to sum infinitely many infinitesimal slices, turning the disc method from a heuristic into a theorem.
1748
Euler's Introductio in Analysin Infinitorum
Euler systematized the computation of volumes of revolution, presenting the disc and shell methods in the analytic framework still used in modern textbooks.

The central question the disc method addresses is deceptively simple: given a region in the plane bounded by a curve, what is the exact volume of the solid formed when that region is revolved around an axis? While special cases (cylinders, cones, spheres) have known formulas, the disc method provides a universal technique that works for any integrable function — and it is a staple of every AP Calculus exam.

Core Principles & Definitions

Before diving into formulas, it is essential to anchor the disc method in a few foundational ideas. Each principle below connects the geometric act of revolving a region to the algebraic machinery of definite integration. Master these, and setting up any disc-method integral becomes almost mechanical.

1

Solid of Revolution

A three-dimensional solid generated by rotating a two-dimensional region about an axis. Every cross-section perpendicular to the axis of rotation is a circle (or annulus).
2

Disc as Cross-Section

When the region touches the axis of rotation, each cross-section is a filled circle — a disc — whose radius equals the distance from the axis to the curve at that point.
3

Radius Function

The radius r of each disc depends on the variable of integration. For revolution about the x-axis, r = f(x); for revolution about the y-axis, r = g(y), where g is x expressed as a function of y.
4

Summing Infinitesimal Volumes

Each disc has volume π r² · (thickness). Integrating sums these infinitesimal volumes across the interval, yielding the exact total volume via a definite integral.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation: Revolving Around the x-Axis

The curve y = √x is shown above the x-axis. The highlighted representative disc at a generic point x has radius r = f(x) and infinitesimal thickness dx. Summing all such discs from x = a to x = b gives the total volume.

In the diagram above, notice that each disc is perpendicular to the x-axis. The radius of the disc at position x equals the function value f(x), because that is the distance from the x-axis (the axis of rotation) to the curve. The volume of a single disc is the area of the circle, π[f(x)]², multiplied by its infinitesimal thickness dx. Integrating from the left boundary a to the right boundary b accumulates these contributions into the exact volume of the solid.

Mathematical Framework

Revolution About the x-Axis

When a region bounded by y = f(x), the x-axis, and the vertical lines x = a and x = b is revolved about the x-axis, each cross-section at position x is a disc of radius f(x). The area of that disc is A(x) = π[f(x)]². Because the generic volume element is dV = A(x) dx, the total volume is given by the following integral.

DISC METHOD — x-AXIS
V = π ∫ₐᵇ [f(x)]² dx
V = volume of the solid; f(x) = radius of each disc; a, b = bounds on the x-axis; dx = infinitesimal thickness of each disc.

Revolution About the y-Axis

When the same style of rotation occurs about the y-axis, the roles of x and y swap. You must express the curve as x = g(y), and integrate with respect to y over the interval from y = c to y = d. Each disc now has radius g(y) and thickness dy.

DISC METHOD — y-AXIS
V = π ∫꜀ᵈ [g(y)]² dy
g(y) = x expressed as a function of y (the radius of each disc); c, d = bounds on the y-axis; dy = infinitesimal thickness.

Derivation from Riemann Sums

Partition [a, b] into n subintervals of width Δx = (b − a)/n and choose a sample point xk in each subinterval. The volume of the k-th disc is approximately π[f(xk)]² Δx. Summing over all n discs yields the Riemann sum:

RIEMANN SUM FORM
V ≈ Σₖ₌₁ⁿ π [f(xₖ)]² Δx → V = lim(n→∞) Σₖ₌₁ⁿ π [f(xₖ)]² Δx = π ∫ₐᵇ [f(x)]² dx
As n → ∞ and Δx → 0, the Riemann sum converges to the definite integral, recovering the disc-method formula exactly.
Common Pitfall

Revolving About x-Axis vs. y-Axis

The disc method formula is structurally identical regardless of the axis of rotation; the key difference lies in which variable you integrate with respect to and how you express the radius function. A side-by-side visual comparison clarifies the setup for each scenario.

Left: revolution about the x-axis uses vertical discs with radius f(x) and thickness dx. Right: revolution about the y-axis uses horizontal discs with radius g(y) and thickness dy. The red highlight marks the axis of rotation in each case.
Summary of disc method setup for each axis of rotation
FeatureRevolve about x-axisRevolve about y-axis
Variable of integrationxy
Radius functionr = f(x)r = g(y) (solve for x)
Disc orientationPerpendicular to x-axis (vertical face)Perpendicular to y-axis (horizontal face)
Thickness elementdxdy
FormulaV = π ∫ₐᵇ [f(x)]² dxV = π ∫꜀ᵈ [g(y)]² dy
Setup Checklist

Worked Examples

Example 1: Revolution About the x-Axis

Find the volume of the solid obtained by revolving the region bounded by y = x², y = 0, x = 0, and x = 2 about the x-axis.

1
Step 1 — Identify the radius and boundsThe axis of rotation is the x-axis. At each x ∈ [0, 2], the radius of the disc equals the distance from the x-axis to the curve: r = f(x) = x². The bounds are a = 0 and b = 2.
2
Step 2 — Write the integralApply the disc formula: V = π ∫₀² [x²]² dx = π ∫₀² x⁴ dx.
3
Step 3 — Evaluate the integral∫₀² x⁴ dx = [x⁵/5]₀² = 2⁵/5 − 0 = 32/5.
4
Step 4 — Compute the volumeV = π × 32/5 = 32π/5.
V = 32π/5 ≈ 20.106 cubic units

Example 2: Revolution About the y-Axis

Find the volume of the solid obtained by revolving the region bounded by y = x², y = 0, and y = 4 about the y-axis.

1
Step 1 — Solve for x in terms of ySince we are revolving about the y-axis, we need x as a function of y. From y = x², we get x = √y (taking the positive root for the first-quadrant region).
2
Step 2 — Identify the radius and boundsThe radius of each horizontal disc is r = g(y) = √y. The y-bounds are c = 0 and d = 4.
3
Step 3 — Write and evaluate the integralV = π ∫₀⁴ [√y]² dy = π ∫₀⁴ y dy = π [y²/2]₀⁴ = π (16/2 − 0) = 8π.
V = 8π ≈ 25.133 cubic units

Strengths, Limitations & When to Use the Disc Method

The disc method is a powerful tool, but it is not always the most efficient choice for computing volumes of revolution. Understanding its strengths and limitations helps you quickly decide whether to use discs, washers, or cylindrical shells on exam day.

Disc method: strengths vs. limitations
StrengthsLimitations
Conceptually straightforward: each slice is a simple circle with area πr².Only works when the region touches the axis of rotation (no hollow core). For gaps, use the washer method.
Integral setup is quick when the curve is easily expressed as a function of the appropriate variable.Requires rewriting the function if the natural variable does not match the axis (e.g., solving y = x³ for x when revolving about the y-axis).
Works seamlessly with known antiderivatives, making many problems evaluable by hand.For revolution about a line other than the coordinate axes, the radius expression becomes more complex.
Directly motivated by Riemann sums, reinforcing foundational integration concepts.When slicing perpendicular to the axis yields complicated or piecewise radii, the shell method may be easier.
KEY TAKEAWAY
WHEN TO USE DISCS

Connection to Advanced Methods

The disc method is the simplest member of a family of volume-by-integration techniques. Mastering it creates a springboard for two natural generalizations that frequently appear on the AP Calculus BC exam: the washer method and the shell method. Understanding how these relate back to the disc method deepens conceptual fluency.

Comparison of volume-of-revolution methods
FeatureDisc MethodWasher MethodShell Method
Cross-section shapeFilled circle (πR²)Annulus: π(R² − r²)Cylindrical shell: 2πrh
Region touches axis?Yes (required)Not necessarilyNot necessarily
Slice direction⊥ to axis of rotation⊥ to axis of rotation∥ to axis of rotation
Best whenSingle curve, region touches axisTwo curves bounding a region with a hollow coreAlgebra is simpler in the variable parallel to the axis

Notice that the washer method is a direct extension of the disc method: a washer is simply a disc with a concentric hole removed. If the inner radius shrinks to zero, the washer formula reduces identically to the disc formula. The shell method, by contrast, uses a fundamentally different slicing strategy — thin concentric cylinders instead of flat discs — and it integrates parallel to the axis of rotation. On the AP exam, you will not be told which method to use; you must recognize the geometry and select the approach that yields the simplest integral.

Looking Ahead

Practice Problems

1
When the region bounded by y = f(x), y = 0, x = a, and x = b is revolved about the x-axis using the disc method, the integrand is π[f(x)]². Which of the following best explains why the function is squared in the integrand?
2
Find the volume of the solid obtained by revolving the region bounded by y = 3x, y = 0, and x = 2 about the x-axis.
3
The region bounded by y = x² and y = 4 is revolved about the y-axis. Which integral gives the volume of the resulting solid using the disc method?
PROBLEM 4APPLIED
A hemispherical bowl of radius R can be modeled by revolving the curve y = √(R² − x²) (for 0 ≤ x ≤ R) about the y-axis. Use the disc method to derive the volume of the hemisphere. Show all work, including the setup of the integral, evaluation, and final answer in terms of R.
PROBLEM 5CRITICAL THINKING
Let R₁ be the region bounded by y = x and y = x² (for 0 ≤ x ≤ 1). A student claims that revolving R₁ about the x-axis can be computed using a single disc-method integral. Determine whether the student is correct. If not, explain the correct method, set up the appropriate integral, and evaluate it.
Varsity Tutors • AP Calculus BC • Volume with Disc Method: Revolving Around the x- or y-Axis