Skip to main content
NSWMaths Extension 1Syllabus dot point

How do the coefficients of a polynomial already know the sum, the product and every symmetric combination of its roots, so that you can answer questions about the roots without ever finding them?

Relate the coefficients of a polynomial to the elementary symmetric functions of its zeroes (with alternating signs) for quadratics, cubics and quartics, and use these relations to find a missing zero, to evaluate symmetric expressions of the zeroes such as the sum of squares and the sum of reciprocals, to find unknown coefficients from a condition on the zeroes, and to handle zeroes in arithmetic or geometric progression or of a special form

First-contact treatment of sums and products of zeroes for HSC Maths Extension 1. The coefficients are the elementary symmetric functions of the roots with alternating signs, for quadratics, cubics and quartics. Use them to find a missing zero and evaluate symmetric expressions without solving the polynomial.

Generated by Claude Opus 4.819 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

Up to now, finding out anything about a polynomial's zeroes meant finding the zeroes themselves: test divisors, divide, factor. This dot point reveals a shortcut that feels almost unfair. The coefficients of a polynomial already contain the sum of its zeroes, the product of its zeroes, and every symmetric combination in between, so a whole class of questions can be answered by reading numbers straight off the polynomial, without solving anything.

NESA groups this under ME-F2 for quadratics, cubics and quartics. You should be able to write down the sum and product of the roots from the coefficients, find a missing root once you know one, and evaluate symmetric expressions of the roots such as α2+β2\alpha^2 + \beta^2 or 1α+1β\tfrac{1}{\alpha} + \tfrac{1}{\beta}. This is the Year 11 first-contact treatment: the relations themselves, derived from scratch, and the standard ways they are used. The Year 12 page on roots and coefficients revisits the same relations (often called Vieta's formulas) and pushes them into transformations of roots and applied work; here the goal is to make the relations second nature and to drill the techniques that turn up most in Year 11 papers.

The answer

Where the relations come from

Everything on this page follows from one fact established by the factor theorem: a polynomial with known zeroes is the product of the matching linear factors, times the leading coefficient. Expanding that product and matching it term by term against the standard form is the entire derivation. Do it once for a quadratic and the pattern is clear.

Let P(x)=ax2+bx+cP(x) = ax^2 + bx + c have zeroes α\alpha and β\beta. By the factor theorem P(x)=a(xα)(xβ)P(x) = a(x - \alpha)(x - \beta). Expanding,

a(xα)(xβ)=a(x2(α+β)x+αβ)=ax2a(α+β)x+aαβ.a(x - \alpha)(x - \beta) = a\big(x^2 - (\alpha + \beta)x + \alpha\beta\big) = ax^2 - a(\alpha + \beta)x + a\alpha\beta.

Now compare this with ax2+bx+cax^2 + bx + c. The coefficient of xx must match, so b=a(α+β)b = -a(\alpha + \beta), and the constant must match, so c=aαβc = a\alpha\beta. Solving each for the symmetric function,

α+β=ba,αβ=ca.\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}.

The coefficients are the sum and product of the roots, up to division by aa and a sign on the sum. Nothing here used the values of α\alpha and β\beta, which is exactly why the relations work without solving for them.

The coefficients of a quadratic are its sum and product of rootsA quadratic a x squared plus b x plus c. Dashed connectors link the x coefficient b down to alpha plus beta equals minus b over a, the sum of the roots, and the constant c down to alpha beta equals c over a, the product of the roots.a(x − α)(x − β) = ax² − a(α+β)x + aαβax²+bx+cα+β = −b/asum of the rootsαβ = c/aproduct of the rootsMatching the two forms: the x coefficient is −a(sum), the constant is +a(product).Divide by the leading coefficient a to read the sum and product straight off.

The relations for cubics and quartics

The same expand-and-match works for higher degrees; only the bookkeeping grows. For a cubic P(x)=ax3+bx2+cx+dP(x) = ax^3 + bx^2 + cx + d with zeroes α\alpha, β\beta, γ\gamma, factor and expand:

a(xα)(xβ)(xγ)=ax3a(α+β+γ)x2+a(αβ+αγ+βγ)xaαβγ.a(x - \alpha)(x - \beta)(x - \gamma) = ax^3 - a(\alpha + \beta + \gamma)x^2 + a(\alpha\beta + \alpha\gamma + \beta\gamma)x - a\alpha\beta\gamma.

