0

How would I solve : $\log_a(b)=log_b(a)\}$ such that a and b is not equal to 1 and a is not equal to b. Would Diophantine equation be the way to go for this equation?

coderhk
  • 285
  • 2
  • 11

2 Answers2

2

Note that $$\log_a b=\frac{1}{\log_b a}$$ so the question is equivalent to $$(\log_a b)^2=1$$ so $a=b$ or $a=b^{-1}$.

0

Recall $\log_a(b)=\frac{\ln b}{\ln a}$. Your equation can be rewritten as $\frac{\ln b}{\ln a}=\frac{\ln a}{\ln b}$. You should be able to solve this now. Since this looks like a homework problem, I will not reveal more details.

edm
  • 5,640