Find all numbers $x$ for which $x^2 - 2x + 2 >0$.
Usually I can solve this type of questions simply by finding the zero's through factoring/quadratic equation and then imagining the graph. But what do I do if the discriminant ($b^2 - 4ac$) is negative so I get a negative number under the square root sign in the quadratic formula?
Thanks a lot
You can complete the square, which changes the inequality to $$(x-1)^2+1>0$$ Note that this is true for all $x$, because $(x-1)^2\ge 0$.