3

I've difficulties calculating the following sum of integrals:

$$\int_{0}^{\sqrt2}{{\int_{0}^{x}xe^{{(x^2+y^2)}^{3/2}}dy} dx}+\int_{\sqrt2}^{2}{{\int_{0}^{\sqrt{4-x^2}}xe^{{(x^2+y^2)}^{3/2}}dy} dx}$$

My suggestion would be to rewrite this as: $$\int_{0}^{2}{{\int_{0}^{(1/4)π}r^2cos(φ)e^{r^3}dφ} dr}$$

However, the solution manual says the following with respect to $r$: $$0\leq{r}\leq\sqrt2$$ But I can't figure out why. Is there anyone who can give me a hint, or could it be that the solution manual is wrong?

1 Answers1

1

Draw the region of integration - it ends up just being a sector of a circle. The integral is equal to, in polars,

$$\int_0^2 dr \, r^2 \, e^{r^3} \int_0^{\pi/4} d\phi \, \cos{\phi} = \frac{e^8-1}{3 \sqrt{2}}$$

Ron Gordon
  • 138,521
  • You've got the same answer as I do, which indeed implies that the solution manual is wrong. Thanks for your comment. – Bart Rutten Feb 11 '17 at 15:18