Math Lab
Home/Class X/Ch 2/Zeroes and coefficients of a cubic

Zeroes and coefficients of a cubic

The story we just told for quadratics extends gracefully to cubics. If a cubic p(x)=ax3+bx2+cx+dp(x) = a x^3 + b x^2 + c x + d (a0a \ne 0) has zeroes α,β,γ\alpha, \beta, \gamma (counted with multiplicity if necessary), then there are three classical identities relating the zeroes to the coefficients.

Idea

Suppose α,β,γ\alpha, \beta, \gamma are zeroes of ax3+bx2+cx+da x^3 + b x^2 + c x + d. Then p(x)=a(xα)(xβ)(xγ).p(x) = a (x - \alpha)(x - \beta)(x - \gamma). Expand the right side (use the identity (xα)(xβ)(xγ)=x3(α+β+γ)x2+(αβ+βγ+γα)xαβγ(x-\alpha)(x-\beta)(x-\gamma) = x^3 - (\alpha+\beta+\gamma) x^2 + (\alpha\beta + \beta\gamma + \gamma\alpha) x - \alpha\beta\gamma): p(x)=ax3a(α+β+γ)x2+a(αβ+βγ+γα)xaαβγ.p(x) = a x^3 - a(\alpha+\beta+\gamma) x^2 + a(\alpha\beta+\beta\gamma+\gamma\alpha) x - a\alpha\beta\gamma. Comparing with ax3+bx2+cx+da x^3 + b x^2 + c x + d: α+β+γ=ba,\alpha + \beta + \gamma = -\frac{b}{a}, αβ+βγ+γα=ca,\alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a}, αβγ=da.\alpha\beta\gamma = -\frac{d}{a}.

These are the Vieta identities for the cubic.

Theorem and uses

Theorem. Let ax3+bx2+cx+da x^3 + b x^2 + c x + d have zeroes α,β,γ\alpha, \beta, \gamma. Then α+β+γ=ba,\alpha + \beta + \gamma = -\frac{b}{a}, αβ+βγ+γα=ca,\alpha \beta + \beta\gamma + \gamma \alpha = \frac{c}{a}, αβγ=da.\alpha\beta\gamma = -\frac{d}{a}.

A few useful consequences.

(i) Reconstruction. Given three zeroes α,β,γ\alpha, \beta, \gamma, the cubic with leading coefficient 11 is x3(α+β+γ)x2+(αβ+βγ+γα)xαβγ.x^3 - (\alpha+\beta+\gamma) x^2 + (\alpha\beta + \beta\gamma + \gamma\alpha) x - \alpha\beta\gamma.

(ii) Symmetric expressions in α,β,γ\alpha, \beta, \gamma. Many useful quantities can be expressed in terms of the three elementary symmetric polynomials e1=α+β+γe_1 = \alpha+\beta+\gamma, e2=αβ+βγ+γαe_2 = \alpha\beta + \beta\gamma + \gamma\alpha, e3=αβγe_3 = \alpha\beta\gamma. For example, α2+β2+γ2=e122e2,\alpha^2 + \beta^2 + \gamma^2 = e_1^2 - 2 e_2, 1α+1β+1γ=e2e3.\frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma} = \frac{e_2}{e_3}.

(iii) Finding one zero given two. If two zeroes are known and you want the third, the easiest move is usually to use α+β+γ=b/a\alpha + \beta + \gamma = -b/a.

(iv) Verifying given zeroes. Plug zeroes into the polynomial or check that the sum and product match b/a-b/a and d/a-d/a.

For board exams expect questions where the cubic has one obvious integer zero (you spot it by trying ±1,±2\pm 1, \pm 2, etc.), you divide out the linear factor, and you finish with a quadratic. We will see this in the worked examples.

Worked examples

Example 1. Verify that 1,1,31, -1, 3 are zeroes of p(x)=x33x2x+3p(x) = x^3 - 3 x^2 - x + 3, and check Vieta.

p(1)=131+3=0p(1) = 1 - 3 - 1 + 3 = 0, p(1)=13+1+3=0p(-1) = -1 - 3 + 1 + 3 = 0, p(3)=27273+3=0p(3) = 27 - 27 - 3 + 3 = 0. ✓

Sum =1+(1)+3=3=(3)/1= 1 + (-1) + 3 = 3 = -(-3)/1. ✓ Sum of products =1+(3)+3=1=(1)/1= -1 + (-3) + 3 = -1 = (-1)/1. ✓ Product =3=3/1= -3 = -3/1. ✓

Example 2. Find a cubic with zeroes 2,3,12, 3, -1.

e1=4e_1 = 4, e2=632=1e_2 = 6 - 3 - 2 = 1, e3=6e_3 = -6. Cubic: x34x2+x+6x^3 - 4 x^2 + x + 6.

