Limit of $\binom{n}{k}/n^k$

108 Views Asked by At

How to prove that, $n$ approach infinity and $0\leq k\leq n$ : $$ \lim_{n\to\infty} \dfrac{1}{k!}\times\dfrac{n!}{(n-k)!\times n^k} = \dfrac{1}{k!}$$

I have no idea to begin the proof...

Thanks in advance for help.

3

There are 3 best solutions below

5
On BEST ANSWER

$$\frac{n!}{(n-k)!} = n(n-1)\cdots(n-(k+1))$$ is a polynomial in $n$ of degree $k$. So you have the limit towards infinity of a rational function whose numerator and denominator have the same degree. Thus the limit is the ratio of the leading coefficients.

$$\lim\limits_{n\to\infty} \frac{\left(\frac{n!}{(n-k)!}\right)}{n^k} = 1$$

0
On

Hint:

$$\lim_{n\to\infty}\dfrac n{n-k}=?$$

0
On

Quite an overkill, but since $n!=\Gamma(n+1)$, your limit is a consequence of Gautschi's inequality.