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!