Volumes of Revolution Formula
The Formula
Washer: V = \pi\int_a^b \left([R(x)]^2 - [r(x)]^2\right)dx (outer radius R, inner radius r)
Shell: V = 2\pi\int_a^b x\,f(x)\,dx (rotating around y-axis)
When to use: Spin a flat region around a line, like spinning a pottery wheel. The flat shape sweeps out a 3D solid. To find its volume, slice the solid into thin pieces (discs, washers, or shells), find the volume of each slice, and add them up—which means integrate.
Quick Example
V = \pi\int_0^4 (\sqrt{x})^2\,dx = \pi\int_0^4 x\,dx = \pi\left[\frac{x^2}{2}\right]_0^4 = 8\pi
Notation
What This Formula Means
Finding the volume of a three-dimensional solid formed by rotating a two-dimensional region around an axis. The disc/washer method uses circular cross-sections perpendicular to the axis; the shell method uses cylindrical shells parallel to the axis.
Spin a flat region around a line, like spinning a pottery wheel. The flat shape sweeps out a 3D solid. To find its volume, slice the solid into thin pieces (discs, washers, or shells), find the volume of each slice, and add them up—which means integrate.
Formal View
Worked Examples
Example 1
easySolution
- 1 Use the disc method for revolution about the x-axis: V = \pi\int_a^b [f(x)]^2\,dx. Since f(x) = \sqrt{x}, [f(x)]^2 = x.
- 2 Set up the integral: V = \pi\int_0^4 x\,dx
- 3 Evaluate: V = \pi\left[\frac{x^2}{2}\right]_0^4 = \pi\cdot\frac{16}{2} = 8\pi
Answer
Example 2
hardCommon Mistakes
- Forgetting to square the radius in the disc/washer formula: the area of a circle is \pi r^2, so V = \pi\int [f(x)]^2\,dx, NOT \pi\int f(x)\,dx.
- Using the wrong radius when the axis of rotation is not the x- or y-axis: if rotating around y = -1, the radius is f(x) - (-1) = f(x) + 1, not just f(x).
- Confusing washer and shell setups: washers use \pi(R^2 - r^2), not \pi(R - r)^2. The difference matters because (R^2 - r^2) \neq (R - r)^2 in general.
Why This Formula Matters
Volumes of revolution are one of the most visual and satisfying applications of integration. They model real objects (bowls, vases, engine parts) and build intuition for how integration extends from areas to volumes. The techniques generalize to computing volumes of any solid with known cross-sections.
Frequently Asked Questions
What is the Volumes of Revolution formula?
Finding the volume of a three-dimensional solid formed by rotating a two-dimensional region around an axis. The disc/washer method uses circular cross-sections perpendicular to the axis; the shell method uses cylindrical shells parallel to the axis.
How do you use the Volumes of Revolution formula?
Spin a flat region around a line, like spinning a pottery wheel. The flat shape sweeps out a 3D solid. To find its volume, slice the solid into thin pieces (discs, washers, or shells), find the volume of each slice, and add them up—which means integrate.
What do the symbols mean in the Volumes of Revolution formula?
Disc = solid circular cross-section (no hole). Washer = annular cross-section (ring with a hole). Shell = thin cylindrical layer.
Why is the Volumes of Revolution formula important in Math?
Volumes of revolution are one of the most visual and satisfying applications of integration. They model real objects (bowls, vases, engine parts) and build intuition for how integration extends from areas to volumes. The techniques generalize to computing volumes of any solid with known cross-sections.
What do students get wrong about Volumes of Revolution?
Choosing between disc/washer and shell methods: if the axis of rotation is horizontal and the function is given as y = f(x), disc/washer (integrating with dx) is often natural. If rotating around the y-axis, shells (integrating with dx) may be simpler than converting to x = g(y).
What should I learn before the Volumes of Revolution formula?
Before studying the Volumes of Revolution formula, you should understand: area between curves, definite integral.
Want the Full Guide?
This formula is covered in depth in our complete guide:
How to Integrate Rational Functions: Long Division and Partial Fractions →