Calculate the volume of a solid formed by revolving a function around the x-axis or y-axis using integration.
The volume of revolution is the volume of a three-dimensional object obtained by rotating a two-dimensional region around an axis. This is a fundamental concept in calculus with applications in physics, engineering, and geometry.
Key Methods for Calculating Volume of Revolution:
| Method | Formula (around x-axis) | When to Use |
|---|---|---|
| Disk | V = π ∫[a,b] [f(x)]² dx | Region touches x-axis |
| Washer | V = π ∫[a,b] ([R(x)]² - [r(x)]²) dx | Region has a hole (R = outer radius, r = inner radius) |
| Shell | V = 2π ∫[a,b] x f(x) dx | Revolving around y-axis |
Identify the Region: Determine the 2D region to be revolved and sketch it if possible.
Choose the Method: Select disk, washer, or shell method based on the axis of revolution and whether there's a hole.
Set Up the Integral: Write the appropriate integral formula with the correct limits of integration.
Evaluate the Integral: Compute the definite integral using integration techniques.
Interpret the Result: The result is the volume of the 3D solid formed by revolution.
Example 1: Volume of a cone
Rotate f(x) = (h/r)x from x=0 to x=r around the x-axis:
V = π ∫[0,r] [(h/r)x]² dx = (1/3)πr²h
Example 2: Volume of a sphere
Rotate f(x) = √(r² - x²) from x=-r to x=r around the x-axis:
V = π ∫[-r,r] [√(r² - x²)]² dx = (4/3)πr³
Example 3: Volume of a torus (donut)
Rotate a circle (x-R)² + y² = r² around the y-axis using washer method:
V = 2π²Rr²