Art of Problem Solving

Gamma function: Difference between revisions

5849206328x (talk | contribs)
mNo edit summary
Xantos C. Guin (talk | contribs)
According to Wolfram Mathworld, the integral is with respect to t NOT z. http://mathworld.wolfram.com/GammaFunction.html
 
Line 3: Line 3:
== Definition ==
== Definition ==


For <math>\Re(z)>0</math>, we define <cmath>\Gamma(z)=\int_0^\infty e^{-t}t^{z-1}\; dz</cmath>  
For <math>\Re(z)>0</math>, we define <cmath>\Gamma(z)=\int_0^\infty e^{-t}t^{z-1}\; dt</cmath>  
It is easy to check with [[integration by parts]] that <math>\Gamma(z+1)=z\Gamma(z)</math>. This is almost the same as the factorial identity <math>(n+1)!=(n+1)n!</math>, but it is off by one. Since <math>\Gamma(1)=1</math>, we therefore have <math>\Gamma(n+1)=n!</math> for nonnegative integers <math>n</math>. But with the integral, we can define the <math>\Gamma</math> function for other complex numbers. We can then use the identity to extend the Gamma function to a [[meromorphic]] function on the full [[complex plane]], with simple poles at the nonpositive integers.
It is easy to check with [[integration by parts]] that <math>\Gamma(z+1)=z\Gamma(z)</math>. This is almost the same as the factorial identity <math>(n+1)!=(n+1)n!</math>, but it is off by one. Since <math>\Gamma(1)=1</math>, we therefore have <math>\Gamma(n+1)=n!</math> for nonnegative integers <math>n</math>. But with the integral, we can define the <math>\Gamma</math> function for other complex numbers. We can then use the identity to extend the Gamma function to a [[meromorphic]] function on the full [[complex plane]], with simple poles at the nonpositive integers.


{{stub}}
{{stub}}
[[Category:Definition]]
[[Category:Definition]]

Latest revision as of 21:26, 22 June 2009

The Gamma function is a generalization of the notion of a factorial to complex numbers.

Definition

For $\Re(z)>0$, we define \[\Gamma(z)=\int_0^\infty e^{-t}t^{z-1}\; dt\] It is easy to check with integration by parts that $\Gamma(z+1)=z\Gamma(z)$. This is almost the same as the factorial identity $(n+1)!=(n+1)n!$, but it is off by one. Since $\Gamma(1)=1$, we therefore have $\Gamma(n+1)=n!$ for nonnegative integers $n$. But with the integral, we can define the $\Gamma$ function for other complex numbers. We can then use the identity to extend the Gamma function to a meromorphic function on the full complex plane, with simple poles at the nonpositive integers.

This article is a stub. Help us out by expanding it.