2

Using polar coordinates, evaluate the integral $$ \int\int_R\sin(x^2 + y^2)dA $$ where R is the region $1\le x^2 + y^2\le 64$

mookid
  • 28,236

1 Answers1

2

Make the change of variable $(x,y)=(r\cos t, r\sin t)$ into the integral, using $dA = dxdy = rdrdt$:

$$ I = \int\int_R \sin(x^2 + y^2) dA \\= \int_{t=0}^{2\pi}\int_1^{\sqrt{64}=8} \sin(r^2) rdrdt \\= {2\pi}\int_1^{8} \sin(r^2) rdr \\= {\pi}[-\cos(r^2)]_1^{8} = {\pi}(\cos 1 - \cos 64) $$

mookid
  • 28,236