Find all numbers $x$ for which $x^2 - 2x + 2 >0$

133 Views Asked by At

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

3

There are 3 best solutions below

0
On

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$.

0
On

The discriminant of $x^2-2x+2=0$ is $b^2-4ac=(-2)^2-4(2)(1)=-4$. Meaning this quadratic has no solution.

And since $a>0$, this parabola opens upwards. Meaning any $x$ input produces a $y$ value greater than $0$.

0
On

Let $f(x) = ax^2 + bx +c$. If $f(x)$ never equals $0$ then the graph of this parabola can never cross the $x$ axis. So $f(x)$ is either always positive or it is always negative.

$f(x) = x^2 -2x + 2$ is never equal to zero as $b^2 - 4ac = 4 - 8 = -4 < 0$ as you pointed out. So it is either always positive or always negative.

$f(0) = 2 > 0$ so $f(x)$ is always positive.

So $x^2 -2x + 2 > 0$ for all real $x$.