You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The complex conjugate is the single most useful companion to a complex number. Flipping the sign of the imaginary part gives a partner zˉ whose interaction with z is always real — and this one fact powers division, modulus calculations, and the cornerstone result of this lesson: the conjugate root theorem, which forces complex roots of real-coefficient polynomials to appear in pairs. That theorem turns a single complex root into a complete factorisation of a cubic or quartic, which is why "given that z is a root, find the others" is one of the most reliable styles of question in the whole strand — and one you should aim to answer almost mechanically.
This is compulsory pure content for Papers 1 & 2, and one of the most heavily examined parts of the complex-numbers strand. It blends AO1 (find a conjugate, form a quadratic factor, divide a polynomial) with substantial AO2 (state and use the conjugate root theorem, justify why the resulting quadratic factor is real) and AO3 (assemble these into a multi-step "find all roots" problem). It links forward to the algebra of polynomial roots (sums and products of roots) in the further-algebra strand.
For z=a+bi, the complex conjugate is
zˉ=a−bi
— the reflection of z in the real axis (geometrically; see Argand diagrams). The conjugate behaves beautifully under every operation:
| Property | Formula |
|---|---|
| Involution | zˉ=z |
| Sum / difference | z±w=zˉ±wˉ |
| Product | zw=zˉwˉ |
| Quotient | (z/w)=zˉ/wˉ |
| Real part | z+zˉ=2Re(z) |
| Imaginary part | z−zˉ=2iIm(z) |
| Conjugate product | $z\bar z = a^2 + b^2 = |
| Fixed points | z=zˉ⟺z∈R |
The two structural rules z+w=zˉ+wˉ and zw=zˉwˉ say that conjugation respects all polynomial arithmetic — which is exactly what the conjugate root theorem needs. They are easy to prove directly; for the product, write z=a+bi, w=c+di:
zwzˉwˉ=(ac−bd)+(ad+bc)i=(ac−bd)−(ad+bc)i,=(a−bi)(c−di)=(ac−bd)−(ad+bc)i,
and the two agree. The sum rule is even more immediate. By induction these extend to any finite sum or product, so zk=zˉk and conjugation passes through any polynomial with real coefficients — the engine of the theorem below.
Theorem. If p(x) is a polynomial with real coefficients and z=a+bi (with b=0) is a root, then zˉ=a−bi is also a root.
Proof. Write p(x)=cnxn+⋯+c1x+c0 with every ck∈R, so ckˉ=ck. Suppose p(z)=0. Take the conjugate of both sides and use that conjugation distributes over sums and products:
p(z)=∑k=0nckzk=∑k=0nckzˉk=p(zˉ).
But p(z)=0ˉ=0, so p(zˉ)=0: zˉ is a root. ■
Consequences. Complex roots of real polynomials occur in conjugate pairs, so a real polynomial has an even number of non-real roots. Several useful facts follow immediately:
The theorem is also the reason these questions are answerable in an exam: a single complex root is "worth two," instantly handing you a real quadratic factor and collapsing the problem by two degrees.
A conjugate pair a±bi gives a quadratic factor with real coefficients:
(x−(a+bi))(x−(a−bi))=(x−a)2+b2=x2−2ax+(a2+b2).
Equivalently, with s=z+zˉ=2a (sum) and p=zzˉ=a2+b2 (product), the factor is x2−sx+p. This is the bridge from "I know one complex root" to "I have a real factor I can divide out."
Almost every "find all the roots" question follows the same four-step recipe, and writing the steps explicitly is what earns the method marks:
For a cubic, step 3 leaves a linear factor and step 4 is a single division; for a quartic, the remaining factor is a quadratic which may itself have real or a second conjugate pair of roots.
Given z=4−3i, find z+zˉ, z−zˉ and zzˉ.
With zˉ=4+3i:
z+zˉ=8=2Re(z),z−zˉ=−6i=2iIm(z),zzˉ=16+9=25=∣z∣2.
(B1 each — three independent results; note zzˉ is real and equals ∣z∣2.) These three identities are worth internalising: they let you extract the real part, imaginary part and squared modulus of any z purely from z and zˉ, without re-reading off a and b. They are used constantly when proving locus equations and when manipulating expressions that mix z with zˉ.
p(x)=x3−5x2+11x−15 has root x=1+2i. Find all roots.
Real coefficients⇒x=1−2i is also a root.(M1 state conjugate) Quadratic factor: x2−(z+zˉ)x+zzˉ=x2−2x+5.(M1 form factor, A1) p(x)=(x2−2x+5)(x−c); constant term 5(−c)=−15⇒c=3.(M1 divide/compare, A1)
Roots: 1+2i, 1−2i, 3. Check: (x2−2x+5)(x−3) expands to x3−5x2+11x−15 ✓.
q(x)=x4−2x3+6x2−8x+8 has root x=2i. Find all roots.
⇒x=−2i is a root; factor x2−(2i−2i)x+(2i)(−2i)=x2+4.(M1 M1) q(x)=(x2+4)(x2−2x+2)(M1 division, A1) x2−2x+2=0⇒Δ=4−8=−4⇒x=22±2i=1±i.(A1)
All four roots: 2i, −2i, 1+i, 1−i. (Check: the two real quadratic factors x2+4 and x2−2x+2 multiply back to q(x) ✓.)
Solve p(x)=2x3−9x2+14x−5=0 given that 2−i is a root.
The conjugate 2+i is also a root, giving the real quadratic factor
x2−(z+zˉ)x+zzˉ=x2−4x+5.(M1)
Since the leading coefficient is 2, write p(x)=(x2−4x+5)(2x+k) and find k by comparing coefficients:
(x2−4x+5)(2x+k)=2x3+(k−8)x2+(20−4k)x+5k.(M1 expand)
Comparing the constant term 5k=−5 gives k=−1 (and the x2 coefficient checks: k−8=−9 ✓). So the third factor is 2x−1, giving the real root x=21. (A1.)
The three roots are 2−i, 2+i, 21. (Comparing coefficients is often quicker and cleaner than long division when the leading coefficient is not 1 — choose whichever you find more reliable.)
Solve x4+13x2+36=0.
This is a quadratic in x2: let u=x2, so u2+13u+36=0, which factors as (u+4)(u+9)=0. (M1 spot the quadratic-in-x2; A1 factor.) Hence x2=−4 or x2=−9, giving
x=±2iorx=±3i.(A1 all four roots)
All four roots are purely imaginary, forming two conjugate pairs {2i,−2i} and {3i,−3i} — fully consistent with a real-coefficient quartic having an even number of non-real roots.
(specimen-style — not from any past paper)
(a) Show that x=−1+3i is a root of f(x)=x3+6x−20… in fact, form the cubic with real coefficients whose roots are 2 and −1+3i.
The third root is the conjugate −1−3i. The conjugate-pair factor is
(x−(−1+3i))(x−(−1−3i))=(x+1)2+9=x2+2x+10.
Multiplying by the real-root factor (x−2):
f(x)=(x−2)(x2+2x+10)=x3+2x2+10x−2x2−4x−20=x3+6x−20.
(Verify: f(2)=8+12−20=0 ✓, confirming x=2 is a root.)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.