Roots of Polynomials
This lesson covers the relationship between the roots of a polynomial and its coefficients. These relationships, known as Vieta's formulae (or Newton's identities), allow us to find symmetric functions of roots — such as their sum, product, and sum of squares — without solving the polynomial.
Vieta's Formulae for Quadratics
For a quadratic ax2+bx+c=0 with roots α and β:
| Symmetric function | Formula |
|---|
| α+β | −b/a |
| αβ | c/a |
Vieta's Formulae for Cubics
For ax3+bx2+cx+d=0 with roots α,β,γ:
| Symmetric function | Formula |
|---|
| α+β+γ | −b/a |
| αβ+βγ+γα | c/a |
| αβγ | −d/a |
Vieta's Formulae for Quartics
For ax4+bx3+cx2+dx+e=0 with roots α,β,γ,δ:
| Symmetric function | Formula |
|---|
| ∑α | −b/a |
| ∑αβ | c/a |
| ∑αβγ | −d/a |
| αβγδ | e/a |
Pattern: The signs alternate: −,+,−,+,… when dividing by the leading coefficient.
Finding Other Symmetric Functions
Given the basic symmetric functions (sums and products of roots), we can derive others:
Sum of Squares
α2+β2=(α+β)2−2αβ
For three roots:
α2+β2+γ2=(α+β+γ)2−2(αβ+βγ+γα)
Sum of Cubes
α3+β3+γ3=(α+β+γ)3−3(α+β+γ)(αβ+βγ+γα)+3αβγ
Sum of Reciprocals
α1+β1=αβα+β
α1+β1+γ1=αβγαβ+βγ+γα
Worked Examples
Example 1: The equation x3−6x2+11x−6=0 has roots α,β,γ. Find α2+β2+γ2 and α1+β1+γ1.
From Vieta's: α+β+γ=6, αβ+βγ+γα=11, αβγ=6.
α2+β2+γ2=62−2(11)=36−22=14
α1+β1+γ1=611
Example 2: The equation 2x2−5x+1=0 has roots α,β. Find the equation whose roots are α2 and β2.
α+β=5/2, αβ=1/2.
New roots sum: α2+β2=(5/2)2−2(1/2)=25/4−1=21/4.
New roots product: (αβ)2=1/4.
New equation: x2−421x+41=0, or 4x2−21x+1=0.
Forming New Equations from Transformations of Roots
If a polynomial has roots α,β,γ,… and we want the polynomial with roots f(α),f(β),f(γ),…:
- Compute the symmetric functions of the new roots using the known symmetric functions of the old roots.
- Alternatively, use the substitution method: if the new roots are y=f(x), invert to get x=f−1(y) and substitute into the original equation.
Example 3: x3−3x+1=0 has roots α,β,γ. Find the equation with roots 2α,2β,2γ.
Substitute x=y/2: (y/2)3−3(y/2)+1=0, so y3/8−3y/2+1=0, i.e., y3−12y+8=0.
Practice Problems
- The equation x3+2x2−5x−6=0 has roots α,β,γ. Find α+β+γ, αβγ, and α2+β2+γ2.
- The roots of x2−3x+1=0 are α,β. Find α3+β3.
- Find the equation whose roots are α+1,β+1,γ+1 if α,β,γ are roots of x3−4x2+x+6=0.
Solutions:
- α+β+γ=−2, αβ+βγ+γα=−5, αβγ=6. α2+β2+γ2=(−2)2−2(−5)=4+10=14.
- α+β=3, αβ=1. α3+β3=(α+β)3−3αβ(α+β)=27−9=18.
- Substitute x=y−1: (y−1)3−4(y−1)2+(y−1)+6=0. Expanding: y3−7y2+14y−8=0, i.e., y3−7y2+14y−8=0.
Summary
- Vieta's formulae relate roots to coefficients without solving.
- Use identities like ∑α2=(∑α)2−2∑αβ to find higher symmetric functions.
- To form new equations: either compute new symmetric functions or use substitution.
Exam Tip: Write down Vieta's formulae for the given polynomial at the start. Then use standard identities to build the required symmetric function step by step.