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

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

  1. List all the roots you know. Add the conjugate of any complex root automatically (real polynomials only).
  2. Compute the sum of known roots.
  3. Compute the product of known roots — pair conjugates first to keep things real.
  4. Apply each formula: set sum equal to āˆ’anāˆ’1/an; set product equal to (āˆ’1)nĀ·a0/an.
  5. Solve the resulting equation(s) for the unknown(s).

Worked examples

WE 1

Read 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 2

Polynomial 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 3

Find 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 4

Find 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 5

Find 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 6

Find 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

⚠ Common 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 →