I have the following inequality: $x+\sqrt{2x^2-4x+4} \ge 0$ Here are the 2 ways how I tried to solve it:
No. 1:
$x+\sqrt{2x^2-4x+4} \ge 0$
$x \ge -\sqrt{2x^2-4x+4}$
$x^2 \ge 2x^2-4x+4$
$0 \ge x^2-4x+4$
$(x-2)^2 \le 0$
The last inequality doesn't make sense, so I tried the other way.
No. 2:
$x+\sqrt{2x^2-4x+4} \ge 0$
$\sqrt{2x^2-4x+4} \ge -x$
$2x^2-4x+4 \ge x^2$
$x^2-4x+4 \ge 0$
$(x-2)^2 \ge 0$
I cannot figure out where did I make the mistake in the first try.
Hint: Note that $$x\geq y\not\Rightarrow x^2\geq y^2$$ For instance: $$1>-2\Rightarrow1<4$$ Also, note that $$\sqrt{x}\geq0,\ \forall\ x\geq0$$ Can you figure out your mistake?