This site is a work in progress. New lessons are added regularly. Contact us

Complex Roots of Quadratics

Learning goals

  • Convert to ii-form before any radical arithmetic
  • Run the quadratic formula through a negative discriminant
  • Prove the conjugate root theorem for real coefficients
  • Read the shared real part as the axis of symmetry
  • Rebuild the monic quadratic from one non-real root
  • Factor every quadratic over the complex numbers

Square roots of negative numbers, pinned down

Everything hinges on one question the real numbers could not answer: what number squares to 16-16? Inside the reals, nothing does, because a real square is never negative. But with ii in hand the question has an answer, and you can check it by squaring. For any positive real kk,

(ik)2=i2(k)2=(1)k=k,(ik)2=(i)2k=i2k=k.\left(i\sqrt{k}\right)^2 = i^2\left(\sqrt{k}\right)^2 = (-1)\,k = -k, \qquad \left(-i\sqrt{k}\right)^2 = (-i)^2 k = i^2 k = -k.

So a negative number k-k has exactly two square roots, iki\sqrt{k} and ik-i\sqrt{k}, both pure imaginary. Just as 9\sqrt{9} names the non-negative choice 33 rather than 3-3, we adopt the convention that the symbol k\sqrt{-k} names the choice iki\sqrt{k}:

k=ikfor k>0,for example 16=4i.\sqrt{-k} = i\sqrt{k} \qquad \text{for } k > 0, \qquad \text{for example } \sqrt{-16} = 4i.

The other square root, 4i-4i, is not lost; the ±\pm in the quadratic formula will supply it, exactly as it supplied 3-3 alongside 33 in the real case.

One habit must be installed before anything else, because it prevents the single most common error in this topic. The familiar radical rule ab=ab\sqrt{a}\cdot\sqrt{b} = \sqrt{ab} was proved for non-negative aa and bb, and it fails when both are negative. Convert to ii-form first, then multiply:

49=(2i)(3i)=6i2=6,not(4)(9)=36=6.\sqrt{-4}\cdot\sqrt{-9} = (2i)(3i) = 6i^2 = -6, \qquad \text{not} \qquad \sqrt{(-4)(-9)} = \sqrt{36} = 6.

The safe order of operations is always the same: rewrite every k\sqrt{-k} as iki\sqrt{k} at the moment it appears, and only then do arithmetic with the results.

Check your understanding

Rewrite 45\sqrt{-45} in terms of ii, in simplest form.

Answer choices

The formula runs to completion

Return to the derivation of the quadratic formula. Completing the square on ax2+bx+c=0ax^2 + bx + c = 0 reached the line

(x+b2a)2=Δ4a2,Δ=b24ac,\left(x + \frac{b}{2a}\right)^2 = \frac{\Delta}{4a^2}, \qquad \Delta = b^2 - 4ac,

and in Chapter 4 the case Δ<0\Delta < 0 stopped there: no real square could equal a negative number. Now nothing stops.

A negative discriminant produces the pair p±qip \pm qi#

Suppose aa, bb, cc are real, a0a \ne 0, and Δ=b24ac<0\Delta = b^2 - 4ac < 0. Write Δ=4acb2|\Delta| = 4ac - b^2, which is a positive real number, so the right side above is the negative real Δ4a2-\dfrac{|\Delta|}{4a^2}.

By the opening section, a negative real has exactly two square roots, and here they are ±iΔ2a\pm\, i\,\dfrac{\sqrt{|\Delta|}}{2|a|}, since squaring either one gives Δ4a2-\dfrac{|\Delta|}{4a^2}. The ±\pm already supplies both signs, so replacing 2a2|a| by 2a2a merely trades which sign is which, exactly as in the real derivation. Therefore

x+b2a=±i4acb22a,x + \frac{b}{2a} = \pm\, i\,\frac{\sqrt{4ac - b^2}}{2a},

and subtracting b2a\tfrac{b}{2a} gives the two solutions

x=b2a  ±  4acb22ai.x = -\frac{b}{2a} \;\pm\; \frac{\sqrt{4ac - b^2}}{2a}\, i.

Both fractions are real numbers: the radicand 4acb24ac - b^2 is positive, so its real square root exists. Name them

p=b2a,q=4acb22a,p = -\frac{b}{2a}, \qquad q = \frac{\sqrt{4ac - b^2}}{2a},

and the two roots are exactly p+qip + qi and pqip - qi, with q0q \ne 0 because the radicand is strictly positive. In practice you do not re-derive this: you run the ordinary quadratic formula and read Δ\sqrt{\Delta} as iΔi\sqrt{|\Delta|} the moment Δ\Delta is negative. The formula never needed changing; it needed numbers that could finish it.

Two features of the answer deserve a hard look before any examples. First, the real part p=b2ap = -\tfrac{b}{2a} is the axis of symmetry, the same axis the real roots straddled in Chapter 4. The roots still straddle it; the offset ±q\pm q has simply rotated off the real line into the imaginary direction. Second, the two roots have the same real part and opposite imaginary parts, so each is the conjugate of the other. That is not a small remark, and the next section proves it is no accident of the formula.

Worked example 1 The discriminant is negative; solve anyway

Solve x26x+13=0x^2 - 6x + 13 = 0.

Here a=1a = 1, b=6b = -6, c=13c = 13, so the discriminant is

Δ=(6)24(1)(13)=3652=16.\Delta = (-6)^2 - 4(1)(13) = 36 - 52 = -16.

In Chapter 4 this was the end: no real solutions. Now read 16=4i\sqrt{-16} = 4i and keep going:

x=6±162=6±4i2=3±2i.x = \frac{6 \pm \sqrt{-16}}{2} = \frac{6 \pm 4i}{2} = 3 \pm 2i.

The two roots are 3+2i3 + 2i and 32i3 - 2i, a conjugate pair with real part on the axis x=3x = 3. A root this surprising deserves a direct check. Substitute x=3+2ix = 3 + 2i, using (3+2i)2=9+12i+4i2=5+12i(3 + 2i)^2 = 9 + 12i + 4i^2 = 5 + 12i:

(5+12i)6(3+2i)+13=5+12i1812i+13=0.(5 + 12i) - 6(3 + 2i) + 13 = 5 + 12i - 18 - 12i + 13 = 0.

It works, with the imaginary parts cancelling on their own. The conjugate 32i3 - 2i checks the same way, with every ii replaced by i-i throughout.

Worked example 2 A leading coefficient and fraction roots

Solve 4x28x+13=04x^2 - 8x + 13 = 0.

With a=4a = 4, b=8b = -8, c=13c = 13,

Δ=(8)24(4)(13)=64208=144,144=12i.\Delta = (-8)^2 - 4(4)(13) = 64 - 208 = -144, \qquad \sqrt{-144} = 12i.

Now apply the formula, and divide both terms of the numerator by the full denominator 2a=82a = 8:

x=8±12i8=1±32i.x = \frac{8 \pm 12i}{8} = 1 \pm \frac{3}{2}\,i.

Here p=1p = 1 and q=32q = \tfrac{3}{2}. Sanity checks are cheap and worth the seconds: the real part 11 should be the axis b2a=88=1-\tfrac{b}{2a} = \tfrac{8}{8} = 1, and it is. Leaving the answer as 8±12i8\tfrac{8 \pm 12i}{8} unreduced, or dividing only the 88 and not the 12i12i, are the two standard ways this problem goes wrong.

Check your understanding

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

Answer choices

Worked example 3 An irrational imaginary part

Solve x2+3x+3=0x^2 + 3x + 3 = 0.

The discriminant is Δ=324(1)(3)=912=3\Delta = 3^2 - 4(1)(3) = 9 - 12 = -3, so 3=i3\sqrt{-3} = i\sqrt{3} and

x=3±i32=32±32i.x = \frac{-3 \pm i\sqrt{3}}{2} = -\frac{3}{2} \pm \frac{\sqrt{3}}{2}\,i.

Both forms name the same pair; the second displays the real and imaginary parts p=32p = -\tfrac{3}{2} and q=32q = \tfrac{\sqrt{3}}{2} explicitly. Nothing requires qq to be a whole number or even rational: the imaginary part inherits whatever radical Δ\sqrt{|\Delta|} leaves behind, exactly as irrational real roots did in Chapter 4.

Non-real roots always arrive in conjugate pairs

The formula handed us conjugate pairs, but that could in principle be a habit of the formula rather than a law of the equations. It is a law. Real coefficients alone force it, by an argument that never mentions the quadratic formula and will survive, word for word, for polynomials of every degree.

The conjugate root theorem for quadratics#

Let aa, bb, cc be real with a0a \ne 0, and suppose the complex number zz satisfies az2+bz+c=0az^2 + bz + c = 0. We claim z\overline{z} satisfies it too.

The proof rests on how conjugation interacts with arithmetic, so verify that first. Write w=p+qiw = p + qi and v=r+siv = r + si with p,q,r,sp, q, r, s real. For addition, w+v=(p+r)+(q+s)iw + v = (p + r) + (q + s)i, so

w+v=(p+r)(q+s)i=(pqi)+(rsi)=w+v.\overline{w + v} = (p + r) - (q + s)i = (p - qi) + (r - si) = \overline{w} + \overline{v}.

For multiplication, expanding wvwv gives wv=(prqs)+(ps+qr)iwv = (pr - qs) + (ps + qr)i, so wv=(prqs)(ps+qr)i\overline{wv} = (pr - qs) - (ps + qr)i; and multiplying the conjugates directly,

wv=(pqi)(rsi)=prpsiqri+qsi2=(prqs)(ps+qr)i,\overline{w}\,\overline{v} = (p - qi)(r - si) = pr - psi - qri + qs\,i^2 = (pr - qs) - (ps + qr)i,

the same number. So conjugation passes through sums and through products, and in particular z2=z2\overline{z^2} = \overline{z}^{\,2}. Finally, a real number r=r+0ir = r + 0i is its own conjugate.

Now conjugate the whole equation az2+bz+c=0az^2 + bz + c = 0. The right side is real, so it conjugates to itself, 0=0\overline{0} = 0. The left side is a sum of products, so the conjugate passes through every join, and the real coefficients aa, bb, cc come through unchanged:

0=az2+bz+c=az2+bz+c=az2+bz+c.0 = \overline{az^2 + bz + c} = \overline{a}\,\overline{z}^{\,2} + \overline{b}\,\overline{z} + \overline{c} = a\overline{z}^{\,2} + b\overline{z} + c.

That last expression is the original quadratic evaluated at z\overline{z}, and it equals 00, so z\overline{z} is a root.

Read the theorem’s fine print, because both halves of it matter. When zz is real, z=z\overline{z} = z and the statement says nothing new; its full force is for non-real roots, which it forbids from ever appearing alone. A quadratic with real coefficients therefore has exactly three possible root inventories: two distinct real roots, one repeated real root, or a conjugate pair off the real line. “One real root and one non-real root” is not on the list, for any real coefficients whatsoever. And the hypothesis is not decoration: the quadratic x22ix1=(xi)2x^2 - 2ix - 1 = (x - i)^2 has the double root ii, and its conjugate i-i is not a root at all. No contradiction, because the coefficient 2i-2i is not real. State the theorem with its hypothesis attached, every time.

No real crossing, yet two complex rootsLeft, a parabola with vertex above the x-axis, never touching it. Right, the complex plane with the conjugate pair p plus q i and p minus q i reflected across the real axis.xΔ < 0no real crossingReImp + qip − qiΔ < 0a conjugate pair
The same equation seen twice. On the real line the parabola with negative discriminant never meets the x-axis, so no real root exists. In the complex plane the two roots are there all along, sitting at p + qi and p - qi, mirror images of each other across the real axis.

Sum and product still tell the truth

Chapter 4 closed with the relations r1+r2=bar_1 + r_2 = -\tfrac{b}{a} and r1r2=car_1 r_2 = \tfrac{c}{a}, but the proof there leaned on a factorization over the reals, which assumed the roots were real. Do the relations survive the move off the real line? They do, and the cleanest way to see it is to compute both quantities straight from the pair p±qip \pm qi. The sum is immediate, because the imaginary parts cancel:

(p+qi)+(pqi)=2p=2(b2a)=ba.(p + qi) + (p - qi) = 2p = 2\left(-\frac{b}{2a}\right) = -\frac{b}{a}.

The product is a conjugate product, the difference of squares in disguise:

(p+qi)(pqi)=p2(qi)2=p2q2i2=p2+q2,(p + qi)(p - qi) = p^2 - (qi)^2 = p^2 - q^2 i^2 = p^2 + q^2,

and substituting the formulas for pp and qq collapses it to a single fraction:

p2+q2=b24a2+4acb24a2=4ac4a2=ca.p^2 + q^2 = \frac{b^2}{4a^2} + \frac{4ac - b^2}{4a^2} = \frac{4ac}{4a^2} = \frac{c}{a}.

Both relations hold verbatim, so everything you learned to do with sums and products of roots still works when the roots are complex. Two extra facts fall out of the product for free. First, p2+q2p^2 + q^2 is a sum of real squares with q0q \ne 0, so it is strictly positive. Therefore, whenever a real quadratic has non-real roots, ca>0\tfrac{c}{a} > 0, meaning aa and cc must share a sign. That agrees with the discriminant, since b2<4acb^2 < 4ac forces ac>b240ac > \tfrac{b^2}{4} \ge 0. Second, the previous lesson measured a complex number’s distance from the origin by its modulus, with z2=p2+q2|z|^2 = p^2 + q^2. So the product of a conjugate pair is exactly the squared modulus of either root:

r1r2=z2=ca.r_1 r_2 = |z|^2 = \frac{c}{a}.

For a monic quadratic x2+bx+cx^2 + bx + c with non-real roots, each root sits at distance c\sqrt{c} from the origin of the complex plane. The coefficients were carrying geometry the whole time.

The practical payoff is reconstruction. One non-real root of a real quadratic determines everything, because the conjugate theorem hands you the other root, and then the sum and product hand you the coefficients. A monic quadratic with roots p±qip \pm qi must be

x2(sum)x+(product)=x22px+(p2+q2).x^2 - (\text{sum})\,x + (\text{product}) = x^2 - 2p\,x + \left(p^2 + q^2\right).

Worked example 4 Rebuild the quadratic from one root

A monic quadratic with real coefficients has 2+i52 + i\sqrt{5} as one of its roots. Find the quadratic.

Real coefficients force the other root to be the conjugate, 2i52 - i\sqrt{5}. Now compute the sum and the product. The sum is 2p=42p = 4. The product is the squared modulus:

(2+i5)(2i5)=22+(5)2=4+5=9.\left(2 + i\sqrt{5}\right)\left(2 - i\sqrt{5}\right) = 2^2 + \left(\sqrt{5}\right)^2 = 4 + 5 = 9.

The monic quadratic with that sum and product is

x24x+9=0.x^2 - 4x + 9 = 0.

Verify by solving it: Δ=1636=20\Delta = 16 - 36 = -20, so x=4±2i52=2±i5x = \tfrac{4 \pm 2i\sqrt{5}}{2} = 2 \pm i\sqrt{5}, recovering the given root and its conjugate. One complex root pinned down the entire equation, up to an overall scalar.

Check your understanding

A monic quadratic with real coefficients has 6+i6 + i as one root. Which equation is it?

Answer choices

Every quadratic factors completely now

The factoring lesson in Chapter 4 insisted that “factors” is meaningless until you name the number system. Over the reals a quadratic with Δ<0\Delta < 0 is genuinely irreducible: no real roots, so no real linear factors. Over the complex numbers the last holdouts fall. If zz and z\overline{z} are the roots, then

