Relationship between Zeroes and Coefficients (Quadratic)
The Key Relationship
Here is one of the most useful results in the whole chapter. For a quadratic polynomial
p(x)=ax2+bx+c,a=0
let its two zeroes be α (alpha) and β (beta). Then:
Sum of zeroes=α+β=−ab=−coefficient of x2coefficient of x
Product of zeroes=αβ=ac=coefficient of x2constant term
Key Point: You can find the sum and product of the zeroes without solving the polynomial — just read off a, b, c. This saves enormous time in the exam.
[Board Important] Memorise the signs: sum is −b/a (note the minus), product is +c/a. Mixing up the sign on the sum is the most common error.
Why the Relationship Works
Let's see why this is true — understanding it helps you remember it.
If α and β are the zeroes of ax2+bx+c, we can write the polynomial in factored form:
ax2+bx+c=a(x−α)(x−β)
Expanding the right side:
a(x−α)(x−β)=a[x2−(α+β)x+αβ]=ax2−a(α+β)x+aαβ
Now compare coefficients with ax2+bx+c:
Coefficient of x: −a(α+β)=b⇒α+β=−ab.
Constant term: aαβ=c⇒αβ=ac.
Key Point: The relationships come straight from expanding the factored form and matching coefficients. This is the same idea used later for cubics.
[Board Important] Sometimes a 2–3 mark question asks you to derive these relations. Showing this expansion earns full marks.
Using the Relationship — Verification
A very common exam task: find the zeroes of a quadratic, then verify the sum and product relations.
Worked outline: p(x)=x2+7x+10
Find zeroes by factorising:x2+7x+10=(x+2)(x+5), so α=−2, β=−5.
Sum check:α+β=−2+(−5)=−7. And −ab=−17=−7. ✓
Product check:αβ=(−2)(−5)=10. And ac=110=10. ✓
Key Point: Always present both the computed value (from the actual zeroes) and the formula value (from a, b, c), and show they agree.
[Board Important] Even if you make a small factorisation slip, the verification structure (state formula, compute, compare) earns method marks.
Handy Identities with α and β
Many questions give you a polynomial and ask for an expression in its zeroes without finding them individually. These identities turn the question into 'sum' and 'product' which you already know.
α2+β2=(α+β)2−2αβ
α1+β1=αβα+β
(α−β)2=(α+β)2−4αβ
α3+β3=(α+β)3−3αβ(α+β)
Key Point: Express the required quantity in terms of (α+β) and αβ, then substitute −b/a and c/a. You rarely need the actual zeroes.
[Board Important]α2+β2=(α+β)2−2αβ is asked very often. Memorise it — it is the workhorse identity of this section.
Solved Examples
Example 1: Sum and product without solving
For p(x)=2x2−8x+6, find the sum and product of the zeroes.
Solution:
Here a=2, b=−8, c=6.
Sum =−ab=−2−8=4.
Product =ac=26=3.
Final Answer: Sum =4, Product =3.
Takeaway: Read a, b, c and apply the formulae — no solving needed.
Example 2: Find zeroes and verify
Find the zeroes of p(x)=x2+7x+10 and verify the relationship with the coefficients.
Solution:
Factorise: (x+2)(x+5)=0⇒x=−2,−5.
Sum: −2+(−5)=−7=−17=−ab. ✓
Product: (−2)(−5)=10=110=ac. ✓
Final Answer: Zeroes −2,−5; relations verified.
Takeaway: Compare computed sum/product with −b/a and c/a.
Example 3: Zeroes of x2−3
Find the zeroes of p(x)=x2−3 and verify the relations.
Solution:
x2−3=0⇒x2=3⇒x=3,−3.
Here a=1, b=0, c=−3.
Sum: 3+(−3)=0=−10. ✓
Product: 3×(−3)=−3=1−3. ✓
Final Answer: Zeroes 3,−3; verified.
Takeaway: When b=0, the zeroes are equal and opposite, so their sum is 0.
Example 4: Zeroes of 6x2−7x−3
Find the zeroes of p(x)=6x2−7x−3 and verify the relationship.
Solution:
Split the middle term: 6x2−9x+2x−3=3x(2x−3)+1(2x−3)=(3x+1)(2x−3).
Zeroes: x=−31 and x=23.
Sum =−31+23=6−2+9=67=−6−7=−ab. ✓
Product =−31×23=−21=6−3=ac. ✓
Final Answer: Zeroes −31,23; verified.
Takeaway: Splitting the middle term factorises a quadratic with a=1.
Example 5: Find α2+β2
If α and β are the zeroes of x2−5x+6, find α2+β2.
Solution:
Sum =5, Product =6 (from −b/a and c/a).
Use α2+β2=(α+β)2−2αβ.
=52−2(6)=25−12=13.
Final Answer:α2+β2=13.
Takeaway: Convert to sum and product, then substitute — no need to find α, β.
Example 6: Find α1+β1
If α,β are zeroes of 2x2−4x+1, find α1+β1.
Solution:
Sum =−2−4=2; Product =21.
α1+β1=αβα+β=1/22=4.
Final Answer:α1+β1=4.
Takeaway:α1+β1=productsum.
Example 7: Find a coefficient from a zero
If one zero of x2−kx+6 is 2, find k and the other zero.
Solution:
Product of zeroes =ac=16=6. If one zero is 2, the other is 6/2=3.
Sum of zeroes =2+3=5=−1−k=k.
Final Answer:k=5, other zero =3.
Takeaway: Use the product to find the missing zero, then the sum to find k.
Example 8: Find (α−β)2
If α,β are zeroes of x2−6x+8, find (α−β)2.
Solution:
Sum =6, Product =8.
(α−β)2=(α+β)2−4αβ=62−4(8)=36−32=4.
Final Answer:(α−β)2=4.
Takeaway:(α−β)2=(α+β)2−4αβ.
Example 9: Sum of reciprocals squared
If α,β are zeroes of x2−5x+6, find α21+β21.
Solution:
Sum =5, Product =6.
α21+β21=(αβ)2α2+β2.
α2+β2=25−12=13; (αβ)2=36.
So the value =3613.
Final Answer:3613.
Takeaway: Build the expression from sum and product step by step.
Example 10: Find a parameter using sum of zeroes
If the sum of the zeroes of 3x2+(2k+1)x−5 is 1, find k.
Solution:
Sum of zeroes =−ab=−32k+1.
Set equal to 1: −32k+1=1⇒2k+1=−3.
2k=−4⇒k=−2.
Final Answer:k=−2.
Takeaway: Set the formula for the sum equal to the given value and solve for the unknown.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.