Factor Theorem
The factor theorem says (x − a) is a factor of a polynomial P(x) exactly when P(a) = 0. It is the fast lane for factorising cubics and higher polynomials that do not split by inspection: test the divisors of the constant term (with the obvious sign possibilities) until one makes P equal to zero, then divide out that factor and finish with a quadratic. For a polynomial with integer coefficients, any integer root must divide the constant term, so the candidate list is short. CAT also uses the theorem in reverse — "find k so that (x − 2) is a factor" simply means set P(2) = 0 and solve for k. A useful corollary: (x − 1) is a factor when the coefficients sum to 0, and (x + 1) is a factor when the alternating sum is 0. Spotting a root first turns a messy factorisation into one clean division.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Algebraic identities
| Square of a sum/difference | (a ± b)² = a² ± 2ab + b² |
|---|---|
| Difference of squares | a² − b² = (a − b)(a + b) |
| Cube of a sum/difference | (a ± b)³ = a³ ± 3a²b + 3ab² ± b³ |
| Sum/difference of cubes | a³ ± b³ = (a ± b)(a² ∓ ab + b²) |
| Three-cube identity | a³ + b³ + c³ − 3abc = (a + b + c)(a² + b² + c² − ab − bc − ca) |
| Square of a trinomial | (a + b + c)² = a² + b² + c² + 2(ab + bc + ca) |
Division & roots tools
| Remainder theorem | Remainder of P(x) ÷ (x − a) is P(a) |
|---|---|
| Factor theorem | (x − a) divides P(x) ⇔ P(a) = 0 |
| Vieta — quadratic ax²+bx+c | sum = −b/a, product = c/a |
| Vieta — cubic ax³+bx²+cx+d | Σα = −b/a, Σαβ = c/a, αβγ = −d/a |
| Sum of squares of roots | Σα² = (Σα)² − 2Σαβ |
| When a+b+c = 0 | a³ + b³ + c³ = 3abc |