alba_ei
- 38
- 1
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.alba_ei said:how did gauss integrate this function
to obtain the values of the normal distribution?![]()

[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]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]