0

Solve $ \log_3x\log_4x(\log_5x-1)$=$\log_5x(\log_4x+\log_3x)$ for $x>0$.

The constants $3$, $4$ and $5$ are meant to be the bases of the logs.

Did
  • 279,727
Devika
  • 5

3 Answers3

1

The trick, as N.S.JOHN already commented,is to use a common base.

Let us make the problem even more complex, looking for the solutions of $$\log_a(x)\log_b(x)(\log_c(x)-d)-\log_e(x)(\log_f(x)+\log_g(x)=0$$ and apply for each term $$\log_a(x)=\frac{\log (x)}{\log (a)}$$ After simplification, this write $$\log ^2(x) \left(\frac{\log (x)-d \log (c)}{\log (a) \log (b) \log (c)}-\frac{\frac{1}{\log (f)}+\frac{1}{\log (g)}}{\log (e)}\right)=0$$ So, the first solution is $$\log(x)=0\implies x=1$$ and the second one (from the term in parentheses) is given by $$\log(x)=\log (c) \left(\frac{\log (a) \log (b) (\log (f)+\log (g))}{\log (e) \log (f) \log (g)}+d\right)\implies x= $$

0

Put $$\log_{60}x=X\\\log_{60}3=a\\\log_{60}4=b\\\log_{60}5=c$$ We have $$\frac Xa\cdot \frac Xb(\frac Xc-1)=\frac Xc(\frac Xb+\frac Xa)\iff \frac {X^3}{abc}- \frac {X^2}{ab}=\frac {X^2}{bc}+\frac {X^2}{ac} $$ then $$X^2(X-c)=X^2(b+c)\iff X^2(X-a-b-c)=0$$ $X=0$ gives $x=1$ and $X=a+b+c$ which gives $X=\log_{60}3\cdot4\cdot5=\log_{60}60$ hence $x=60$ There are two solutions $$\color{red}{x=1\text { and}\space 60}$$

Piquito
  • 29,594
-1

$$\sum\dfrac{(\log x)^2}{\log3\log4}=\dfrac{(\log x)^3}{\log3\log4\log5}$$

If $\log x=0\iff x=1$

Else $$\sum_{\text{cyc}(3,4)}\dfrac1{\log3\log4}=\dfrac{\log x}{\log3\log4\log5}$$

$$\iff\log x=\sum\log3$$

See Change of Base of Logarithm

  • The notations similar to $\sum\frac1{\log3\log4}$ are absurd. One should use instead $\sum\limits_{a,b}\frac1{\log a\log b}$, with some explanations about ${a,b,c}$. – Did May 21 '16 at 08:32
  • @Did, Please find the updated version. Thanks for your feedback – lab bhattacharjee May 21 '16 at 13:20