Step 1: Find a root. Try small integer values: ±1,±2,±3, plus rational candidates of the form ±qp where p divides the constant term and q divides the leading coefficient.
Step 2: Divide. Once f(a)=0 is confirmed, polynomial long division of f(x) by (x−a) gives a quadratic.
Step 3: Solve the quadratic. Factorise or use the quadratic formula.
Worked walkthrough.f(x)=2x3−3x2−11x+6.
Test x=3: 54−27−33+6=0. ✓
Divide by (x−3): get 2x2+3x−2.
Factorise: (2x−1)(x+2).
Roots: x=3,21,−2.
After confirming f(3) = 0 by the factor theorem, polynomial long division by (x − 3) reduces the cubic to the quadratic 2x² + 3x − 2, which factors as (2x − 1)(x + 2).
Cambridge tip. Don't stop after finding the first root — find all three.
Polynomials appear on most Paper 1s. Most-tested: factorise a cubic given a root (5-7 marks), find unknown coefficient using factor/remainder theorem (4-5 marks), apply remainder theorem to get a system in two unknowns (5 marks).
Worked examples, formulae, definitions and the mistakes examiners flag — everything you need to push from a pass to an A*.
Take this whole topic with you
Download a branded revision sheet — worked examples, formulae, definitions and common mistakes for Factors of Polynomials, ready to print or save as PDF.
Step-by-step worked examples — Factors of Polynomials
Step-by-step solutions to past-paper-style questions on factors of polynomials, written exactly the way a tutor would explain them at the board.
1Use the remainder theorem (5 marks)
Extended• Adapted from 0606/12 May/Jun 2024 Q6• remainder-theorem
▼
Question
When f(x)=2x3+ax2+bx−3 is divided by (x−1) the remainder is −2, and by (x+2) the remainder is −15. Find the values of a and b. (5 marks)
Step-by-step solution
Step 1
Apply remainder theorem (1 mark).f(1)=−2 and f(−2)=−15.
Step 2
f(1)=−2 (2 marks).2(1)3+a(1)2+b(1)−3=−2, so 2+a+b−3=−2, giving a+b=−1. (Equation 1)
Step 3
f(−2)=−15 (1 mark).2(−2)3+a(−2)2+b(−2)−3=−15, so −16+4a−2b−3=−15, giving 4a−2b=4, simplify to 2a−b=2. (Equation 2)
Test integer roots (2 marks). Possible rational roots: ±1,±2,±3,±6,±21,±23. Try x=3: 2(27)−3(9)−11(3)+6=54−27−33+6=0. ✓
Step 2
(x−3) is a factor (1 mark). Divide f(x) by (x−3).
Step 3
Polynomial long division (2 marks).2x3−3x2−11x+6÷(x−3)=2x2+3x−2.
Step 4
Factorise the quadratic (1 mark).2x2+3x−2=(2x−1)(x+2).
Answer
f(x)=(x−3)(2x−1)(x+2). Roots: x=3,21,−2.
3Find unknown coefficient using factor theorem (4 marks)
Extended• factor-theorem
▼
Question
If (x+2) is a factor of g(x)=x3+kx2−4x−12, find k. (4 marks)
Step-by-step solution
Step 1
Apply factor theorem (2 marks). Since (x+2) is a factor, g(−2)=0.
Step 2
Substitute (2 marks).(−2)3+k(−2)2−4(−2)−12=0. So −8+4k+8−12=0, 4k=12, k=3.
Answer
k=3.
Key Formulae — Factors of Polynomials
The formulae you need to memorise for factors of polynomials on the Cambridge IGCSE 0606 paper, with every variable defined in plain English and a note on when to use it.
Remainder theorem
f(x)=(x−a)q(x)+f(a)
f(x)
Polynomial being divided
a
Number giving the divisor (x - a)
q(x)
Quotient polynomial
f(a)
The remainder when f is divided by (x - a)
When to use
Finding the remainder when f(x) is divided by (x - a) without doing long division.
Factor theorem
(x−a) is a factor of f(x)⟺f(a)=0
f(x)
Polynomial
a
Candidate root
When to use
Identifying factors and roots of polynomials.
Example
If f(2) = 0 then (x - 2) is a factor of f(x).
Key Definitions and Keywords — Factors of Polynomials
Definitions to memorise and the exact keywords mark schemes credit for factors of polynomials answers — sharpened from recent examiner reports for the 2026 0606 sitting.
Polynomial
Examiner keyword
An expression anxn+an−1xn−1+…+a0 with non-negative integer powers.
Degree
The highest power of x. Cubic = 3, quartic = 4, etc.
Root (zero)
Examiner keyword
A value of x for which f(x)=0.
Factor theorem
Examiner keyword
(x−a) is a factor of f(x) if and only if f(a)=0.
Remainder theorem
Examiner keyword
When f(x) is divided by (x−a), the remainder is f(a).
Common Mistakes and Misconceptions — Factors of Polynomials
The traps other students keep falling into on factors of polynomials questions — taken from recent Cambridge IGCSE 0606 examiner reports and mark schemes — and how to avoid them.
✕For factor (x+2), testing f(2) instead of f(−2)
0606 Examiner Reports 2022-2024
▼
Why it happens
Sign confusion.
How to avoid it
(x−a)⇒ test f(a). (x+2)=(x−(−2))⇒ test f(−2). Always match the sign with the bracket.
✕Stopping after finding one root
▼
Why it happens
Question seems answered.
How to avoid it
Cubics have up to 3 roots, quartics up to 4. Find one, divide, solve the resulting quadratic.