What is the discriminant of 4x^2-4x+11=0 and what does that mean?

1 Answer
Aug 5, 2015

Delta = -160

Explanation:

For a general form quadratic equation

color(blue)(ax^2 + bx + c = 0)

the discriminant is defined as

color(blue)(Delta = b^2 - 4ac)

In your case, you have

4x^2 - 4x + 11 = 0

which means that a=4, b = -4, and c=11.

The discriminat will be equal to

Delta = (-4)^2 - 4 * 4 * 11

Delta = 16 - 176 = color(green)(-160)

The fact that the discriminat is negative tells you that this quadratic has no real solutions, but that it does have two distinct imaginary roots.

Moreover, the graph of the function will have no x-intercept.

graph{4x^2 - 4x + 11 [-23.75, 27.55, 3.02, 28.68]}

The two roots will take the form

color(blue)(x_(1,2) = (-b +- sqrt(Delta))/(2a))

In your case, you have

x_(1,2) = (- (-4) +- sqrt(-160))/(2 * 4) = (4 +- sqrt(-160))/8

These roots will be complex numbers

x_(1,2) = (4 +- 4isqrt(10))/8 = {(x_1 = (1 + isqrt(10))/2), (x_2 = (1 - isqrt(10))/2) :}