How to transform the integration in Gamma function from 0-1 to 0-infinity or vise versa

1.5k Views Asked by At

Here's something basic on the transformation of Gamma function and I'm wondering if someone could explain to me how the following works:

we know the function has two formulations:

$\Gamma(x) = \int_{0}^{\infty}t^{x-1}e^{-t}dt$

and

$\Gamma(x) = \int_{0}^{1}(-\log t)^{x-1}dt$

but how can we transform one into the other?

I've tried the method https://math.stackexchange.com/a/360687/573671 via user17762 but failed.

Thanks in advance for your time and help!

1

There are 1 best solutions below

1
On BEST ANSWER

They used the transformation $ t = -\log(u)$. Then you should note that $$ e^{-t}\,\mathrm{d}t = - \,\mathrm{d} u $$ Moreover, the integration bounds change from $(0,\infty) \mapsto (1,0)$. Now, you should reverse the order of integration to get the bounds $(0,1)$. This gives a minus sign which cancels against the one we had above.

I hope this helps. If you have any further questions, feel free to ask them!