This site is a work in progress. New lessons are added regularly.
Contact us
Complex Roots of Quadratics
Learning goals
Convert to i-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?
Inside the reals, nothing does, because a real square is never negative. But with i in hand the
question has an answer, and you can check it by squaring. For any positive real k,
(ik)2=i2(k)2=(−1)k=−k,(−ik)2=(−i)2k=i2k=−k.
So a negative number −k has exactly two square roots, ik and −ik, both pure
imaginary. Just as 9 names the non-negative choice 3 rather than −3, we adopt the
convention that the symbol −k names the choice ik:
−k=ikfor k>0,for example −16=4i.
The other square root, −4i, is not lost; the ± in the quadratic formula will supply it, exactly
as it supplied −3 alongside 3 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 a⋅b=ab was proved for non-negative
a and b, and it fails when both are negative. Convert to i-form first, then multiply:
−4⋅−9=(2i)(3i)=6i2=−6,not(−4)(−9)=36=6.
The safe order of operations is always the same: rewrite every −k as ik at the
moment it appears, and only then do arithmetic with the results.
Check your understanding
Rewrite −45 in terms of i, in simplest form.
Pull out the i first, then simplify the real radical.
−45=i45=i9⋅5=3i5
Check by squaring: (3i5)2=9i25=−45, as required.
The formula runs to completion
Return to the derivation of the quadratic formula. Completing the square on ax2+bx+c=0
reached the line
(x+2ab)2=4a2Δ,Δ=b2−4ac,
and in Chapter 4 the case Δ<0 stopped there: no real square could equal a negative number.
Now nothing stops.
Suppose a, b, c are real, a=0, and Δ=b2−4ac<0. Write ∣Δ∣=4ac−b2,
which is a positive real number, so the right side above is the negative real
−4a2∣Δ∣.
By the opening section, a negative real has exactly two square roots, and here they are
±i2∣a∣∣Δ∣, since squaring either one gives
−4a2∣Δ∣. The ± already supplies both signs, so replacing 2∣a∣ by 2a merely
trades which sign is which, exactly as in the real derivation. Therefore
x+2ab=±i2a4ac−b2,
and subtracting 2ab gives the two solutions
x=−2ab±2a4ac−b2i.
Both fractions are real numbers: the radicand 4ac−b2 is positive, so its real square root
exists. Name them
p=−2ab,q=2a4ac−b2,
and the two roots are exactly p+qi and p−qi, with q=0 because the radicand is strictly
positive. In practice you do not re-derive this: you run the ordinary quadratic formula and read
Δ as i∣Δ∣ the moment Δ 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=−2ab is the axis of symmetry, the same axis the real roots straddled in Chapter 4.
The roots still straddle it; the offset ±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 1The discriminant is negative; solve anyway
Solve x2−6x+13=0.
Here a=1, b=−6, c=13, so the discriminant is
Δ=(−6)2−4(1)(13)=36−52=−16.
In Chapter 4 this was the end: no real solutions. Now read −16=4i and keep going:
x=26±−16=26±4i=3±2i.
The two roots are 3+2i and 3−2i, a conjugate pair with real part on the axis x=3. A root
this surprising deserves a direct check. Substitute x=3+2i, using
(3+2i)2=9+12i+4i2=5+12i:
(5+12i)−6(3+2i)+13=5+12i−18−12i+13=0.
It works, with the imaginary parts cancelling on their own. The conjugate 3−2i checks the same
way, with every i replaced by −i throughout.
Worked example 2A leading coefficient and fraction roots
Solve 4x2−8x+13=0.
With a=4, b=−8, c=13,
Δ=(−8)2−4(4)(13)=64−208=−144,−144=12i.
Now apply the formula, and divide both terms of the numerator by the full denominator 2a=8:
x=88±12i=1±23i.
Here p=1 and q=23. Sanity checks are cheap and worth the seconds: the real part 1
should be the axis −2ab=88=1, and it is. Leaving the answer as
88±12i unreduced, or dividing only the 8 and not the 12i, are the two standard
ways this problem goes wrong.
Check your understanding
Solve x2+4x+5=0.
Compute the discriminant first: Δ=42−4(1)(5)=16−20=−4, so −4=2i.
x=2−4±2i=−2±i
Both terms of the numerator are divided by 2, so the roots are the conjugate pair −2+i and −2−i.
Worked example 3An irrational imaginary part
Solve x2+3x+3=0.
The discriminant is Δ=32−4(1)(3)=9−12=−3, so −3=i3 and
x=2−3±i3=−23±23i.
Both forms name the same pair; the second displays the real and imaginary parts
p=−23 and q=23 explicitly. Nothing requires q to be a whole
number or even rational: the imaginary part inherits whatever radical ∣Δ∣ 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.
Let a, b, c be real with a=0, and suppose the complex number z satisfies
az2+bz+c=0. We claim z satisfies it too.
The proof rests on how conjugation interacts with arithmetic, so verify that first. Write
w=p+qi and v=r+si with p,q,r,s real. For addition,
w+v=(p+r)+(q+s)i, so
w+v=(p+r)−(q+s)i=(p−qi)+(r−si)=w+v.
For multiplication, expanding wv gives wv=(pr−qs)+(ps+qr)i, so
wv=(pr−qs)−(ps+qr)i; and multiplying the conjugates directly,
wv=(p−qi)(r−si)=pr−psi−qri+qsi2=(pr−qs)−(ps+qr)i,
the same number. So conjugation passes through sums and through products, and in particular
z2=z2. Finally, a real number r=r+0i is its own conjugate.
Now conjugate the whole equation az2+bz+c=0. The right side is real, so it conjugates to
itself, 0=0. The left side is a sum of products, so the conjugate passes through every
join, and the real coefficients a, b, c come through unchanged:
0=az2+bz+c=az2+bz+c=az2+bz+c.
That last expression is the original quadratic evaluated at z, and it equals 0, so
z is a root.
∎
Read the theorem’s fine print, because both halves of it matter. When z is real, 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 x2−2ix−1=(x−i)2 has the double root i,
and its conjugate −i is not a root at all. No contradiction, because the coefficient −2i is not
real. State the theorem with its hypothesis attached, every time.
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=−ab and r1r2=ac, 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±qi. The sum is immediate, because the imaginary parts
cancel:
(p+qi)+(p−qi)=2p=2(−2ab)=−ab.
The product is a conjugate product, the difference of squares in disguise:
(p+qi)(p−qi)=p2−(qi)2=p2−q2i2=p2+q2,
and substituting the formulas for p and q collapses it to a single fraction:
p2+q2=4a2b2+4a24ac−b2=4a24ac=ac.
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+q2 is a sum of real squares with q=0, so it is strictly positive. Therefore, whenever
a real quadratic has non-real roots, ac>0, meaning a and c must share a sign. That
agrees with the discriminant, since b2<4ac forces ac>4b2≥0. Second, the
previous lesson measured a complex number’s distance from the origin by its modulus, with
∣z∣2=p2+q2. So the product of a conjugate pair is exactly the squared modulus of either
root:
r1r2=∣z∣2=ac.
For a monic quadratic x2+bx+c with non-real roots, each root sits at distance 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±qi must be
x2−(sum)x+(product)=x2−2px+(p2+q2).
Worked example 4Rebuild the quadratic from one root
A monic quadratic with real coefficients has 2+i5 as one of its roots. Find the quadratic.
Real coefficients force the other root to be the conjugate, 2−i5. Now compute the sum and
the product. The sum is 2p=4. The product is the squared modulus:
(2+i5)(2−i5)=22+(5)2=4+5=9.
The monic quadratic with that sum and product is
x2−4x+9=0.
Verify by solving it: Δ=16−36=−20, so
x=24±2i5=2±i5, 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+i as one root. Which equation is it?
The other root is the conjugate 6−i, so the sum is 12 and the product is the squared modulus.
(6+i)(6−i)=36+1=37
A monic quadratic is x2−(sum)x+(product), which is x2−12x+37=0.
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 is genuinely irreducible: no real roots, so no
real linear factors. Over the complex numbers the last holdouts fall. If z and z
are the roots, then
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=(x−5i)(x+5i) is a difference of squares in disguise, and
x2−4x+5, irreducible over the reals, factors as (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 they sit at two points of the real line; if Δ=0 they coincide at one real
point. If Δ<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-n polynomial always has exactly n roots
with multiplicity. Quadratics are where that promise is first kept.
Worked example 5Designing the root type
For which real values of k does x2+kx+9=0 have a conjugate pair of non-real roots?
Non-real roots happen exactly when the discriminant is negative. With a=1, b=k, c=9,
Δ=k2−36<0⟺k2<36⟺−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=±6 produced the single repeated root. Now the
whole design space is mapped. For −6<k<6 the roots are the conjugate pair
−2k±236−k2i; at k=±6 they merge into the double root
∓3; and for ∣k∣>6 they separate along the real line. As k sweeps through, the two roots
move continuously, meeting on the axis and then splitting off it. No value of k leaves the
equation rootless.
Common mistakes
Practice
Multiple Choice Questions (MCQ)
Progressively harder sets of questions. Each opens on its own page.
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.
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 10 into two
parts whose product is 40, 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+2i is imagined. It is as
solid as 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±qi, so
the count he could only imagine is finally exact.