In Class X, the equation x2+1=0 had "no solution". With complex numbers in hand, every quadratic with real coefficients has exactly two complex roots (counting a repeated root twice). This subtopic puts the quadratic formula in its full Class-XI form.
The quadratic formula
For ax2+bx+c=0 with real a=0,b,c:
x=2a−b±b2−4ac.
The expression b2−4ac is called the discriminant, denoted Δ or D. Its sign decides the nature of the roots:
Δ>0: two distinct real roots.
Δ=0: one repeated real root (a double root).
Δ<0: two complex conjugate roots: x=2a−b±i∣Δ∣.
In all three cases, we now write the formula uniformly, allowing complex square roots.
Derivation by completing the square
Divide by a: x2+abx+ac=0. Complete the square:
(x+2ab)2=4a2b2−ac=4a2b2−4ac.
Take square roots (allowed in C):
x+2ab=±2ab2−4ac,
so
x=2a−b±b2−4ac.\qed
Conjugate root theorem
If a quadratic with real coefficients has a complex root α+iβ with β=0, then its conjugate α−iβ is also a root. Reason: taking conjugates of ax2+bx+c=0 and using that a,b,c are real gives axˉ2+bxˉ+c=0, so xˉ is also a root.
This is why complex roots of a real quadratic always come in conjugate pairs.
Sum and product of roots (Vieta's formulas)
If α,β are the two roots of ax2+bx+c=0, then
α+β=−ab,αβ=ac.
This works whether the roots are real or complex. Direct proof: factor ax2+bx+c=a(x−α)(x−β)=ax2−a(α+β)x+aαβ, then match coefficients.
Constructing a quadratic from roots
Given roots α,β:
x2−(α+β)x+αβ=0
is a quadratic with those roots. Any scalar multiple is equivalent.
Worked examples
Example 1. Solve x2−5x+6=0.
Δ=25−24=1. x=25±1=3,2.
Example 2. Solve x2+2x+5=0.
Δ=4−20=−16. x=2−2±−16=2−2±4i=−1±2i.
Example 3. Find the quadratic equation whose roots are 3+i and 3−i.
Sum =6, product =9+1=10. Equation: x2−6x+10=0.
Example 4. For what values of k does x2−6x+k=0 have equal roots?
Equal roots iff Δ=36−4k=0⇒k=9.
Example 5 (harder). If α and β are the roots of x2−4x+5=0, find a quadratic with roots α2+1,β2+1.
α+β=4, αβ=5. α2+β2=(α+β)2−2αβ=16−10=6.
Sum of new roots: α2+β2+2=8.
Product of new roots: (α2+1)(β2+1)=α2β2+α2+β2+1=25+6+1=32.
New quadratic: x2−8x+32=0.
Try it yourself
Solve x2−7x+12=0.
Solve x2+4x+13=0.
Solve 2x2+x+3=0.
Find k such that x2+kx+9=0 has equal roots.
Find k such that x2−2(k+1)x+k2=0 has equal roots.
If α,β are roots of x2−3x+1=0, find α2+β2 and α3+β3.
Find a quadratic with roots α1,β1 where α,β are roots of x2−5x+6=0.
Solve x4−5x2+4=0.
If one root of x2+bx+c=0 is 2+3i and b,c are real, find b,c.
Solve 2x2+x+2=0.
Find k such that the roots of x2+(k−1)x+k+1=0 are real.
Show that if the roots of ax2+bx+c=0 are reciprocals of each other, then a=c.
Pitfalls / Tricks
Always state the nature of the roots before writing them: discriminant first.
Complex roots of a real quadratic come in conjugate pairs. If one root is given as 2+3i, the other must be 2−3i.
Vieta's formulas work even when roots are complex.
Insight. The quadratic formula, with ⋅ interpreted in C, is universal. Class XII's fundamental theorem of algebra extends this: every polynomial of degree n has exactly n complex roots (counted with multiplicity).