This integral popped up whilst finding the expectancy of the distance when both $x$ and $y$ are Normal $(0,\sigma^2)$ distributed (so independent): $$\frac{1}{2\pi}\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}\sqrt{x^2+y^2}e^{-\frac{1}{2\sigma^2}(x^2+y^2)}dydx$$ Now, I tried substituting $y=x\tan\theta$, but that did not make it any easier for me.
How can I solve this?
In polar coordinates, the integral is $$ \frac{1}{2\pi}\int_0^\infty \int_0^{2\pi}r^2e^{-\frac{r^2}{2\sigma^2}}dr d\theta=\int_0^\infty r^2 e^{-\frac{r^2}{2\sigma^2}}dr $$ which by parts is $$ -r\sigma^2e^{-\frac{r^2}{2\sigma^2}}\vert_0^\infty+\sigma^2\int_0^\infty e^{-\frac{r^2}{2\sigma^2}}dr=\sigma^2\int_0^\infty e^{-\frac{r^2}{2\sigma^2}}dr $$ where hopefully I did not screw up with the constants floating around and with the final integral is the gaussian.