Struggling with a logarithm problem here:
Solve the quation for x:
$x ^{2 - (lgx)^2-lgx^2}-1/x = 0$
My initial thought was to present the equation in such a way as to get rid of the 'x' base and use the exponents solemnly. I.e.
$x ^{2 - (lgx)^2-lgx^2}-1/x = 0$
Becomes: $x ^{2 - (lgx)^2-lgx^2}-x^{-1} = 0$ Which leads to: $2-(lgx)^{2} -lgx^{2} +1 = 0 $
However, from here on, I am absolutely lost in regards to what to do. I have no clue what to do with the squared logarithm, and in turn, no idea how to solve this.
The answers given by the textbook are: x1=1 ; x2=10 ; x3=0.001
I must admit, I'm even double lost as to how to reach 3 answers, haha.
I am preparing for my math exam (and I am studying on my own, no tutor) so any help would be much appreciated!
Thank you in advance and happy holiday preparations! :)
Note that $x=1$ is always a solution since $1$ raised to any power is $1=1/x$.
Take $\log x=A$, you get $(\log x)^2+\log(x^2)=(\log x)^2+2\log(x)=A^2+2A=3$
$\displaystyle\implies(A+3)(A-1)=0, A=-3,1\\\therefore x=10^{-3},10$