Volume of solids of revolution
Volume of Solids of Revolution
Volume of Solids of Revolution is a topic in Applications of Integration in the California Calculus Standards. It is aligned to Standard 16.0, which requires students to use definite integrals in problems involving the volume of a solid.
A solid of revolution is formed by rotating a region about an axis. The disk method gives its volume as \(V=\pi\int_a^b [f(x)]^2\,dx\), with washer and shell methods for other cases.
Theory
Revolving a region about an axis sweeps out a solid of revolution. The disk method gives its volume as \(V=\pi\displaystyle\int_a^b [f(x)]^2\,dx\); the washer method handles a region between two curves, and the shell method revolves about the \(y\)-axis.
Slice the solid perpendicular to the axis of revolution. Each slice is a thin disk of radius \(f(x)\) and thickness \(dx\), with volume \(\pi[f(x)]^2\,dx\). Adding them gives the disk method:
If the region lies between two curves, each slice is a washer with outer radius \(R\) and inner radius \(r\): \(V=\pi\int (R^2-r^2)\,dx\).
Revolving about the \(y\)-axis instead is often easier with the shell method, \(V=2\pi\int x\,f(x)\,dx\).
The three volume formulas:
How to find a volume of revolution
- Sketch the region and identify the axis of revolution.
- Find the radius (the curve height) for a disk, or \(R\) and \(r\) for a washer.
- Integrate \(\pi\int [\text{radius}]^2\,dx\) over the interval.
Disk method: radius \(x\), so \(V=\pi\displaystyle\int [f]^2\,dx\); antiderivative \(\dfrac{x^3}{3}\).
| \(V\) | \(=\) | \(\pi\int_0^2 x^2\,dx\) |
| \(=\) | \(\pi\left[\dfrac{x^3}{3}\right]_0^2\) | |
| \(=\) | \(\pi\cdot\dfrac{8}{3}=\dfrac{8\pi}{3}\) |
Here \([f]^2=(\sqrt{x})^2=x\); antiderivative \(\dfrac{x^2}{2}\).
| \(V\) | \(=\) | \(\pi\int_0^4 x\,dx\) |
| \(=\) | \(\pi\left[\dfrac{x^2}{2}\right]_0^4\) | |
| \(=\) | \(\pi\cdot 8=8\pi\) |
Washer: \(V=\pi\displaystyle\int (R^2-r^2)\,dx\) with \(R=\sqrt{x}\), \(r=x^2\), so \(R^2-r^2=x-x^4\).
| \(V\) | \(=\) | \(\pi\int_0^1 (x-x^4)\,dx\) |
| \(=\) | \(\pi\left[\dfrac{x^2}{2}-\dfrac{x^5}{5}\right]_0^1\) | |
| \(=\) | \(\pi\left(\dfrac{1}{2}-\dfrac{1}{5}\right)=\dfrac{3\pi}{10}\) |
Each disk has area \(\pi[f(x)]^2\).
| \(V\) | \(=\) | \(\pi\int_a^b [f(x)]^2\,dx\) |
Common pitfalls
Frequently asked questions
What is the disk method?
Revolving a region about an axis, each slice is a disk of radius \(f(x)\); the volume is \(V=\pi\int_a^b [f(x)]^2\,dx\).
What is the washer method?
For a region between two curves, each slice is a washer; the volume is \(V=\pi\int (R^2-r^2)\,dx\) with outer radius \(R\) and inner radius \(r\).
Why is there a pi in the volume formula?
Because each slice is a circle of area \(\pi r^2\). Multiplying the circular area by the thickness and integrating brings the \(\pi\) along.
When do you use the shell method?
Usually when revolving about the \(y\)-axis: \(V=2\pi\int x\,f(x)\,dx\). It avoids solving the curve for \(x\).