What is the relationship between zeros and coefficients? For a quadratic polynomial p(x) = \(ax^{2}+bx+c\) (a ≠ 0), if α (alpha) and β (beta) are its two zeros, then:
Sum of zeros: α + β = −(coefficient of x) / (coefficient of \(x^{2}\)) = \(-\tfrac{b}{a}\).
Product of zeros: α × β = (constant term) / (coefficient of \(x^{2}\)) = \(\tfrac{c}{a}\).
Where do these come from? If α and β are the zeroes, then \(ax^{2}+bx+c=a(x-\alpha)(x-\beta)\). Expanding the right side gives \(a\,x^{2}-a(\alpha+\beta)x+a\alpha\beta\). Comparing coefficients with \(ax^{2}+bx+c\): \(-a(\alpha+\beta)=b\) so \(\alpha+\beta=-\tfrac{b}{a}\), and \(a\alpha\beta=c\) so \(\alpha\beta=\tfrac{c}{a}\).
Why does this matter? These formulas let us:
- Find the sum and product of zeros without solving the equation.
- Construct a quadratic polynomial when we know its zeros.
- Verify whether given values could be the zeros of a polynomial.
- Evaluate symmetric expressions in the zeroes (such as \(\alpha^{2}+\beta^{2}\) or \(\tfrac{1}{\alpha}+\tfrac{1}{\beta}\)) quickly.
Real-life example: Imagine a rectangular garden whose length (α) and width (β) are the zeroes of a polynomial. Knowing the sum (half the perimeter) and the product (the area) lets you reconstruct the quadratic that describes the dimensions.
Forming a quadratic from given zeroes
If α and β are the zeroes, a quadratic with those zeroes is
\(p(x)=k\left[x^{2}-(\alpha+\beta)x+\alpha\beta\right]\), where k is any non-zero constant.
In words: \(x^{2}-(\text{sum of zeroes})x+(\text{product of zeroes})\). Taking k = 1 gives the simplest such polynomial; any non-zero k gives a valid answer because multiplying by a constant does not change the zeroes. If the sum or product is a fraction, choose k to clear denominators and get integer coefficients.
Useful symmetric identities
Many problems ask for an expression in α and β without solving for them. Express everything in terms of (α + β) and αβ:
- \(\alpha^{2}+\beta^{2}=(\alpha+\beta)^{2}-2\alpha\beta\)
- \(\dfrac{1}{\alpha}+\dfrac{1}{\beta}=\dfrac{\alpha+\beta}{\alpha\beta}\)
- \((\alpha-\beta)^{2}=(\alpha+\beta)^{2}-4\alpha\beta\)
- \(\alpha^{3}+\beta^{3}=(\alpha+\beta)^{3}-3\alpha\beta(\alpha+\beta)\)
Extension: zeroes and coefficients of a cubic polynomial
For a cubic \(p(x)=ax^{3}+bx^{2}+cx+d\) (a ≠ 0) with zeroes α, β and γ:
- Sum of zeroes: \(\alpha+\beta+\gamma=-\dfrac{b}{a}\)
- Sum of products taken two at a time: \(\alpha\beta+\beta\gamma+\gamma\alpha=\dfrac{c}{a}\)
- Product of zeroes: \(\alpha\beta\gamma=-\dfrac{d}{a}\)
These follow from \(a(x-\alpha)(x-\beta)(x-\gamma)\) expanded and compared with \(ax^{3}+bx^{2}+cx+d\). Notice the alternating signs: minus, plus, minus.
Common mistakes to avoid:
- Forgetting the leading coefficient a — the formulas are −b/a and c/a, not −b and c.
- Sign error in the sum: it is −b/a, so a negative b makes the sum positive.
- When forming a polynomial, dropping the minus sign on the middle term — it must be \(x^{2}-(\text{sum})x+(\text{product})\).
- For a cubic, mixing up the middle two formulas, or missing the minus sign on the product (−d/a).
- Trying to compute \(\alpha^{2}+\beta^{2}\) as \((\alpha+\beta)^{2}\) — you must subtract \(2\alpha\beta\).
Find the sum and product of the zeros of the polynomial p(x) = \(3x^{2}-7x+4\).
Solution- Step 1: Identify coefficients: a = 3, b = −7, c = 4.
- Step 2: Sum of zeros = −b/a = −(−7)/3 = \(\tfrac{7}{3}\).
- Step 3: Product of zeros = c/a = \(\tfrac{4}{3}\).
Answer: Sum = \(\tfrac{7}{3}\), Product = \(\tfrac{4}{3}\).
Find a quadratic polynomial whose zeros are 4 and −5.
Solution- Step 1: Let α = 4, β = −5.
- Step 2: Sum = α + β = 4 + (−5) = −1.
- Step 3: Product = α × β = 4 × (−5) = −20.
- Step 4: Polynomial = \(x^{2}-(\text{sum})x+\text{product}=x^{2}-(-1)x+(-20)=x^{2}+x-20\).
Answer: \(x^{2}+x-20\) (or any non-zero multiple).
Verify the relationship between the zeroes and coefficients of \(x^{2}-2x-8\).
Solution- Step 1: Factorise: \(x^{2}-2x-8=(x-4)(x+2)\), so the zeroes are 4 and −2.
- Step 2: Here a = 1, b = −2, c = −8.
- Step 3: Sum of zeroes = 4 + (−2) = 2; formula −b/a = −(−2)/1 = 2. Matches.
- Step 4: Product of zeroes = 4 × (−2) = −8; formula c/a = −8/1 = −8. Matches.
Answer: Sum 2 = −b/a and product −8 = c/a, verified.
Find a quadratic polynomial whose sum of zeroes is \(\tfrac{1}{4}\) and product of zeroes is −1.
Solution- Step 1: Use \(x^{2}-(\text{sum})x+\text{product}=x^{2}-\tfrac{1}{4}x-1\).
- Step 2: Multiply by k = 4 to clear the fraction: \(4x^{2}-x-4\).
Answer: \(4x^{2}-x-4\).
Find a quadratic polynomial whose zeroes are \(2+\sqrt{3}\) and \(2-\sqrt{3}\).
Solution- Step 1: Sum = \((2+\sqrt{3})+(2-\sqrt{3})=4\).
- Step 2: Product = \((2+\sqrt{3})(2-\sqrt{3})=2^{2}-(\sqrt{3})^{2}=4-3=1\).
- Step 3: Polynomial = \(x^{2}-(\text{sum})x+\text{product}=x^{2}-4x+1\).
Answer: \(x^{2}-4x+1\).
If one zero of \(x^{2}-5x+k\) is 2, find k and the other zero.
Solution- Step 1: a = 1, b = −5, c = k. Sum of zeroes = −b/a = 5.
- Step 2: One zero is 2, so the other = 5 − 2 = 3.
- Step 3: Product of zeroes = c/a = k, and product = 2 × 3 = 6, so k = 6.
Answer: k = 6 and the other zero is 3.
If α and β are the zeroes of \(x^{2}-6x+k\) and α − β = 2, find k.
Solution- Step 1: a = 1, b = −6, c = k, so α + β = −b/a = 6.
- Step 2: Given α − β = 2. Add the two equations: 2α = 8, so α = 4.
- Step 3: Then β = 6 − 4 = 2.
- Step 4: Product αβ = c/a = k, so k = 4 × 2 = 8.
Answer: k = 8.
If α and β are the zeroes of \(x^{2}-7x+10\), find \(\alpha^{2}+\beta^{2}\).
Solution- Step 1: α + β = −b/a = 7 and αβ = c/a = 10.
- Step 2: Use the identity \(\alpha^{2}+\beta^{2}=(\alpha+\beta)^{2}-2\alpha\beta\).
- Step 3: Substitute: \((7)^{2}-2(10)=49-20=29\).
Answer: \(\alpha^{2}+\beta^{2}=29\).
If α and β are the zeroes of \(x^{2}-3x-2\), find \(\dfrac{1}{\alpha}+\dfrac{1}{\beta}\).
Solution- Step 1: α + β = 3 and αβ = −2.
- Step 2: \(\dfrac{1}{\alpha}+\dfrac{1}{\beta}=\dfrac{\alpha+\beta}{\alpha\beta}\).
- Step 3: Substitute: \(\dfrac{3}{-2}=-\tfrac{3}{2}\).
Answer: \(-\tfrac{3}{2}\).
The zeroes of \(x^{2}-px+40\) are positive and differ by 6. Find p.
Solution- Step 1: Let the zeroes be α and β with product αβ = c/a = 40 and difference α − β = 6.
- Step 2: Use the identity \((\alpha+\beta)^{2}=(\alpha-\beta)^{2}+4\alpha\beta\).
- Step 3: Substitute: \((\alpha+\beta)^{2}=6^{2}+4(40)=36+160=196\), so α + β = 14 (positive zeroes).
- Step 4: The zeroes are then 10 and 4 (sum 14, product 40, difference 6). Since α + β = −b/a = p, we get p = 14.
Answer: p = 14 (zeroes 10 and 4).
Verify the relationship between the zeroes and coefficients of the cubic \(x^{3}-x^{2}-2x\), whose zeroes are 0, 2 and −1.
Solution- Step 1: Here a = 1, b = −1, c = −2, d = 0; zeroes α = 0, β = 2, γ = −1.
- Step 2: Sum α + β + γ = 0 + 2 + (−1) = 1; formula −b/a = −(−1)/1 = 1. Matches.
- Step 3: Sum of pairwise products = (0)(2) + (2)(−1) + (−1)(0) = −2; formula c/a = −2/1 = −2. Matches.
- Step 4: Product αβγ = 0 × 2 × (−1) = 0; formula −d/a = −0/1 = 0. Matches.
Answer: All three relationships are verified.
Find a cubic polynomial whose zeroes are 2, −3 and 4.
Solution- Step 1: Sum α + β + γ = 2 + (−3) + 4 = 3.
- Step 2: Sum of pairwise products = (2)(−3) + (−3)(4) + (4)(2) = −6 − 12 + 8 = −10.
- Step 3: Product αβγ = 2 × (−3) × 4 = −24.
- Step 4: A cubic is \(x^{3}-(\text{sum})x^{2}+(\text{pair sum})x-(\text{product})=x^{3}-3x^{2}-10x+24\).
Answer: \(x^{3}-3x^{2}-10x+24\).