Question: Assume $(\ln x)' = \frac1x$, $(x^\alpha)' = \alpha x^{\alpha-1}$ for all $x>0$, $\ln(e^x)=x$ and that $\alpha>0$.
- Prove that $\ln x \leq x^\alpha$ for large x.
Prove that there exists a constant $c_\alpha$ such that:
(a) $\ln x \leq c_\alpha x^\alpha$ for all $x \in [1,\infty)$
(b) $c_\alpha \rightarrow \infty$ as $\alpha \rightarrow 0^+$
(c) $c_\alpha \rightarrow 0$ as $\alpha \rightarrow \infty$
Attempt:
Consider $f(x) = \frac{\ln x}{x^\alpha}$. Then $$\lim\limits_{x\to\infty}f(x) \stackrel{\text{L'H}}{=} \lim\limits_{x\to\infty}\frac{1}{\alpha x^\alpha}=0.$$ This implies that $x^\alpha$ grows at a faster rate than $\ln x$. Therefore, $\ln x \leq x^\alpha$ for large x.
I'm thinking that if a function is greater than another, then the derivative of the larger function should be greater than (or equal to) the derivative of the smaller function as x gets large. Therefore, taking the derivatives and solving for x we get: $$\frac1x = \alpha x^{\alpha-1} \Rightarrow x = \left( \frac1\alpha \right)^{\frac1\alpha}.$$ So I thought I should let $c_\alpha = \left( \frac1\alpha \right)^{\frac1\alpha} - 1$ so that it satisfies conditions b and c, but it does not satisfy condition a. I need a hint.