Which real numbers satisfy $\frac{x^2-2x+3}{\sqrt{x^2-2x+2}}\geq 2 $ ?
A. The set of all real numbers
B. The set of all integers
C. The set of all positive real numbers
D. The set of all rational numbers
My solution is:
We consider, $x^2-2x+2=u$ then, $\frac{x^2-2x+3}{\sqrt{x^2-2x+2}}=\frac{u+1}{\sqrt{u}}\geq 2\implies (u+1)^2\geq 4u\implies u^2+1-2u\geq 0\implies (u-1)^2\geq 0,$ which is true. Hence, any $x\in\Bbb R$ satisfies $\frac{x^2-2x+3}{\sqrt{x^2-2x+2}}\geq 2.$ Also, as $u$ is always greater than $1$, so we can say option $A$ as our answer.
Is this solution correct?