If I have two complicated logarithmic functions, say $\sqrt{\log n}$ and $\log(n(\log n)^3)$, and I have to compare them in terms of their asymptotic order. How do I do that? Do I have to create graphs, or is there another definitive way of doing that?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
Using elementary properties of the logarithm we find out that $$\log(n \log^3 n) = \log n + 3\log\log n = O(\log n), $$ whereas $\sqrt{\log n} = o(\log n)$. So $\sqrt{\log n}$ grows more slowly. |
|||||
|