The Potter's Wheel: Volumes of Revolution
Spin a flat region about an axis and it sweeps out a solid — stack up its circular cross-sections and calculus gives the exact volume.
Clay on the wheel
Watch a potter: a flat profile pressed against spinning clay traces out a bowl, a vase, a goblet. Mathematically, take a region bounded by a curve y = f(x) and the x-axis, and rotate it about that axis. The region sweeps through space and encloses a solid of revolution.
Because every point travels in a circle around the axis, the solid is perfectly round — each slice across it is a disk.
Slice it into disks
Cut the solid with planes perpendicular to the axis, spacing them a tiny width dx apart. Each slice is a thin coin — a disk — whose radius is the height of the curve, f(x), at that position. A disk of radius R and thickness dx has volume πR² dx. Summing all the disks with an integral gives the total volume.
Radius squared, then integrate
The workflow: identify the radius as a function of x (the distance from the axis to the curve), square it, integrate over the interval, and multiply by π. The squaring is essential — the cross-section is a circle, whose area grows with the square of the radius.
- Radius of each disk: \( R(x) = \sqrt{x} \), so \( [R(x)]^2 = x \).
- Set up the integral: \( V = \pi \displaystyle\int_0^4 x \, dx \).
- Integrate: \( \pi\left[\dfrac{x^2}{2}\right]_0^4 = \pi\left(\dfrac{16}{2} - 0\right) = 8\pi \).
- Radius: \( R(x) = x \), so \( [R(x)]^2 = x^2 \).
- Volume: \( V = \pi \displaystyle\int_0^1 x^2 \, dx = \pi\left[\dfrac{x^3}{3}\right]_0^1 = \dfrac{\pi}{3} \).
- Check with the cone formula \( \tfrac13 \pi r^2 h \) with r = 1, h = 1: \( \tfrac13\pi(1)^2(1) = \dfrac{\pi}{3} \). ✓
When the solid has a hole: washers
If the region does not touch the axis — say it lies between an outer curve and an inner curve — then rotating it produces a solid with a hollow core. Each slice is a washer (a disk with a circular bite removed). Its area is the big circle minus the small circle: π(R² − r²).
Check your understanding
- Rotating a flat region about an axis sweeps out a solid of revolution with circular cross-sections.
- Each slice perpendicular to the axis is a disk of radius R(x) = f(x) and thickness dx, with volume πR² dx.
- Disk method: V = π∫ₐᵇ [f(x)]² dx — square the radius, integrate, multiply by π.
- Example: y = √x on [0,4] about the x-axis gives 8π; y = x on [0,1] gives π/3, matching the cone formula.
- When the solid has a hollow core, each slice is a washer with area π(R² − r²).
- Always square the radius inside the integral, and never replace R² − r² with (R − r)².