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?

Use the remainder theorem to find the remainder on division by a linear factor and the factor theorem to identify and extract factors of a polynomial

A focused answer to the O-Level A-Maths outcome on polynomials. Polynomial division, the remainder theorem, and the factor theorem for finding and extracting linear factors of cubics and higher polynomials.

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 divide one polynomial by a linear expression, to find the remainder quickly using the remainder theorem, and to use the factor theorem to test for and extract linear factors so that a cubic can be fully factorised. These two theorems turn an otherwise long division into a single substitution.

The answer

Polynomial division

Dividing a polynomial f(x)f(x) by a divisor g(x)g(x) gives a quotient q(x)q(x) and a remainder r(x)r(x) whose degree is below that of g(x)g(x):

f(x)=g(x)q(x)+r(x).f(x) = g(x)\,q(x) + r(x).

When the divisor is linear, the remainder is just a number.

The remainder theorem

Instead of dividing, substitute. When f(x)f(x) is divided by (xa)(x - a), the remainder equals f(a)f(a):

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

For a divisor (bxa)(bx - a), the remainder is f ⁣(ab)f\!\left(\dfrac{a}{b}\right), the value that makes the divisor zero.

The factor theorem

The factor theorem is the special case where the remainder is zero. If f(a)=0f(a) = 0, then (xa)(x - a) divides f(x)f(x) exactly, so (xa)(x - a) is a factor:

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

Factorising a cubic

To factorise a cubic, find one root by trial (test small integer factors of the constant term), use the factor theorem to confirm a linear factor, then divide to get a quadratic, which you factorise by the usual methods.

A divisor of the form bx minus a

For a divisor such as (2x1)(2x - 1), the value that makes it zero is x=12x = \tfrac{1}{2}, so the remainder is f ⁣(12)f\!\left(\tfrac{1}{2}\right) and (2x1)(2x - 1) is a factor exactly when f ⁣(12)=0f\!\left(\tfrac{1}{2}\right) = 0. The principle is unchanged; only the test value differs.

Two conditions, two unknowns

A common Paper 2 question gives two facts, such as two remainders, or one factor and one remainder, for a polynomial with two unknown coefficients. Each fact gives an equation in the unknowns through ff evaluated at a value; solving the pair of simultaneous equations pins down both coefficients.

Examples in context

Example 1. Finding unknown coefficients. A question may give two pieces of remainder or factor information and ask for two unknown constants. Each condition becomes an equation in the unknowns via f(a)f(a), and solving the pair pins them down, a standard Paper 2 structured problem.

Example 2. Sketching a cubic. Once f(x)=(x2)(2x+1)(x+3)f(x) = (x - 2)(2x + 1)(x + 3) is factorised, the roots x=2,12,3x = 2, -\tfrac{1}{2}, -3 are exactly the xx-intercepts of the curve y=f(x)y = f(x), linking algebra to the shape of the graph.

Try this

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

  • Cue. Remainder =f(1)=1+21+5=7= f(1) = 1 + 2 - 1 + 5 = 7.

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

  • Cue. f(3)=2736+3+6=0f(3) = 27 - 36 + 3 + 6 = 0, so by the factor theorem (x3)(x - 3) is a factor.

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

  • Cue. f(2)=82k2=0f(-2) = -8 - 2k - 2 = 0, so 2k=10-2k = 10 and k=5k = -5.

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.

Original4 marksThe polynomial f(x)=2x3+ax25x+6f(x) = 2x^3 + ax^2 - 5x + 6 leaves a remainder of 44 when divided by (x2)(x - 2). Find the value of aa.
Show worked answer →

By the remainder theorem, the remainder on division by (x2)(x - 2) is f(2)f(2).

f(2)=2(8)+a(4)5(2)+6=16+4a10+6=12+4af(2) = 2(8) + a(4) - 5(2) + 6 = 16 + 4a - 10 + 6 = 12 + 4a.

Set this equal to 44: 12+4a=412 + 4a = 4, so 4a=84a = -8 and a=2a = -2.

Markers reward substituting x=2x = 2 (not x=2x = -2), correct arithmetic, and solving for aa.

Original5 marksShow that (x+1)(x + 1) is a factor of f(x)=x32x25x+6f(x) = x^3 - 2x^2 - 5x + 6, and hence factorise f(x)f(x) completely.
Show worked answer →

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

f(1)=(1)2(1)5(1)+6=12+5+6=8f(-1) = (-1) - 2(1) - 5(-1) + 6 = -1 - 2 + 5 + 6 = 8.

This is not zero, so (x+1)(x + 1) is not a factor. Test (x1)(x - 1) instead: f(1)=125+6=0f(1) = 1 - 2 - 5 + 6 = 0, so (x1)(x - 1) is a factor.

Dividing gives f(x)=(x1)(x2x6)=(x1)(x3)(x+2)f(x) = (x - 1)(x^2 - x - 6) = (x - 1)(x - 3)(x + 2).

Markers reward a correct factor-theorem test, identifying a genuine factor, and a complete factorisation. Showing that a stated factor fails, then finding the real one, still earns the method marks.

Related dot points