I want to find the limit of:
$ \lim_{x \to \infty} \frac{x^{3}}{x^{ln(x)}} $
I already know that it has to be $0$, since $x^{ln(x)}$ grows faster than $x^3$, but I don't know how to get there myself (the steps I have to make). Thank you for your help. $:)$
\begin{align*} \lim_{x \rightarrow \infty} \frac{x^3}{x^{\ln x}} &= \lim_{x \rightarrow \infty} \frac{x^{3 - \ln(x)}}{1} \\ &= \lim_{x \rightarrow \infty} x^{3 - \ln(x)} \\ &= \lim_{x \rightarrow \infty} \left( \mathrm{e}^{\ln x} \right) ^{3 - \ln(x)} \\ &= \lim_{x \rightarrow \infty} \mathrm{e}^{(\ln x)(3 - \ln x)} \text{.} \end{align*} Let $u = \ln x$, so we treat $u$ as an implicit function of $x$. Notice that $\lim_{x \rightarrow \infty} u = \infty$. Then \begin{align*} \lim_{x \rightarrow \infty} (\ln x)(3 - \ln x) &= \lim_{x \rightarrow \infty} u(3 - u) \\ &= \lim_{x \rightarrow \infty} (-u^2 + 3u) \\ &= -\infty \text{, so} \\ \lim_{x \rightarrow \infty} \mathrm{e}^{(\ln x)(3 - \ln x)} &= 0\text{.} \end{align*}