5.21 Volumes of RevolutionHL ONLY
1. Revolution around the x-axis
When the region bounded by the curve $y = f(x)$, the x-axis, and the vertical lines $x = a$ and $x = b$ is rotated completely ($360^\circ$ or $2\pi$ radians) around the x-axis, it mathematically generates a 3-dimensional solid.
The volume of this solid of revolution is formulated as:
Example 1
Find the exact volume of the solid formed when the graph of $y = \sqrt{x}$ from $x=0$ to $x=4$ is rotated $360^\circ$ about the x-axis.
2. Volume between two curves
If a region is securely bounded by an upper curve $y = f(x)$ and a lower curve $y = g(x)$, the volume of the solid generated when this region is rotated around the x-axis is evaluated by subtracting the volume of the inner "empty" solid from the outer solid:
Example 2
Find the volume of the solid generated when the region completely bounded by $y = x^2$ and $y = x$ is revolved about the x-axis.
$x^2 = x \implies x^2 - x = 0 \implies x(x - 1) = 0 \iff x = 0 \text{ or } x = 1$
In the interval $[0, 1]$, the upper curve is $y = x$ and the lower curve is $y = x^2$.
$$ \begin{aligned} V &= \pi \int_{0}^{1} \left( y_{\text{upper}}^2 - y_{\text{lower}}^2 \right) dx = \pi \int_{0}^{1} \left( (x)^2 - (x^2)^2 \right) dx \\ &= \pi \int_{0}^{1} (x^2 - x^4) dx = \pi \left[ \dfrac{x^3}{3} - \dfrac{x^5}{5} \right]_{0}^{1} \\ &= \pi \left( \dfrac{1}{3} - \dfrac{1}{5} \right) = \mathbf{\dfrac{2\pi}{15}} \end{aligned} $$
3. Revolution around the y-axis
If the bounded area is instead rotated completely around the y-axis between horizontal boundaries $y = c$ and $y = d$, the integration operates absolutely with respect to $y$:
Notice that you must mathematically rearrange the structural function to express $x$ exclusively in terms of $y$ before executing the integration.
Example 3
Find the volume of the solid formed when the region bounded by $y = x^3$, the y-axis, and the horizontal lines $y=1$ and $y=8$ is rotated about the y-axis.