This seems like a really stupid question to ask here...
I'm trying to solve $\sqrt{x^2 - 1} + x > 0$.
When I try this happens:
- $\sqrt{x^2 - 1} > - x$
- $x^2 - 1 > x^2$ (squared both sides)
- $-1 > 0$
However, on Wolfram Alpha, it says that the answer is $x \ge 1$.
It seems to me that basic rules of algebra are simply breaking down here... what am I doing wrong?
You have a first condition to satisfy, that is $$ x^2-1\ge0 $$ so that the square root exists. Thus, from now on, we assume this condition on $x$ holds.
After this preliminary, let's rewrite the inequation as $$ \sqrt{x^2-1}>-x $$ There are two cases:
if $-x<0$, the inequality is clearly satisfied, because $\sqrt{x^2-1}\ge0$ by definition;
if $-x\ge0$, we can square both sides, because inequalities between positive numbers is preserved squaring or taking the square root.
In case 2 we get the false inequality $-1>0$, so the second case doesn't provide solutions; hence we remain with only the first case, that is, the system \begin{cases} x^2-1\ge0\\ -x<0 \end{cases} that is satisfied for $x\ge1$.