Rotating a 2D region around an axis sweeps it through space and creates a 3D solid. Computing the volume of that solid uses the same idea as every other integral: slice it into thin pieces whose volumes you know, then integrate. For rotation, those thin pieces are disks or cylindrical shells, depending on how you orient the slice.
The Big Idea
Rotate the region between y = f(x) and the x-axis around the x-axis. The result is a solid of revolution. Slice it into thin disks, each with volume π[f(x)]² dx. Integrate to get the total.
The Disk Method
The Washer Method
For the region between two curves f(x) (outer) and g(x) (inner):
The Shell Method
Use cylindrical shells when rotating around the y-axis:
Disk: slice perpendicular to axis of rotation. Shell: slice parallel to axis. Both give the same answer — choose whichever integral is simpler to set up.
Frequently Asked Questions
Why Slicing Works
The key insight is the same one that underlies Riemann sums: if you cut a 3D solid into thin enough slices, each slice is approximately a simple shape (a disk or a cylindrical shell) whose volume you can compute exactly. Add up all the slices and take the limit as they become infinitely thin — that is the integral.
Example — Volume of a Cone
Verify the formula V = (1/3)πr²h using integration. A cone of radius r and height h can be generated by rotating y = (r/h)x around the x-axis from x = 0 to x = h.
Example — Volume of a Sphere
A sphere of radius r is generated by rotating y = √(r²−x²) around the x-axis from x = −r to x = r.
Setting Up the Integral — The Most Important Step
The most common source of errors is setting up the integral incorrectly. Before writing any integral, ask three questions:
Pappus's Theorem — A Useful Shortcut
For a region with area A whose centroid is at distance d from the axis of rotation, the volume of revolution is V = 2πd·A. This can save significant computation when you know the centroid. For example, rotating a circle of radius r whose centre is at distance R from the axis gives a torus with volume V = 2π · R · πr² = 2π²Rr².