Question:
Solve the equations
a) $$\log_{2} x + \log_{3} x = \log_{4} x$$
b) $$\log_{2} x \log_{3} x = \log_{4} x$$
Attempted solution:
The general idea I have been working on is to make them into the same base, combine them and take the inverse to get the solution for x.
a) $$\log_{2} x + \log_{3} x = \log_{4} x \Leftrightarrow$$ $$\log_{2} x + \frac{\log_{2} x}{\log_{2} 3} = \frac{\log_{2} x}{\log_{2} 4} \Leftrightarrow$$
$$\log_{2} x + \frac{\log_{2} x}{\log_{2} 3} = \frac{\log_{2} x}{2} \Leftrightarrow$$
$$\frac{2 \log_{2} 3 \log_{2}x + 2\log_{2} x - \log_{2}3 \log_{2}x}{2 \log_{2}3} = 0 \Leftrightarrow $$
Moving the denominator over and solving for $\log_{2} x$
$$\frac{\log_{2} x (2\log_{2}3 + 1 - \log_{2}3)}{2\log_{2} 3} = 0 \Leftrightarrow$$
$$\log_{2} x = 0 \Rightarrow x = 2^{0} = 1$$
b)
$$\log_{2} x \log_{3} x = \log_{4} x$$
$$\log_{2} x \frac{\log_{2} x}{\log_{2} 3} - \frac{\log_{2} x}{\log_{2} 4} = 0 \Leftrightarrow$$
$$\frac{4 (\log_{2}x)^2 - \log_{2}3 \log_{2}x}{4 \log_{2}3} = 0 \Leftrightarrow $$
$$4 (\log_{2}x)^2 - \log_{2}3 \log_{2}x = 0 \Leftrightarrow $$
Substituting $t = \log_{2} x$ gives:
$$4t^2 - \log_{2}3t = 0 \Rightarrow$$
$$t^2 - \frac{\log_{2}3t}{4} = 0 \Rightarrow$$
$$t \left(t- \frac{\log_{2}3}{4}\right) = 0$$
$$t_{1} = 0 \Rightarrow x = 1$$ $$t_{2} = \frac{\log_{2}3}{4} \Rightarrow x = 2^{\frac{\log_{2}3}{4}}$$
However, the second solution here should be $\sqrt{3}$, so I must have made a mistake somewhere. Any suggestions?
Your denominator of $4$ in $(b)$ is wrong - $\log_2(4)=2$, not $4$. Then you'd get:
$$2^{\frac{\log_2(3)}{2}} = \left(2^{\log_2(3)}\right)^{1/2}=3^{1/2}$$
It might be easier to just use that $\log_4{x}=\frac{\log_2(x)}{2}$ and solve:
$$\log_2(x)\log_3(x)=\frac{\log_2(x)}{2}$$
This is only true when $\log_2(x)=0$ or when $\log_3(x)=\frac{1}{2}$.