I'm looking for a nice proof that $$\lim_{x\to\infty} \frac{e^x}{x^3} \to +\infty$$ without derivatives (i.e., Taylor or l'Hopital).
My current approach is to change it into a sequence: For any $x$, there exists $n$ such that $n\leq x\leq n+1$. Then $$\frac{e^x}{x^3}\geq\frac{e^n}{(n+1)^3}=:a_n.$$ Since $$\lim_{n\to\infty} \frac{a_n}{a_{n-1}} = \lim_{n\to\infty} \frac{e^n}{(n+1)^3}\frac{n^3}{e^{n-1}}=e>1,$$ we get that $$\lim_{x\to\infty} \frac{e^x}{x^3} \geq \lim_{n\to\infty} a_n \to +\infty.$$
However, this approach seems quite complicated to me. Is there any elementary proof that were significantly simpler? For instance, do I overlook some trivial bound (i.e., not derived from Taylor) on $e^x$ that could be helpful?
PS: We define $e^x:=\lim\limits_{n\to\infty} (1+x/n)^n$.
PPS: I tried to check whether a question like this exists, but I couldn't find it. If it exists, I apologize.
Use $x=3t$ so the limit is $$ \lim_{t\to\infty}\frac{e^{3t}}{27t^3}= \lim_{t\to\infty}\frac{1}{27}\left(\frac{e^t}{t}\right)^{\!3} $$ Thus you see that you just need to show $$ \lim_{x\to\infty}\frac{e^x}{x}=\infty $$ Now the problem is in how you define $e^x$.
With $e^x=\lim_{n\to\infty}(1+x/n)^n$, the Bernoulli inequality gives $$ \left(1+\frac{x}{n}\right)^{\!n}\ge 1+x $$ but this seems to weak. It is not if you consider $$ \frac{e^x}{x}=\frac{(e^{x/2})^2}{x}\ge \frac{(1+x/2)^2}{x} $$
Note that this technique shows that $$ \lim_{x\to\infty}\frac{e^x}{x^\alpha}=\infty $$ for every $\alpha>0$, just in one swoop: consider $e^x=(e^{x/\alpha})^\alpha$.