I usually just try playing around with properties of log, but it doesn't help in this case.
Asked
Active
Viewed 114 times
1
-
1Hint: apply $10^{\log(x)}$ to both expressions – Gauss Mar 12 '21 at 00:42
-
i tried but couldn't get them into a comparable form – Alzebrian Mar 12 '21 at 00:48
-
I tried to edit this to improve the format in the title, but I'm afraid I may have accidentally changed the meaning. Please check. – saulspatz Mar 12 '21 at 00:53
2 Answers
2
Take the log of each and apply $\log(x^y) = y \log x$ to obtain $$\log \left(n^{\log(\log n)}\right) = \log(\log n) \log n$$ and $$\log \left((\log n)^{\log n}\right) = \log n \log(\log n).$$ Because $\log$ is monotonic, the original expressions are also equal to each other.
RobPratt
- 45,619
-
I don't understand step 2. It's is essentially saying log(log (n^2)) = 2 log(log n). Is that correct ? – Alzebrian Mar 12 '21 at 01:14
-