Gamma Extensions

December 29, 2023
400 words
2 min read
views

The Gamma function, Γ\Gamma, is at the heart of important results in mathematics including the Riemann hypothesis.

It is defined as follows:

Γ   ⁣:CC s0ts1etdt \begin{align} \Gamma \;\colon \C &\to \C~\nonumber \\ s &\mapsto \int\limits_0^\infty t^{s-1} e^{-t} \, \d t~\label{1} \end{align}

What makes (1)\eqref{1} so interesting?

Basic Properties

These are:

  1. Over the positive integers, it simplifies to the factorial function, shifted by 11.
  2. Over the negative integers, it diverges.
  3. At 00, it diverges.
  4. It has even more interesting behavior over non-integer fractions and complex numbers.

It converges for all complex numbers ss with positive real part (i.e. Re(s)>0\Re(s) > 0). It also converges for complex numbers with negative real part (i.e. Re(s)<0\Re(s) < 0) except where Re(s)\Re(s) is a negative integer or 00.

When Re(s)\Re(s) is zero or a negative integer and the imaginary part of ss is 00, then Γ(s)\Gamma(s) diverges and is undefined.

Over the Positive Integers

Note that the integers are embedded in the complex numbers as the subset obtained by setting the imaginary part to 00 and restricting the real part accordingly.

Over the positive integers, Γ\Gamma has two general properties, outlined below.

Special Case

Consider Γ(n)\Gamma(n) for n=1n = 1. The integral has a surprisingly simple simplification:

Γ(1)=0t11etdt=0etdt    (since t0=1)=[et]0=0(1)=1\begin{align} \Gamma(1) &= \int\limits_0^\infty t^{1-1} e^{-t} \, \d t \\ &= \int\limits_0^\infty e^{-t} \, \d t \;\; \text{(since $t^0 = 1$)} \\ &= \biggl [ -e^{-t} \biggr ]_0^\infty \\ &= 0 - (-1) \\ &= 1 \end{align}

General Case: Positive Integers

Take nn to be an arbitrary positive integer, i.e. nNn \in \N and n>1n > 1. To prove that Γ\Gamma is indeed equivalent to the factorial function (albeit shifted by 11), we need to show that Γ(n+1)=nΓ(n)\Gamma(n+1) = n \Gamma(n).

Revisit the definition of Γ\Gamma, applied to n+1n+1:

Γ(n+1)=0tnetdt\begin{align*} \Gamma(n+1) &= \int\limits_0^\infty t^{n} e^{-t} \, \d t \\ \end{align*}

This integral can be simplified using the rule for integration by parts:

udv=uvvdu\begin{align*} \int u \, \d v = uv - \int v \, \d u \end{align*}

Take u=tnu = t^n and dv=etdt\d v = e^{-t} \, \d t; then:

du=ddttn=ntn1v=etdt=et\begin{align*} \d u &= \frac{\d}{\d t} t^n = n t^{n-1} \\ v &= \int e^{-t} \, \d t = -e^{-t} \\ \end{align*}

Thus,

Γ(n+1)=0tnetdt=0tnuetdvdt=[tnet]0uv0ntn1v(et)dudt=(00)0ntn1etdt=n0tn1etdt=nΓ(n)\begin{align*} \Gamma(n+1) &= \int\limits_0^\infty t^{n} e^{-t} \, \d t \\ &= \int\limits_0^\infty \underbrace{t^n}_{u} \cdot \underbrace{e^{-t}}_{\d v} \, \d t \\ &= \underbrace{\biggl [ -t^n e^{-t} \biggr ]_0^\infty}_{uv} - \int\limits_0^\infty \underbrace{nt^{n-1}}_{v} \cdot \underbrace{\left(- e^{-t}\right)}_{\d u} \, \d t\\ \\ &= (0 - 0) - \int\limits_0^\infty -nt^{n-1} e^{-t} \, \d t \\ &= n \int\limits_0^\infty t^{n-1} e^{-t} \, \d t \\ \\ &= n \cdot \Gamma(n) \\ \end{align*}

This is an important identity, usually expressed in any of the following two forms:

Γ(n+1)=nΓ(n)Γ(n)=1nΓ(n+1)\begin{align*} \Gamma(n+1) &= n \Gamma(n) \\ \Gamma(n) &= \frac{1}{n} \Gamma(n+1) \end{align*}

Proof by Induction

So far, we have seen the following results:

Γ(1)=10!Γ(n+1)=nΓ(n)    for nN>1\begin{align*} \Gamma(1) &= 1 \equiv 0! \\ \Gamma(n+1) &= n \Gamma(n) \; \; \text{for $n \in \N_{>1}$} \end{align*}

By induction on nn, suppose we know that Γ(n)=(n1)!\Gamma(n) = (n-1)! (with the base-case being Γ(1)=0!\Gamma(1) = 0!). We can compute Γ(n+1)\Gamma(n+1) as follows:

Γ(n+1)=nΓ(n)=n(n1)!=n!\begin{align*} \Gamma(n+1) &= n \cdot \Gamma(n) \\ &= n \cdot (n-1) ! \\ &= n! \end{align*}
info

Γ\Gamma was not intended to be a generalization of the factorial function. The result was a somewhat accidental one, albeit useful.

