what's the best way to find a solution for the following inequation:
$$ \sqrt{x^2-1}>x $$
The result is as Wolfram says:
$$ x \leq-1 $$
what's the best way to find a solution for the following inequation:
$$ \sqrt{x^2-1}>x $$
The result is as Wolfram says:
$$ x \leq-1 $$
On
For this to even make sense, $x$ must be in $(-\infty,-1]\cup[1,\infty)$. If it's in $[1,\infty)$, then $$\sqrt{x^2-1}>x\iff x^2-1>x^2,$$ which is impossible. If, on the other hand, $x$ is in $(-\infty,-1]$, it's trivially true as the left side can't be negative.
On
The following solution is not the fastest but aims to explain how to select cases for $x$.
Firstly exclude the cases that $-1<x<1$ because in that case the term $x^2-1$ inside the square root would be negative, since $$x^2-1<0 \iff x^2<1 \overset{\sqrt{\cdot}}\iff |x|<1 \iff -1<x<1$$ Now, select cases
The main thing to note is that you mustn't directly square the terms.
So you have two cases to deal with.
Case 1
\begin{cases} x^2-1\ge0\\ x<0 \end{cases} which is equivalent to $x\le-1$
Case 2
\begin{cases} x^2-1\ge0\\ x\ge0\\ (\sqrt{x^2-1})^2>x^2 \end{cases} that has no solution, because the last inequality becomes $-1>0$, which is false.