Volume of Revolution (Disk and Shell Methods)
Formulas for calculating volumes of solids of revolution using the disk method, washer method, and cylindrical shell method.
Disk Method (revolving around x-axis)
Used when the region is revolved around the x-axis and there is no hole in the solid.
Washer Method (revolving around x-axis with hole)
Where R(x) is the outer radius and r(x) is the inner radius.
Cylindrical Shell Method (revolving around y-axis)
Used when it is easier to integrate with respect to x while revolving around the y-axis.
Variables
| Symbol | Meaning |
|---|---|
| V | Volume of the solid of revolution |
| f(x) | The function being revolved |
| R(x) | Outer radius (distance from axis to outer curve) |
| r(x) | Inner radius (distance from axis to inner curve) |
| a, b | Bounds of integration |
When to Use Which Method
- Disk/Washer: When slicing perpendicular to the axis of revolution
- Shell: When slicing parallel to the axis of revolution
- If revolving around x-axis and integrating dx → use disk/washer
- If revolving around y-axis and integrating dx → use shell
Example 1 — Disk Method
Find the volume when y = √x (from x=0 to x=4) is revolved around the x-axis
V = π ∫[0 to 4] (√x)² dx = π ∫[0 to 4] x dx
= π [x²/2] from 0 to 4 = π(16/2) = 8π ≈ 25.13
Example 2 — Shell Method
Find the volume when y = x² (from x=0 to x=2) is revolved around the y-axis
V = 2π ∫[0 to 2] x · x² dx = 2π ∫[0 to 2] x³ dx
= 2π [x⁴/4] from 0 to 2 = 2π(4) = 8π ≈ 25.13