Over the Reals

By restricting Γ\Gamma to the positive integers, we discovered that:

Γ(n)=(n1)!    for nN\begin{align*} \Gamma(n) &= (n-1)! \; \; \text{for $n \in \N$} \end{align*}

But what happens when we plug in a fraction, say 32\displaystyle \frac{3}{2}?

Γ(32)=Γ(12+1)=12Γ(12)=120t12etdt\begin{align*} \Gamma \left( \frac{3}{2} \right) &= \Gamma(\frac{1}{2} + 1) \\ &= \frac{1}{2} \cdot \Gamma(\frac{1}{2}) \\ &= \frac{1}{2} \int\limits_0^\infty t^{-\frac{1}{2}} e^{-t} \, \d t \\ \end{align*}

To simplify the integral, let's try to get rid of the t12\displaystyle t^{-\frac{1}{2}} term by substituting t=x2t = x^2:

Γ(32)=120t12ex22t12dx=0ex2dx\begin{align*} \Gamma\left(\frac{3}{2}\right) &= \frac{1}{2} \int\limits_0^\infty t^{-\frac{1}{2}} e^{-x^2} \cdot 2t^\frac{1}{2} \, \d x \\ &= \int\limits_0^\infty e^{-x^2} \, \d x \\ \end{align*}

This is a familiar integral, known as the Gaussian integral:

I(a)=aaex2dxI()=ex2dxI2()=(ex2dx)(ey2dy)=e(x2+y2)dxdy=er2rdrdθ=02π0er2rdrdθ=2π0er2rdr=2π012eudu    (substituting u=r2)=π[eu]0=π(e0e)=π(10)=π\begin{align*} I(a) &= \int\limits_a^a e^{-x^2} \, \d x \\ \\ I(\infty) &= \int\limits_\infty^\infty e^{-x^2} \, \d x \\ \\ I^2(\infty) &= \left( \int\limits_{-\infty}^\infty e^{-x^2} \, \d x \right) \cdot \left( \int\limits_{-\infty}^\infty e^{-y^2} \, \d y \right) \\ &= \int\limits_{-\infty}^\infty \int\limits_{-\infty}^\infty e^{-(x^2 + y^2)} \, \d x \, \d y \\ &= \int\limits_{-\infty}^\infty \int\limits_{-\infty}^\infty e^{-r^2} \, r\, \d r \, \d \theta \\ &= \int\limits_0^{2\pi} \int\limits_0^\infty e^{-r^2} \, r\, \d r \, \d \theta \\ &= 2\pi \int\limits_0^\infty e^{-r^2} \, r\, \d r \\ &= 2\pi \int\limits_{-\infty}^0 \frac{1}{2} e^{u} \, \d u \;\; \text{(substituting $u = -r^2$)} \\ &= \pi \biggl [ e^u \biggr ]_{-\infty}^0 \\ &= \pi (e^0 - e^{-\infty}) \\ &= \pi (1 - 0) \\ &= \pi \end{align*}

Since Γ(32)\Gamma(\frac{3}{2}) restricts the integration to [0,)[0, \infty) and the function is even:

Γ(32)=12ex2dx=12I2()=π2\begin{align*} \Gamma\left(\frac{3}{2}\right) &= \frac{1}{2} \int\limits_{-\infty}^\infty e^{-x^2} \, \d x \\ &= \frac{1}{2} \cdot \sqrt{I^2(\infty)} \\ &= \frac{\sqrt{\pi}}{2} \\ \end{align*}

Other fractions of the form (n+12),nN\displaystyle \left(n + \frac{1}{2} \right),\, n \in \N have similar results simplifications:

Γ(12)=πΓ(32)=12πΓ(52)=34πΓ(72)=158πΓ(92)=10516π\begin{align*} \Gamma\left(\frac{1}{2}\right) &= \sqrt{\pi} \\ \Gamma\left(\frac{3}{2}\right) &= \frac{1}{2} \sqrt{\pi} \\ \Gamma\left(\frac{5}{2}\right) &= \frac{3}{4} \sqrt{\pi} \\ \Gamma\left(\frac{7}{2}\right) &= \frac{15}{8} \sqrt{\pi} \\ \Gamma\left(\frac{9}{2}\right) &= \frac{105}{16} \sqrt{\pi} \\ \vdots \end{align*}

In general,

Γ(1n)nγ\begin{align*} \Gamma\parens{\frac{1}{n}} \sim n - \gamma \end{align*}

where γ\gamma is the Euler-Mascheroni constant and \sim denotes asymptotic equivalence.

but unfortunately the integral has to be computed or simplified directly for each case.

Over the Complexes

Γ\Gamma has a meromorphic extension to the complex numbers, with simple poles at the non-positive integers and 00. It is defined with the same rules and the relation

Γ(s+1)=sΓ(s)\displaystyle \Gamma(s+1) = s \Gamma(s)

holds for all complex numbers ss. For example;

Γ(i)=(1+i)!0.15490.4980i\begin{align*} \Gamma(i) &= \parens{-1 + i}! \approx -0.1549 - 0.4980i \end{align*}

Various values of Γ\Gamma are tabulated here.

For some useful applications of Γ\Gamma in the Riemann zeta function, see this post.