Skip to content
M
hscscience Ext 2 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 13 · L05 of 12 ~40 min ⚡ +90 XP available

Conjugate Root Theorem

When a polynomial has real coefficients, the complex roots refuse to come alone — they always show up in conjugate pairs. This single fact lets you recover missing roots from a partial factorisation, build polynomials from prescribed complex zeros, and factor any real polynomial as a product of real linear and real quadratic pieces. This lesson proves the theorem, then turns it into a toolkit.

Today's hook — The cubic $P(z) = z^3 - 5z^2 + 11z - 15$ has all real coefficients and one root is $z = 2 + i$. Before reading on, write down a second root without doing any work. Why does it have to be that? Compare your answer after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

If $z = 3 - 2i$, write $\bar{z}$ and compute $z + \bar{z}$ and $z\bar{z}$. Before checking — both sums should be real. Why does that matter when building a polynomial with real coefficients? Sketch your reasoning below.

auto-saved
02
The two moves for conjugate roots
+5 XP to read

Two habits unlock every conjugate-root question: check the coefficients are real (otherwise the theorem doesn't apply), then pair $z$ with $\bar{z}$ and multiply them into a real quadratic $z^2 - 2\,\text{Re}(z)\,z + |z|^2$. Once you have that quadratic, polynomial division finishes the job.

The pair-multiply-divide routine: (1) pair the given complex root with its conjugate, (2) multiply $(z-\alpha)(z-\bar{\alpha})$ into a real quadratic, (3) divide the original polynomial by that quadratic to expose the remaining factor.

$(z - \alpha)(z - \bar{\alpha}) = z^2 - (\alpha + \bar{\alpha})z + \alpha\bar{\alpha} = z^2 - 2\,\text{Re}(\alpha)\,z + |\alpha|^2$

Pair α, ᾱ Multiply real quad Divide find rest Factor over ℝ = linear + real quadratics
$(z-\alpha)(z-\bar{\alpha}) = z^2 - 2\,\text{Re}(\alpha)z + |\alpha|^2 \in \mathbb{R}[z]$
Real coefficients required
The theorem only applies when every coefficient of $P(z)$ is real. If any coefficient is complex, roots need not come in conjugate pairs.
Real roots are self-conjugate
If $\alpha \in \mathbb{R}$ then $\bar{\alpha} = \alpha$, so real roots don't need a partner — the theorem only forces pairing of non-real roots.
Odd-degree polynomials
A polynomial of odd degree with real coefficients must have at least one real root, because the non-real roots are paired off into an even count.
03
What you'll master
Know

Key facts

  • Conjugate Root Theorem: if $P$ has real coefficients and $P(\alpha) = 0$, then $P(\bar{\alpha}) = 0$
  • $(z-\alpha)(z-\bar{\alpha}) = z^2 - 2\,\text{Re}(\alpha)z + |\alpha|^2$ is always real
  • An odd-degree real polynomial has at least one real root
  • Conjugation is a ring homomorphism: $\overline{z+w} = \bar{z}+\bar{w}$, $\overline{zw} = \bar{z}\bar{w}$
Understand

Concepts

  • Why $P(\bar{z}) = \overline{P(z)}$ when coefficients are real
  • Why this forces non-real roots to come in conjugate pairs
  • Why every real polynomial factors into real linear and real quadratic pieces
Can do

Skills

  • Find missing roots of a real polynomial given one complex root
  • Construct a real polynomial with prescribed complex zeros
  • Factor a real polynomial completely over $\mathbb{R}$
04
Key terms
Complex conjugate ($\bar{z}$)If $z = a + bi$ then $\bar{z} = a - bi$. Geometrically, reflection in the real axis. Satisfies $\bar{\bar{z}} = z$, $z + \bar{z} = 2\,\text{Re}(z)$, $z\bar{z} = |z|^2$.
Conjugate Root TheoremFor a polynomial $P(z)$ with real coefficients: if $\alpha \in \mathbb{C}$ satisfies $P(\alpha) = 0$, then $P(\bar{\alpha}) = 0$ as well.
Conjugate pairA pair of non-real roots $\{\alpha, \bar{\alpha}\}$ that occur together. Together they generate a real quadratic factor.
Real quadratic factor$(z - \alpha)(z - \bar{\alpha}) = z^2 - 2\,\text{Re}(\alpha)z + |\alpha|^2$. Discriminant is negative when $\alpha$ is non-real.
MultiplicityThe number of times a root appears in the factorisation. The conjugate $\bar{\alpha}$ has the same multiplicity as $\alpha$.
Factorisation over $\mathbb{R}$Every polynomial with real coefficients factors as a product of real linear factors and irreducible real quadratics (with negative discriminant).
MEX-N2NESA outcome (Complex Numbers II): uses the relationship between the roots of polynomial equations and complex conjugates to solve problems involving real-coefficient polynomials.
05
The theorem and why it is true
core concept

Theorem. Let $P(z) = a_n z^n + a_{n-1} z^{n-1} + \cdots + a_1 z + a_0$ with every $a_k \in \mathbb{R}$. If $\alpha \in \mathbb{C}$ is a root of $P$, then $\bar{\alpha}$ is also a root.

Proof outline. Conjugation respects $+$ and $\times$, so for any $z$:

  1. $\overline{P(z)} = \overline{a_n z^n + \cdots + a_0} = \overline{a_n}\,\overline{z}^n + \cdots + \overline{a_0}$.
  2. Each $a_k$ is real, so $\overline{a_k} = a_k$. Hence $\overline{P(z)} = a_n \bar{z}^n + \cdots + a_0 = P(\bar{z})$.
  3. Apply this with $z = \alpha$: $P(\bar{\alpha}) = \overline{P(\alpha)} = \overline{0} = 0$. So $\bar{\alpha}$ is a root. $\blacksquare$

Worked through the hook: $P(z) = z^3 - 5z^2 + 11z - 15$. Coefficients $1, -5, 11, -15$ are all real, and $z = 2 + i$ is a root. By the theorem, $z = 2 - i$ is also a root. Multiplying gives the real quadratic $(z - (2+i))(z - (2-i)) = z^2 - 4z + 5$. Polynomial division yields $P(z) = (z^2 - 4z + 5)(z - 3)$, so the third root is $z = 3$.

Connecting to factorisation. Because non-real roots are paired and each pair produces a real quadratic, every polynomial with real coefficients can be written as a product of real linear factors (from real roots) and irreducible real quadratics (from conjugate pairs). This is the real-coefficient version of the Fundamental Theorem of Algebra.

Theorem: real coefficients $+$ root $\alpha$ $\Rightarrow$ root $\bar{\alpha}$ · Proof key step: $\overline{P(z)} = P(\bar{z})$ when coefficients are real · Conjugate pair gives real quadratic $z^2 - 2\,\text{Re}(\alpha)z + |\alpha|^2$ · Real polynomial = product of real linears and irreducible real quadratics

Pause — copy the conjugate root theorem statement, the proof key step $\overline{P(z)} = P(\bar{z})$, and the real quadratic factor $z^2-2\operatorname{Re}(\alpha)z+|\alpha|^2$ into your book.

Quick check: $P(z)$ has real coefficients and degree 4. Three of its roots are $1, \; 2+3i, \; -i$. What is the fourth root?

06
Building a real polynomial from complex roots
core concept

We just saw the conjugate root theorem: real-coefficient $P(z)$ has $\alpha$ as a root $\Rightarrow$ $\bar\alpha$ is also a root, proved via $\overline{P(z)} = P(\bar{z})$ for real coefficients. That raises a question: how do we construct the full real polynomial when given a mix of real and complex roots? This card answers it → pair each non-real root with its conjugate to form real quadratics $z^2 - 2\operatorname{Re}(\alpha)z + |\alpha|^2$, then multiply all factors.

To construct a real polynomial with a prescribed complex root $\alpha$, you must also include $\bar{\alpha}$. Multiply the linear factors together to absorb the imaginary parts into a single real quadratic:

  • $(z - \alpha)(z - \bar{\alpha}) = z^2 - (\alpha + \bar{\alpha})z + \alpha\bar{\alpha} = z^2 - 2\,\text{Re}(\alpha)z + |\alpha|^2$.
  • Both $2\,\text{Re}(\alpha)$ and $|\alpha|^2 = \alpha\bar{\alpha}$ are real, so the resulting quadratic has real coefficients.

Recipe. Given required roots (some real, some non-real), pair each non-real root with its conjugate, multiply each pair into a real quadratic, multiply by each real linear factor, and finally multiply by any leading coefficient required.

$$(z - (a+bi))(z - (a-bi)) = z^2 - 2az + (a^2 + b^2)$$
Common mistake. Forgetting to include the conjugate when only one complex root is given. The resulting polynomial will have complex coefficients and the theorem will not apply — your "real polynomial" will silently stop being real.

Real polynomial from roots: pair each non-real root with $\bar{\alpha}$ · Pair multiplies to $z^2 - 2\,\text{Re}(\alpha)z + |\alpha|^2$ (real quadratic) · Final $P(z)$ = (leading coeff) $\times \prod$ real quadratics $\times \prod$ real linears · If you skip the conjugate, coefficients become complex

Pause — copy the construction procedure (pair non-real roots with conjugates, form real quadratics, multiply with real linears) and the warning that skipping the conjugate produces complex coefficients into your book.

Did you get this? True or false: the monic real quadratic with roots $3 + 4i$ and $3 - 4i$ is $z^2 - 6z + 25$.

PROBLEM 1 · FIND THE MISSING ROOT

$P(z) = z^3 - 7z^2 + 17z - 15$ has real coefficients and $z = 2 - i$ is a root. Find the remaining roots and factor $P(z)$ completely over $\mathbb{R}$.

1
Coefficients $1, -7, 17, -15$ are real, so by the Conjugate Root Theorem $\overline{2 - i} = 2 + i$ is also a root.
State the theorem applies (real coefficients) and immediately write down the partner. This is the marker's expected first line.
PROBLEM 2 · BUILD A POLYNOMIAL FROM ROOTS

Find the monic polynomial of least degree with real coefficients having roots $z = 1$ and $z = 2 + i$.

1
Because the polynomial must have real coefficients, the conjugate $z = 2 - i$ is automatically also a root. So the required roots are $\{1, \; 2+i, \; 2-i\}$.
Add the conjugate before deciding the degree — otherwise you risk producing a quadratic with complex coefficients.
PROBLEM 3 · FACTOR COMPLETELY OVER ℝ

Factor $P(z) = z^4 - 4z^3 + 14z^2 - 4z + 13$ completely over $\mathbb{R}$, given that $z = i$ is a root.

1
All coefficients are real. So $\overline{i} = -i$ is also a root. The pair $\{i, -i\}$ gives the real quadratic $(z - i)(z + i) = z^2 + 1$.
Pure imaginary roots $\pm bi$ always give the real quadratic $z^2 + b^2$. Spotting this saves time.

Fill the gap: If $P(z)$ has real coefficients and $\alpha = a + bi$ is a root, then $(z - \alpha)(z - \bar{\alpha}) = z^2 - \,z + $ is an irreducible real quadratic factor of $P(z)$.

Trap 01
Applying the theorem when coefficients aren't real
The theorem requires every coefficient of $P(z)$ to be real. For example, $P(z) = z^2 - (1+i)z + i$ has roots $1$ and $i$ — neither is the conjugate of the other. Always check the coefficients before invoking the theorem.
Trap 02
Forgetting the conjugate when building polynomials
If you only include $(z - (2 + i))$ as a factor, the polynomial $z - 2 - i$ has complex coefficients. You must include $(z - (2 - i))$ as well to keep everything real.
Trap 03
Treating a real root as "needing a partner"
The theorem only forces non-real roots to pair up. A real root $\alpha$ satisfies $\bar{\alpha} = \alpha$, so it is its own conjugate. You do not add a second copy when listing required roots.

Did you get this? True or false: every polynomial of degree 5 with real coefficients must have at least one real root.

Work mode · how are you completing this lesson?
1

$P(z) = z^3 - 4z^2 + 6z - 4$ has real coefficients and one root $z = 1 + i$. Find all roots and the real factorisation.

2

Find the monic polynomial of least degree with real coefficients having roots $z = -2$ and $z = 1 - 3i$.

3

Show that $P(z) = z^4 + 4$ factorises over $\mathbb{R}$ as $(z^2 + 2z + 2)(z^2 - 2z + 2)$, and hence find all four complex roots.

4

Explain why a degree-7 polynomial with real coefficients must have at least one real root. Could it have exactly two real roots?

5

Counterexample challenge: find a polynomial with complex coefficients that has a non-real root $\alpha$ but does not have $\bar{\alpha}$ as a root. Explain why this does not contradict the theorem.

Odd one out: Three of these statements are true for every polynomial $P(z)$ with real coefficients. Which one is NOT?

11
Revisit your thinking

Earlier you analysed $P(z) = z^3 - 5z^2 + 11z - 15$ with the root $z = 2 + i$, and were asked for a second root without computation.

The second root is $z = 2 - i$, forced by the Conjugate Root Theorem because every coefficient of $P$ is real. Multiplying the pair gives the real quadratic $z^2 - 4z + 5$; dividing exposes the third (real) root $z = 3$. Recognising that "real coefficients" instantly delivers a second root for free is the most efficient move in any Module 13 question of this type.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. $P(z) = z^3 - 6z^2 + 13z - 10$ has real coefficients and $z = 2 + i$ is a root. State the second complex root, give a reason, and find the remaining root. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Find the monic polynomial of least degree with real coefficients having roots $z = -1$ and $z = 3 + 2i$. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. Prove the Conjugate Root Theorem: if $P(z)$ has real coefficients and $P(\alpha) = 0$, then $P(\bar{\alpha}) = 0$. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. Conjugate $1 - i$ also a root. Real quadratic $(z - (1+i))(z - (1-i)) = z^2 - 2z + 2$. Dividing $z^3 - 4z^2 + 6z - 4$ by $z^2 - 2z + 2$ gives $z - 2$. So $P(z) = (z^2 - 2z + 2)(z - 2)$, with roots $1 \pm i$ and $2$.

2. Conjugate $1 + 3i$ must be added. Pair $(z - (1-3i))(z - (1+3i)) = z^2 - 2z + 10$. Multiply by $(z + 2)$: $z^3 - 2z^2 + 10z + 2z^2 - 4z + 20 = z^3 + 6z + 20$.

3. $(z^2 + 2z + 2)(z^2 - 2z + 2) = z^4 - 2z^3 + 2z^2 + 2z^3 - 4z^2 + 4z + 2z^2 - 4z + 4 = z^4 + 4$ ✓. Roots of $z^2 + 2z + 2$ are $-1 \pm i$; roots of $z^2 - 2z + 2$ are $1 \pm i$.

4. Non-real roots come in conjugate pairs, contributing an even count. Degree 7 is odd, so the number of real roots is odd $\Rightarrow$ at least 1. Two real roots would make the non-real count $7 - 2 = 5$, which is odd, impossible. So 1, 3, 5 or 7 real roots — never exactly 2.

5. $P(z) = z - i$ has root $z = i$, and $-i$ is not a root. No contradiction: the constant coefficient $-i$ is non-real, so the theorem does not apply.

Q1 (2 marks): Second root $z = 2 - i$ by Conjugate Root Theorem (coefficients real) [1]. Real quadratic $z^2 - 4z + 5$; dividing gives $P(z) = (z^2 - 4z + 5)(z - 2)$, third root $z = 2$ [1].

Q2 (3 marks): Conjugate $3 - 2i$ also a root [1]. Pair $(z - (3+2i))(z - (3-2i)) = z^2 - 6z + 13$ [1]. Multiply by $(z + 1)$: $P(z) = z^3 - 5z^2 + 7z + 13$ [1].

Q3 (3 marks): Conjugation preserves sum and product, so $\overline{P(z)} = \overline{a_n}\bar{z}^n + \cdots + \overline{a_0}$ [1]. Each $a_k$ real means $\overline{a_k} = a_k$, hence $\overline{P(z)} = P(\bar{z})$ [1]. Set $z = \alpha$: $P(\bar{\alpha}) = \overline{P(\alpha)} = \overline{0} = 0$, so $\bar{\alpha}$ is a root [1].

01
Boss battle · The Conjugate Hunter
earn bronze · silver · gold

Five timed questions on conjugate pairing, real quadratic factors and complete real factorisation. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering quick conjugate-root questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Conjugate Root Theorem?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →