Can anyone offer me a way to show that exponential growth trumps polynomial growth, without using L'Hopital's Rule? When I learned function growth speeds in high school, the closest thing to a proof I got was using L'Hopital- is there another way, that would make sense to someone who does not know of calculus?
Also, I want more than just a graphical proof!
$\underline{\text{Proof}}$
Consider the series $\sum\limits_{n=1}^{\infty}a_n$.
Then we have $$\frac{a_{n+1}}{a_n}=\frac{(n+1)^p\alpha^{n+1}}{n^p \alpha^n}=\left(1+\frac{1}{n}\right)^p\alpha \to \underbrace{\alpha<1}_{\text{by assumption}}.$$
Therefore $\sum\limits_{n=1}^{\infty}a_n$ converges (by the Ratio Test), so $a_n \to 0$ by the Divergence Test. $\square$