1

I need help with proving that $$\lim_{x \to \infty} \frac{a^x}{x} = \infty$$

I understand the logic but cannot seem to fit the epsilon-delta definition to it.

thanks

1 Answers1

1

Hint If $n$ is integer and $a>1$ you have

$$a^n =(1+(a-1))^n > \frac{n(n-1)}{2} (a-1)^2$$

Use this, and the fact that there exists an integer $x-1 <n \leq x$ to conclude that for $x$ real you have

$$a^x > \frac{(x-1)(x-2)}{2} (a-1)^2$$

N. S.
  • 132,525