1

Show that $a^{\log_c b}= b^{\log_c a}$.

I start from LHS and add $\log a$ on it, but it leave $\log_c b$. Then I have not idea about how to continue it(maybe my working is wrong...

Can anybody solve this question?

Chuks
  • 1,241
user255652
  • 107
  • 1
  • 3
  • 8

2 Answers2

3

Let $\displaystyle\log_cb=B\implies c^B=b$

and $\displaystyle\log_ca=A\implies c^A=a$

$\displaystyle\implies b^{\log_ca}=b^A=(c^B)^A=(c^A)^B=a^{\log_cb}$

0

Hint: $\log_cb=\dfrac{\ln b}{\ln c}$ and $a^x=e^{x\ln a}$

Scientifica
  • 8,781