2

How do you solve $x^{\log x}=100x$?

Can you please thoroughly explain the left side of the equation.

Please explain very clearly because I have only been learning logarithms for about a week.

2 Answers2

9

Take $\log$ from both sides: $$\log \left( x^{\log x}\right)=\log(100x)$$ $$\log (x) \log (x)=\log(100x)=\log(100)+\log(x)$$ Or: $$(\log x)^2-(\log x)=2$$ Now you have a quadratic equation which you should be able to solve.

7

Hint: Take the logarithm of both sides. You will get a quadratic equation in $y=\log x$.

Lucian
  • 48,334
  • 2
  • 83
  • 154