Integral of $x^3e^{(-x^2/2)}$

536 Views Asked by At

I have been able to calculate the integral of

$$\int^\infty_\infty x^2e^{-x^2/2}$$

and there is a lot of information online about integration with even powers of $x$.
However I have been unable to calculate:

$$\int^\infty_\infty x^3e^{-x^2/2}.$$

The closest I have come to finding a solution is
$$\int^\infty_0 x^{2k+1}e^{-x^2/2} = \frac{k!}{2}$$

Which I found here.

Any help with solving this integral would be great.

2

There are 2 best solutions below

2
On BEST ANSWER

Do you mean $\int_{-\infty}^\infty x^3e^{-\frac{x^2}2}\,\mathrm dx$? It is $0$, since the function is an odd function and integrable (it is the product of a polynomial function with $e^{-\frac{x^2}2}$).

0
On

Substitute $$u=x^2$$ then we get $$\frac{1}{2}\int e^{-u/2}udu$$ and then use Integration by parts.