I am trying to prove that $\log(1+x) \leq \sqrt{x}$ for all values $x>x_0$ which implies that $\log(1+x) = O(\sqrt{x})$. However, I am not able to get to this result. The result which states $\log(1+x) = O(x)$ is immediate as $\log(1+x) \leq x, ~\forall x\geq0$ which follows by expanding $\log(1+x)$ around $0$. However, I cannot show that $\log(1+x)\leq \sqrt{x}$ using the same approach.
Any help would be greatly appreciated!
$\ln (1+x)=\sqrt x$ when $x=0$. Furthermore, when $x\ge0$, $\dfrac d{dx} ln(1+x)\le \dfrac d{dx} \sqrt x $ because $\dfrac1{1+x} \le \dfrac1{2\sqrt x}$ because $2\sqrt x \le 1+x$ because $0\le(1-\sqrt x)^2$.
Therefore, $\ln(1+x)\le \sqrt x$ when $x\ge0$.