how to reduce the integral to a Gamma function

330 Views Asked by At

The equation is $$ \int_{-\infty}^\infty \exp(4t − \exp(t))\ dt $$ I am not sure what variable should I change here? Does $u=\exp(t)-4t$ work?

2

There are 2 best solutions below

0
On BEST ANSWER

Hint: $e^t=u$ then $$ \int_{-\infty}^\infty \exp(4t − \exp(t))\ dt = \int_{0}^\infty u^3e^{-u} dt =\Gamma(4) =6 $$

0
On

Hint:

Just substitute $u = e^t $ and we get $$I = \int_{0}^{\infty} u^3e^{-u} \mathrm {d}u = \Gamma (3+1) = \Gamma (4) =6$$ Hope it helps.