3

I'm having problems getting a proper step-by-step solution to this equation. $$ \log_2(x^2) = x $$ I know the results are 2 and 4, but so far I can get only solutions like these: $$ 2^x = x^2 \qquad \text{or} \qquad \frac{\log(x)}{x} = \frac{\log(2)}{2}. $$

I'd like something along the lines of $x = \dotsb$.

Is it possible with some basic knowledge?

epimorphic
  • 3,219
Luk
  • 31

1 Answers1

2

No. There is in fact a third solution, $x\approx -0.77$, but you cannot find it using elementary algebraic methods. The best you can do is to "guess" these solutions (by inspection in the case of the positive ones, or by using a numerical method) and then prove using Calculus that there can be no others (by comparing the growth rates of the two functions).

user7530
  • 49,280