Gamma Function

The gamma function is the generalization of a factorial.


Description

For a positive integer x, the function can be defined as Γ(x) = (x-1)!.

For a complex number z with a positive real part, the function can be defined as:

formula.svg

It should be clear that this formula evaluates to 1 when z = 1, matching the other definition (0! = 1).

Furthermore, evaluating when z = α + 1 leads to a recursive solution.

alpha1.svg

Using integration by parts with u = xa and dv = e-x dx:

alpha2.svg

alpha3.svg

Which can be succinctly rewritten as:

alpha4.svg

Again, this matches the other definition (n! = n*(n-1)!)


CategoryRicottone

Analysis/GammaFunction (last edited 2026-07-28 20:12:57 by DominicRicottone)