I tried to compute $\int_0^{\infty} \exp(-0.5x^2)dx$ using the polar coordinate method in https://en.wikipedia.org/wiki/Gaussian_integral as follows
$$\begin{align} \int_0^{\infty} \exp(-0.5 x^2)dx \int_0^{\infty} \exp(-0.5 y^2)dy &= \int_0^{2\pi} \int_0^{\infty} \exp(-0.5 r^2)rdrd\theta \\ &= \int_0^{2\pi} -\exp(-0.5 r^2)\big|_0^{\infty} d\theta \\ &= \int_0^{2\pi} 1 d\theta \\ &= 2\pi \end{align}$$
and therefore
$$\int_0^{\infty} \exp(-0.5 x^2)dx = \sqrt{2\pi}$$
But this answer is not correct. I think I applied the first line incorrectly because the lower limits are only at 0. Is there an easy way to adapt this method to this lower limit?
If
$$\int{e^{- \frac{x^{2}}{2}} d x}=\frac{\sqrt{2\pi} \operatorname{erf}{\left(\frac{\sqrt{2} x}{2} \right)}}{2}$$ then, being $\text{Gauss error function}$ called $\text{erf}$ we have:
$$\int_{0}^{\infty}\left( e^{- \frac{x^{2}}{2}} \right)dx=\lim_{x \to \infty}\left[\left(\frac{\sqrt{2\pi} \operatorname{erf}{\left(\frac{\sqrt{2} x}{2} \right)}}{2}\right)-\left(\frac{\sqrt{2\pi} \operatorname{erf}{\left(\frac{\sqrt{2} x}{2} \right)}}{2}\right)\right]_{\left(x=0\right)}=\frac{\sqrt{2\pi}}{2}$$