Matching against ax3+bx2+cx+dax^3 + bx^2 + cx + d gives three relations. A brand-new feature appears at the middle coefficient: it is the sum of the products of the zeroes taken in pairs, not anything to do with the individual zeroes alone.

For a quartic P(x)=ax4+bx3+cx2+dx+eP(x) = ax^4 + bx^3 + cx^2 + dx + e with zeroes α\alpha, β\beta, γ\gamma, δ\delta, the same expansion produces a fourth layer, the sum of the products of the zeroes taken in triples, before the full product appears in the constant term.

The pattern is worth saying in words, because the symbols for the quartic get unwieldy. Take each coefficient in turn, from the one just below the leading term, divide it by the leading coefficient, and attach signs that alternate starting with minus: that sequence of numbers is the sum of the zeroes, then the sum of products in pairs, then in triples, and so on down to the full product. The full product of all the zeroes always works out to (1)n(-1)^n times the constant over the leading coefficient, which is a plus for even degree and a minus for odd.

Why only two of them usually matter

For a cubic there are three relations and for a quartic four, but most questions lean on the first and the last, the sum and the full product. The reason is practical: the sum and product are the two that "collapse" a structured set of roots. If the roots are evenly spaced the sum pins down the middle one; if they are in a ratio the product pins down the middle one; if a root is the negative of another the opposite pair cancels in the sum. The middle relations (pairs, triples) are then used to finish off or to find a remaining coefficient. Knowing which relation to reach for first is most of the skill.

Finding a missing zero once you know one

The most basic use combines the factor theorem with these relations. Suppose you have found one integer zero of a cubic by testing divisors of the constant term, as on the remainder and factor theorems page. Call it γ\gamma. The remaining two zeroes α\alpha and β\beta satisfy

α+β=(sum of all three)γ,αβ=product of all threeγ,\alpha + \beta = (\text{sum of all three}) - \gamma, \qquad \alpha\beta = \frac{\text{product of all three}}{\gamma},

and any two numbers with a known sum and known product are the roots of a quadratic you can write down and solve, t2(α+β)t+αβ=0t^2 - (\alpha + \beta)t + \alpha\beta = 0. This recovers the other zeroes with no long division at all. It is the fast alternative to dividing P(x)P(x) by (xγ)(x - \gamma), and it is the technique the next examples lean on.

Evaluating symmetric expressions without solving

The real power is that any expression in the roots that is symmetric (unchanged if you swap the roots around) can be rewritten in terms of the sum, the product and the pair-sum, then evaluated by substitution. You never find the roots. The two identities that cover almost every Year 11 question are:

α2+β2=(α+β)22αβ,1α+1β=α+βαβ.\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta, \qquad \frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta}.

The first comes from expanding (α+β)2=α2+2αβ+β2(\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2 and moving the cross term across; the second from putting the fractions over the common denominator αβ\alpha\beta. The same ideas scale to three roots:

α2+β2+γ2=(α+β+γ)22(αβ+αγ+βγ),1α+1β+1γ=αβ+αγ+βγαβγ.\alpha^2 + \beta^2 + \gamma^2 = (\alpha + \beta + \gamma)^2 - 2(\alpha\beta + \alpha\gamma + \beta\gamma), \qquad \frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma} = \frac{\alpha\beta + \alpha\gamma + \beta\gamma}{\alpha\beta\gamma}.

The sum of squares is "square the sum, subtract twice the pair-sum"; the sum of reciprocals is "pair-sum over product". Recognising a target as symmetric, and knowing the identity that converts it, is the whole method.

Roots in arithmetic or geometric progression

A common dressing-up of these relations is to tell you the roots have a structure. The trick is always to name the roots so the structure builds in the relation for free.

  • Arithmetic progression: write the three roots as mdm - d, mm, m+dm + d. The two outer terms are symmetric about the middle, so the sum collapses to 3m3m and hands you the middle root straight away. The product then gives dd.
  • Geometric progression: write the three roots as ar\dfrac{a}{r}, aa, arar. The outer terms multiply to a2a^2, so the product collapses to a3a^3 and hands you the middle root. The sum then gives rr.

In both cases one relation isolates the middle root immediately, and a second relation finds the spacing or ratio. This is why the sum and product, the first and last relations, are the ones that matter most.

Roots of a special form

