Find every real numbers x so that $\log_2 (\frac{x+1}{x^2+2} )= x^2-2x-1$
Of course $x=${$0$,$2$} are solutions. Because $x^2-2x-1$ is strictly increasing from $[1,\infty )$ and $\log_2 (\frac{x+1}{x^2+2} )$ is decreasing in that interval ,$2$, is the only solution in $[1,\infty )$. How can i prove that $0$ is the only one remaining?
$$\eqalign{ & {\log _2}\left( {\frac{{x + 1}}{{{x^2} + 2}}} \right) = {x^2} - 2x - 1 \cr & * x > - 1 \cr & \Leftrightarrow 2\left( {x + 1} \right) + {\log _2}\left( {2\left( {x + 1} \right)} \right) = {x^2} + 2 + {\log _2}\left( {{x^2} + 2} \right) \cr & {\text{Let}}:f\left( t \right) = t + {\log _2}\left( t \right),t > 0 \cr & f'\left( t \right) = 1 + \frac{1}{{t\ln \left( 2 \right)}} > 0\forall t > 0 \Rightarrow f\left( t \right){\text{ is strictly increasing}} \cr & \Rightarrow f\left( {2\left( {x + 1} \right)} \right) = f\left( {{x^2} + 2} \right) \Leftrightarrow {x^2} + 2 = 2x + 2 \Leftrightarrow {x^2} - 2x = 0 \cr & \Rightarrow x = 0,x = 2 \cr} $$