Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do the remainder and factor theorems let us find remainders and factors of a polynomial without long division?

Apply the remainder theorem and the factor theorem to find remainders, test for factors, and factorise a cubic polynomial

A focused answer to the N(A)-Level Additional Mathematics outcome on polynomials. Use the remainder theorem to find a remainder, the factor theorem to test for a factor, and combine them to factorise a cubic.

Generated by Claude Opus 4.89 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 answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to use two closely linked results, the remainder theorem and the factor theorem, to work with polynomials quickly. The remainder theorem finds the remainder of a division by substituting a single value; the factor theorem tells you whether a linear expression is a factor. Together they let you factorise a cubic without slogging through long division every time. The key idea is that dividing a polynomial by (xa)(x - a) and substituting x=ax = a are two faces of the same thing.

The answer

The remainder theorem

When a polynomial f(x)f(x) is divided by (xa)(x - a), the remainder is simply the value f(a)f(a):

remainder=f(a)\text{remainder} = f(a)

So instead of dividing, you substitute x=ax = a. If the divisor is (x+a)(x + a), rewrite it as (x(a))(x - (-a)) and use f(a)f(-a). For a divisor (bxa)(bx - a), the remainder is f ⁣(ab)f\!\left(\dfrac{a}{b}\right).

The factor theorem

The factor theorem is the special case where the remainder is zero:

(xa) is a factor of f(x)f(a)=0(x - a)\ \text{is a factor of}\ f(x) \quad\Longleftrightarrow\quad f(a) = 0

If substituting x=ax = a gives zero, the division is exact, so (xa)(x - a) divides f(x)f(x) with no remainder. This is the standard tool for finding a first factor of a cubic.

Factorising a cubic

To factorise a cubic f(x)f(x) fully:

  1. Find one factor by trying small values (x=1,1,2,2,x = 1, -1, 2, -2, \ldots, usually factors of the constant term) until f(a)=0f(a) = 0. Then (xa)(x - a) is a factor.
  2. Divide f(x)f(x) by (xa)(x - a) to get a quadratic, using long division or comparing coefficients.
  3. Factorise the quadratic by the usual methods to get the remaining factors.

Finding an unknown coefficient

If a polynomial contains an unknown and you are told a remainder or a factor, set up an equation. "(xa)(x - a) is a factor" gives f(a)=0f(a) = 0; "the remainder on division by (xa)(x - a) is rr" gives f(a)=rf(a) = r. Solve for the unknown.

Examples in context

Example 1. Solving a cubic equation. To solve x37x+6=0x^3 - 7x + 6 = 0, factorise using the factor theorem to get (x1)(x+3)(x2)=0(x - 1)(x + 3)(x - 2) = 0, so x=1,3x = 1, -3 or 22. The factor theorem is the standard route from a cubic equation to its three solutions.

Example 2. Preparing for partial fractions. Before splitting an algebraic fraction into partial fractions, the denominator must be factorised. The factor theorem provides the factors of a cubic denominator, which is why this topic feeds directly into the partial fractions work.

Try this

Q1. Find the remainder when x3+x5x^3 + x - 5 is divided by (x1)(x - 1). [2 marks]

  • Cue. Remainder =f(1)=1+15=3= f(1) = 1 + 1 - 5 = -3.

Q2. Show that (x+2)(x + 2) is a factor of x3+3x24x^3 + 3x^2 - 4. [2 marks]

  • Cue. f(2)=8+124=0f(-2) = -8 + 12 - 4 = 0, so (x+2)(x + 2) is a factor.

Q3. Given that (x3)(x - 3) is a factor of x32x2+kx3x^3 - 2x^2 + kx - 3, find kk. [3 marks]

  • Cue. f(3)=2718+3k3=0f(3) = 27 - 18 + 3k - 3 = 0, so 3k+6=03k + 6 = 0, giving k=2k = -2.

Exam-style practice questions

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

Original3 marksFind the remainder when f(x)=x32x2+4x1f(x) = x^3 - 2x^2 + 4x - 1 is divided by (x2)(x - 2).
Show worked answer →

By the remainder theorem, the remainder is f(2)f(2).

f(2)=232(2)2+4(2)1=88+81=7f(2) = 2^3 - 2(2)^2 + 4(2) - 1 = 8 - 8 + 8 - 1 = 7.

So the remainder is 77.

What markers reward: stating that the remainder equals f(2)f(2), substituting x=2x = 2 carefully, and arriving at 77 without performing long division.

Original4 marksShow that (x1)(x - 1) is a factor of f(x)=x3+2x25x+2f(x) = x^3 + 2x^2 - 5x + 2, and hence find a quadratic factor.
Show worked answer →

By the factor theorem, (x1)(x - 1) is a factor if f(1)=0f(1) = 0.

f(1)=1+25+2=0f(1) = 1 + 2 - 5 + 2 = 0, so (x1)(x - 1) is a factor.

Dividing (or comparing coefficients), f(x)=(x1)(x2+3x2)f(x) = (x - 1)(x^2 + 3x - 2), so the quadratic factor is x2+3x2x^2 + 3x - 2.

What markers reward: testing f(1)=0f(1) = 0 to confirm the factor, then extracting the quadratic factor by division or coefficient comparison.

Related dot points