1. The region enclosed by $y = x$ and $x = 4 - y^2$ is to have its area computed. Why is integrating with respect to $y$ more efficient than integrating with respect to $x$?
- A.Because the parabola opens leftward, making horizontal slicing require only a single integral, while vertical slicing would require splitting at the vertex
- B.Because integrating with respect to $y$ always gives a more accurate numerical result
- C.Because the curves cannot be expressed as functions of $x$
- D.Because the shell method requires integration with respect to $y$
View Answer
Answer: Because the parabola opens leftward, making horizontal slicing require only a single integral, while vertical slicing would require splitting at the vertex
Analyze the geometry: The curve $x = 4 - y^2$ is a leftward-opening parabola. With vertical slices, the top/bottom boundary changes at the vertex, requiring two separate integrals. With horizontal slices, one integral suffices: $\int (\text{right} - \text{left})\,dy$. Why the correct answer works: Option A correctly identifies the geometric reason: horizontal slicing avoids splitting the integral at the point where the boundary changes. Why distractors fail: Option B is false—both approaches give exact results. Option C is incorrect; $x = 4 - y^2$ can be solved for $y$ as $y = \pm\sqrt{4-x}$. Option D confuses the shell method with the choice of integration variable for area.