Given that $\log_ba=\log_ab$, and that $a,b \ne 1$ and $a \ne b$, find $b$ in terms of $a$.
I tried to solve this problem using changing the base of the first part of the equation: $$ \frac{\log_bb}{\log_ba} = \frac{1}{\log_ba} $$ Then multiply both sides by $\log_ba$ and got the following: $$ 1=(\log_ab)^2 $$ Therefore $1=\log_ab$. But this means that $a=b$.
How can I find $b$ in terms of $a$ where $a$ is not equal to $b$?
$$\log_a b = \dfrac{\ln b}{\ln a}$$
So, we can rewrite the original problem as:
$$\dfrac{\ln a}{\ln b} = \dfrac{\ln b}{\ln a}$$
Then, cross multiply to get:
$$\left(\ln a \right)^2 = \left(\ln b \right)^2$$
Taking square roots, we have:
$$\ln b = \pm \ln a$$
Raise both sides as the power of $e$ and get:
$$b = a^{\pm 1}$$
But, we can eliminate one of those answers (because we know $b \neq a$).