How do you derive this alternate form of the gamma function?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Zatman
Messages
85
Reaction score
0
[itex]\Gamma[/itex](n) = int(0 to infinity)[(x^(n-1))*e^-x]dx

Show that it can also be written as:

[itex]\Gamma[/itex](n) = 2int(0 to infinity)[(x^(2n-1))*e^(-x^2)]dxI have no idea how to go about this. I have tried integration by parts of each to see if anything relates, but how can you get from an exp(-x) to and exp(-x^2) term?

Any help would be appreciated.

(PS apologies, I am unfamiliar with writing formulae using latex)
 
Physics news on Phys.org
A simple change of variables will do the trick. Take another look at the integrals and see if you can figure out what substitution you should make.

(Maybe it will help you see it if you use the variable 't' instead of 'x' in the second integral)
 
Right, I was getting confused because I thought the x in each was the same.

But that makes sense, thank you. :)