Quotient of gamma functions?

10.9k Views Asked by At

I'm sorry if this is a simple question, but this page on Wolfram Research states that it follows from Stirling's formula that:

$$ \frac{\Gamma(x+\beta)}{\Gamma(x)} \approx x^\beta $$

for large $x$, but I'm just not seeing a simple derivation. Could you help me see how this follows (other resources I've seen state that the more general formulation provided on that link, that

$$\frac{\Gamma(x+\beta)}{\Gamma(x+\alpha)} \approx x^{\beta-\alpha}$$

follows from some algebra using Stirling's formula, but again, I can't come up with it.

1

There are 1 best solutions below

1
On BEST ANSWER

We will write $\gamma=\beta-\alpha$ and plug in Stirling's:

$$\frac{\Gamma(x+1+\beta)}{\Gamma(x+1+\alpha)} \approx \frac{\sqrt{2\pi(x+\beta)} \left(\frac{x+\beta}{e}\right)^{ x+\beta} }{\sqrt{2\pi (x+\alpha)}\left(\frac{x+\alpha}{e}\right)^{x+\alpha}} $$

$$ =\left(1+\frac{\gamma}{x+\alpha}\right)^{ x+\alpha+1/2} (1+\beta/x)^{\gamma}\left(\frac{x}{e}\right)^{\gamma} \approx e^\gamma (x/e)^\gamma = x^\gamma. $$

Above we regrouped terms and used $e^u\approx (1+u/n)^n$ and $1+u/n\approx 1$ for large $n$.