|
|
|
gamma function
|
Definition/Summary
|
The gamma function denoted by [itex] \Gamma (n) [/itex] is defined by
[tex] \Gamma (n) = \int_{0}^{\infty} x^{n-1} e^{-x} dx [/tex]
is convergent for real and complex argument except for 0, -1, -2, ...-k |
|
Equations
|
Useful identities:
[tex]\Gamma(n+1)=n![/tex]
[tex] \Gamma (x+1) = x\Gamma(x) [/tex]
[tex] \Gamma \left(\frac12\right) = \sqrt\pi[/tex]
[tex] \Gamma(x) \Gamma(1-x) = \frac{\pi}{\sin(x\pi)} [/tex] |
|
Scientists
|
| Leonhard Euler |
|
Recent forum threads on gamma function
|
|
|
|
|
Breakdown
|
|
Mathematics
> Calculus/Analysis
>> Functions
|
|
|
Extended explanation
|
The gamma function comes up often in math and physics when dealing with complicated integrals. It has interesting properties, and one of them caught the eye of a Swiss mathematician Leonhard Euler. He noted that the integral in question is related to a factorial:
If n is an integer, then
[tex] n! = \Gamma (n+1) [/tex]
But gamma doesn't have to be restricted to only integers, therefore the factorial of real and complex numbers is naturally extended. Another useful property of the gamma is the recurrence formula
[tex] \Gamma (x+1) = x\Gamma(x) [/tex]
which allows one to obtain other values of the integral by knowing its previous values. |
Commentary
|