What is the most simple and less demanding way to prove that exponentials grow faster than powers? So far I have found a proof that relies on Berloulli's inequality(*) which is elegant but doesn't look intuitive or straightforward. Can we do better?
Of course you could use de L'Hopital's or Taylor's Theorems but they would require you to introduced derivatives so you couldn't use them when you are introducing these limits for the first time while you still need to claim that exponentials grow faster.
(*) Here it is: $$ 2^n=[(\sqrt{2})^n]^2=[(1+(\sqrt{2}-1))^n]^2\geq\\ [1+n(\sqrt{2}-1)]^2\geq n^2(\sqrt{2}-1)^2 $$ and also $$ 2^n=[(\sqrt[3]{2})^n]^3=[(1+(\sqrt[3]{2}-1))^n]^3\geq\\ [1+n(\sqrt[3]{2}-1)]^3\geq n^3(\sqrt[3]{2}-1)^3 $$ and so on...