-1

I am trying to calculate this integral by DI method but didn't know how to do it (not looking for using gussian formula) :$ \int_{-\infty }^{+\infty} e^{-x^{2}}\,dx $ . Can anyone help me ?

tommik
  • 32,733
  • 4
  • 15
  • 34

1 Answers1

1

The proof is very simple and well known. It is enough to calculate first $I^2$ where $I$ is you integral passing in polar coordinates. Can you continue with this hint?

The method using polar coordinates is well explained here

If you are familiar with Gaussian distribution you can by-pass the problem with a substitution

$$\int_{-\infty}^{\infty}e^{-x^2}dx=\sqrt{\pi}\underbrace{\int_{-\infty}^{\infty}\frac{1}{\sqrt{2\pi}}e^{-y^2/2}dy}_{=1}=\sqrt{\pi}$$

This simply substituting

$$x=\frac{y}{\sqrt{2}}$$

and using the known result because inside the integral you have the Gaussian standard density

tommik
  • 32,733
  • 4
  • 15
  • 34