Take a flat region and spin it around an axis. What do you get? A solid of revolution—and remarkably, we can compute its volume using a simple formula.
When you rotate a region around an axis, every cross-section perpendicular to that axis is a circle (a disk). Since we know the area of a circle is $\pi r^2$, and we know how to integrate cross-sectional areas, we get an elegant volume formula.
The key insight: The radius of each circular cross-section comes from the function you're rotating. The function value becomes the radius.
Self-check: Can you answer these questions? If not, review the linked prerequisites first.
| Question | If you struggle... |
|---|---|
| Explain why $V = \int_a^b A(x)\,dx$ gives the volume of a solid | Review Volume by Slicing |
| What is the area of a circle with radius $r$? | This is essential—the answer is $\pi r^2$ |
| If $f(x) = \sqrt{x}$, what is $[f(x)]^2$? | This simplification is used constantly in disk problems |
From Volume by Slicing:
$$V = \int_a^b A(x)\,dx$$
where $A(x)$ is the cross-sectional area at position $x$. The disk method is the special case where every cross-section is a circle.
If the radius of a circular cross-section is $r = f(x)$, then the area is:
$$A(x) = \pi r^2 = \pi [f(x)]^2$$
Common simplifications:
| Property | Value |
|---|---|
| Concept | Applications of Integration |
| Course | MATH162 |
| Section | Stewart 5.2 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
When a region is rotated about the $x$-axis, each cross-section is a disk with radius equal to the function value $f(x)$:
$$\boxed{V = \int_a^b \pi [f(x)]^2\,dx = \pi\int_a^b [f(x)]^2\,dx}$$
y
|
f(x)+---. Rotate about x-axis
| | ─────────────────→
| |
+---|---→ x ┌──────────┐
x │ ○───○ │ Solid of revolution
│ / disk \ │
│○ ● ○│ ← disk has radius f(x)
│ \ / │
│ ○───○ │
└──────────┘
Why does this simple formula capture the volume of such complex shapes? From the general slicing principle $V = \int_a^b A(x)\,dx$:
If rotating about the $y$-axis, express everything in terms of $y$:
$$V = \pi\int_c^d [g(y)]^2\,dy$$
where $g(y)$ gives the horizontal distance from the $y$-axis to the curve.
| Axis of Rotation | Radius | Volume Formula |
|---|---|---|
| $x$-axis | $r = f(x)$ | $V = \pi\int_a^b [f(x)]^2\,dx$ |
| $y$-axis | $r = g(y)$ | $V = \pi\int_c^d [g(y)]^2\,dy$ |
| Line $y = k$ | $r = f(x) - k$ or $k - f(x)$ | $V = \pi\int_a^b [f(x) - k]^2\,dx$ |
| Line $x = h$ | $r = g(y) - h$ or $h - g(y)$ | $V = \pi\int_c^d [g(y) - h]^2\,dy$ |
Note: The radius is always the distance from the axis to the curve. Use absolute value thinking: if the curve is above the axis, radius = curve − axis; if below, radius = axis − curve.
| Mistake | Why It's Wrong | Correction |
|---|---|---|
| Forgetting to square | Area is $\pi r^2$, not $\pi r$ | Always write $[f(x)]^2$ explicitly |
| Using diameter instead of radius | The formula uses radius, not diameter | If given diameter $d$, use $r = d/2$ |
| Wrong limits when rotating about $y$-axis | Limits should be $y$-values, not $x$-values | Convert the problem to functions of $y$ |
| Using disks when there's a hole | If region doesn't touch axis, solid has a hollow core | Use washers instead (see Washer Method) |
Find the volume of the solid obtained by rotating the region under $y = x$ from $x = 0$ to $x = 2$ about the $x$-axis.
Find the volume of the solid obtained by rotating the region under $y = \sqrt{2x}$ from $x = 0$ to $x = 2$ about the $x$-axis.
Find the volume of the solid obtained by rotating the region bounded by $y = x^2$, $y = 9$, and $x = 0$ (first quadrant only) about the $y$-axis.
Find the volume of the solid obtained by rotating the region bounded by $y = x^2$ and $y = 4$ about the line $y = 5$.
A right circular cone has base radius $R$ and height $h$.
The Stack of Coins: Imagine stacking infinitely many coins (circular disks) of varying radii. The radius of each coin is determined by the function value at that position. The volume is the "sum" of the volumes of all these infinitesimally thin coins: $\pi r^2 \cdot dx$ for each coin, integrated over the entire stack.
Looking back:
Looking ahead:
When to use disks:
Common error: Forgetting to square the radius. If $r = \sqrt{x}$, then $r^2 = x$. Don't write the integrand as $\pi\sqrt{x}$ when it should be $\pi x$.
| Previous | Up | Next |
|---|---|---|
| Volume by Slicing | Skills Index | Washer Method |
Last updated: 2026-01-23