Math Lab
Home/Class XI/Ch 4/Quadratic equations with real coefficients

Quadratic equations with real coefficients

In Class X, the equation x2+1=0x^2 + 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=0ax^2 + bx + c = 0 with real a0,b,ca \ne 0, b, c: x=b±b24ac2a.\boxed{x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.}

The expression b24acb^2 - 4ac is called the discriminant, denoted Δ\Delta or DD. Its sign decides the nature of the roots:

  • Δ>0\Delta > 0: two distinct real roots.
  • Δ=0\Delta = 0: one repeated real root (a double root).
  • Δ<0\Delta < 0: two complex conjugate roots: x=b±iΔ2ax = \dfrac{-b \pm i\sqrt{|\Delta|}}{2a}.

In all three cases, we now write the formula uniformly, allowing complex square roots.

Derivation by completing the square

Divide by aa: x2+bax+ca=0x^2 + \dfrac{b}{a}x + \dfrac{c}{a} = 0. Complete the square: (x+b2a)2=b24a2ca=b24ac4a2.\left(x + \frac{b}{2a}\right)^2 = \frac{b^2}{4a^2} - \frac{c}{a} = \frac{b^2 - 4ac}{4a^2}. Take square roots (allowed in C\mathbb{C}): x+b2a=±b24ac2a,x + \frac{b}{2a} = \pm \frac{\sqrt{b^2 - 4ac}}{2a}, so x=b±b24ac2a.\qedx = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. \qed

Conjugate root theorem

If a quadratic with real coefficients has a complex root α+iβ\alpha + i\beta with β0\beta \ne 0, then its conjugate αiβ\alpha - i\beta is also a root. Reason: taking conjugates of ax2+bx+c=0a x^2 + bx + c = 0 and using that a,b,ca, b, c are real gives axˉ2+bxˉ+c=0a \bar{x}^2 + b \bar{x} + c = 0, so xˉ\bar{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 α,β\alpha, \beta are the two roots of ax2+bx+c=0ax^2 + bx + c = 0, then α+β=ba,αβ=ca.\alpha + \beta = -\frac{b}{a}, \qquad \alpha \beta = \frac{c}{a}.

This works whether the roots are real or complex. Direct proof: factor ax2+bx+c=a(xα)(xβ)=ax2a(α+β)x+aαβa x^2 + bx + c = a(x - \alpha)(x - \beta) = ax^2 - a(\alpha + \beta) x + a\alpha\beta, then match coefficients.

Constructing a quadratic from roots

Given roots α,β\alpha, \beta: x2(α+β)x+αβ=0x^2 - (\alpha + \beta) x + \alpha\beta = 0 is a quadratic with those roots. Any scalar multiple is equivalent.

Worked examples

Example 1. Solve x25x+6=0x^2 - 5x + 6 = 0.

Δ=2524=1\Delta = 25 - 24 = 1. x=5±12=3,2x = \dfrac{5 \pm 1}{2} = 3, 2.

Example 2. Solve x2+2x+5=0x^2 + 2x + 5 = 0.

Δ=420=16\Delta = 4 - 20 = -16. x=2±162=2±4i2=1±2ix = \dfrac{-2 \pm \sqrt{-16}}{2} = \dfrac{-2 \pm 4i}{2} = -1 \pm 2i.

Example 3. Find the quadratic equation whose roots are 3+i3 + i and 3i3 - i.

Sum =6= 6, product =9+1=10= 9 + 1 = 10. Equation: x26x+10=0x^2 - 6x + 10 = 0.

Example 4. For what values of kk does x26x+k=0x^2 - 6x + k = 0 have equal roots?

Equal roots iff Δ=364k=0k=9\Delta = 36 - 4k = 0 \Rightarrow k = 9.

Example 5 (harder). If α\alpha and β\beta are the roots of x24x+5=0x^2 - 4x + 5 = 0, find a quadratic with roots α2+1,β2+1\alpha^2 + 1, \beta^2 + 1.

α+β=4\alpha + \beta = 4, αβ=5\alpha\beta = 5. α2+β2=(α+β)22αβ=1610=6\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = 16 - 10 = 6.

Sum of new roots: α2+β2+2=8\alpha^2 + \beta^2 + 2 = 8. Product of new roots: (α2+1)(β2+1)=α2β2+α2+β2+1=25+6+1=32(\alpha^2 + 1)(\beta^2 + 1) = \alpha^2 \beta^2 + \alpha^2 + \beta^2 + 1 = 25 + 6 + 1 = 32.

New quadratic: x28x+32=0x^2 - 8x + 32 = 0.

Try it yourself

  1. Solve x27x+12=0x^2 - 7x + 12 = 0.
  2. Solve x2+4x+13=0x^2 + 4x + 13 = 0.
  3. Solve 2x2+x+3=02x^2 + x + 3 = 0.
  4. Find kk such that x2+kx+9=0x^2 + kx + 9 = 0 has equal roots.
  5. Find kk such that x22(k+1)x+k2=0x^2 - 2(k+1)x + k^2 = 0 has equal roots.
  6. If α,β\alpha, \beta are roots of x23x+1=0x^2 - 3x + 1 = 0, find α2+β2\alpha^2 + \beta^2 and α3+β3\alpha^3 + \beta^3.
  7. Find a quadratic with roots 1α,1β\dfrac{1}{\alpha}, \dfrac{1}{\beta} where α,β\alpha, \beta are roots of x25x+6=0x^2 - 5x + 6 = 0.
  8. Solve x45x2+4=0x^4 - 5x^2 + 4 = 0.
  9. If one root of x2+bx+c=0x^2 + bx + c = 0 is 2+3i2 + 3i and b,cb, c are real, find b,cb, c.
  10. Solve 2x2+x+2=0\sqrt{2} x^2 + x + \sqrt{2} = 0.
  11. Find kk such that the roots of x2+(k1)x+k+1=0x^2 + (k - 1)x + k + 1 = 0 are real.
  12. Show that if the roots of ax2+bx+c=0ax^2 + bx + c = 0 are reciprocals of each other, then a=ca = 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+3i2 + 3i, the other must be 23i2 - 3i.
  • Vieta's formulas work even when roots are complex.
  • Insight. The quadratic formula, with \sqrt{\cdot} interpreted in C\mathbb{C}, is universal. Class XII's fundamental theorem of algebra extends this: every polynomial of degree nn has exactly nn complex roots (counted with multiplicity).

Practice quiz

Quick check on this topic.

Quiz
Quick check : Quadratic equations (real coefficients)
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6