The Remainder Theorem

The Remainder Theorem starts with an unnamed polynomial p(x), where “p(x)” just means “some polynomial p whose variable is x”. Then the Theorem talks about dividing that polynomial by some linear factor x − a, where a is just some number.

Then, as a result of the long polynomial division, you end up with some polynomial answer q(x), with the “q” standing for “the quotient polynomial”; and some remainder r(x), the r standing for “the remainder, after division”. This remainder may be a proper variable-containing polynonial, or it may be just a number.

As a concrete example of p, a, q, and r, let’s look at the polynomial p(x) = x3 − 7x − 6, and let’s divide by the linear factor x − 4 (so a = 4):

So we get a quotient of q(x) = x2 + 4x + 9 on top, with a remainder of r(x) = 30.

Back when you were learning about long division of regular numbers, you learned that your remainder (if there was one) had to be smaller than whatever you had divided by. In polynomial terms, since we’re dividing by a linear factor (that is, a factor in which the degree on x is just an understood “1”), then the remainder must be a constant value. That is, when you divide any polynomial by the linear divisor “x − a”, your remainder will, and must, be just some plain number.

The Remainder Theorem thus points out the connection between division and multiplication. For instance, since 12 ÷ 3 = 4, then 4 × 3 = 12. If your division ends with a non-zero remainder left over, then, when you go the other way and do the multiplication, you’ll need to add that remainder back in. For example, since:

…then, going back the other way with multiplication, you’ll get:

This process works the same way with polynomials. That is:

(Technically, this “if – then” statement is the “Division Algorithm for Polynomials”. But the Algorithm is the basis for the Remainder Theorem.)

In terms of our concrete example from above:

Why all this tiresome review of division? Because, for polynomials, dividing by a linear factor x − a and finding the numerical remainder tells us the value of the polynomial when evaluated at x = a; in other words, the Theorem gives us a shorthand way to evaluate polynomials.

The Division Algorithm for polynomials says that we can restate a polynomial in terms of its divisor x − a, its quotient, and its remainder. Once reformatted this way, we can then evaluate the polynomial at x = a. But when x = a, then the divisor x − a is a − a, which is zero! So evaluating the polynomial at x = a gives us the following result:

And remember that the remainder term r(a) is just a number! So the value of the polynomial p(x) at x = a is the same as the remainder you get when you divide that polynomial p(x) by x − a.

What does the Remainder Theorem say?

The Remainder Theorem tells us that, in order to evaluate a polynomial p(x) at some number x = a, we can instead divide by the linear expression x − a. The remainder, r(a), gives the value of the polyomial at x = a.

In terms of our concrete example:

But you gotta think: Okay, fine; the value of the polynomial p(x) at x = a is the remainder r(a) when you divide by x − a, but who wants to do the long division each time you have to evaluate a polynomial at a given value of x?!? You’re right; doing the long division every time would indeed be overkill. Fortunately, that’s not what they really want you to do.

When you are dividing by a linear factor, you don’t have to use long polynomial division; instead, you can use synthetic division, which is much quicker. In our concrete example, we would get:

Note that the last entry in the bottom row is 30, the remainder from the long division (as expected) and also the value of p(x) = x3 − 7x − 6 at x = 4. And that is the point of the Remainder Theorem:

What is an example of using the Remainder Theorem?

  • Use the Remainder Theorem to evaluate f(x) = 6×3 − 5×2 + 4x − 17 at x = 3.
  • Using the Remainder Theorem, find the value of f (−5), for f (x) = 3×4 + 2×3 + 4x.

What if the remainder, after division, is zero? What does this mean?

Well, first, it means that the polynomial evaluates to zero at whatever x-value you used in your synthetic division. But, second, it says that there is no (interesting) remainder; a remainder of zero means that you divided by x − a and had nothing left over, so x − a must be a factor of the polynomial.

  • Use the Remainder Theorem to determine whether x = 2 is a zero of f (x) = 3×7 − x4 + 2×3 − 5×2 − 4
  • Use the Remainder Theorem to determine whether x = −4 is a solution of x6 + 5×5 + 5×4 + 5×3 + 2×2 − 10x − 8 = 0