Introduction
Polynomial division is the algebraic process of dividing one polynomial by another of lower degree, producing a quotient and a remainder — exactly analogous to integer long division. In the 9709 examination, you will divide polynomials of degree at most 4 by either a linear polynomial (degree 1) or a quadratic polynomial (degree 2). The result always takes the form:
where is the dividend, is the divisor, is the quotient, and is the remainder. This identity underpins partial fractions, the Factor Theorem, and the Remainder Theorem — all heavily examined topics in P3.
Core Concept
Given a polynomial of degree and a divisor of degree (where ), polynomial long division produces a unique quotient of degree and a remainder of degree strictly less than .
The key identity is:
This must hold for all values of .
Two standard methods are used in A-Level examinations:
- Polynomial long division — the algorithmic column method, reliable for all cases.
- Inspection / equating coefficients — writing with unknown coefficients and solving; efficient when the quotient structure is predictable.
Key cases covered by the syllabus:
| Dividend degree | Divisor degree | Quotient degree | Remainder degree |
|---|---|---|---|
| 2 | 1 | 1 | 0 (constant) |
| 3 | 1 | 2 | 0 (constant) |
| 4 | 1 | 3 | 0 (constant) |
| 3 | 2 | 1 | (linear or zero) |
| 4 | 2 | 2 | (linear or zero) |
When the remainder is zero, the divisor is a factor of the dividend.
Unlock the full Algebra note with Nova
You're reading the preview. Unlock the complete note — every worked example, examiner pitfall and practice question — plus 24/7 AI tutoring from Nova that teaches directly from these notes.