01 Key Concepts
Disk Method
When a region is rotated around an axis and there's no gap, the volume is Integral from a to b of pi*[f(x)]^2 dx.
Washer Method
When rotating a region between two curves (leaving a hole), Volume = Integral from a to b of pi*([outer(x)]^2 - [inner(x)]^2) dx.
Choosing the Axis of Rotation
Rotating around the x-axis uses functions of x; rotating around the y-axis requires rewriting functions in terms of y.
Cross-Sectional Method
More generally, Volume = Integral from a to b of A(x) dx, where A(x) is the area of the cross-section at position x.
Units
If lengths are in cm, area is in cm^2, and volume comes out in cm^3.
02 Key Formulas
- Disk method: V = Integral from a to b of pi*[f(x)]^2 dx
- Washer method: V = Integral from a to b of pi*([R(x)]^2 - [r(x)]^2) dx
03 Solved Examples
- Use the disk method: V = Integral from 0 to 2 of pi*x^2 dx.
- Antiderivative: pi*x^3/3.
- Evaluate: pi*(8/3) - 0.
- V = Integral from 0 to 4 of pi*(sqrt(x))^2 dx = Integral from 0 to 4 of pi*x dx.
- Antiderivative: pi*x^2/2.
- Evaluate: pi*(16/2) - 0.
- V = Integral from 0 to 2 of pi*[(x+1)^2 - 1^2] dx.
- Expand: (x+1)^2 - 1 = x^2 + 2x.
- Integrate: pi*(x^3/3 + x^2).
- Evaluate at x=2: pi*(8/3+4) = pi*(20/3). At x=0: 0.
04 Practice Questions
๐ Volumes โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.