Skip to content

9231 · 1.1

Roots of polynomial equations — FAQ

Frequently asked questions for 9231 Roots of polynomial equations. Direct answers first, then deeper explanation — then practise with marking.

What happens if a term is missing, like in $x^3 + 4x - 2 = 0$?

A missing term simply means its coefficient is zero. In this case, the equation is 1x3+0x2+4x2=01x^3 + 0x^2 + 4x - 2 = 0, so a=1,b=0,c=4,d=2a=1, b=0, c=4, d=-2. This would mean, for example, that the sum of the roots Σα=b/a=0/1=0\Sigma \alpha = -b/a = -0/1 = 0.

Do Vieta's formulas work if the roots are complex numbers?

Yes, absolutely. The relationships hold for all roots, whether they are real, rational, irrational or complex. This is a very powerful feature and provides a link to the topic of complex numbers.

How can I remember the signs for Vieta's formulas?

The signs simply alternate, starting with a negative. The sum of roots (Σα\Sigma \alpha) is b/a-b/a. The sum of products in pairs (Σαβ\Sigma \alpha\beta) is +c/a+c/a. The sum of products in threes (Σαβγ\Sigma \alpha\beta\gamma) is d/a-d/a, and so on. It's a simple, predictable pattern.

Is there a formula for $\Sigma \alpha^3$?

Yes, but it's more complex and less commonly required in exams than Σα2\Sigma \alpha^2. It can be derived from the identity (Σα)(Σα2)=Σα3+(\Sigma \alpha)(\Sigma \alpha^2) = \Sigma \alpha^3 + \dots. A more direct method is to use the fact that each root satisfies the original equation. For a root α\alpha, we have aα3+bα2+cα+d=0a\alpha^3+b\alpha^2+c\alpha+d=0. You can write this for β\beta and γ\gamma too, and then sum the three equations: aΣα3+bΣα2+cΣα+3d=0a\Sigma\alpha^3 + b\Sigma\alpha^2 + c\Sigma\alpha + 3d = 0. You can then rearrange for Σα3\Sigma\alpha^3 since you know all the other sums.