How could one go about proving that $$x^{\log n} = n^{\log x}\ {?}$$ I'm not really sure how to get started.
2026-03-26 16:10:44.1774541444
On
Proving $x^{\log n} = n^{\log x}$
282 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Hint: $$ x^{\log(N)} = \left( 10^{\log(x)} \right)^{\log(N)} = 10^{\log(x)\log(N)} $$ Alternatively, try taking the log of both sides.
Notice, $$x^{\log(n)}=n^{\log (x)}$$ Taking log on base $x$, we get
$$\log_x(x^{\log(n)})=\log_x(n^{\log (x)})$$ $$\log(n)\log_x(x)=\log (x)\log_x(n)$$ $$\log(n)=\log (x)\log_x(n)$$ $$\frac{\log(n)}{\log (x)}=\log_x(n)$$ $$\log_x(n)=\log_x(n)$$ Hence, proved