I have to prove that the logarithmus $\ln x$ grows slower for $x \rightarrow \infty$ than every positive $x^α$ ($α>0$).
This is my approach:
If $\displaystyle\lim\limits_{x \rightarrow \infty}{ \frac{f(x)}{g(x)}} = 0$ then $f(x)$ grows slower than $g(x)$.
Let $\displaystyle f(x) = \ln{x}$ and $\displaystyle g(x)=x^α$.
$\displaystyle \lim\limits_{x \rightarrow \infty}{ \frac{\ln{x}}{x^α}} = \frac{∞}{∞} \Rightarrow \lim\limits_{x \rightarrow \infty}{ \frac{\frac{1}{x}}{α \cdot x^{α-1}}} = \lim\limits_{x \rightarrow \infty}{ \frac{1}{x \cdot α \cdot x^{α-1}}} = 0$
By applying L'Hospital's rule, we can see that $f(x)$ grows slower than $g(x)$. Am I right?