Polynomials · Lesson 3 of 4
Relationship between Zeroes and Coefficients of a Polynomial
“Where algebra meets matchmaking: discovering the perfect mathematical harmony between the roots of an equation and its coefficients.”
• Understand how the zeroes of a polynomial are connected to its coefficients. • Derive and use the relationships for quadratic polynomials. • Derive and use the relationships for cubic polynomials. • Find the sum and product of zeroes without solving the polynomial completely. • Form a quadratic polynomial when its zeroes are known. • Check answers using the relationships between zeroes and coefficients.
Relationship Between Zeroes and Coefficients
The zeroes of a polynomial and its coefficients are closely connected. This connection allows us to find the sum and product of zeroes without calculating each zero separately. It also helps us form a polynomial when its zeroes are given.
For a polynomial written in standard form, the sum and product of its zeroes can be found directly from its coefficients.
Before using any formula, write the polynomial in descending powers of x and identify its coefficients carefully. Include zero as the coefficient of any missing term.
Problem
Identify a, b and c in 3x² − 12.
- 1.Write the polynomial as 3x² + 0x − 12.
- 2.Compare it with ax² + bx + c.
- 3.Therefore, a = 3, b = 0 and c = −12.
Quadratic Polynomial
Consider a quadratic polynomial p(x) = ax² + bx + c, where a ≠ 0. Suppose its zeroes are α and β.
Comparing ax² − a(α + β)x + aαβ with ax² + bx + c gives −a(α + β) = b and aαβ = c.
Sum of zeroes → negative coefficient of x divided by coefficient of x². Product of zeroes → constant term divided by coefficient of x².
Problem
Find the sum and product of the zeroes of 2x² − 7x + 3.
- 1.Compare 2x² − 7x + 3 with ax² + bx + c.
- 2.Here, a = 2, b = −7 and c = 3.
- 3.Sum of zeroes = −b/a = −(−7)/2 = 7/2.
- 4.Product of zeroes = c/a = 3/2.
- 5.Therefore, α + β = 7/2 and αβ = 3/2.
Problem
Find the sum and product of the zeroes of 3x² − 12.
- 1.Write the polynomial as 3x² + 0x − 12.
- 2.Here, a = 3, b = 0 and c = −12.
- 3.Sum of zeroes = −0/3 = 0.
- 4.Product of zeroes = −12/3 = −4.
- 5.Therefore, the sum is 0 and the product is −4.
Problem
Verify the relationship for p(x) = x² − 5x + 6.
- 1.Factorise: x² − 5x + 6 = (x − 2)(x − 3).
- 2.Therefore, the zeroes are 2 and 3.
- 3.From the zeroes, sum = 2 + 3 = 5 and product = 2 × 3 = 6.
- 4.From the coefficients, a = 1, b = −5 and c = 6.
- 5.−b/a = −(−5)/1 = 5 and c/a = 6/1 = 6.
- 6.Both methods give the same results.
The formula for the sum contains a minus sign: α + β = −b/a. Always substitute the sign of b correctly. For example, if b = −5, then −b = 5.
Forming a Quadratic Polynomial from Its Zeroes
If the zeroes α and β are known, a quadratic polynomial having these zeroes can be formed using the factors x − α and x − β.
Problem
Form a quadratic polynomial whose zeroes are 3 and −2.
- 1.The zeroes are α = 3 and β = −2.
- 2.Use p(x) = (x − α)(x − β).
- 3.p(x) = (x − 3)(x + 2).
- 4.Expand: p(x) = x² − x − 6.
- 5.Therefore, one required polynomial is x² − x − 6.
Problem
Form a quadratic polynomial whose sum of zeroes is 7 and product of zeroes is 10.
- 1.Use x² − (sum of zeroes)x + product of zeroes.
- 2.Substitute the given sum and product.
- 3.p(x) = x² − 7x + 10.
- 4.Therefore, one required polynomial is x² − 7x + 10.
Problem
Form a polynomial whose zeroes are 1/2 and 3.
- 1.Start with p(x) = (x − 1/2)(x − 3).
- 2.Expanding gives x² − (7/2)x + 3/2.
- 3.To remove fractions, multiply the entire polynomial by 2.
- 4.Therefore, 2x² − 7x + 3 is a polynomial with the required zeroes.
Cubic Polynomial
Now consider a cubic polynomial p(x) = ax³ + bx² + cx + d, where a ≠ 0. Suppose its zeroes are α, β and γ.
For ax³ + bx² + cx + d: Sum of zeroes = −b/a Sum of products taken two at a time = c/a Product of all three zeroes = −d/a
Problem
For p(x) = 2x³ − 3x² − 8x + 12, find the three coefficient relationships.
- 1.Compare with ax³ + bx² + cx + d.
- 2.Here, a = 2, b = −3, c = −8 and d = 12.
- 3.α + β + γ = −b/a = −(−3)/2 = 3/2.
- 4.αβ + βγ + γα = c/a = −8/2 = −4.
- 5.αβγ = −d/a = −12/2 = −6.
Problem
Verify the relationships for p(x) = x³ − 6x² + 11x − 6, whose zeroes are 1, 2 and 3.
- 1.Sum of zeroes = 1 + 2 + 3 = 6.
- 2.From coefficients, −b/a = −(−6)/1 = 6.
- 3.Sum of products taken two at a time = (1×2) + (2×3) + (3×1) = 11.
- 4.From coefficients, c/a = 11.
- 5.Product of zeroes = 1 × 2 × 3 = 6.
- 6.From coefficients, −d/a = −(−6) = 6.
- 7.All three relationships are verified.
The expression αβ + βγ + γα means multiply the zeroes in pairs and then add the three results.
| Polynomial | Sum Relationship | Other Relationships |
|---|---|---|
| Quadratic: ax² + bx + c | α + β = −b/a | αβ = c/a |
| Cubic: ax³ + bx² + cx + d | α + β + γ = −b/a | αβ + βγ + γα = c/a; αβγ = −d/a |
How to Solve These Questions
- Write the polynomial in descending powers of x.
- Insert zero coefficients for missing terms.
- Identify a, b, c and d with their signs.
- Choose the correct quadratic or cubic formula.
- Substitute carefully, especially when a coefficient is negative.
- Simplify the fractions.
- When possible, verify using factorisation.
• Forgetting the negative sign in the sum formula. • Using b/a instead of −b/a. • Ignoring the sign of a coefficient while substituting. • Forgetting that a missing term has coefficient zero. • Using c instead of c/a for the product of quadratic zeroes. • For a cubic polynomial, confusing αβ + βγ + γα with α + β + γ. • Assuming that only one polynomial can have a given set of zeroes.
Quiz
For ax² + bx + c, what is the sum of its zeroes?
For ax² + bx + c, what is the product of its zeroes?
What is the sum of the zeroes of x² − 5x + 6?
Which polynomial has zeroes 3 and −2?
For ax³ + bx² + cx + d, what is the product αβγ?
Practice Problems
- Find the sum and product of the zeroes of x² − 8x + 15.
- Find the sum and product of the zeroes of 3x² + 5x − 2.
- Find the sum and product of the zeroes of 4x² − 9.
- Verify the relationships for x² + x − 6 by first finding its zeroes.
- Form a quadratic polynomial whose zeroes are 4 and 5.
- Form a quadratic polynomial whose zeroes are −3 and 2.
- Form a quadratic polynomial whose sum of zeroes is 6 and product is 8.
- Form a polynomial whose zeroes are 2/3 and −1.
- For 2x³ + 5x² − 4x − 3, find the three coefficient relationships.
- Verify the relationships for x³ − 3x² − 4x + 12 if its zeroes are −2, 2 and 3.
Key Takeaways
• For ax² + bx + c, the sum of zeroes is −b/a and their product is c/a. • A quadratic polynomial with zeroes α and β can be written as k(x − α)(x − β), where k ≠ 0. • The simplest polynomial with sum S and product P is x² − Sx + P. • For ax³ + bx² + cx + d, the sum of zeroes is −b/a. • For a cubic polynomial, the sum of pairwise products is c/a and the product of all three zeroes is −d/a. • Always identify coefficients with their signs and include zero coefficients for missing terms.