Math Lab
Home/Class IX/Ch 2/The Remainder Theorem

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)p(x) by (xa)(x - a), the remainder is just p(a)p(a). One substitution; no division. This single theorem powers half the chapter.

Definition

If p(x)p(x) is a polynomial of degree 1\ge 1 and aa is any real number, then dividing p(x)p(x) by the linear polynomial (xa)(x - a) gives a unique quotient q(x)q(x) and a unique constant remainder rr such that p(x)=(xa)q(x)+r.p(x) = (x - a) \cdot q(x) + r. The number rr is the remainder.

Statement, proof, and uses

Remainder Theorem. Let p(x)p(x) be a polynomial of degree 1\ge 1 and let aa be a real number. The remainder when p(x)p(x) is divided by (xa)(x - a) is p(a)p(a).

Why it works. Start with the division statement p(x)=(xa)q(x)+r.p(x) = (x - a) \, q(x) + r. Substitute x=ax = a: p(a)=(aa)q(a)+r=0+r=r.p(a) = (a - a) \, q(a) + r = 0 + r = r. So r=p(a)r = p(a). The whole proof is one substitution. Notice we did not need to know q(x)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)=x34x+1p(x) = x^3 - 4x + 1 is divided by x2x - 2? Answer: p(2)=88+1=1p(2) = 8 - 8 + 1 = 1. No long division required.

Use 2: check divisibility. (xa)(x - a) divides p(x)p(x) exactly when the remainder is zero, i.e. when p(a)=0p(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+kx6p(x) = x^3 + kx - 6 leaves remainder 22 when divided by (x1)(x - 1). Then p(1)=1+k6=k5=2p(1) = 1 + k - 6 = k - 5 = 2, so k=7k = 7.

Important: write the divisor as (xa)(x - a). If the divisor is (x+3)(x + 3), write it as (x(3))(x - (-3)), so a=3a = -3. The remainder is then p(3)p(-3). Similarly for (x5)(x - 5), the value a=5a = 5.

Divisor of the form (ax+b)(ax + b). Here the linear factor is not exactly (xa)(x - a), but we can rewrite: ax+b=a ⁣(x+ba)=a ⁣(x(ba))ax + b = a\!\left(x + \dfrac{b}{a}\right) = a\!\left(x - \left(-\dfrac{b}{a}\right)\right). So the "zero" of the divisor is x=bax = -\dfrac{b}{a}, and the remainder when p(x)p(x) is divided by (ax+b)(ax + b) is p ⁣(ba)p\!\left(-\dfrac{b}{a}\right).

Example with (2x3)(2x - 3). Find the remainder when p(x)=2x25x+1p(x) = 2x^2 - 5x + 1 is divided by (2x3)(2x - 3). The zero of the divisor is x=32x = \dfrac{3}{2}. Hence the remainder is p(32)=294532+1=92152+1=3+1=2p(\tfrac{3}{2}) = 2 \cdot \tfrac{9}{4} - 5 \cdot \tfrac{3}{2} + 1 = \tfrac{9}{2} - \tfrac{15}{2} + 1 = -3 + 1 = -2.

Worked examples

Example 1. Find the remainder when p(x)=x36x2+11x6p(x) = x^3 - 6x^2 + 11x - 6 is divided by (x1)(x - 1).

p(1)=16+116=0p(1) = 1 - 6 + 11 - 6 = 0. Remainder is 00 , and as a bonus, (x1)(x-1) is a factor.

Example 2. Find the remainder when p(x)=x43x2+4p(x) = x^4 - 3x^2 + 4 is divided by (x+2)(x + 2).

a=2a = -2. p(2)=1612+4=8p(-2) = 16 - 12 + 4 = 8. Remainder is 88.

Example 3. If p(x)=ax3+3x213p(x) = ax^3 + 3x^2 - 13 leaves remainder 3-3 on division by (x2)(x - 2), find aa.

p(2)=8a+1213=8a1=3p(2) = 8a + 12 - 13 = 8a - 1 = -3. So 8a=28a = -2, a=14a = -\tfrac{1}{4}.

Example 4. Find the remainder of p(x)=4x312x2+14x3p(x) = 4x^3 - 12x^2 + 14x - 3 on division by (2x1)(2x - 1).

Zero of divisor: x=12x = \tfrac{1}{2}. p(12)=4181214+14123=123+73=32p(\tfrac{1}{2}) = 4 \cdot \tfrac{1}{8} - 12 \cdot \tfrac{1}{4} + 14 \cdot \tfrac{1}{2} - 3 = \tfrac{1}{2} - 3 + 7 - 3 = \tfrac{3}{2}.

Example 5. Without long division, show that (x3)(x - 3) is a factor of p(x)=x33x2x+3p(x) = x^3 - 3x^2 - x + 3.

p(3)=27273+3=0p(3) = 27 - 27 - 3 + 3 = 0. By the Remainder Theorem the remainder is 00, so (x3)(x-3) divides p(x)p(x) exactly.

Try it yourself

  1. Find the remainder when x32x2+3x1x^3 - 2x^2 + 3x - 1 is divided by (x1)(x - 1).
  2. Find the remainder when 2x3+x25x+62x^3 + x^2 - 5x + 6 is divided by (x+2)(x + 2).
  3. Find the remainder when x4x3+4x7x^4 - x^3 + 4x - 7 is divided by (x2)(x - 2).
  4. If (x1)(x - 1) leaves remainder 55 on dividing p(x)=x3+kx+1p(x) = x^3 + kx + 1, find kk.
  5. Without dividing, decide whether (x+1)(x + 1) divides x3+x2+x+1x^3 + x^2 + x + 1.
  6. Find the remainder when 4x38x2+x+14x^3 - 8x^2 + x + 1 is divided by (2x1)(2x - 1).
  7. If (x3)(x - 3) leaves remainder 00 on dividing p(x)=x34x2+3x+kp(x) = x^3 - 4x^2 + 3x + k, find kk.
  8. Is (x2)(x - 2) a factor of x43x3+2x+4x^4 - 3x^3 + 2x + 4? Justify using the Remainder Theorem.
  9. Find the remainder when x5+5x^5 + 5 is divided by (x+1)(x + 1).
  10. State the Remainder Theorem in your own words.

Pitfalls / Insight

  • Get the sign right. Divisor (x+3)(x + 3) means a=3a = -3, not a=3a = 3. Be careful.
  • The theorem assumes the divisor has degree 11. It does not work for (x21)(x^2 - 1) in this form.
  • A remainder is always a constant (degree 00) here. The quotient may be high degree, but the remainder cannot be x+2x + 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.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Remainder Theorem
6 questions · pick the best answer
Q1

The remainder when p(x)=x3+1p(x) = x^3 + 1 is divided by (x+1)(x + 1) is:

Q2

The remainder when p(x)=x42x3+x3p(x) = x^4 - 2x^3 + x - 3 is divided by (x2)(x - 2) is:

Q3

If p(x)p(x) is divided by (xa)(x - a), the remainder is:

Q4

The remainder when p(x)=2x3+x5p(x) = 2x^3 + x - 5 is divided by (x1)(x - 1) is:

Q5

If p(x)=x3+kx+6p(x) = x^3 + kx + 6 has remainder 44 on division by (x1)(x - 1), then k=k =

Q6

The remainder when p(x)p(x) is divided by (2x1)(2x - 1) equals: