Cambridge International A Levels Further Mathematics (9231)
Roots and Coefficients of polynomial equations
0% Complete
Detailed Study Notes
Detailed notes on Roots of Polynomial Equations for Cambridge International A Levels Further Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Roots and Coefficients of Polynomial Equations — Cambridge International AS & A Level Further Mathematics 9231 Paper 1 (2026-2027 syllabus)
Vieta's formulae link the roots of a polynomial to its coefficients — without ever solving the equation. Master the sum/product patterns for quadratics, cubics and quartics, then build symmetric functions like ∑α2 and ∑α1.
At a glance
Vieta's formulae connect roots (α,β,γ…) to coefficients (a,b,c…) — no need to find the roots.
Sign rule: signs alternate −,+,−,+… starting from −ab.
Symmetric functions (∑α2, ∑α1, ∑α3) are rebuilt from the basic sums/products using identities.
Not in MF19 — you MUST memorise every Vieta relation. This is the topic's biggest exam trap.
Core identity: ∑α2=(∑α)2−2∑αβ.
What you’ll learn
Mapped to the Cambridge International A Level 9231 syllabus (2026-2027).
1.1a — Recall and use the relations between the roots and coefficients of polynomial equations of degree 2, 3 and 4.
1.1b — Evaluate symmetric functions of the roots (e.g. ∑α2, ∑α2β, ∑α1) using these relations.
1.1c — Recognise when a question requires roots-and-coefficients reasoning rather than solving the polynomial.
Why this works — the factor-form idea
A polynomial equals its leading coefficient times the product of (x − each root).
The key idea. Any polynomial can be written in two ways. Comparing them gives Vieta's formulae.
Take a quadratic ax2+bx+c=0 with roots α and β. It must factorise as:
a(x−α)(x−β)=0
Expand the factor form:a[x2−(α+β)x+αβ]=ax2−a(α+β)x+aαβ
Now compare with ax2+bx+c, coefficient by coefficient:
x term: −a(α+β)=b⇒α+β=−ab
constant: aαβ=c⇒αβ=ac
That's it — no solving required. The same comparison for cubics and quartics gives every formula below. You don't need to re-derive it in the exam, but understanding why it works stops you mixing up the signs.
Cambridge tip. If you ever forget a sign, mentally expand a(x−α)(x−β)⋯ for two seconds — it is faster than guessing.
Polynomial = leading coefficient × product of (x−root).
Expand and compare coefficients to read off the relations.
Re-deriving the quadratic case fixes any forgotten sign.
Alternating signs, starting from −b/a. Memorise the pattern, not 12 separate facts.
Write the polynomial in standard form with the highest power first, then read off using the alternating-sign pattern. (∑ means "sum of all distinct terms of that type".)
Spot the pattern (this is all you really memorise):
The signs alternate: −,+,−,+ as you go from −ab to the product of all roots.
"Sum of roots one at a time" =−ab (second coefficient over first, negated).
"Sum of products two at a time" =+ac.
"Product of all roots" =(−1)naconstant.
The roots α, β, γ are where the curve cuts the x-axis. Vieta's formulae let you combine them (sum, product, etc.) without finding their values.
Cambridge tip. Always rewrite the equation so the leading coefficient sits on the xn term first. A sloppy "3x2=5x−2" must become "3x2−5x+2=0" before you read off α+β=35.
Signs alternate −,+,−,+ from −ab.
Sum of roots =−ab; product =(−1)naconstant.
Rearrange to standard form BEFORE reading coefficients.
Rewrite Σα², Σ1/α, Σα³ in terms of the basic Vieta sums and products.
Exam questions rarely ask for ∑α directly — they ask for a symmetric function such as ∑α2 or ∑α1. The trick is always the same: express it using only the Vieta quantities you already know.
The four you must have at your fingertips (shown for a cubic with ∑α, ∑αβ, αβγ):
1. Sum of squares. Square the sum of roots and subtract the doubled pair-sum:
∑α2=(∑α)2−2∑αβ
2. Sum of reciprocals. Common denominator is the product of all roots:
∑α1=α1+β1+γ1=αβγ∑αβ
3. Sum of reciprocal pairs.∑αβ1=αβγ∑α
4. Sum of cubes (use the identity — it is not given in MF19):
∑α3=(∑α)3−3(∑α)(∑αβ)+3αβγ
The universal strategy:
Write the target as a polynomial in the symmetric sums.
Substitute the numerical Vieta values.
Simplify carefully (watch signs).
Newton's method (sum of cubes, faster route). If α is a root of x3+px2+qx+r=0 then α3=−pα2−qα−r. Summing over all roots:
∑α3=−p∑α2−q∑α−3r
This "substitute the root back into its own equation, then sum" idea generalises to ∑α4, ∑α5, … and is often the cleanest route for higher powers.
Cambridge tip. Examiner reports repeatedly note candidates who quote ∑α2=(∑α)2 — forgetting the −2∑αβ. Write the identity in full before substituting numbers.
∑α2=(∑α)2−2∑αβ.
∑α1=αβγ∑αβ (reciprocals over the product).
Higher powers: substitute the root into its own equation, then sum.
Let Sk=∑αk be the k-th power sum of the roots. For a polynomial, the power sums satisfy a recurrence built from the Vieta coefficients.
For a cubicx3+px2+qx+r=0 (note: leading coefficient 1, so p=−∑α, q=∑αβ, r=−αβγ):
Every root satisfies α3+pα2+qα+r=0. Multiply by αk−3 and sum over the three roots:
Sk+pSk−1+qSk−2+rSk−3=0(k≥3)
with starting values S0=3 (three roots), S1=−p, S2=p2−2q.
Why it matters. A question asking for ∑α4 or ∑α5 is designed to be done this way — expanding (α2)2 etc. by brute force wastes time and invites errors. Set up the recurrence and march upward one power at a time.
Worked sketch. If x3−2x+4=0 then p=0, q=−2, r=4:
S1=0
S2=02−2(−2)=4
S3=−pS2−qS1−rS0=0−0−4(3)=−12
S4=−pS3−qS2−rS1=0−(−2)(4)−4(0)=8
Cambridge tip. Make sure the polynomial is monic (leading coefficient 1) before quoting p,q,r — divide through first if not.
Vieta links roots to coefficients with alternating signs from −ab.
Cubic: ∑α=−ab, ∑αβ=ac, αβγ=−ad.
∑α2=(∑α)2−2∑αβ — never forget the −2 term.
∑α1=αβγ∑αβ.
Higher powers: substitute the root into its own equation, or use Newton's recurrence.
Vieta is NOT in MF19 — memorise it.
Memorise this
Verbatim phrases and definitions Cambridge mark schemes credit.
Quadratic, cubic, quartic Vieta formulae (alternating-sign pattern).
∑α2=(∑α)2−2∑αβ.
∑α1=αβγ∑αβ and ∑αβ1=αβγ∑α.
∑α3=(∑α)3−3(∑α)(∑αβ)+3αβγ.
Newton's recurrence for power sums Sk (substitute root into its own equation).
How it’s examined
Topic 1.1 appears in virtually every Paper 1 (6-10 marks). Part (a) typically asks for a symmetric function such as ∑α2 or ∑α1; part (b) flows into 1.2 (finding a related-roots equation). Marks are lost almost entirely through (i) sign errors in the Vieta relations and (ii) quoting ∑α2=(∑α)2 without the −2∑αβ. Because Vieta is not in MF19, secure recall is the single highest-value preparation.
Step-by-step worked examples — Roots and Coefficients of polynomial equations
Step-by-step solutions to past-paper-style questions on roots and coefficients of polynomial equations, written exactly the way a tutor would explain them at the board.
Question type:
1Sum and product of roots of a quadratic
Getting startedDirect calculation• quadratic, vieta
▼
Question
The equation 2x2−7x+3=0 has roots α and β. Write down α+β and αβ.
Step-by-step solution
Step 1
Identify a,b,c from ax2+bx+c=0. Here a=2, b=−7, c=3.
Step 2
Sum of roots=−ab.
α+β=−2−7=27
Step 3
Product of roots=ac.
αβ=23
Answer
α+β=27, αβ=23.
Examiner tip
Note b=−7, so −ab=+27. The double-negative is where beginners slip.
2Reading off the three relations for a cubic
Getting startedDirect calculation• cubic, vieta
▼
Question
The cubic x3−4x2+x+6=0 has roots α,β,γ. State ∑α, ∑αβ and αβγ.
Step-by-step solution
Step 1
Coefficients of ax3+bx2+cx+d: a=1, b=−4, c=1, d=6.
Step 2
Apply the alternating pattern−ab,+ac,−ad.
∑α=−1−4=4,∑αβ=11=1,αβγ=−16=−6
Answer
∑α=4, ∑αβ=1, αβγ=−6.
Examiner tip
The product is −ad for a cubic — the odd degree forces the minus sign.
3Sum of squares of the roots
Building confidenceMulti-step problem• symmetric-function, cubic
▼
Question
The roots of x3+2x2−5x+1=0 are α,β,γ. Find α2+β2+γ2.
Step-by-step solution
Step 1
Vieta values.∑α=−2, ∑αβ=−5.
Step 2
Quote the identity in full before substituting.
∑α2=(∑α)2−2∑αβ
Step 3
Substitute the values.
∑α2=(−2)2−2(−5)=4+10=14
Answer
α2+β2+γ2=14.
Examiner tip
Writing the identity out first guarantees the −2∑αβ term is not dropped — the single most common error in this topic.
4Sum of reciprocals of the roots
Building confidenceMulti-step problem• reciprocal, symmetric-function
▼
Question
The roots of 2x3−x2+4x−3=0 are α,β,γ. Find α1+β1+γ1.
Step-by-step solution
Step 1
Vieta values (divide by a=2 as you read off): ∑α=21, ∑αβ=24=2, αβγ=23.
Step 2
Combine over a common denominator — the product of all roots.
∑α1=αβγβγ+γα+αβ=αβγ∑αβ
Step 3
Substitute.
∑α1=3/22=34
Answer
α1+β1+γ1=34.
Examiner tip
Watch the product: αβγ=−ad=−2−3=23. A sign slip here flips the whole answer.
5Sum of cubes via the substitution method
StretchMulti-step problem• sum-of-cubes, newton
▼
Question
The roots of x3−3x+1=0 are α,β,γ. Find α3+β3+γ3.
Step-by-step solution
Step 1
Each root satisfies its own equation:α3−3α+1=0, so α3=3α−1 (same for β,γ).
Step 2
Sum over all three roots.
∑α3=3∑α−3
Step 3
Vieta: here b=0 so ∑α=0.
∑α3=3(0)−3=−3
Answer
α3+β3+γ3=−3.
Examiner tip
The 'substitute the root into its own equation then sum' technique is far cleaner than the cubic identity here, and generalises to ∑α4, ∑α5, …
The roots of x4−2x3+3x2−x+5=0 are α,β,γ,δ. Find ∑α2 (the sum of the squares of the roots).
Step-by-step solution
Step 1
Quartic Vieta:∑α=−ab=2 and ∑αβ=ac=3.
Step 2
Same identity works for any degree:∑α2=(∑α)2−2∑αβ, where ∑αβ is the sum of ALL pair-products.
∑α2=(∑α)2−2∑αβ
Step 3
Substitute.
∑α2=(2)2−2(3)=4−6=−2
Answer
∑α2=−2.
Examiner tip
A negative ∑α2 is fine — the roots are complex (the quartic has no real roots). The identity is degree-independent; only the number of pair-products changes.
Model Answers — Roots and Coefficients of polynomial equations
High-scoring sample answers for roots and coefficients of polynomial equations on the Cambridge IGCSE paper, with examiner-style notes mapping each response to the mark scheme and assessment objectives.
Question 1
4 marks
The roots of 3x2+5x−2=0 are α and β. Find the value of α2+β2.
M1 for both Vieta values, M1 for the correct identity, M1 for substitution, A1 for 937. Showing the identity explicitly secures the method marks even if the arithmetic slips.
Question 2
5 marks
The roots of x3+4x2−7x+2=0 are α,β,γ. (a) Write down ∑α, ∑αβ and αβγ. (b) Hence find ∑α2.
Model answer
(a) Comparing with ax3+bx2+cx+d=0 (a=1,b=4,c=−7,d=2):
∑α=−ab=−4,∑αβ=ac=−7,αβγ=−ad=−2
(b) Using ∑α2=(∑α)2−2∑αβ:
∑α2=(−4)2−2(−7)=16+14=30
Why this scores
Part (a): B1 B1 B1 for the three correct relations (signs matter). Part (b): M1 for the identity quoted with the −2∑αβ term, A1 for 30. 'Hence' signals you must use part (a), not re-solve.
Question 3
6 marks
The roots of 2x3−3x2+x−4=0 are α,β,γ. Find (a) α1+β1+γ1 and (b) αβ1+βγ1+γα1.
Method — substitute each root into its own equation. Since α3−2α2+4=0:
α3=2α2−4⇒∑α3=2∑α2−12
Find ∑α2:∑α2=(∑α)2−2∑αβ=22−0=4
Therefore:∑α3=2(4)−12=−4
Why this scores
M1 for the substitution α3=2α2−4 summed over roots, M1 A1 for ∑α2=4, A1 for −4. The note '−12' comes from 3×4 constant terms — a frequent slip is writing −4 instead of −12.
Question 5
7 marks
The roots of x4+2x3−x2+3x−1=0 are α,β,γ,δ. Find (a) ∑α2 and (b) ∑α1.
Model answer
Quartic Vieta (a=1,b=2,c=−1,d=3,e=−1):
∑α=−2,∑αβ=−1,∑αβγ=−3,αβγδ=−1
(a)∑α2=(∑α)2−2∑αβ:
∑α2=(−2)2−2(−1)=4+2=6
(b) For a quartic, the sum of reciprocals is the sum of the triple-products over the product of all four roots:
∑α1=αβγδβγδ+αγδ+αβδ+αβγ=αβγδ∑αβγ=−1−3=3
Why this scores
B1 for all four Vieta relations; (a) M1 A1; (b) M1 for recognising ∑α1=αβγδ∑αβγ, A1 for 3. The reciprocal rule generalises: numerator is the 'one-degree-below-product' symmetric sum.
Question 6
8 marks
The roots of x3+x−3=0 are α,β,γ. Let Sn=αn+βn+γn. (a) Show that Sn+3=−Sn+1+3Sn. (b) Given S1=0 and S2=−2, find S4.
Model answer
(a) Each root satisfies its own equation: α3+α−3=0, i.e. α3=−α+3.
Multiply by αn:
αn+3=−αn+1+3αn
The identical relation holds for β and γ. Summing over all three roots:Sn+3=−Sn+1+3Sn(as required)
(b) We need S4. First find S3 using n=0 (with S0=3, since there are three roots):
S3=−S1+3S0=−0+3(3)=9
Now n=1:
S4=−S2+3S1=−(−2)+3(0)=2
Why this scores
Part (a): M1 for α3=−α+3, M1 for multiplying by αn, A1 for summing to the stated result — this is a 'Show that', so every step must appear. Part (b): M1 for S3 using S0=3, A1; M1 A1 for S4=2. Forgetting S0=3 (number of roots) is the classic trap.
Key Formulae — Roots and Coefficients of polynomial equations
The formulae you need to memorise for roots and coefficients of polynomial equations on the Cambridge IGCSE paper, with every variable defined in plain English and a note on when to use it.
Quadratic — roots & coefficients
α+β=−ab,αβ=ac
a,b,c
coefficients of ax2+bx+c=0
α,β
the two roots
When to use
Any quadratic where you need the sum or product of roots without solving.
Cubic — roots & coefficients
∑α=−ab,∑αβ=ac,αβγ=−ad
a,b,c,d
coefficients of ax3+bx2+cx+d=0
When to use
Cubic equations — the workhorse case in Paper 1.
Quartic — roots & coefficients
∑α=−ab,∑αβ=ac,∑αβγ=−ad,αβγδ=ae
a..e
coefficients of ax4+bx3+cx2+dx+e=0
When to use
Quartic equations. Signs alternate −,+,−,+.
Sum of squares of roots
∑α2=(∑α)2−2∑αβ
When to use
The most-used symmetric-function identity. Works for any degree — ∑αβ is the sum of all pair-products.
Sum of reciprocals
∑α1=αβγ∑αβ(cubic)
When to use
Put reciprocals over the product of all roots; numerator is the next symmetric sum down.
Sum of cubes (cubic)
∑α3=(∑α)3−3(∑α)(∑αβ)+3αβγ
When to use
Sum of cubes of three roots. Often quicker: substitute each root into its own equation, then sum.
Key Definitions and Keywords — Roots and Coefficients of polynomial equations
Definitions to memorise and the exact keywords mark schemes credit for roots and coefficients of polynomial equations answers — sharpened from recent examiner reports for the 2026 Cambridge IGCSE sitting.
Vieta's formulae
Examiner keyword
The relations between the roots of a polynomial and its coefficients, obtained by comparing the expanded factor form with the standard form. NOT given in MF19.
Symmetric function of the roots
Examiner keyword
An expression in the roots whose value is unchanged when the roots are permuted, e.g. ∑α2, ∑α1, αβγ. Always expressible via Vieta's formulae.
Power sum Sk
Examiner keyword
Sk=∑αk=αk+βk+⋯, the sum of the k-th powers of all roots. Note S0=n (the number of roots).
∑ notation for roots
Examiner keyword
∑α means the sum of all roots; ∑αβ means the sum of all distinct products of roots taken two at a time, and so on.
Newton's identities
A recurrence linking power sums Sk to the polynomial's coefficients, obtained by substituting a root into its own equation and summing.
Monic polynomial
A polynomial whose leading coefficient is 1. Newton's recurrence is stated for monic polynomials, so divide through by a first if needed.
Common Mistakes and Misconceptions — Roots and Coefficients of polynomial equations
The traps other students keep falling into on roots and coefficients of polynomial equations questions — taken from recent Cambridge IGCSE examiner reports and mark schemes — and how to avoid them.
✕Writing ∑α2=(∑α)2, dropping the −2∑αβ term
9231 Paper 1 Examiner Reports — recurring comment
▼
Why it happens
Pattern-matching to (a+b)2 without expanding; rushing straight to substitution.
How to avoid it
Always write the identity ∑α2=(∑α)2−2∑αβ in full BEFORE substituting any numbers.
✕Sign errors in the Vieta relations (e.g. αβγ=+ad)
9231 Paper 1 mark schemes
▼
Why it happens
Forgetting the alternating −,+,−,+ pattern; not accounting for a negative coefficient.
How to avoid it
Memorise: sum =−ab, product =(−1)naconst. If unsure, expand a(x−α)(x−β)⋯ to check.
✕Reading coefficients before rearranging into standard form
9231 Paper 1 Examiner Reports
▼
Why it happens
The equation is presented as e.g. 3x2=5x−2 and the student reads b=5.
How to avoid it
Move everything to one side as axn+⋯=0 with descending powers first, THEN identify a,b,c,…
✕Forgetting to divide by the leading coefficient a when a=1
9231 Paper 1 Examiner Reports
▼
Why it happens
Memorising the relations only for monic cubics (∑α=−b instead of −ab).
How to avoid it
Every relation has an a1 in it. For 2x3−x2+…, ∑α=21, not 1.
✕Using S0=0 instead of S0=n in a power-sum recurrence
9231 Paper 1 — power-sum questions
▼
Why it happens
Assuming S0=∑α0=∑0=0, forgetting that α0=1.
How to avoid it
Each α0=1, so S0 equals the number of roots (3 for a cubic, 4 for a quartic).
✕On a 'Show that' power-sum result, writing only the final relation
9231 Paper 1 Examiner Reports
▼
Why it happens
Treating a 'Show that' like a 'State'; the answer is given so students skip the derivation.
How to avoid it
For 'Show that', every step is a mark: write α3=…, multiply by αn, then sum. The given answer earns nothing on its own.
All resources on this platform are independently created by Tutopiya and have no endorsement from the International Baccalaureate Organization.
Roots and Coefficients of polynomial equations – Study Notes & Past Paper Style Questions | Cambridge International AS & A Level Further Mathematics 9231 | Tutopiya