Volumes of Revolution
You know how to find the area under a curve. Now imagine spinning that curve around the x-axis, like a potter shaping clay on a wheel. The result is a 3D solid, and calculus can tell you its exact volume.
1. From Area to Volume: The Disk Method
When you rotate the curve y = f(x) around the x-axis, each thin vertical strip sweeps out a disk — a flat cylinder. The radius of the disk at position x is f(x), and its thickness is dx.
Think of it as stacking infinitely many coins of varying size.
2. Rotate y = sqrt(x)
Let’s rotate the curve y = sqrt(x) from x = 0 to x = b. Each disk has radius sqrt(x), so its area is pi * x.
Try this: The blue curves show the top and bottom halves of the shape you would see if you sliced the solid along the x-axis. The red curve shows how the cross-sectional area (of each disk) grows as you move right. The total volume is the area under the red curve from 0 to b.
3. Cross-Section Radius = f(x)
The key to the disk method is recognizing that the radius of each cross-section equals the function value. Let’s explore this with a different function.
The pair of curves (top and bottom) shows the profile of the solid of revolution. Rotating k*sin(x) from 0 to pi creates a shape like a football. Increasing k makes the football wider, and the volume scales with k^2 — because the disk area depends on the square of the radius.
4. Comparing Different Solids
Different functions produce dramatically different solids. Let’s compare three rotations on the interval [0, 2]:
The steeper the function grows, the faster the disk areas increase, and the larger the volume.
5. Adjusting the Bounds
The limits of integration control which part of the curve gets rotated. Slide the bounds to see how the volume changes.
Try this: With a = 0 and b = 3, you get a cone (volume = 9pi). Move a to 1: now you have a frustum (a cone with the tip sliced off). The volume is pi/3 * (27 - 1) = 26pi/3. The disk method handles any bounds naturally.
Challenge: What solid do you get when you rotate the line y = 3 (a horizontal line) from x = 0 to x = h around the x-axis? What is its volume? You should recognize a familiar shape.
Hint: every disk has the same radius.
The Big Idea
To find the volume of a solid of revolution, slice it into infinitely thin disks, find each disk’s area (pi times the radius squared), and integrate.
The disk method transforms a 3D volume problem into a 1D integral. The function value f(x) gives you the radius, squaring it gives the disk area, and integrating adds up all the disks. It is the same slice-and-sum philosophy as Riemann sums, but now in three dimensions.