Skip to main content
Northern IrelandFurther MathsSyllabus dot point

How do you use the factor theorem and the remainder theorem to factorise and solve cubic polynomials?

Work with polynomials: apply the factor theorem and the remainder theorem, factorise cubics, and solve polynomial equations of degree three.

A CCEA GCSE Further Mathematics answer on polynomials, covering the factor theorem and remainder theorem, factorising cubics, dividing polynomials, and solving cubic equations in the compulsory Pure unit.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The factor theorem
  3. The remainder theorem
  4. Factorising and solving a cubic
  5. Dividing polynomials
  6. Why this matters

What this dot point is asking

A polynomial is an expression with whole-number powers of xx, and CCEA GCSE Further Mathematics focuses on cubics: expressions of degree three. You must use the factor theorem to spot a linear factor, the remainder theorem to find what is left when you divide, and then factorise a cubic fully so you can solve it. This topic is a signature Further Mathematics skill, because it lets you handle equations that ordinary GCSE cannot.

The factor theorem

The factor theorem turns factorising into substitution. If putting x=ax = a into f(x)f(x) gives zero, then (xβˆ’a)(x - a) divides f(x)f(x) exactly. To find a first factor of a cubic, test the factors of the constant term: for x3+2x2βˆ’5xβˆ’6x^3 + 2x^2 - 5x - 6, try x=1,βˆ’1,2,βˆ’2,3,βˆ’3x = 1, -1, 2, -2, 3, -3 until one gives zero.

Watch the sign carefully: the factor (x+2)(x + 2) corresponds to testing x=βˆ’2x = -2, because (x+2)=(xβˆ’(βˆ’2))(x + 2) = (x - (-2)).

The remainder theorem

The remainder theorem is the same idea without requiring zero. The remainder on dividing f(x)f(x) by (xβˆ’a)(x - a) is simply f(a)f(a), so you can find a remainder by substitution rather than long division.

This is also useful in reverse: if you are told the remainder, set f(a)f(a) equal to that remainder to form an equation for an unknown coefficient.

Factorising and solving a cubic

Once you have one factor, divide to reduce the cubic to a quadratic, which you can factorise by familiar methods.

Dividing polynomials

You can carry out the division by algebraic long division or by comparing coefficients. In the comparing-coefficients method, write the cubic as (xβˆ’a)(x2+px+q)(x - a)(x^2 + px + q), expand, and match the coefficients of each power of xx to find pp and qq. Both methods are accepted; comparing coefficients is often quicker once you are confident, while long division is more mechanical and less error-prone under pressure.

To see comparing coefficients in action, suppose x3+2x2βˆ’5xβˆ’6x^3 + 2x^2 - 5x - 6 has the factor (xβˆ’2)(x - 2), so x3+2x2βˆ’5xβˆ’6=(xβˆ’2)(x2+px+q)x^3 + 2x^2 - 5x - 6 = (x - 2)(x^2 + px + q). Expanding the right-hand side gives x3+px2+qxβˆ’2x2βˆ’2pxβˆ’2q=x3+(pβˆ’2)x2+(qβˆ’2p)xβˆ’2qx^3 + px^2 + qx - 2x^2 - 2px - 2q = x^3 + (p - 2)x^2 + (q - 2p)x - 2q. Matching the x2x^2 coefficient, pβˆ’2=2p - 2 = 2, so p=4p = 4. Matching the constant, βˆ’2q=βˆ’6-2q = -6, so q=3q = 3. The quadratic factor is therefore x2+4x+3x^2 + 4x + 3, and checking the xx coefficient confirms it: qβˆ’2p=3βˆ’8=βˆ’5q - 2p = 3 - 8 = -5, as required. Matching every coefficient, not just one, is the safeguard against an arithmetic slip.

Why this matters

Polynomials let you analyse cubic graphs, which have up to three roots and a characteristic S-shape with a local maximum and minimum that you can find by differentiation. The factor and remainder theorems also reappear whenever an equation will not factorise by inspection. Together with quadratic theory, this topic completes your toolkit for solving the algebraic equations that thread through the rest of the Pure unit.

Exam-style practice questions

Practice questions written in the style of CCEA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

CCEA Unit 1 (style)3 marksThe polynomial f(x)=x3βˆ’4x2+x+6f(x) = x^3 - 4x^2 + x + 6. Show that (xβˆ’3)(x - 3) is a factor of f(x)f(x).
Show worked answer β†’

By the factor theorem, (xβˆ’3)(x - 3) is a factor if f(3)=0f(3) = 0.

Substitute x=3x = 3: f(3)=33βˆ’4(3)2+3+6=27βˆ’36+3+6f(3) = 3^3 - 4(3)^2 + 3 + 6 = 27 - 36 + 3 + 6.

This equals 00, so (xβˆ’3)(x - 3) is a factor.

Marks are for stating that you test f(3)f(3), for the substitution, and for showing the result is 00. A common error is to substitute x=βˆ’3x = -3 instead, confusing the sign in the factor (xβˆ’3)(x - 3).

CCEA Unit 1 (style)5 marksGiven that (xβˆ’3)(x - 3) is a factor of f(x)=x3βˆ’4x2+x+6f(x) = x^3 - 4x^2 + x + 6, factorise f(x)f(x) fully and solve f(x)=0f(x) = 0.
Show worked answer β†’

Divide f(x)f(x) by (xβˆ’3)(x - 3) to get the quadratic factor. The quotient is x2βˆ’xβˆ’2x^2 - x - 2.

Check: (xβˆ’3)(x2βˆ’xβˆ’2)(x - 3)(x^2 - x - 2) expands to x3βˆ’4x2+x+6x^3 - 4x^2 + x + 6, as required.

Factorise the quadratic: x2βˆ’xβˆ’2=(xβˆ’2)(x+1)x^2 - x - 2 = (x - 2)(x + 1), so f(x)=(xβˆ’3)(xβˆ’2)(x+1)f(x) = (x - 3)(x - 2)(x + 1).

Setting f(x)=0f(x) = 0 gives x=3x = 3, x=2x = 2 or x=βˆ’1x = -1. Marks are for the division, the quadratic factorisation, and all three roots.

Related dot points

Sources & how we know this