1. Consider the region bounded by $x = y^2$ and $x = 4$. Using integration with respect to $y$, what is the area of this region?
- A.$\dfrac{16}{3}$
- B.$\dfrac{32}{3}$
- C.$\dfrac{64}{3}$
- D.$8$
View Answer
Answer: $\dfrac{32}{3}$
Set up the integration in y: The curves are $x = y^2$ (left) and $x = 4$ (right). The intersection occurs when $y^2 = 4$, so $y = -2$ and $y = 2$. Apply right minus left: Area $= \int_{-2}^{2} [4 - y^2]\,dy$. Evaluate: $\int_{-2}^{2}(4-y^2)\,dy = \left[4y - \frac{y^3}{3}\right]_{-2}^{2} = \left(8-\frac{8}{3}\right) - \left(-8+\frac{8}{3}\right) = \frac{16}{3}+\frac{16}{3} = \frac{32}{3}$. Why distractors fail: Option A ($16/3$) only integrates from $0$ to $2$, missing the symmetric lower half. Option C ($64/3$) doubles the correct answer, likely from an arithmetic error. Option D ($8$) comes from the rectangle $4 \times (2-(-2)) = 16$ divided by $2$ erroneously.