Calculate this integral
$\int_{-\infty}^\infty x^2e^{-\frac {(x-\mu)^2}{2\sigma^2}}dx$
I know the trick can be using $E[x^2]=var[x]+E^2[x]$, but how to solve it in an analytic way?
Calculate this integral
$\int_{-\infty}^\infty x^2e^{-\frac {(x-\mu)^2}{2\sigma^2}}dx$
I know the trick can be using $E[x^2]=var[x]+E^2[x]$, but how to solve it in an analytic way?
On
Remember that : $ e^{x} = \sum_{n=0}^{\infty} \frac{x^{n}}{n!} $
So, we may have : $ e^{-\frac{(x-\mu)^{2}}{a}} = \sum_{n=0}^{\infty} \frac{(x-\mu)^{2n}}{(-a)^{n}n!} $. Here, I nicknamed $a = -2\sigma^{2}$.
Now your integral can be rewritten as $$ \int_{-\infty}^{\infty} \sum_{n=0}^{\infty}\frac{x^{2}(x-\mu)^{2n}}{(-a)^{n}n!} \:\:dx = \sum_{n=0}^{\infty} \frac{1}{(-a)^{n}n!}\int_{-\infty}^{\infty} x^{2}(x-\mu)^{2n} \:\:dx $$
From here you can calculate each of the $ \int_{-\infty}^{\infty} x^{2}(x-\mu)^{2n} \:\:dx $ using partial integration.
I may do half-way here:
On
Write
$$\int_{-\infty}^\infty x^2e^{-(x-\mu)/2\sigma^2}dx=\int_{-\infty}^\infty x(x-\mu+\mu)e^{-(x-\mu)/2\sigma^2}dx=\int_{-\infty}^\infty x(x-\mu)e^{-(x-\mu)/2\sigma^2}dx.$$
The second identity holds because of the parity of the term $x\mu$.
Then by parts,
$$\int_{-\infty}^\infty x(x-\mu)e^{-(x-\mu)/2\sigma^2}dx=-\sigma^2xe^{-(x-\mu)/2\sigma^2}+\sigma^2\int_{-\infty}^\infty e^{-(x-\mu)/2\sigma^2}dx.$$
I guess that you know the rest.
On
Another way to do it is by expanding the function into a linear combination of Hermite functions. Define: $H_{n+1} = \frac{d}{dx}H_{n-1}$, and let $H_0$ be the gaussian in question, i.e.:
Thus $x^2 H_0(x)=\sigma^4H_2(x) - 2\mu\sigma^2H_1(x) + (\mu^2+\sigma^2)H_0(x)$. When integrating from $-\infty$ to $+\infty$ only the $H_0$ term matters, since the others are derivatives of it and they all decay exponentially. So: $$ \int_{-\infty}^\infty x^2e^{-\frac {(x-\mu)^2}{2\sigma^2}}dx = (\mu^2+\sigma^2)\int_{-\infty}^\infty e^{-\frac {(x-\mu)^2}{2\sigma^2}}dx = (\mu^2 + \sigma^2)\sqrt{2\pi \sigma^2}$$
The substitution $z=\frac{x-\mu}{\sigma}$ converts your integral to $\sigma\sqrt{2\pi}\int_\mathbb{R}(\mu^2+2\mu\sigma z + \sigma^2 z^2)e^{-z^2/2}dz$. We now have to evaluate three integrals. The first is famous; the second vanishes because of an odd integrand; the third can be obtained by differentitating under the integral. Explicitly we have $\int_\mathbb{R}e^{-az^2}dz=\sqrt{\dfrac{\pi}{a}},\,\int_\mathbb{R}z^2e^{-az^2}dz=\sqrt{\dfrac{\pi}{4a^3}}.$