1

I usually just try playing around with properties of log, but it doesn't help in this case.

saulspatz
  • 53,131
Alzebrian
  • 61
  • 5

2 Answers2

2

they are the same...............really...

Will Jagy
  • 139,541
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