The gamma function is one of the most important extensions of a familiar idea from algebra: the factorial. Instead of being defined only at positive integers, it gives a smooth curve that connects factorial values across most real and complex numbers. This matters because many formulas in calculus, probability, physics, and engineering need a factorial-like quantity at non-integer inputs.
The graph of Gamma(x) rises sharply near x = 0, dips to a minimum, and then grows rapidly for large positive x.
The most common definition is an improper integral, Gamma(x) = integral from 0 to infinity of t^(x - 1)e^(-t) dt, which converges for x > 0. A key identity, Gamma(x + 1) = x Gamma(x), lets the function step from one input to the next in a way that matches factorial behavior. Since Gamma(n) = (n - 1)! for positive integers n, it turns factorials into part of a larger continuous pattern.
The gamma function appears in probability distributions, volumes of high-dimensional spheres, quantum physics, and many advanced integrals.
Key Facts
- Integral definition: Gamma(x) = integral from 0 to infinity of t^(x - 1)e^(-t) dt for x > 0.
- Factorial connection: Gamma(n) = (n - 1)! for positive integers n.
- Recursion formula: Gamma(x + 1) = x Gamma(x).
- Basic value: Gamma(1) = 1, so Gamma(2) = 1 and Gamma(3) = 2.
- Half-value: Gamma(1/2) = sqrt(pi), so Gamma(3/2) = (1/2)sqrt(pi).
- Gamma(x) has vertical asymptotes at x = 0, -1, -2, -3, and all nonpositive integers.
Vocabulary
- Gamma function
- A special function that extends factorials to non-integer inputs using an improper integral.
- Factorial
- For a positive integer n, n! is the product n(n - 1)(n - 2) ... 1.
- Improper integral
- An integral with an infinite limit or an integrand that becomes unbounded at some point.
- Recursion relation
- An equation that relates a function value to another value of the same function at a shifted input.
- Asymptote
- A line or boundary that a graph approaches closely but does not cross or reach in a limiting sense.
Common Mistakes to Avoid
- Writing Gamma(n) = n! for positive integers, which is shifted by one. The correct identity is Gamma(n) = (n - 1)!.
- Using the integral definition for all real x without checking convergence, which can lead to invalid calculations. The integral form Gamma(x) = integral from 0 to infinity of t^(x - 1)e^(-t) dt directly converges only for x > 0.
- Forgetting the factor x in Gamma(x + 1) = x Gamma(x), which breaks the factorial pattern. For example, Gamma(4) = 3 Gamma(3), not just Gamma(3).
- Assuming Gamma(1/2) equals 1/2!, which is not standard factorial notation. The exact value is Gamma(1/2) = sqrt(pi).
Practice Questions
- 1 Use Gamma(n) = (n - 1)! to find Gamma(6).
- 2 Given Gamma(1/2) = sqrt(pi), use Gamma(x + 1) = x Gamma(x) to find Gamma(5/2).
- 3 Explain why the gamma function is useful for extending factorials beyond whole numbers, and describe why Gamma(n) matches (n - 1)! rather than n!.