How to prove $\log{n} = O(n^{0.5})$

868 Views Asked by At

I want to prove $\log{n} = O(n^{0.5})$ but I'm not sure how to achieve this. Any help would be appreciated!

1

There are 1 best solutions below

0
On

Hint:

  • consider the zero and sign of the derivative of $f(n)=\dfrac{\log(n)}{n^{0.5}}$