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.
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.
Solid of Revolution
Cross-Sectional Disc
Radius as a Function
Integration = Summation of Slices
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.
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
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
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.
| Feature | Revolve Around x-Axis | Revolve Around y-Axis |
|---|---|---|
| Axis of revolution | x-axis (horizontal) | y-axis (vertical) |
| Disc orientation | Perpendicular to x-axis (vertical circle) | Perpendicular to y-axis (horizontal circle) |
| Radius equals | f(x) — the y-value of the curve | g(y) — the x-value of the curve |
| Variable of integration | dx | dy |
| Limits of integration | x = a to x = b | y = c to y = d |
| Formula | V = π ∫ₐᵇ [f(x)]² dx | V = π ∫_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.
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.
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.
| Strengths | Limitations |
|---|---|
| Conceptually straightforward — just stack circles | Only 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-axis | If there's a gap, you need the washer method (discs with holes) |
| Only one integral is needed — no subtraction of inner and outer radii | Revolving 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 |
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.
| Method | Cross-Section Shape | Best Used When… |
|---|---|---|
| Disc | Solid circle (πr²) | Region touches the axis of revolution; no hollow center |
| Washer | Ring / annulus: π(R² − r²) | Region does NOT touch the axis — there's a gap, creating a hole |
| Shell | Cylindrical shell: 2πrh | Rewriting for the other variable is hard, or revolving around an axis parallel to the axis the function is naturally written in |
| General Cross-Sections | Squares, 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
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.