a(xz)(xz)=a(x2(z+z)x+zz)=a(x2(ba)x+ca)=ax2+bx+c,\begin{aligned} a(x - z)(x - \overline{z}) &= a\left(x^2 - \left(z + \overline{z}\right)x + z\overline{z}\right) \\ &= a\left(x^2 - \left(-\frac{b}{a}\right)x + \frac{c}{a}\right) = ax^2 + bx + c, \end{aligned}

using the sum and product just proved. So every quadratic, without exception, splits into two linear factors once complex numbers are available. The simplest cases are the most striking: x2+25=x2(5i)2=(x5i)(x+5i)x^2 + 25 = x^2 - (5i)^2 = (x - 5i)(x + 5i) is a difference of squares in disguise, and x24x+5x^2 - 4x + 5, irreducible over the reals, factors as (x2i)(x2+i)(x - 2 - i)(x - 2 + i).

Step back and look at what happened to the discriminant’s trichotomy. Over the reals it counted roots: two, one, or none. Over the complex numbers the count is always the same, exactly two roots counted with multiplicity, and the discriminant’s job shrinks to saying where they live. If Δ>0\Delta > 0 they sit at two points of the real line; if Δ=0\Delta = 0 they coincide at one real point. If Δ<0\Delta < 0 they leave the line and stand as a conjugate pair, one above it and one below. Nothing is ever missing. This is the degree-two case of a much bigger theorem, the Fundamental Theorem of Algebra, which a later chapter will state for polynomials of every degree. That theorem reads: over the complex numbers, a degree-nn polynomial always has exactly nn roots with multiplicity. Quadratics are where that promise is first kept.

Worked example 5 Designing the root type

For which real values of kk does x2+kx+9=0x^2 + kx + 9 = 0 have a conjugate pair of non-real roots?

Non-real roots happen exactly when the discriminant is negative. With a=1a = 1, b=kb = k, c=9c = 9,

Δ=k236<0k2<366<k<6,\Delta = k^2 - 36 < 0 \quad\Longleftrightarrow\quad k^2 < 36 \quad\Longleftrightarrow\quad -6 < k < 6,

solving the quadratic inequality as in Chapter 4. This is the same equation whose knife edge you found in the Quadratic Formula lesson: there, k=±6k = \pm 6 produced the single repeated root. Now the whole design space is mapped. For 6<k<6-6 < k < 6 the roots are the conjugate pair k2±36k22i-\tfrac{k}{2} \pm \tfrac{\sqrt{36 - k^2}}{2}\,i; at k=±6k = \pm 6 they merge into the double root 3\mp 3; and for k>6|k| > 6 they separate along the real line. As kk sweeps through, the two roots move continuously, meeting on the axis and then splitting off it. No value of kk leaves the equation rootless.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Some insults harden into ordinary technical terms. This is one of them.

By the 1630s algebra had noticed an odd gap in the counting of roots. A quadratic ought to deliver two, a cubic three, a quartic four. The count kept coming up short, because certain roots were no measured amount at all. Gerolamo Cardano had already met such a pair in 1545. He split 1010 into two parts whose product is 4040, then walked away calling the answer useless.

Rene Descartes, the philosopher who rebuilt geometry on coordinates, named that gap in 1637. An equation has as many roots as its degree, he wrote, but some are merely imagined. He meant it as an insult. A genuine root you can locate on a line, while an imagined one was, he supposed, a piece of bookkeeping that kept the count tidy.

The word survived, and it has misled students ever since. Nothing about 5+2i5 + 2i is imagined. It is as solid as 2\sqrt{2}, and you can add it, multiply it, and return it to the equation. The adjective carries an old opinion, not a property of the number.

What Descartes could not deliver, this lesson does. A negative discriminant no longer stops the quadratic formula, and no longer earns a shrug. The formula returns a conjugate pair p±qip \pm qi, so the count he could only imagine is finally exact.