Original question: How do we solve $\sqrt{x^2+2}<x-1$? If $x>1$, the solution is $x<-0.5$ which does not make sense. What if $x<1$?
Update: Thank you for all answers. Actually, the original question was: "What are conditions on $x$ that make the roots of the following equation in absolute value strictly greater than one?" $$y^2 + 2xy - 2 = 0$$ The discriminant is $D = 4x^2 +8$ and so solutions are $y_1 = -x-\sqrt{x^2+2}$ and $y_2 = -x+\sqrt{x^2+2}$. That's how I arrived to the original inequality. One condition would be $-0.5<x<0.5$. However, I discarded cases when there are complex roots.
