The Remainder Theorem
Long division of polynomials is sometimes unavoidable, but for linear divisors there is a stunning shortcut. The Remainder Theorem says: when you divide p(x) by (x−a), the remainder is just p(a). One substitution; no division. This single theorem powers half the chapter.
Definition
If p(x) is a polynomial of degree ≥1 and a is any real number, then dividing p(x) by the linear polynomial (x−a) gives a unique quotient q(x) and a unique constant remainder r such that
p(x)=(x−a)⋅q(x)+r.
The number r is the remainder.
Statement, proof, and uses
Remainder Theorem. Let p(x) be a polynomial of degree ≥1 and let a be a real number. The remainder when p(x) is divided by (x−a) is p(a).
Why it works. Start with the division statement
p(x)=(x−a)q(x)+r.
Substitute x=a:
p(a)=(a−a)q(a)+r=0+r=r.
So r=p(a). The whole proof is one substitution. Notice we did not need to know q(x) at all , we just needed the form of the division.
Use 1: compute a remainder without doing the division. What is the remainder when p(x)=x3−4x+1 is divided by x−2? Answer: p(2)=8−8+1=1. No long division required.
Use 2: check divisibility. (x−a) divides p(x) exactly when the remainder is zero, i.e. when p(a)=0. This is the Factor Theorem , the next lesson. Already we can spot divisibility instantly.
Use 3: find unknown coefficients. Suppose the polynomial p(x)=x3+kx−6 leaves remainder 2 when divided by (x−1). Then p(1)=1+k−6=k−5=2, so k=7.
Important: write the divisor as (x−a). If the divisor is (x+3), write it as (x−(−3)), so a=−3. The remainder is then p(−3). Similarly for (x−5), the value a=5.
Divisor of the form (ax+b). Here the linear factor is not exactly (x−a), but we can rewrite: ax+b=a(x+ab)=a(x−(−ab)). So the "zero" of the divisor is x=−ab, and the remainder when p(x) is divided by (ax+b) is p(−ab).
Example with (2x−3). Find the remainder when p(x)=2x2−5x+1 is divided by (2x−3). The zero of the divisor is x=23. Hence the remainder is p(23)=2⋅49−5⋅23+1=29−215+1=−3+1=−2.
Worked examples
Example 1. Find the remainder when p(x)=x3−6x2+11x−6 is divided by (x−1).
p(1)=1−6+11−6=0. Remainder is 0 , and as a bonus, (x−1) is a factor.
Example 2. Find the remainder when p(x)=x4−3x2+4 is divided by (x+2).
a=−2. p(−2)=16−12+4=8. Remainder is 8.
Example 3. If p(x)=ax3+3x2−13 leaves remainder −3 on division by (x−2), find a.
p(2)=8a+12−13=8a−1=−3. So 8a=−2, a=−41.
Example 4. Find the remainder of p(x)=4x3−12x2+14x−3 on division by (2x−1).
Zero of divisor: x=21. p(21)=4⋅81−12⋅41+14⋅21−3=21−3+7−3=23.
Example 5. Without long division, show that (x−3) is a factor of p(x)=x3−3x2−x+3.
p(3)=27−27−3+3=0. By the Remainder Theorem the remainder is 0, so (x−3) divides p(x) exactly.
Try it yourself
- Find the remainder when x3−2x2+3x−1 is divided by (x−1).
- Find the remainder when 2x3+x2−5x+6 is divided by (x+2).
- Find the remainder when x4−x3+4x−7 is divided by (x−2).
- If (x−1) leaves remainder 5 on dividing p(x)=x3+kx+1, find k.
- Without dividing, decide whether (x+1) divides x3+x2+x+1.
- Find the remainder when 4x3−8x2+x+1 is divided by (2x−1).
- If (x−3) leaves remainder 0 on dividing p(x)=x3−4x2+3x+k, find k.
- Is (x−2) a factor of x4−3x3+2x+4? Justify using the Remainder Theorem.
- Find the remainder when x5+5 is divided by (x+1).
- State the Remainder Theorem in your own words.
Pitfalls / Insight
- Get the sign right. Divisor (x+3) means a=−3, not a=3. Be careful.
- The theorem assumes the divisor has degree 1. It does not work for (x2−1) in this form.
- A remainder is always a constant (degree 0) here. The quotient may be high degree, but the remainder cannot be x+2 when the divisor is linear.
Insight. The Remainder Theorem turns "polynomial division by a linear factor" into "evaluate the polynomial at one point". This trick is the secret ingredient in every factorisation that follows. Master substitution; you will not need long division for most problems in this chapter.
Test Your Knowledge
Quick MCQ check on this chapter
Start Quiz →