1. Evaluate $\int_0^4 \int_{\sqrt{y}}^{2} e^{x^3}\, dx\, dy$ by first reversing the order of integration.
- A.$\dfrac{1}{3}(e^8 - 1)$
- B.$\dfrac{1}{3}(e^4 - 1)$
- C.$e^8 - 1$
- D.$\dfrac{1}{3}e^8$
View Answer
Answer: $\dfrac{1}{3}(e^8 - 1)$
Sketch the region and reverse order: Original: $0 \leq y \leq 4$, $\sqrt{y} \leq x \leq 2$. The boundary $x = \sqrt{y}$ means $y = x^2$. Reversed: $0 \leq x \leq 2$, $0 \leq y \leq x^2$. Evaluate with reversed order: $\int_0^2 \int_0^{x^2} e^{x^3}\, dy\, dx = \int_0^2 x^2 e^{x^3}\, dx$. Using $u = x^3$, $du = 3x^2\, dx$: $\frac{1}{3}\int_0^8 e^u\, du = \frac{1}{3}(e^8 - 1)$. Why distractors fail: Option B uses $e^4$ instead of $e^8$, confusing $x = 2$ with $x^3 = 4$. Option C omits the $1/3$ from the substitution. Option D forgets the $-1$ from evaluating $e^u$ at $u = 0$.