Euler’s definition of Gamma function

gamma function

Is there an elementary way to prove that the limit
$$\lim_{n\rightarrow \infty}\frac{n!(n+1)^z}{(z+1)(z+2)\cdots (z+n)}$$
exists for all complex numbers $z$ other than the negative integers? I know this can be proved by standard methods of complex analysis, but I would like to know if there is a simple proof that would be accessible to Calculus students. More generally, I would be interested in an elementary development of the Gamma function as a function defined for all complex numbers other than the negative integers.

Best Answer

Let $z$ be a complex number which is not a negative integer. Let $u_n=\frac{n!e^{z\ln(n+1)}}{(z+1) \ldots (z+n)}$. Then $\frac{u_{n+1}}{u_n}=\frac{(n+1)(n+2)^z}{(z+n+1)(n+1)^z}=\frac{n+1}{z+n+1}\left(1+\frac{1}{n+1}\right)^z=\left(1+\frac{z}{n+1}+O(1/n^2)\right)\left(1-\frac{z}{n+1}\right)=1+O(n^{-2})$. From this, it follows that the product of the $u_{n+1}/u_n$ convergea absolutely, so $u_n$ converges to a nonzero limit.

Related Question