Dividing polynomials is dividing numbers, with letters
When 17 is divided by 5 you get a quotient of 3 and a remainder of 2, and the whole statement is 17 = 5 × 3 + 2. Polynomials behave identically, with one extra condition: the remainder must be of lower degree than the divisor, which is the analogue of a remainder being smaller than the divisor.
So dividing by a linear divisor (x − a) always leaves a remainder that is a constant, because the only degree below 1 is 0. That single observation is what makes the remainder theorem possible.
Leave gaps for the missing powers
Dividing x³ − 7 by (x − 2), write the dividend as x³ + 0x² + 0x − 7. Long division lines up by degree, and a missing power that is not written as a zero throws every subsequent column out. This is by far the commonest source of a wrong quotient.
The remainder theorem
Long division to find a remainder is honest work, and almost always unnecessary. Write the division statement f(x) = (x − a)Q(x) + R and then substitute x = a. The whole quotient term vanishes because its bracket is zero, and you are left with f(a) = R.
So the remainder on dividing by (x − a) is simply the value of the polynomial at a — one substitution instead of a page of division.
The dashed line shows f(a), and that number is the remainder. Drag a onto a point where the curve crosses the axis: the remainder becomes zero, and there the divisor is an exact factor.
The factor theorem
A remainder of zero means the division was exact — the divisor goes in a whole number of times, with nothing left over. So (x − a) is a factor of f(x) exactly when f(a) = 0. That is the factor theorem, and it is the remainder theorem in the special case R = 0.
It works in both directions, which is what makes it useful. Given a factor, you get a root for free. Given a root, you get a factor and can divide it out to reduce the degree of the problem.
Factorise f(x) = x³ − 6x² + 11x − 6 completely.
- Try small factors of the constant term −6: the candidates are ±1, ±2, ±3, ±6.Any whole-number root must divide the constant term, so this short list is guaranteed to contain them.
f(1) = 1 − 6 + 11 − 6 = 0, so(x − 1)is a factor.Start with x = 1; it is the fastest to evaluate and very often works in exam questions.- Divide:
x³ − 6x² + 11x − 6 ÷ (x − 1) = x² − 5x + 6.Long division or synthetic division — either is accepted, and the quotient is one degree lower. - Factorise the quadratic:
x² − 5x + 6 = (x − 2)(x − 3).Two numbers multiplying to 6 and adding to −5. f(x) = (x − 1)(x − 2)(x − 3).Check by expanding, or by confirming f(2) = 0 and f(3) = 0.
(x − 1)(x − 2)(x − 3)
Synthetic division
When the divisor is (x − a), the long division can be compressed into a single row of arithmetic. Write the coefficients of f(x) — including zeros for missing powers — put a to the left, bring down the first coefficient, then repeatedly multiply by a and add.
The numbers you generate are the coefficients of the quotient, and the last one is the remainder. It is faster than long division, less prone to slips, and perfectly acceptable in an exam provided the working is shown.
Use synthetic division to divide 2x³ − 3x + 5 by (x + 2).
- Coefficients, with the missing x² written as zero:
2, 0, −3, 5.The gap must be filled or every column afterwards is wrong. - The divisor is
x + 2 = x − (−2), soa = −2.Use the root of the divisor, which is the sign opposite to the one written. - Bring down 2. Then
2 × (−2) = −4, add to 0 →−4. Then−4 × (−2) = 8, add to −3 →5. Then5 × (−2) = −10, add to 5 →−5.Multiply by a, add to the next coefficient, repeat. - Quotient
2x² − 4x + 5, remainder−5.Check with the remainder theorem: f(−2) = −16 + 6 + 5 = −5 ✓
Quotient 2x² − 4x + 5, remainder −5
Two conditions at once
A question giving two pieces of information — "when f(x) is divided by (x − 1) the remainder is 4, and (x + 2) is a factor" — is handing you two equations: f(1) = 4 and f(−2) = 0. Substitute both, and solve the pair simultaneously for the two unknown coefficients. That is the standard long question in this chapter.
Before you leave this chapter
- f(x) = divisor × quotient + remainder, with the remainder of lower degree than the divisor.
- Write zeros for missing powers before dividing.
- Remainder theorem: dividing by (x − a) leaves f(a). For (ax − b), use f(b/a).
- Factor theorem: (x − a) is a factor exactly when f(a) = 0.
- To factorise a cubic, find one root among the factors of the constant term, divide it out, then factorise the quadratic.