# The factor and remainder theorems

> Edexcel International GCSE Further Pure Mathematics · 4PM1
> Source: https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s3-the-factor-and-remainder-theorems/

This guide covers the factor and remainder theorems for Edexcel IGCSE Further Pure Maths (4PM1) S3. You will learn to identify linear factors of polynomials, calculate division remainders, and factorise cubics when one factor is given.

**Prerequisites:** [Basic algebraic substitution and manipulation](https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s1-algebra-basics/); [Expanding binomial and cubic products](https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s2-polynomial-expansion/)

## Learning objectives

- Apply the remainder theorem to calculate remainders when polynomials are divided by linear expressions of the form (ax ± b)
- Use the factor theorem to verify if a given linear expression is a factor of a polynomial
- Factorise cubic expressions fully when one linear factor is provided
- Answer standard exam questions on these theorems aligned with the 4PM1 specification

## The Remainder Theorem

**Remainder Theorem** — When a polynomial $f(x)$ is divided by a linear expression $(ax + b)$, the remainder is equal to $f\left(-\frac{b}{a}\right)$. For division by $(ax - b)$, the remainder is $f\left(\frac{b}{a}\right)$.

*Example:* Dividing $f(x)$ by $(x - 3)$ gives a remainder equal to $f(3)$

This theorem eliminates the need for algebraic long division to find remainders for linear divisors, saving valuable time in exams. You only need to substitute the correct x-value into the polynomial to get the remainder directly.

**Worked example:** Find the remainder when $f(x) = 2x^3 + 5x^2 - x + 4$ is divided by $(2x - 1)$.

1. Identify $a = 2$ and $b = 1$ from the divisor $(2x - 1)$. The remainder equals $f\left(\frac{b}{a}\right) = f\left(\frac{1}{2}\right)$.
2. $$f\left(\frac{1}{2}\right) = 2\left(\frac{1}{2}\right)^3 + 5\left(\frac{1}{2}\right)^2 - \left(\frac{1}{2}\right) + 4$$
3. Calculate each term: $2\times\frac{1}{8} = \frac{1}{4}$, $5\times\frac{1}{4} = \frac{5}{4}$, so total = $\frac{1}{4} + \frac{5}{4} - \frac{2}{4} + \frac{16}{4} = 5$.
4. The remainder is 5.

> **Exam tip:** Always double-check the sign of your substitution value: for $(ax + b)$ use $x=-b/a$, for $(ax - b)$ use $x=b/a$. Sign errors are the most common mistake on these questions.

*Calculator:* allowed

## The Factor Theorem

**Factor Theorem** — A special case of the remainder theorem: if $f(a) = 0$, then $(x - a)$ is a factor of $f(x)$. For a linear factor of the form $(ax + b)$, if $f\left(-\frac{b}{a}\right) = 0$, then $(ax + b)$ is a factor of $f(x)$.

This theorem lets you verify if a given linear expression is a factor of a polynomial without expanding or performing long division. For 4PM1, you will almost always be given one linear factor for cubic factorisation questions, and you can use this theorem to confirm it first.

**Worked example:** Show that $(x + 2)$ is a factor of $f(x) = x^3 + 3x^2 - 4$.

1. Rewrite the divisor as $(x - (-2))$, so $a = -2$. We need to calculate $f(-2)$.
2. $$f(-2) = (-2)^3 + 3(-2)^2 - 4 = -8 + 12 - 4 = 0$$
3. Since $f(-2) = 0$, by the factor theorem, $(x + 2)$ is a factor of $f(x)$.

> **Exam tip:** For questions that ask you to "Show that (x - a) is a factor", this substitution step is all you need to write for full marks, no extra working is required.

*Calculator:* allowed

## Factorising Cubics With a Provided Linear Factor

Once you confirm a linear factor of a cubic, you can write the cubic as the product of the linear factor and a general quadratic expression of the form $Ax^2 + Bx + C$. You then find the values of A, B, and C by equating coefficients or using inspection.

**Worked example:** Given that $(x + 2)$ is a factor of $f(x) = x^3 + 3x^2 - 4$, factorise $f(x)$ fully.

1. Write the cubic as the product of the given linear factor and a general quadratic: $x^3 + 3x^2 - 4 = (x + 2)(ax^2 + bx + c)$.
2. Equate coefficients for each power of x: For $x^3$: $1 = 1 \times a \implies a=1$. For the constant term: $-4 = 2 \times c \implies c = -2$. For $x^2$: $3 = 1 \times b + 2 \times a$, substitute $a=1$ so $b=1$.
3. The quadratic factor is $x^2 + x - 2$. Factorise this further using inspection: $x^2 + x - 2 = (x + 2)(x - 1)$.
4. Combine factors to get the fully factorised form: $f(x) = (x + 2)^2(x - 1)$.

> **Exam tip:** Always expand your final factorised form briefly to check it matches the original cubic. This takes 10 seconds and catches almost all coefficient matching errors.

*Calculator:* allowed

## Mixed Exam-style Applications

**Worked example:** Given that $(2x + 3)$ is a factor of $f(x) = 6x^3 + 11x^2 - x - 6$, find the remainder when $f(x)$ is divided by $(x + 2)$, then factorise $f(x)$ fully.

1. First calculate the remainder for division by $(x + 2)$: substitute $x = -2$ into $f(x)$.
2. $$f(-2) = 6(-2)^3 + 11(-2)^2 - (-2) - 6 = -48 + 44 + 2 - 6 = -8$$
3. The remainder is -8. Next, write the cubic as $(2x + 3)(ax^2 + bx + c)$. Equate coefficients: $a=3$, $c=-2$, $b=1$, so the quadratic is $3x^2 + x - 2$.
4. Factorise the quadratic: $3x^2 + x - 2 = (3x - 2)(x + 1)$. The fully factorised form is $f(x) = (2x + 3)(3x - 2)(x + 1)$.

**Check your understanding**

1. What is the remainder when $f(x) = 3x^3 - 2x^2 + 5x - 1$ is divided by $(x + 1)$?

   - A) -11
   - B) -3
   - C) 9
   - D) 11

   *Why:* Substitute $x = -1$ into $f(x)$: $3(-1)^3 - 2(-1)^2 +5(-1) -1 = -3 -2 -5 -1 = -11$.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Using $x = b/a$ as the substitution value for divisor $(ax + b)$ instead of $x=-b/a$
  - Why it fails: Sign error when rearranging the linear divisor to find the root, leading to incorrect remainder or factor check results
  - Correct: Always set the linear divisor equal to zero and solve for x directly: $ax + b = 0 \implies x = -b/a$, to avoid sign mistakes
- **Wrong:** Trying to find a linear factor of a cubic when no factor is provided
  - Why it fails: The 4PM1 specification explicitly provides one linear factor for all cubic factorisation questions in this subtopic
  - Correct: Use the provided factor directly, only test small integer roots if explicitly asked to find a factor with no guidance
- **Wrong:** Leaving the quadratic factor of a cubic unfactorised when it can be split into linear terms
  - Why it fails: Exam questions almost always ask for full factorisation, so partial factorisation leads to lost marks
  - Correct: After finding the quadratic factor, always check if it can be factorised further using inspection or the quadratic formula
- **Wrong:** Making coefficient matching errors when writing the quadratic factor
  - Why it fails: Forgetting that the product of the linear and quadratic factors must equal the original cubic, so coefficients for every power of x must align
  - Correct: Check the constant term first (it is the product of the constant terms of the linear and quadratic factors) then expand your final factorised form to verify
- **Wrong:** Using algebraic long division for all factor/remainder checks
  - Why it fails: Long division takes more time and is more error-prone than simple substitution for these tasks
  - Correct: Use substitution for remainder/factor checks, only use coefficient matching or inspection to find the quadratic factor once you confirm the linear factor

## Cheatsheet

| Task | Rule | Substitution Value |
| --- | --- | --- |
| Find remainder when $f(x)$ divided by $(x - a)$ | Remainder = $f(a)$ | $x = a$ |
| Find remainder when $f(x)$ divided by $(ax + b)$ | Remainder = $f(-b/a)$ | $x = -\frac{b}{a}$ |
| Check if $(x - a)$ is factor of $f(x)$ | If $f(a) = 0$, $(x - a)$ is a factor | $x = a$ |
| Check if $(ax + b)$ is factor of $f(x)$ | If $f(-b/a) = 0$, $(ax + b)$ is a factor | $x = -\frac{b}{a}$ |
| Factorise cubic given linear factor $(ax + b)$ | Write cubic = $(ax + b)(Ax^2 + Bx + C)$, equate coefficients | Substitute to confirm factor first |

## What's next

Now that you have mastered the factor and remainder theorems, you are ready to progress to the next subtopics in the Identities and inequalities unit for Edexcel IGCSE Further Pure Maths. Next, you will learn to use these factorised cubic expressions to solve polynomial equations, and then apply your knowledge to solve algebraic inequalities. These theorems are also foundational for later topics including sketching cubic graphs and solving problems involving polynomial intersections. Make sure you practice past paper questions on this subtopic to build speed and accuracy, as these questions are often combined with other algebraic topics in longer exam questions. Always double-check your substitution and coefficient matching steps to avoid losing easy marks.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s3-the-factor-and-remainder-theorems/
