What is the Remainder Theorem and How Do You Use It?

The Remainder Theorem is a handy algebraic shortcut for finding the remainder when you divide a polynomial by a linear factor like (xc)(x - c). Instead of doing the long, tedious process of polynomial long division, you just plug the number cc into the polynomial and calculate the result.<br><br>Think of it like using a microwave instead of an oven to heat up leftovers. Both get the job done, but plugging the number in is much faster than setting up the whole division process. Formally, the theorem states that if a polynomial P(x)P(x) is divided by (xc)(x - c), the remainder is exactly P(c)P(c).

Why the Remainder Theorem Works

To understand why this works, think about how division is structured. When you divide a polynomial P(x)P(x) by (xc)(x - c), you get a quotient Q(x)Q(x) and a remainder RR. We can write this as an equation: P(x)=Q(x)(xc)+RP(x) = Q(x)(x - c) + R. If you plug cc into this equation for xx, the (xc)(x - c) part becomes zero. That wipes out the entire quotient, leaving you with just P(c)=RP(c) = R. It is a neat mathematical trick that saves a lot of time.

How to Recognize When to Use It

You should use the Remainder Theorem anytime a problem asks for the remainder of a polynomial divided by a linear expression like (x5)(x - 5) or (x+2)(x + 2). It is also a great first step if you are trying to find the roots or factors of a polynomial, because a remainder of zero tells you that the binomial is a perfect factor.

Where Students Slip Up

The most common mistake happens with the sign of cc. Remember, the theorem uses (xc)(x - c). If you are dividing by (x3)(x - 3), you plug in positive 3. If you are dividing by (x+4)(x + 4), you must plug in negative 4, because (x+4)(x + 4) is the same as (x(4))(x - (-4)). Always flip the sign of the constant in your binomial!

Worked through

Find the remainder when the polynomial P(x)=2x33x2+4x5P(x) = 2x^3 - 3x^2 + 4x - 5 is divided by (x2)(x - 2).

Instead of setting up long division, we will use the Remainder Theorem. We are dividing by (x2)(x - 2), so our cc value is 22. We just need to evaluate P(2)P(2).<br><br>Step 1: Substitute 2 for every xx in the polynomial. P(2)=2(2)33(2)2+4(2)5P(2) = 2(2)^3 - 3(2)^2 + 4(2) - 5.<br><br>Step 2: Simplify the exponents. P(2)=2(8)3(4)+4(2)5P(2) = 2(8) - 3(4) + 4(2) - 5.<br><br>Step 3: Multiply the terms. P(2)=1612+85P(2) = 16 - 12 + 8 - 5.<br><br>Step 4: Add and subtract from left to right. 1612=416 - 12 = 4, 4+8=124 + 8 = 12, and 125=712 - 5 = 7.<br><br>The remainder is 77.

Questions students ask

Ask about this topic

Where this comes from: OpenStax College Algebra, Chapter 5: Polynomial and Rational Functions · Khan Academy: Polynomial Division and the Remainder Theorem

See also