Zeroes and Coefficients of a Cubic
The idea from the last section extends beautifully to cubics. For a cubic polynomial
p(x)=ax3+bx2+cx+d,a=0
with zeroes α, β, γ (gamma), the three relationships are:
α+β+γ=−ab
αβ+βγ+γα=ac
αβγ=−ad
Key Point: Sum of zeroes =−b/a, sum of products taken two at a time =+c/a, product of all three =−d/a. Watch the signs — they alternate −,+,−.
[Board Important] The middle relation (sum of products in pairs) is the one students forget. Write all three down before substituting.
Where the Cubic Relations Come From
Just like the quadratic case, write the cubic in factored form:
ax3+bx2+cx+d=a(x−α)(x−β)(x−γ)
Expanding (x−α)(x−β)(x−γ) gives
x3−(α+β+γ)x2+(αβ+βγ+γα)x−αβγ.
Multiplying by a and comparing with ax3+bx2+cx+d:
- x2 coefficient: −a(α+β+γ)=b⇒α+β+γ=−ab.
- x coefficient: a(αβ+βγ+γα)=c⇒αβ+βγ+γα=ac.
- constant: −aαβγ=d⇒αβγ=−ad.
Key Point: Same method as the quadratic — expand the factored form, match coefficients. The signs alternate because of the (x−zero) factors.
[Board Important] Knowing the derivation helps you reconstruct the signs if you forget them in the exam.
This is the reverse problem, and a guaranteed exam favourite. If a quadratic has sum of zeroes S and product of zeroes P, then one such polynomial is:
p(x)=x2−Sx+P
or more generally k(x2−Sx+P) for any non-zero constant k.
Worked outline
Find a quadratic whose zeroes have sum −3 and product 2.
- p(x)=x2−(sum)x+(product)=x2−(−3)x+2=x2+3x+2.
Key Point: The template is x2−(sum)x+(product). Be careful: the sum comes in with a minus sign in front.
[Board Important] If the zeroes are given directly (say α and β), first compute S=α+β and P=αβ, then plug into the template.
The same pattern extends to cubics. If a cubic has zeroes with:
- sum =S1=α+β+γ,
- sum of products in pairs =S2=αβ+βγ+γα,
- product =S3=αβγ,
then a cubic with these zeroes is:
p(x)=x3−S1x2+S2x−S3
Worked outline
Form a cubic with zeroes 1, 2, 3.
- S1=1+2+3=6; S2=(1)(2)+(2)(3)+(3)(1)=2+6+3=11; S3=1⋅2⋅3=6.
- p(x)=x3−6x2+11x−6.
Key Point: The cubic template is x3−S1x2+S2x−S3 — signs alternate −,+,−.
[Board Important] Compute S1, S2, S3 carefully and substitute with correct signs. A sign slip here loses easy marks.
Solved Examples
Example 1: Form a quadratic from sum and product
Find a quadratic polynomial whose zeroes have sum 41 and product −1.
Solution:
- Use p(x)=x2−(sum)x+(product).
- p(x)=x2−41x+(−1)=x2−41x−1.
- Multiply by 4 to clear fractions: 4x2−x−4.
Final Answer: 4x2−x−4 (or x2−41x−1).
Takeaway: Use the template, then scale to clear fractions if you wish.
Example 2: Quadratic from given zeroes
Find a quadratic polynomial whose zeroes are 3 and −2.
Solution:
- Sum S=3+(−2)=1; Product P=3×(−2)=−6.
- p(x)=x2−Sx+P=x2−x−6.
Final Answer: x2−x−6.
Takeaway: Compute sum and product first, then apply the template.
Example 3: Quadratic with irrational zeroes
Form a quadratic whose zeroes are 2+3 and 2−3.
Solution:
- Sum =(2+3)+(2−3)=4.
- Product =(2+3)(2−3)=4−3=1.
- p(x)=x2−4x+1.
Final Answer: x2−4x+1.
Takeaway: Conjugate surds add to a rational and multiply using a2−b2.
Example 4: Verify cubic relations
Verify the relations between zeroes and coefficients for p(x)=x3−6x2+11x−6, given its zeroes are 1, 2, 3.
Solution:
- Here a=1,b=−6,c=11,d=−6.
- α+β+γ=1+2+3=6=−1−6=−ab. ✓
- αβ+βγ+γα=2+6+3=11=111=ac. ✓
- αβγ=6=−1−6=−ad. ✓
Final Answer: All three relations verified.
Takeaway: Match each computed value to the corresponding −b/a, c/a, −d/a.
Example 5: Form a cubic from its zeroes
Find a cubic polynomial whose zeroes are −2, 1 and 3.
Solution:
- S1=−2+1+3=2.
- S2=(−2)(1)+(1)(3)+(3)(−2)=−2+3−6=−5.
- S3=(−2)(1)(3)=−6.
- p(x)=x3−S1x2+S2x−S3=x3−2x2−5x+6.
Final Answer: x3−2x2−5x+6.
Takeaway: Compute S1,S2,S3 then substitute into x3−S1x2+S2x−S3.
Example 6: Find the third zero of a cubic
Two zeroes of x3−4x2+x+6 are −1 and 2. Find the third zero.
Solution:
- Sum of zeroes =−ab=−1−4=4.
- If two zeroes are −1 and 2, their sum is 1.
- Third zero =4−1=3.
Final Answer: The third zero is 3.
Takeaway: Use the sum-of-zeroes relation to recover a missing zero.
Example 7: Find product of all zeroes of a cubic
Find the product of the zeroes of 2x3−5x2−14x+8.
Solution:
- Here a=2, d=8.
- Product of zeroes =−ad=−28=−4.
Final Answer: Product =−4.
Takeaway: Product of all three zeroes of a cubic =−d/a.
Example 8: Sum of products in pairs
For the cubic x3+2x2−7x−4, find αβ+βγ+γα.
Solution:
- Here a=1, c=−7.
- αβ+βγ+γα=ac=1−7=−7.
Final Answer: −7.
Takeaway: Sum of products in pairs =c/a.
Example 9: Quadratic from reciprocal zeroes
If α,β are zeroes of x2−5x+6, form a quadratic whose zeroes are α1 and β1.
Solution:
- For original: sum =5, product =6.
- New sum =α1+β1=αβα+β=65.
- New product =α1⋅β1=αβ1=61.
- Polynomial: x2−65x+61, or 6x2−5x+1.
Final Answer: 6x2−5x+1.
Takeaway: Find the new sum and product, then build the polynomial.
Example 10: Form a cubic from sums S1,S2,S3
Find a cubic polynomial with α+β+γ=2, αβ+βγ+γα=−7, and αβγ=−14.
Solution:
- Use p(x)=x3−S1x2+S2x−S3.
- p(x)=x3−2x2+(−7)x−(−14).
- =x3−2x2−7x+14.
Final Answer: x3−2x2−7x+14.
Takeaway: Substitute the three symmetric sums with alternating signs.