3

Is it correct? $$n^{(\log\,x)} = x^ {(\log\,n)} $$ Can you proof and describe that, for any base? Please explain completely. Thank you.

Dmoreno
  • 7,517

2 Answers2

7

Hint: compute the logarithm of both sides. Since the logarithm function is one-to-one this will tell you if they are equal.

Umberto P.
  • 52,165
7

$ n^{(\log x)} = (e^{\log n})^{(\log x)} = e^{(\log n)(\log x)} = e^{(\log x)(\log n)}= (e^{\log x})^{(\log n)} = x^{(\log n)} $

If you use $\log$ to a different base $b$, then use $b$ instead of $e$.

lhf
  • 216,483