0

How to prove $\lim_{x\to\infty}\frac{x^{99}}{e^x}=0$?

I wasn't sure how to do this because both the top and the bottom limits independently turns out to be infinity!

Hanul Jeon
  • 27,376
John Rawls
  • 2,685

2 Answers2

12

For $x>0$ we have $e^x > \frac{x^{100}}{100!}$, hence $0 < {x^{99} \over e^x}< \frac{100 !}{x}$. This gives ${x^{99} \over e^x} \to 0$ as $x \to \infty$.

Fred
  • 77,394
10

After successively applying L'Hopital's rule $100$ times, you get:

$$\lim_{x\to\infty} {x^{99} \over e^x} = \lim_{x\to\infty} {99! \over e^x} = 0$$

This is due to the fact that exponentials always grow faster than polynomials. $e^x$ will eventually overcome $x^{99}$.

Andrew Li
  • 4,554