IB Maths AA HL
Topic 2 ā Functions
Paper 1 & 2
HL only
~7 min read
Sum & Product of Roots of Polynomials
The sum and product of all the roots of a polynomial sit hidden inside just two of its coefficients. You don’t need to factorise ā you can read both off directly from the formula. That makes them powerful when the question gives you partial information about the roots and wants you to find the rest, or to back out an unknown coefficient.
š What you need to know
- For P(x) = anxn + anā1xnā1 + ⦠+ a1x + a0 with roots α1, ā¦, αn:
- Sum of roots: α1 + α2 + ⦠+ αn = āanā1/an.
- Product of roots: α1 Ā· α2 Ā· ⦠· αn = (ā1)n Ā· a0/an.
- Both formulas are in the formula booklet ā but you must know how to use them under exam pressure.
- Roots include complex ones: real and complex roots both count toward the sum and product. For real polynomials, complex roots come in conjugate pairs (which always sum and multiply to real values).
- Repeated roots count multiple times: a double root contributes twice to the sum and twice to the product.
- Watch for missing terms: if a coefficient is missing from the polynomial, treat it as 0 (don’t skip it).
The two formulas
Sum of roots
α1 + α2 + ⦠+ αn = āanā1an
ā in formula booklet
Product of roots
α1 Ā· α2 Ā· ⦠· αn = (ā1)n Ā· a0an
ā in formula booklet
Sum ā what you need
leading coeff an
next coeff anā1
divide the second by the first, flip sign
Product ā what you need
leading coeff an
constant a0
degree n
divide constant by leading; flip sign if n is odd
Quick check on signs: for a monic polynomial (an = 1), sum = āanā1 and product = (ā1)nĀ·a0. Cubics flip the constant’s sign for product; quartics keep it. Always count the degree carefully.
Watch out for missing terms
If the polynomial is missing a power of x (no x3 term, no constant, etc.), the corresponding coefficient is zero, not skipped.
Example with placeholders
x4 + 3x2 ā 5 = x4 + 0x3 + 3x2 + 0x ā 5
So a3 = 0 (sum of roots = 0) and a0 = ā5. The same trick that helped in polynomial division ā explicitly inserting placeholders ā prevents most slips here.
Complex roots in the sum and product
For a real polynomial, complex roots come in conjugate pairs. The pair (a + bi) and (a ā bi) contribute clean real values:
Conjugate pair shortcut
sum: (a + bi) + (a ā bi) = 2a Ā· product: (a + bi)(a ā bi) = a2 + b2
When working with complex roots, always pair them with their conjugates first. The pair gives you a real sum and a real product ā no imaginary algebra to track. The total sum and product over all roots are then simple addition and multiplication.
š§ Recipe ā using sum/product to find unknowns
- List all the roots you know. Add the conjugate of any complex root automatically (real polynomials only).
- Compute the sum of known roots.
- Compute the product of known roots ā pair conjugates first to keep things real.
- Apply each formula: set sum equal to āanā1/an; set product equal to (ā1)nĀ·a0/an.
- Solve the resulting equation(s) for the unknown(s).
Worked examples
WE 1Read off sum and product of roots
Find the sum and product of the roots of 4x3 ā 7x2 + 2x ā 9 = 0.
Identify the coefficients (n = 3)
aā = 4, aā = ā7, aā = ā9
Sum = āaā/aā
sum = ā(ā7)/4 = 7/4
Product = (ā1)³ Ā· aā/aā
product = (ā1) Ā· (ā9)/4 = 9/4
sum = 7/4; product = 9/4
no factorisation, no roots ā just two coefficient picks
WE 2Polynomial with missing terms
Find the sum and product of the roots of x4 + 3x2 ā 5 = 0.
Insert placeholders for missing terms
xā“ + 0x³ + 3x² + 0x ā 5
aā = 1, aā = 0, aā = ā5
Sum = āaā/aā
sum = ā0/1 = 0
Product = (ā1)ā“ Ā· aā/aā
product = 1 Ā· (ā5)/1 = ā5
sum = 0; product = ā5
missing x³ term gives sum 0 ā easy to overlook if you skip the placeholder
WE 3Find an unknown coefficient given the sum of roots
The roots of 2x3 + ax2 ā 6x + 12 = 0 sum to 5. Find the value of a.
Apply sum formula
sum = āaā/aā = āa/2 = 5
āa/2 = 5 ā a = ā10
a = ā10
one equation, one unknown ā sum alone is enough
WE 4Find unknowns from sum and product
The cubic 2x3 + bx2 ā 11x + d = 0 has roots whose sum is 3 and whose product is ā8. Find b and d.
Apply sum formula: āb/2 = 3
b = ā6
Apply product formula: (ā1)³ Ā· d/2 = ā8
ād/2 = ā8 ā d = 16
b = ā6; d = 16
sum and product give two independent equations ā perfect for two unknowns
WE 5Find an unknown root using the sum formula
The equation 4x4 + 8x3 + ⦠= 0 has roots α (real), 1, 2 + i and 2 ā i. Find α.
Apply sum formula
sum = āaā/aā = ā8/4 = ā2
Sum the known roots
α + 1 + (2 + i) + (2 ā i) = α + 5
Set equal and solve
α + 5 = ā2 ā α = ā7
α = ā7
complex pair (2 + i) + (2 ā i) = 4 ā always real for conjugate pairs
WE 6Find a real root and an unknown constant
The equation 2x5 ā 10x4 + ax3 + bx2 + cx + k = 0 has real coefficients and roots that include 1 + 2i, i, and a real root α.
(a) Find α. (b) Find k.
Step 1: Use conjugate root theorem
real polynomial ā 1 ā 2i and āi are also roots
five roots: 1 + 2i, 1 ā 2i, i, āi, α
(a) Sum formula: āaā/aā
= ā(ā10)/2 = 5
(1 + 2i) + (1 ā 2i) + i + (āi) + α = 2 + 0 + α = 2 + α
2 + α = 5 ā α = 3
(a) α = 3
(b) Product formula: (ā1)āµ Ā· k/2 = āk/2
(1 + 2i)(1 ā 2i) = 1 + 4 = 5
(i)(āi) = āi² = 1
product of roots = 5 Ā· 1 Ā· 3 = 15
āk/2 = 15 ā k = ā30
(b) k = ā30
pairing conjugates first ā (1 + 2i)(1 ā 2i) = 5 ā keeps everything real, no imaginary algebra
š” Top tips
- Both formulas are in the booklet ā but you’ll lose marks if you can’t apply them quickly. Practice until reading off coefficients is automatic.
- Always insert placeholders for missing terms before reading off anā1.
- Pair complex conjugates first: their sum is 2a, their product is a2 + b2 ā both real.
- Sum gives one equation, product gives another. Two unknowns? Use both.
- Watch the parity of n in the product formula. Odd degree flips the sign of a0/an; even degree doesn’t.
- For real polynomials, automatically add complex conjugates to your list of roots. Forgetting them throws off both the sum and the product.
- Use sum/product as a sanity check after factorising ā the sum of your roots should equal āanā1/an, the product should equal (ā1)nĀ·a0/an.
ā Common mistakes
- Skipping placeholder zeros for missing terms ā leads to using the wrong coefficient as anā1.
- Forgetting the (ā1)n factor in the product formula. Cubics need a sign flip; quintics too.
- Forgetting the negative in the sum formula. The minus sign is essential ā āanā1/an, not anā1/an.
- Listing one of a complex pair. For real polynomials, both a + bi and a ā bi are roots ā count both.
- Forgetting repeated roots. A double root contributes twice; a triple root contributes three times.
- Using the wrong leading coefficient: an is the coefficient of the highest power, not the first one written.
- Multiplying complex roots without pairing them first ā the imaginary algebra wastes time and invites mistakes.
And that closes Section 2.6 ā Polynomial Functions. You’ve got the full toolkit now: division, factor and remainder theorems, sketching from factored form, and Vieta’s formulas for sum and product. The next section, Inequalities, applies that polynomial machinery to find the regions where a polynomial is positive or negative ā useful for solving things like x3 > 2x or finding the domain of a function involving a square root.
Need help with Sum & Product of Roots?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session ā