resolving integral using gamma function

144 Views Asked by At

My book solves this integral \begin{equation} \int_0^{\infty} y^3e^{-ay} dy \end{equation} using gamma function as \begin{equation} \frac{1}{a^4}\Gamma(4) \end{equation} why is this true?

2

There are 2 best solutions below

5
On

Hint

The change of variable $t=ay$ is useful.

Edit

We have \begin{equation} \int_0^{\infty} y^3e^{-ay} dy=\int_0^\infty \left(\frac t a\right)^3e^{-t}\frac{dt}{a}=\frac 1 {a^4}\int_0^\infty t^3e^{-t}dt=\frac{\Gamma(4)}{a^4} \end{equation}

1
On

Besides to Sami's post , note that: $$\Gamma(n+1)=\int_0^{\infty}x^n\exp(-x)dx=\lim_{M\to\infty}\int_0^Mx^n\exp(-x)dx=\cdots=n\Gamma(n),~~n>0$$