Polynomial Remainder Theorem

In this lesson, we will explore an important theorem in algebra that allows us to calculate the remainder of a division between polynomials without actually performing the division itself. This result is known as the Remainder Theorem and can only be applied in cases where the divisor polynomial takes the form x - a.

This theorem is also referred to as the Little Bézout's Theorem, named after the French mathematician Étienne Bézout who discovered it.

Furthermore, we will see the proof of the remainder theorem and how to use it to quickly calculate the remainder in polynomial divisions.

A Note on Ruffini's Rule

In the previous lesson, we explored how to rapidly divide two polynomials when the divisor polynomial takes the form x - a, employing the Ruffini's Rule.

Suppose we aim to divide the polynomial P(x) = x^3 - 2x^2 + 3x - 4 by the polynomial x - 1. We apply the rule in this manner:

\begin{array}{r|rrr|r} & +1 & -2 & +3 & -4 \\ \\ +1 & & & & \\ \hline \\ \end{array}
\begin{array}{r|rrr|r} & +1 & -2 & +3 & -4 \\ \\ +1 & \downarrow & & & \\ \hline & +1 & & & \\ \end{array}
\begin{array}{r|rrr|r} & +1 & -2 & +3 & -4 \\ \\ +1 & \downarrow & +1 & & \\ \hline & +1 & -1 & & \\ \end{array}
\begin{array}{r|rrr|r} & +1 & -2 & +3 & -4 \\ \\ +1 & \downarrow & +1 & -1 & \\ \hline & +1 & -1 & +2 & \\ \end{array}
\begin{array}{r|rrr|r} & +1 & -2 & +3 & -4 \\ \\ +1 & \downarrow & +1 & -1 & +2 \\ \hline & +1 & -1 & +2 & -2 \\ \end{array}

The result is then:

Q(x) = x^2 - x + 2

while the remainder R is:

R = -2

Now, let's substitute x = 1 , which is the opposite of the constant term of the divisor polynomial, into the dividend polynomial P(x) :

P(1) = (1)^3 - 2 \cdot (1)^2 + 3 \cdot 1 - 4 = -2

The result matches the remainder R computed using Ruffini's rule. This isn't a coincidence but a general rule allowing us to calculate the remainder of a division between polynomials without having to perform the division itself. This principle is known as the Polynomial Remainder Theorem.

Polynomial Remainder Theorem

Definition

Polynomial Remainder Theorem (Little Bézout's Theorem)

Let P(x) be a polynomial of degree n, with n \geq 1 , and let M(x) be a polynomial of the form x - a . Then, the remainder of the division between P(x) and M(x) is given by:

R = P(a)

In other words, to calculate the remainder of the division between P(x) and M(x) , simply substitute a into P(x) .

Proof

Proof of the Remainder Theorem

Given the polynomial P(x) and the polynomial M(x) = x - a , the division between P(x) and M(x) is given by:

\frac{P(x)}{M(x)} = \frac{P(x)}{x - a} = Q(x) + \frac{R}{x - a}

where Q(x) is the quotient and R is the remainder. The expression above can be written as:

P(x) = Q(x) \cdot (x - a) + R

Substituting x = a into the previous expression, we get:

P(a) = Q(a) \cdot (a - a) + R

But a - a = 0 and Q(a) \cdot 0 = 0 . Therefore:

P(a) = 0 + R

and thus:

R = P(a)

Examples

Let's work through some examples to verify the remainder theorem.

Example

Calculate the remainder of the division between the polynomial P(x) = x^6 + 3x^3 - 6 and the polynomial M(x) = x - 1 .

Without carrying out the division, substitute x = 1 into P(x) :

P(1) = (1)^6 + 3 \cdot (1)^3 - 6 = 0

Therefore, the remainder is 0 .

Example

Calculate the remainder of the division between the polynomial P(x) = 3x^3 - 2x^2 - 5 and the polynomial M(x) = x - 2 .

Without carrying out the division, substitute x = 2 into P(x) :

P(2) = 3 \cdot (2)^3 - 2 \cdot (2)^2 - 5
= 3 \cdot 8 - 2 \cdot 4 - 5
= 24 - 8 - 5
= 11

Therefore, the remainder is 11 .

In Summary

In this lesson, we explored how to calculate the remainder of a division between polynomials without having to perform the actual division, but only when the divisor polynomial is of the form x - a. This result is known as the Polynomial Remainder Theorem.

In essence, the theorem tells us that to compute the remainder, it's enough to substitute a, which is the opposite of the constant term of the divisor polynomial, into the dividend polynomial:

R = P(a)

In the next lesson, we'll look into an important corollary of the remainder theorem called the Factor Theorem also known as the Ruffini's Theorem.