Quadratic Equation Roots
In a quadratic equation with , a root is any value of that satisfies the equation: plug it in and both sides match. For example, in gives , so 2 is a root. Over the real numbers alone, an equation with a negative discriminant has no root. But over the complex numbers, every quadratic equation has two roots. When both roots are the same, as in below, we count that repeated root twice. The quadratic formula computes both roots directly from , , and :
The expression is the discriminant, denoted by . When the roots are two distinct reals. When the root is repeated. When the roots are nonreal complex. So the sign of already tells you the root type before you finish evaluating the formula.
Different Real Roots
If (or ), then the quadratic equation has two different real roots.
Example:
- The roots are: and
Equal or Repeated Roots
If (or ), then the quadratic equation has one real repeated root (two roots with the same value).
Example:
- The roots are:
Two Nonreal Complex Roots
If (or ), then the quadratic equation has two distinct non-real complex roots. For real coefficients, they form a conjugate pair.
Here defines the imaginary unit.
Example:
- The roots are: and
Relationship Between Roots and Coefficients
If and are the roots of the quadratic equation , then:
These relationships can verify calculated roots or determine the coefficient ratios and . A specific equation is fixed once the leading coefficient is also known.
Exercise
The problem asks you to classify first and solve second, so compute the discriminant before taking any square root. Checking the sum and the product afterwards shows whether the two roots belong together.
Classify and solve the equation . Then verify the roots using their sum and product.
Worked Solution
The coefficients are , , and . Its discriminant is
Because , the equation has two non-real complex roots. Apply the quadratic formula and use :
The calculation gives:
Their sum and product agree with Vieta's formulas:
Both checks use the original coefficients, so they also catch a lost sign or an incorrect denominator in the quadratic formula.