The same naming idea handles a stated relationship between roots. If you are told one root is the negative of another, name the roots aa, a-a, bb: the opposite pair cancels in the sum, so the sum gives bb, and the pair-sum reduces to a2-a^2, giving aa. If you are told two roots are equal, name them aa, aa, bb, and the relations become equations in aa and bb. The rule is the same every time: choose names that encode the condition, then apply the sum, product and pair-sum relations and solve the resulting system.

How exam questions ask about sums and products of zeroes

The wordings map cleanly onto the relation to reach for.

  • "Write down the sum / product of the roots of ..." Read it straight off: ba-\dfrac{b}{a} for the sum, the constant over aa (with the (1)n(-1)^n sign) for the product. Make it monic first if needed.
  • "One root is [given]; find the others." Use sum and product: the remaining roots have a known sum and known product, so they solve a quadratic t2(sum)t+(product)=0t^2 - (\text{sum})t + (\text{product}) = 0.
  • "Find α2+β2\alpha^2 + \beta^2 (or 1α+1β\tfrac{1}{\alpha} + \tfrac{1}{\beta}, or αβ+βα\tfrac{\alpha}{\beta} + \tfrac{\beta}{\alpha})." The target is symmetric; convert it to the sum, product and pair-sum with an identity, then substitute. Do not find the roots.
  • "The roots are in arithmetic / geometric progression." Name them md,m,m+dm - d, m, m + d or ar,a,ar\dfrac{a}{r}, a, ar; the sum (arithmetic) or product (geometric) gives the middle term, then the other relation gives the spacing or ratio.
  • "One root is the negative of another" / "two roots are equal" / "the roots are α,α,β\alpha, -\alpha, \beta." Name the roots to encode the condition, then solve the system from the three relations.
  • "Find the value of the unknown coefficient given [a condition on the roots]." Express the condition with the relations, getting an equation in the unknown coefficient, and solve.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation3 marksThe quadratic equation x29x+20=0x^2 - 9x + 20 = 0 has roots α\alpha and β\beta. Write down the values of α+β\alpha + \beta and αβ\alpha\beta. Given that one root is 44, use each of these in turn to find the other root.
Show worked solution →

Read off the sum and product. For ax2+bx+cax^2 + bx + c the sum of the roots is ba-\dfrac{b}{a} and the product is ca\dfrac{c}{a}. Here a=1a = 1, b=9b = -9, c=20c = 20, so

α+β=91=9,αβ=201=20.\alpha + \beta = -\frac{-9}{1} = 9, \qquad \alpha\beta = \frac{20}{1} = 20.

Find the other root from the sum
If α=4\alpha = 4 then 4+β=94 + \beta = 9, so β=5\beta = 5.
Confirm with the product
The product gives 4β=204\beta = 20, so β=5\beta = 5 again. Both routes agree.
State and check
The other root is 55. As a check, (x4)(x5)=x29x+20(x - 4)(x - 5) = x^2 - 9x + 20, which is the original quadratic, so the roots 44 and 55 are correct.
foundation3 marksFor the cubic P(x)=2x33x211x+6P(x) = 2x^3 - 3x^2 - 11x + 6 with zeroes α\alpha, β\beta and γ\gamma, write down the sum of the zeroes, the sum of the products of pairs, and the product of the zeroes.
Show worked solution →

Match to the standard cubic. For ax3+bx2+cx+dax^3 + bx^2 + cx + d the three relations are

α+β+γ=ba,αβ+αγ+βγ=ca,αβγ=da.\alpha + \beta + \gamma = -\frac{b}{a}, \qquad \alpha\beta + \alpha\gamma + \beta\gamma = \frac{c}{a}, \qquad \alpha\beta\gamma = -\frac{d}{a}.

Here a=2a = 2, b=3b = -3, c=11c = -11, d=6d = 6.

Substitute the coefficients.

α+β+γ=32=32,αβ+αγ+βγ=112=112,αβγ=62=3.\alpha + \beta + \gamma = -\frac{-3}{2} = \frac{3}{2}, \qquad \alpha\beta + \alpha\gamma + \beta\gamma = \frac{-11}{2} = -\frac{11}{2}, \qquad \alpha\beta\gamma = -\frac{6}{2} = -3.

State the answers. Sum =32= \dfrac{3}{2}, sum of pairs =112= -\dfrac{11}{2}, product =3= -3. (The actual zeroes are 33, 2-2 and 12\tfrac{1}{2}, and indeed 32+12=323 - 2 + \tfrac{1}{2} = \tfrac{3}{2} and 3×(2)×12=33 \times (-2) \times \tfrac{1}{2} = -3, but no question asked for them.)

