1. The region bounded by $x = y^2$ and $x = 4$ is rotated about the $x$-axis. Using the shell method (integrating with respect to $y$), what is the volume?
- A.$8\pi$
- B.$16\pi$
- C.$\dfrac{64\pi}{3}$
- D.$32\pi$
View Answer
Answer: $16\pi$
Set up the shell integral: Rotating about the $x$-axis and integrating with respect to $y$: each shell at position $y \ge 0$ has radius $y$ and height $(4 - y^2)$. The curves intersect where $y^2 = 4$, i.e., $y = \pm 2$. By symmetry of the region about the $x$-axis, we integrate over $y \ge 0$ and double: $V = 2 \cdot 2\pi \int_0^2 y(4 - y^2)\,dy = 4\pi \int_0^2 (4y - y^3)\,dy$. Evaluate the integral: $V = 4\pi \left[2y^2 - \frac{y^4}{4}\right]_0^2 = 4\pi\left(8 - 4\right) = 4\pi \cdot 4 = 16\pi$. Why distractors fail: Option A ($8\pi$) results from forgetting to double for the symmetric lower half ($y < 0$). Option C ($64\pi/3$) results from an antiderivative error. Option D ($32\pi$) results from an incorrect doubling.