Solve quadratic equations whose discriminant is negative.
When the discriminant bยฒ โ 4ac is negative, the quadratic equation axยฒ + bx + c = 0 has no real solutions. Instead it has two complex conjugate solutions. This extends the Fundamental Theorem of Algebra: every degree-n polynomial has exactly n roots in โ.
Discriminant: 4 โ 20 = โ16. Solutions: x = (2 ยฑ โ(โ16))/2 = (2 ยฑ 4i)/2 = 1 ยฑ 2i. The two roots are 1 + 2i and 1 โ 2i.
x=22ยฑโ16โโ=22ยฑ4iโ=1ยฑ2i
๐ก
Remember This!
Complex roots of polynomials with real coefficients always come in conjugate pairs a ยฑ bi. If you know one root is 3 โ 5i, the other must be 3 + 5i.