core4 marksThe equation 3x27x+2=03x^2 - 7x + 2 = 0 has roots α\alpha and β\beta. Without solving the equation, find the value of α2+β2\alpha^2 + \beta^2 and the value of αβ+βα\dfrac{\alpha}{\beta} + \dfrac{\beta}{\alpha}.
Show worked solution →

Write down the sum and product. With a=3a = 3, b=7b = -7, c=2c = 2,

α+β=73=73,αβ=23.\alpha + \beta = -\frac{-7}{3} = \frac{7}{3}, \qquad \alpha\beta = \frac{2}{3}.

Evaluate the sum of squares with the squaring identity. Since (α+β)2=α2+2αβ+β2(\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2, rearranging gives α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta:

α2+β2=(73)2223=499129=379.\alpha^2 + \beta^2 = \left(\frac{7}{3}\right)^2 - 2 \cdot \frac{2}{3} = \frac{49}{9} - \frac{12}{9} = \frac{37}{9}.

Evaluate the symmetric ratio. Over the common denominator αβ\alpha\beta,

αβ+βα=α2+β2αβ=37/92/3=37932=376.\frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{\alpha^2 + \beta^2}{\alpha\beta} = \frac{37/9}{2/3} = \frac{37}{9} \cdot \frac{3}{2} = \frac{37}{6}.

State the answers. α2+β2=379\alpha^2 + \beta^2 = \dfrac{37}{9} and αβ+βα=376\dfrac{\alpha}{\beta} + \dfrac{\beta}{\alpha} = \dfrac{37}{6}. (The roots are 22 and 13\tfrac{1}{3}; directly 4+19=3794 + \tfrac{1}{9} = \tfrac{37}{9}, confirming the first value.)

core4 marksThe zeroes of P(x)=x312x2+kx28P(x) = x^3 - 12x^2 + kx - 28 are in arithmetic progression. Find the value of kk and the three zeroes.
Show worked solution →

Name the zeroes to use the progression. Three numbers in arithmetic progression can be written mdm - d, mm, m+dm + d with middle term mm and common difference dd. This makes the sum collapse to 3m3m.

Use the sum of the zeroes to find the middle term. For x312x2+kx28x^3 - 12x^2 + kx - 28 the sum is 121=12-\dfrac{-12}{1} = 12, so

(md)+m+(m+d)=3m=12    m=4.(m - d) + m + (m + d) = 3m = 12 \implies m = 4.

So 44 is a zero. (Whenever the zeroes are in arithmetic progression, the middle one is the average, which the sum hands you immediately.)

Use the product to find the common difference. The product is 281=28-\dfrac{-28}{1} = 28, and (md)m(m+d)=m(m2d2)(m - d)\,m\,(m + d) = m(m^2 - d^2):

4(16d2)=28    16d2=7    d2=9    d=3.4(16 - d^2) = 28 \implies 16 - d^2 = 7 \implies d^2 = 9 \implies d = 3.

The zeroes are 43=14 - 3 = 1, 44 and 4+3=74 + 3 = 7.

Find kk from the sum of products of pairs. The middle coefficient gives k=αβ+αγ+βγk = \alpha\beta + \alpha\gamma + \beta\gamma:

k=(1)(4)+(1)(7)+(4)(7)=4+7+28=39.k = (1)(4) + (1)(7) + (4)(7) = 4 + 7 + 28 = 39.

State and check. k=39k = 39 and the zeroes are 11, 44, 77. Check the product 1×4×7=281 \times 4 \times 7 = 28, matching da-\dfrac{d}{a}.

exam5 marksOne zero of the cubic P(x)=x35x24x+20P(x) = x^3 - 5x^2 - 4x + 20 is the negative of another. Find all three zeroes, and verify the product-of-zeroes relation.
Show worked solution →

Encode the condition in the names of the zeroes. "One zero is the negative of another" means the zeroes can be written aa, a-a and bb. Choosing these names builds the relationship in from the start.

Use the sum of the zeroes to find bb. The sum is 51=5-\dfrac{-5}{1} = 5, and a+(a)+b=ba + (-a) + b = b, so

b=5.b = 5.

The opposite pair cancels in the sum, leaving the third zero directly.

Use the sum of products of pairs to find aa. The three pairwise products are a(a)=a2a(-a) = -a^2, ab=aba\,b = ab and (a)b=ab(-a)b = -ab, which sum to a2-a^2. This equals calead=41=4\dfrac{c}{a_{\text{lead}}} = \dfrac{-4}{1} = -4:

a2=4    a2=4    a=2.-a^2 = -4 \implies a^2 = 4 \implies a = 2.

So the zeroes are 22, 2-2 and 55.

Verify the product relation. The product of the zeroes should be dalead=201=20-\dfrac{d}{a_{\text{lead}}} = -\dfrac{20}{1} = -20. Directly, 2×(2)×5=202 \times (-2) \times 5 = -20. The relation holds.

State the answer. The zeroes are 22, 2-2 and 55.

exam5 marksThe zeroes of P(x)=x313x2+39x27P(x) = x^3 - 13x^2 + 39x - 27 are in geometric progression. Find the three zeroes.
Show worked solution →

Name the zeroes to use the progression. Three numbers in geometric progression can be written ar\dfrac{a}{r}, aa, arar with middle term aa and common ratio rr. This makes the product collapse to a3a^3.

Use the product of the zeroes to find the middle term. The product is 271=27-\dfrac{-27}{1} = 27, and araar=a3\dfrac{a}{r} \cdot a \cdot ar = a^3, so

a3=27    a=3.a^3 = 27 \implies a = 3.

So 33 is a zero. (For a geometric progression the middle term is the cube root of the product, which the product relation gives at once.)

Use the sum of the zeroes to find the ratio. The sum is 131=13-\dfrac{-13}{1} = 13, and ar+a+ar=a ⁣(1r+1+r)\dfrac{a}{r} + a + ar = a\!\left(\dfrac{1}{r} + 1 + r\right):

3 ⁣(1r+1+r)=13    1r+r=103.3\!\left(\frac{1}{r} + 1 + r\right) = 13 \implies \frac{1}{r} + r = \frac{10}{3}.

Solve for the ratio. Multiplying through by 3r3r gives 3r210r+3=03r^2 - 10r + 3 = 0, so (3r1)(r3)=0(3r - 1)(r - 3) = 0 and r=3r = 3 or r=13r = \tfrac{1}{3}. Either ratio produces the same set of zeroes.

State and check. Taking a=3a = 3, r=3r = 3 gives zeroes 11, 33, 99. Check the sum 1+3+9=131 + 3 + 9 = 13 and the sum of pairs (1)(3)+(1)(9)+(3)(9)=3+9+27=39(1)(3) + (1)(9) + (3)(9) = 3 + 9 + 27 = 39, both matching the coefficients.

exam3 marksThe polynomial P(x)=x36x2+kx6P(x) = x^3 - 6x^2 + kx - 6 has zeroes α\alpha, β\beta, γ\gamma satisfying α2+β2+γ2=14\alpha^2 + \beta^2 + \gamma^2 = 14. Find the value of kk.
Show worked solution →

Read off the symmetric functions in terms of kk. For x36x2+kx6x^3 - 6x^2 + kx - 6,

α+β+γ=61=6,αβ+αγ+βγ=k1=k.\alpha + \beta + \gamma = -\frac{-6}{1} = 6, \qquad \alpha\beta + \alpha\gamma + \beta\gamma = \frac{k}{1} = k.

Apply the sum-of-squares identity. Squaring the sum gives (α+β+γ)2=α2+β2+γ2+2(αβ+αγ+βγ)(\alpha + \beta + \gamma)^2 = \alpha^2 + \beta^2 + \gamma^2 + 2(\alpha\beta + \alpha\gamma + \beta\gamma), so

α2+β2+γ2=(α+β+γ)22(αβ+αγ+βγ)=622k=362k.\alpha^2 + \beta^2 + \gamma^2 = (\alpha + \beta + \gamma)^2 - 2(\alpha\beta + \alpha\gamma + \beta\gamma) = 6^2 - 2k = 36 - 2k.

Solve for kk. Setting this equal to 1414,

362k=14    2k=22    k=11.36 - 2k = 14 \implies 2k = 22 \implies k = 11.

State and check. k=11k = 11. With k=11k = 11 the cubic is x36x2+11x6x^3 - 6x^2 + 11x - 6, whose zeroes are 11, 22, 33; directly 1+4+9=141 + 4 + 9 = 14, confirming the condition.

Related dot points