0

So I've been stuck with this equation - $\log_{\frac{x}{2}}(x^2) - 14\log_{16x}(x^3) + 40\log_{4x}(\sqrt{x}) = 0$. I was thinking of using identities such as $\log_{a}(x) = \frac{\log_{b}(x)}{\log_{b}(a)}$ but that didn't simplify much. Do you have an idea on how to proceed?

1 Answers1

1

$$\log_{\frac{x}{2}}(x^2) - 14\log_{16x}(x^3) + 40\log_{4x}(\sqrt{x}) = 0$$ $$\frac{\ln(x^2)}{\ln(x/2)}-14\frac{\ln(x^3)}{\ln(16x)}+40\frac{\ln \sqrt x}{\ln(4x)}=0$$ $$\frac{2\ln x}{\ln x-\ln 2}-14\frac{3\ln x}{\ln 16+\ln x}+40\frac{\frac{1}{2}\ln x}{\ln 4+\ln x}=0$$ Now set $\ln x=u$ and solve the algebraic equation.

Remember that $x>0;\;x\ne 2;\;x\ne \frac{1}{16};\;x\ne\frac{1}{4}$ otherwise the bases of the logarithm in the given equation become $1$ and this is not allowed

Raffaele
  • 26,371