I need to prove that the following statement is true:
$$\iint_D e^{-x^2-y^2}dxdy=4\left(\int_0^Re^{-t^2}dt\right)^2$$ where $ D = \{|x| \leq R, |y| \leq R\} $ and $ 0 \leq R.$
I've tried exchanging the variables to polar coordinates:
$$x = t\cos\theta, \quad y = t\sin\theta$$ so $$t^2 = x^2 +y^2.$$
but I was unable to find the new integration limits for $t$ and $\theta$.
Any help with advancing the proof would be greatly appreciated!
The region is a square. Converting to polar on this problem won't help.
$\int_{-R}^R \int_{-R}^{R} e^{-x^2-y^2} \ dx\ dy$
$\int_{-R}^R \int_{-R}^{R} e^{-x^2}e^{-y^2} \ dx\ dy$
We can pull out the $e^{-y^2}$ factor.
$\int_{-R}^R e^{-y^2}\int_{-R}^{R} e^{-x^2} \ dx\ dy$
Since there is no dependece on $y$ in the inside integral we can do this.
$\int_{-R}^R e^{-y^2}\ dy\int_{-R}^{R} e^{-x^2} \ dx$
Variable names are arbitrary. The integrals are the same. $(\int_{-R}^{R} e^{-t^2} \ dt)^2$ And since the integrand is symmetric... $(2\int_{0}^{R} e^{-t^2} \ dt)^2$
While this is all we have been asked to show, we are ready to talk about polar coversion.
Let $R$ go to infinity. Whether we want to model the entire xy plane an infinite square, or a disk of infinite radius, it won't matter.
$\lim_\limits{R\to\infty}\int_{-R}^R \int_{-R}^{R} e^{-x^2-y^2} \ dx\ dy = \lim_\limits{R\to\infty}\int_{0}^{2\pi} \int_{0}^{R} re^{-r^2} \ dr\ d\theta$
$\lim_\limits{R\to\infty}4(\int_{0}^R \int_{0}^{R} e^{-t^2} \ dt)^2 = \lim_\limits{R\to\infty}\pi (e^0 - e^{-R^2}) = \pi\\ \int_{0}^\infty \int_{0}^{R} e^{-t^2} \ dt = \frac {\sqrt\pi}{2}$