This is your practice powerhouse for Polynomials. Below are 30+ fully worked problems spanning the whole chapter — identifying polynomials, finding zeroes, the zero–coefficient relations for quadratics and cubics, forming polynomials, and polynomial division — arranged roughly from easy to hard.
How to study: Try each problem yourself with the solution covered, then check the steps. In the board exam, marks are awarded step by step, so practise writing full solutions.
Keep these formulae handy:
Quadratic ax2+bx+c: sum of zeroes =−ab, product =ac.
Cubic ax3+bx2+cx+d: ∑α=−ab, ∑αβ=ac, αβγ=−ad.
Quadratic from zeroes: x2−(sum)x+(product).
α2+β2=(α+β)2−2αβ.
Division: p(x)=g(x)q(x)+r(x).
Solved Examples
Example 1: Degree and type
State the degree and type of p(x)=5−2x+3x2.
Solution:
Highest power of x is x2, so degree =2.
Degree 2 ⇒ quadratic.
Final Answer: Degree 2, quadratic.
Takeaway: Identify the highest power first.
Example 2: Find the zeroes by factorisation
Find the zeroes of p(x)=x2−2x−8.
Solution:
Factorise: x2−4x+2x−8=x(x−4)+2(x−4)=(x+2)(x−4).
Zeroes: x=−2 and x=4.
Final Answer:−2 and 4.
Takeaway: Split the middle term to factorise.
Example 3: Sum and product check
Verify the zero–coefficient relations for p(x)=x2−2x−8.
Solution:
Zeroes (from Example 2): −2,4. Sum =2, product =−8.
−ab=−1−2=2. ✓
ac=1−8=−8. ✓
Final Answer: Both relations verified.
Takeaway: Compare computed sum/product with −b/a and c/a.
Example 4: Zeroes of 4x2−9
Find the zeroes of p(x)=4x2−9.
Solution:
This is a difference of squares: 4x2−9=(2x−3)(2x+3).
Zeroes: x=23 and x=−23.
Final Answer:23 and −23.
Takeaway: Recognise a2−b2=(a−b)(a+b).
Example 5: Quadratic from sum and product
Find a quadratic polynomial whose zeroes have sum 5 and product 6.
Solution:
p(x)=x2−(sum)x+(product).
=x2−5x+6.
Final Answer:x2−5x+6.
Takeaway: Use the standard template directly.
Example 6: Find α2+β2
If α,β are zeroes of x2−4x+3, find α2+β2.
Solution:
Sum =4, product =3.
α2+β2=(α+β)2−2αβ=16−6=10.
Final Answer: 10.
Takeaway: Convert to sum and product.
Example 7: Find k from a given zero
If x=2 is a zero of p(x)=x2+kx−6, find k.
Solution:
p(2)=0: 4+2k−6=0.
2k−2=0⇒k=1.
Final Answer:k=1.
Takeaway: Substitute the zero and solve for the unknown.
Example 8: Quadratic from irrational zeroes
Form a quadratic whose zeroes are 3+5 and 3−5.
Solution:
Sum =6, product =9−5=4.
p(x)=x2−6x+4.
Final Answer:x2−6x+4.
Takeaway: Conjugate surds give rational sum and product.
Example 9: Find α1+β1
If α,β are zeroes of 3x2−5x−2, find α1+β1.
Solution:
Sum =35, product =−32.
α1+β1=αβα+β=−2/35/3=−25.
Final Answer:−25.
Takeaway:productsum gives the sum of reciprocals.
Example 10: Zeroes of 6x2−x−2
Find the zeroes of p(x)=6x2−x−2.
Solution:
Split: 6x2−4x+3x−2=2x(3x−2)+1(3x−2)=(2x+1)(3x−2).
Zeroes: x=−21 and x=32.
Final Answer:−21 and 32.
Takeaway: Product of a⋅c=−12, split −1 as −4+3.
Example 11: Quadratic from given zeroes
Form a quadratic with zeroes −3 and 5.
Solution:
Sum =2, product =−15.
p(x)=x2−2x−15.
Final Answer:x2−2x−15.
Takeaway: Template x2−(sum)x+(product).
Example 12: Cubic relation — sum of zeroes
Find the sum of the zeroes of p(x)=2x3−6x2+3x−1.
Solution:
Sum =−ab=−2−6=3.
Final Answer: 3.
Takeaway: Sum of cubic's zeroes =−b/a.
Example 13: Cubic — product of zeroes
Find the product of the zeroes of p(x)=x3−4x2+5x−2.
Solution:
Product =−ad=−1−2=2.
Final Answer: 2.
Takeaway: Product of cubic's zeroes =−d/a.
Example 14: Form a cubic from zeroes
Find a cubic polynomial with zeroes 0, 2, and −3.
Solution:
S1=0+2+(−3)=−1.
S2=(0)(2)+(2)(−3)+(−3)(0)=−6.
S3=0⋅2⋅(−3)=0.
p(x)=x3−(−1)x2+(−6)x−0=x3+x2−6x.
Final Answer:x3+x2−6x.
Takeaway: A zero of 0 makes the constant term 0.
Example 15: Find the third zero
If two zeroes of x3−6x2+11x−6 are 1 and 2, find the third.
Solution:
Sum of zeroes =−1−6=6.
Third zero =6−(1+2)=3.
Final Answer: 3.
Takeaway: Use the sum relation to recover the missing zero.
Example 16: Polynomial division (linear divisor)
Divide p(x)=x2+4x+4 by x+2.
Solution:
x2+4x+4=(x+2)2=(x+2)(x+2).
Quotient x+2, remainder 0.
Final Answer: Quotient x+2, remainder 0.
Takeaway: A perfect square trinomial divides exactly.
Example 17: Division with remainder
Divide p(x)=2x3+3x2−x+1 by x+1 using the Remainder Theorem to find the remainder.
Solution:
Remainder =p(−1)=2(−1)3+3(−1)2−(−1)+1.
=−2+3+1+1=3.
Final Answer: Remainder =3.
Takeaway: Dividing by (x−a) leaves remainder p(a); here a=−1.
Example 18: Find all zeroes given two (surds)
Find all zeroes of p(x)=x4−x3−7x2+x+6, given that 1 and −1 are zeroes.
Solution:
(x−1)(x+1)=x2−1 is a factor.
Dividing gives quotient x2−x−6=(x−3)(x+2).
So remaining zeroes are 3 and −2.
Final Answer:1,−1,3,−2.
Takeaway: Divide by the known factor, then factor the quotient.
Example 19: Find k so a number is a zero
Find k if −2 is a zero of p(x)=2x3+x2+kx+2.
Solution:
p(−2)=0: 2(−8)+4−2k+2=0.
−16+4−2k+2=0⇒−10−2k=0⇒k=−5.
Final Answer:k=−5.
Takeaway: Substitute the zero and solve for the parameter.
Example 20: α3+β3
If α,β are zeroes of x2−3x+1, find α3+β3.
Solution:
Sum =3, product =1.
α3+β3=(α+β)3−3αβ(α+β)=27−3(1)(3)=27−9=18.
Final Answer: 18.
Takeaway: Use α3+β3=s3−3ps.
Example 21: Finding k from a sum and product relation
Find k if the sum of the zeroes of x2−(k+6)x+2(2k−1) is half their product.
Solution:
Sum =k+6; product =2(2k−1)=4k−2.
Condition: sum =21× product ⇒ k+6=21(4k−2)=2k−1.
6+1=2k−k⇒k=7.
Final Answer:k=7.
Takeaway: Translate the worded relation into an equation in sum and product.
Example 22: Verify division algorithm
Divide p(x)=x3+x2+x+1 by x+1 and verify.
Solution:
Group: x2(x+1)+1(x+1)=(x+1)(x2+1).
So quotient =x2+1, remainder 0.
Check: (x+1)(x2+1)=x3+x2+x+1. ✓
Final Answer: Quotient x2+1, remainder 0.
Takeaway: Factor by grouping when possible, then verify.
Example 23: Number of zeroes from a graph
A quadratic polynomial's graph touches the x-axis at exactly one point. How many distinct zeroes does it have, and what does this say about the zeroes?
Solution:
Touching at one point ⇒ one distinct zero.
The two zeroes are equal (a repeated/double root).
Final Answer: One distinct zero; the zeroes are equal.
Takeaway: Touching the axis = equal zeroes.
Example 24: Quadratic with equal zeroes — find k
For what value of k does x2−kx+9 have equal zeroes (touching parabola)?
Solution:
Equal zeroes mean both zeroes are the same, say α. Then product =α2=9, so α=±3.
Sum =2α=k. So k=6 (for α=3) or k=−6 (for α=−3).
Final Answer:k=6 or k=−6.
Takeaway: Equal zeroes ⇒ product is a perfect square of the repeated root; sum is twice it.
Example 25: Sum of squares for a cubic application
If α,β are zeroes of x2+5x+6, form a polynomial whose zeroes are α+1 and β+1.
Solution:
Original sum =−5, product =6.
New sum =(α+1)+(β+1)=(α+β)+2=−5+2=−3.
New product =(α+1)(β+1)=αβ+(α+β)+1=6−5+1=2.
Polynomial: x2−(−3)x+2=x2+3x+2.
Final Answer:x2+3x+2.
Takeaway: Shift the zeroes by computing the new sum and product.
Example 26: Find a zero of a cubic by inspection
Show that x=1 is a zero of p(x)=x3−6x2+11x−6 and find the others.
Solution:
p(1)=1−6+11−6=0, so 1 is a zero; (x−1) is a factor.
Divide: quotient x2−5x+6=(x−2)(x−3).
Other zeroes: 2 and 3.
Final Answer: Zeroes 1,2,3.
Takeaway: Test small integer values to find a first zero, then factor.
Example 27: Quadratic with zeroes negatives of another
If α,β are zeroes of x2−7x+10, form a polynomial whose zeroes are −α and −β.
Solution:
Original sum =7, product =10.
New sum =−α−β=−(α+β)=−7.
New product =(−α)(−β)=αβ=10.
Polynomial: x2−(−7)x+10=x2+7x+10.
Final Answer:x2+7x+10.
Takeaway: Negating zeroes flips the sign of the middle term.
Example 28: Division by a quadratic with remainder
Divide p(x)=x3+2x2+3 by x2+x+1.
Solution:
x2x3=x; x(x2+x+1)=x3+x2+x; subtract: (x3+2x2+0x)−(x3+x2+x)=x2−x. Bring down +3: x2−x+3.