There are different cases, one of them is when I have a negative $\sqrt{x}$ so I know there is no solution because $\sqrt{x}$ can't be negative.
However there is another case where I just can't isolate $x$, $x$ is always depending on $\sqrt{x}$ (and $\sqrt{x}$ is always depending on $x$).
Here is an example :
$\sqrt{x-2}=3-2\sqrt{x}$
Squaring both sides :
$x-2=(3-\sqrt{x})^2=9-12\sqrt{x}+4x$
What to do know ? I can try to isolate $\sqrt{x}$ as I usually do :
$12\sqrt{x}=-x+2+9+4x=3x+11$
$\sqrt{x}=\frac{3x+11}{12}$
But $\sqrt{x}$ is depending on $x$. How can I prove that there is no solution in this case ?
I could try to square again but then $x$ would be depending on a $x^2$ equation. Where is it logic enough to affirm that there is no solution ?
I can also try to isolate $x$ directly, but it would end up that $x$ is depending on $\sqrt{x}$, wouldn't change that much.