Example 3. If two of the zeroes of x34x27x+10x^3 - 4 x^2 - 7 x + 10 are 55 and 2-2, find the third.

By Vieta, α+β+γ=(4)/1=4\alpha + \beta + \gamma = -(-4)/1 = 4. With α=5,β=2\alpha = 5, \beta = -2: γ=45+2=1\gamma = 4 - 5 + 2 = 1.

Example 4. The zeroes of x33x2+x+1x^3 - 3 x^2 + x + 1 are aba - b, aa, a+ba + b (an AP). Find aa.

Sum of zeroes =3a=3= 3a = 3, so a=1a = 1.

Example 5. The sum of two zeroes of x3+ax2+bx+cx^3 + a x^2 + b x + c is zero. Show that c=abc = ab.

If α+β=0\alpha + \beta = 0, then γ=a\gamma = -a (from sum α+β+γ=a\alpha + \beta + \gamma = -a). Also α+β=0\alpha + \beta = 0 means α=β\alpha = -\beta, so αβ=β2\alpha \beta = -\beta^2. Now, αβγ=c    β2(a)=c    aβ2=c    β2=c/a.\alpha \beta \gamma = -c \implies -\beta^2 \cdot (-a) = -c \implies a \beta^2 = -c \implies \beta^2 = -c/a. And αβ+βγ+γα=b\alpha\beta + \beta\gamma + \gamma\alpha = b becomes β2+γ(α+β)=β2=b-\beta^2 + \gamma(\alpha + \beta) = -\beta^2 = b, so β2=b\beta^2 = -b. Comparing, c/a=b-c/a = -b, hence c=abc = ab. \blacksquare

Try it yourself

  1. Verify that 1,2,3-1, 2, 3 are zeroes of x34x2+x+6x^3 - 4 x^2 + x + 6, and check Vieta.
  2. Form the cubic with zeroes 1,3,41, -3, 4.
  3. Two zeroes of x36x2+11x6x^3 - 6 x^2 + 11 x - 6 are 11 and 22. Find the third.
  4. If the zeroes of x3+px2+qx+rx^3 + p x^2 + q x + r are in AP, show that 2p3=9pq27r2 p^3 = 9 pq - 27 r.
  5. The zeroes of x33x2+rx+sx^3 - 3 x^2 + r x + s are a,b,ca, b, c with a+b=4a + b = 4. Find cc.
  6. Find a cubic whose zeroes are 2,2,5\sqrt{2}, -\sqrt{2}, 5.
  7. If α,β,γ\alpha, \beta, \gamma are zeroes of x36x2+11x6x^3 - 6 x^2 + 11 x - 6, find α2+β2+γ2\alpha^2 + \beta^2 + \gamma^2.
  8. If α,β,γ\alpha, \beta, \gamma are zeroes of x3+ax2+bx+cx^3 + a x^2 + b x + c, find 1α+1β+1γ\dfrac{1}{\alpha} + \dfrac{1}{\beta} + \dfrac{1}{\gamma}.
  9. Construct a cubic with zeroes 1,1,2-1, -1, 2.
  10. If α,β,γ\alpha, \beta, \gamma are zeroes of 2x3+x25x+22 x^3 + x^2 - 5 x + 2, find αβγ\alpha\beta\gamma and α+β+γ\alpha + \beta + \gamma.

Pitfalls / Insight

  • Sign alternation. b/ab/a comes with a minus, c/ac/a comes positive, d/ad/a comes with a minus. Easy to mix up.
  • "Two zeroes are known" problems , use the sum first, then the product to check.
  • Symmetric expressions in three variables expand using e1,e2,e3e_1, e_2, e_3. Don't try to find each zero individually.

Insight. The pattern from quadratic to cubic is clean: degree-nn polynomial \Rightarrow nn symmetric coefficient-zero relations, with signs alternating. This generalises to all degrees and is one of the most beautiful symmetries in algebra.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Cubic Vieta
6 questions · pick the best answer
Q1

For ax3+bx2+cx+dax^3 + bx^2 + cx + d with zeroes α,β,γ\alpha, \beta, \gamma: α+β+γ\alpha + \beta + \gamma equals:

Q2

αβγ\alpha\beta\gamma equals:

Q3

Two zeroes of x36x2+11x6x^3 - 6x^2 + 11x - 6 are 11 and 22. The third is:

Q4

Cubic with zeroes 1,2,31, 2, 3 (monic) is:

Q5

If α,β,γ\alpha, \beta, \gamma are zeroes of x36x2+11x6x^3 - 6x^2 + 11x - 6, then α2+β2+γ2\alpha^2 + \beta^2 + \gamma^2 equals:

Q6

If zeroes of x3+px2+qx+rx^3 + px^2 + qx + r are in AP, the middle term is: