1

How could I express the $$\int\int e^{(x^2+y^2)^2} dA$$ in terms of a single integral with respect to r where D is a disk with center (0,0) and radius 1

DonAntonio
  • 211,718
  • 17
  • 136
  • 287

3 Answers3

5

Change to polar coordinates:

$$x=r\cos t\;,\;\;y=r\sin t\;,\;\;0\le t\le 2\pi \implies$$

$$\int\int\limits_D e^{(x^2+y^2)^2}dA=\int\limits_0^1\int\limits_0^{2\pi}re^{r^4} dt\,dr=2\pi\int\limits_0^1re^{r^4}dr$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
2

Since $x^2+y^2=r^2$ and $dxdy\to rdrd\theta$ so you'll have $$2\pi\int_0^1\exp(r^4)rdr$$

Adam Saltz
  • 2,596
Mikasa
  • 67,374
1

Hint: Use polar coordinates. There will be no $\theta$ in the new integrand, so we can integrate with respect to $\theta$ immediately.

Cameron Buie
  • 102,994