1

In an exercise I'm asked to evaluate the following limit:

$$\lim_{n\to\infty} \frac{n!}{n + 2^n}$$

I arrived at the conclusion that:

$$\frac{n!}{n + 2^n} \geq \frac{n!}{2^n}$$

So my plan is to prove that $\frac{n!}{2^n}$ diverges and as a consequence show that $\frac{n!}{n + 2^n}$ also diverges, But I'm not being able to do so.

How can I prove that $\lim n! / 2^n$ is infinity?

2 Answers2

6

Notice that for $n \ge 2$, we have $\frac{n!}{2^n} = \frac{n}{2} \cdot \frac{n-1}{2} \cdot \dots \frac {2}{2} \cdot \frac{1}{2} \ge \frac{n}{2} \cdot \frac{1}{2} = \frac{n}{4}$, which diverges to $\infty$.

I'll point out that your inequality is wrong, since $n +2^n \ge 2^n$, though. You could fix this by establishing something like $n + 2^n \le 2^{n+1}$.

2

Hint:

$$\forall n>3, \frac{n!}{n+2^n} \geqslant \frac{n(n-1)2^{n-3}}{n+2^n} = \frac{n-1}{\frac{1}{2^{n-3}}+\frac 8n} > \frac{n-1}{1+8}.$$

Neat Math
  • 4,790