Possible Duplicate:
Explain $\iint \mathrm dx\mathrm dy = \iint r \mathrm d\alpha\mathrm dr$
I'm reading the proof of Gaussian integration. When we change to polar coordinates, why do we get an "extra" r in there?
\begin{align} \int_{-\infty}^{\infty} \int_{-\infty}^{\infty} e^{-(x^2+y^2)}\ dx dy &= \int_0^{2\pi} \int_0^{\infty} e^{-r^2}r\ dr\ d\theta\ \end{align}
I've looked at a few different proofs:
http://www.math.uconn.edu/~kconrad/blurbs/analysis/probint.pdf
"The differential dx dy represents an element of area in cartesian coordinates, with the domain of integration extending over the entire xy-plane. An alternative representation of the last integral can be expressed in plane polar coordinates r, $\theta$"
but none explain this step fully enough for me to really see why this happened.