What Is the Remainder Theorem?

The Remainder Theorem says: When you divide P(x) by (x - a), the remainder equals P(a).

Instead of doing long division, just plug the number a into the polynomial. The result is your remainder.

The Remainder Theorem: If P(x) is divided by (x - a), then the remainder = P(a). No long division needed - just substitute and evaluate.

How to Use the Remainder Theorem

Step 1: Identify the divisor (x - a) and find the value of a.

Step 2: Substitute x = a into the polynomial P(x).

Step 3: Calculate. The answer is the remainder.

Example 1: Find the remainder when P(x) = 2xยณ - 3xยฒ + 4x - 5 is divided by (x - 2).

Example 2: Find the remainder when P(x) = xยณ + 2xยฒ - x + 6 is divided by (x + 1).

Try It: Find the remainder when P(x) = xยฒ - 5x + 6 is divided by (x - 3).

P(3) = (3)ยฒ - 5(3) + 6 = 9 - 15 + 6 = 0
Remainder = 0. This means (x - 3) is a factor of P(x)!

The Factor Theorem

The Factor Theorem is a special case of the Remainder Theorem:

If P(a) = 0, then (x - a) is a factor of P(x).

This is incredibly useful for factoring polynomials. If you can find a value a where P(a) = 0, you've found a factor.

Example: Is (x - 2) a factor of xยณ - 4xยฒ + x + 6?

Quick Reference

Divisor Value of a Evaluate
(x - 3)a = 3Find P(3)
(x + 2)a = -2Find P(-2)
(x - 5)a = 5Find P(5)
(x + 4)a = -4Find P(-4)

Why Does It Work?

When P(x) is divided by (x - a), the Division Algorithm gives us:

P(x) = (x - a) ยท Q(x) + R

where Q(x) is the quotient and R is the remainder (a constant). If we plug in x = a:

P(a) = (a - a) ยท Q(a) + R = 0 ยท Q(a) + R = R

So P(a) always equals the remainder R.

Common Mistakes

Remember: Remainder Theorem gives you the remainder. Factor Theorem tells you if (x - a) is a factor (when P(a) = 0). Together, they make polynomial division and factoring much easier.

See also: Dividing Polynomials by Binomials or try our Polynomial Calculator.