Integrating the Normal Distribution: Uncovering Gauss' Method

  • Context: Graduate 
  • Thread starter Thread starter alba_ei
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
alba_ei
Messages
38
Reaction score
1
how did gauss integrate this function
to obtain the values of the normal distribution?:confused:
 

Attachments

  • 76f2a2c45e5619aef2717d523ff7f037.png
    76f2a2c45e5619aef2717d523ff7f037.png
    1 KB · Views: 514
Physics news on Phys.org
By a sequence of clever tricks:

1. Let us consider the integral
[tex]I=\int_{-\infty}^{\infty}e^{-x^{2}}dx[/tex]
Now, since a dummy variable's name is irrelevant, we may write:
[tex]I^{2}=(\int_{-\infty}^{\infty}e^{-x^{2}}dx)^{2}=(\int_{-\infty}^{\infty}e^{-x^{2}}dx)(\int_{-\infty}^{\infty}e^{-x^{2}}dx)=(\int_{-\infty}^{\infty}e^{-x^{2}}dx)(\int_{-\infty}^{\infty}e^{-y^{2}}dy)[/tex]
2. By Fubini's theorem, we have:
[tex]\int_{-\infty}^{\infty}e^{-x^{2}}dx\int_{-\infty}^{\infty}e^{-y^{2}}dy=\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-x^{2}}e^{-y^{2}}dxdy=\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-(x^{2}+y^{2})}dxdy[/tex]
3. Switching to polar coordinates, [itex]x=r\cos\theta,y=r\sin\theta,0\leq{r}\leq\infty,0\leq\theta\leq{2\pi}[/itex], we get:
[tex]\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-(x^{2}+y^{2})}dxdy=\int_{0}^{\infty}\int_{0}^{2\pi}re^{-r^{2}}d\theta{d}r[/tex]
which is easily integrated to the value [itex]\pi[/tex]<br /> <br /> 4. Hence, we have [itex]I^{2}=\pi\to{I}=\sqrt{\pi}[/itex][/itex]
 
Last edited:
But since the question was
alba_ei said:
how did gauss integrate this function
to obtain the values of the normal distribution?:confused:
The answer is "numerically". In general it is impossible to find a closed form (elementary) anti-derivative but one certainly can do a numerical integration- that's how the values in a "Gaussian distribution" table are calculated.
 
arildno said:
By a sequence of clever tricks:

1. Let us consider the integral
[tex]I=\int_{-\infty}^{\infty}e^{-x^{2}}dx[/tex]
Now, since a dummy variable's name is irrelevant, we may write:
[tex]I^{2}=(\int_{-\infty}^{\infty}e^{-x^{2}}dx)^{2}=(\int_{-\infty}^{\infty}e^{-x^{2}}dx)(\int_{-\infty}^{\infty}e^{-x^{2}}dx)=(\int_{-\infty}^{\infty}e^{-x^{2}}dx)(\int_{-\infty}^{\infty}e^{-y^{2}}dy)[/tex]
2. By Fubini's theorem, we have:
[tex]\int_{-\infty}^{\infty}e^{-x^{2}}dx\int_{-\infty}^{\infty}e^{-y^{2}}dy=\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-x^{2}}e^{-y^{2}}dxdy=\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-(x^{2}+y^{2})}dxdy[/tex]
3. Switching to polar coordinates, [itex]x=r\cos\theta,y=r\sin\theta,0\leq{r}\leq\infty,0\leq\theta\leq{2\pi}[/itex], we get:
[tex]\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-(x^{2}+y^{2})}dxdy=\int_{0}^{\infty}\int_{0}^{2\pi}re^{-r^{2}}d\theta{d}r[/tex]
which is easily integrated to the value [itex]\pi[/tex]<br /> <br /> 4. Hence, we have [itex]I^{2}=\pi\to{I}=\sqrt{\pi}[/itex][/itex]
[itex]<img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f60e.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":cool:" title="Cool :cool:" data-smilie="6"data-shortname=":cool:" /> <br /> arildno,you are a mean green integration machine <img src="https://www.physicsforums.com/styles/physicsforums/xenforo/smilies/oldschool/approve.gif" class="smilie" loading="lazy" alt=":approve:" title="Approve :approve:" data-shortname=":approve:" />[/itex]
 
Last edited:
But what's happened if I want to know the integral from 0 to x. specifically from 0 to 2
 
If you encounter a table of values for the Error function, don't quickly take that as your value for the integral.

[tex]Erf(x)=\frac{2}{\sqrt{\pi}}\int_0^x e^{-t^2} dt[/tex]