Skip to content

9231 · 1.1

Roots of polynomial equations — practice questions

Practice and worked examples for 9231 Roots of polynomial equations. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

The equation 2x37x2+4x+1=02x^3 - 7x^2 + 4x + 1 = 0 has roots α,β,γ\alpha, \beta, \gamma. Find the values of: (i) α+β+γ\alpha + \beta + \gamma (ii) αβ+βγ+γα\alpha\beta + \beta\gamma + \gamma\alpha (iii) αβγ\alpha\beta\gamma

Show solution outline

First, identify the coefficients of the cubic ax3+bx2+cx+d=0ax^3+bx^2+cx+d=0. Here, a=2,b=7,c=4,d=1a=2, b=-7, c=4, d=1.

(i) The sum of the roots is given by Σα=ba\Sigma \alpha = -\frac{b}{a}. α+β+γ=72=72\alpha + \beta + \gamma = -\frac{-7}{2} = \frac{7}{2}.

(ii) The sum of the product of roots in pairs is given by Σαβ=ca\Sigma \alpha\beta = \frac{c}{a}. αβ+βγ+γα=42=2\alpha\beta + \beta\gamma + \gamma\alpha = \frac{4}{2} = 2.

(iii) The product of the roots is given by αβγ=da\alpha\beta\gamma = -\frac{d}{a}. αβγ=12\alpha\beta\gamma = -\frac{1}{2}.

Worked example 2

The roots of the equation x4+2x35x2+x3=0x^4 + 2x^3 - 5x^2 + x - 3 = 0 are α,β,γ,δ\alpha, \beta, \gamma, \delta. Find the value of Σα2\Sigma \alpha^2.

Show solution outline

The equation is a quartic with a=1,b=2,c=5,d=1,e=3a=1, b=2, c=-5, d=1, e=-3.

First, we need the values of Σα\Sigma \alpha and Σαβ\Sigma \alpha\beta. Using Vieta's formulas: Σα=ba=21=2\Sigma \alpha = -\frac{b}{a} = -\frac{2}{1} = -2. Σαβ=ca=51=5\Sigma \alpha\beta = \frac{c}{a} = \frac{-5}{1} = -5.

Now, we use the identity Σα2=(Σα)22(Σαβ)\Sigma \alpha^2 = (\Sigma \alpha)^2 - 2(\Sigma \alpha\beta). This identity holds for polynomials of any degree.

Substitute the values we found: Σα2=(2)22(5)\Sigma \alpha^2 = (-2)^2 - 2(-5) =4(10)= 4 - (-10) =4+10=14= 4 + 10 = 14.

So, the sum of the squares of the roots is 14.

Worked example 3

The equation x32x2+5x4=0x^3 - 2x^2 + 5x - 4 = 0 has roots α,β,γ\alpha, \beta, \gamma. Find a cubic equation with integer coefficients whose roots are α+1,β+1,γ+1\alpha+1, \beta+1, \gamma+1.

Show solution outline

Let the original equation be P(x)=x32x2+5x4=0P(x) = x^3 - 2x^2 + 5x - 4 = 0, where xx can be α,β,\alpha, \beta, or γ\gamma.

We want a new equation in a variable, let's say yy, where the roots are y=α+1,y=β+1,y=γ+1y = \alpha+1, y = \beta+1, y = \gamma+1. This gives us a general relationship between the new roots (yy) and the old roots (xx): y=x+1y = x+1.

To find the new equation, we rearrange this relationship to make xx the subject: x=y1x = y-1.

Now, we substitute this expression for xx back into the original polynomial equation: (y1)32(y1)2+5(y1)4=0(y-1)^3 - 2(y-1)^2 + 5(y-1) - 4 = 0

Next, we expand the brackets: (y33y2+3y1)2(y22y+1)+5(y1)4=0(y^3 - 3y^2 + 3y - 1) - 2(y^2 - 2y + 1) + 5(y-1) - 4 = 0 y33y2+3y12y2+4y2+5y54=0y^3 - 3y^2 + 3y - 1 - 2y^2 + 4y - 2 + 5y - 5 - 4 = 0

Finally, collect like terms to get the new equation in yy: y3+(32)y2+(3+4+5)y+(1254)=0y^3 + (-3-2)y^2 + (3+4+5)y + (-1-2-5-4) = 0 y35y2+12y12=0y^3 - 5y^2 + 12y - 12 = 0

This is the required equation. It's conventional to write the final answer using the variable xx, so the equation is x35x2+12x12=0x^3 - 5x^2 + 12x - 12 = 0.