Is it correct? $$(\log\,n)^{(\log\,n)} = n^ {(\log\,\log\,n)} $$ If yes and they are equal, how can I get $(\log n)^{\log n}$ from $n^{\log \log n}$ ? Thanks.
2026-04-08 22:37:38.1775687858
On
On
Identity with logarithms?
176 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
Yes. We have
$$(\log n)^{\log n}=\exp(\log n\log(\log n))=\exp(\log n^{\log(\log n)})= n^{\log(\log n)}$$
1
On
Yes. I'll assume that you are using logarithms with a default base of $2$. Observe that: \begin{align*} n^{\log \log n} &= 2^{\log (n^{\log \log n})} &\text{since logs and exponentials are inverses of each other} \\ &= 2^{(\log \log n)\log n} &\text{using the power rule for logs} \\ &= 2^{(\log n)\log (\log n)} &\text{by the commutativity of multiplication} \\ &= 2^{\log ((\log n)^{\log n})} &\text{using the power rule for logs} \\ &= (\log n)^{\log n} &\text{since logs and exponentials are inverses of each other} \end{align*}
Use these two properties: $$\large a^b=c^{b(\log_{\; c}a)}\tag{1}$$ $$\large \log_ab=\frac{\log_c b}{\log_c a}\tag{2}$$ You can write: $$\require{cancel}\Large (\log\,n)^{(\log\,n)} \\\Large =^{(1)} n^{(\log\;n)\log_n(\log\; n)}\\\Large=^{(2)} n^{\cancel{(\log\;n)}\frac{(\log\log\; n)}{\cancel{\log\;n}}}\\\Large=n^{\log\;\log\;n}$$