Remainder Theorem

Download as PDF

Ever wanted a shortcut for polynomial division? The Remainder Theorem is your answer! This powerful tool in algebra helps you find the remainder when dividing a polynomial by a simple binomial like xc, just by plugging in a single number. Let's dive in and see how it works!

Remainder Theorem — an original Algebra911 reference diagram defining remainder theorem with its key formula and a worked example.
The Remainder Theorem: A Complete Guide to Polynomial Division

What Is the Remainder Theorem?

The Remainder Theorem states that when a polynomial P(x) is divided by a linear binomial of the form xc, the remainder is equal to the value of the polynomial evaluated at c, which is P(c). In simpler terms, instead of going through the entire process of long division or synthetic division to find just the remainder, you can get the same answer with one quick substitution.

Think back to basic arithmetic. When you divide 17 by 5, you get 3 with a remainder of 2. You can write this relationship as: 17=5×3+2. Polynomials work in a very similar way. When you divide a polynomial P(x) (the dividend) by a divisor D(x), you get a quotient Q(x) and a remainder R(x). The general form is:

P(x)=D(x)Q(x)+R(x)

The Remainder Theorem is a special case of this, where the divisor D(x) is a simple linear term like xc. It provides a direct link between the value of the polynomial at a point and the remainder from division.

Why Does the Remainder Theorem Work?

Understanding why a theorem works is key to mastering it. The proof for the Remainder Theorem is surprisingly straightforward and relies on the polynomial division algorithm we just mentioned.

Let's start with the standard division equation:

P(x)=D(x)Q(x)+R(x)

The Remainder Theorem deals specifically with a linear divisor of the form xc. So, let's substitute D(x)=xc:

P(x)=(xc)Q(x)+R(x)

Now, a crucial rule in polynomial division is that the degree of the remainder R(x) must be less than the degree of the divisor D(x). In our case, the divisor D(x)=xc has a degree of 1. Therefore, the remainder R(x) must have a degree of 0, which means it's just a constant number. Let's call this constant R.

Our equation now looks like this:

P(x)=(xc)Q(x)+R

This equation is true for all values of x. So, what happens if we choose a special value for x? Let's strategically pick x=c. By substituting c into the equation, we get:

P(c)=(cc)Q(c)+R

Look at the first term on the right side. Since cc=0, that entire term becomes zero:

P(c)=(0)Q(c)+RP(c)=0+RP(c)=R

And there it is! We've just proven that evaluating the polynomial at c gives you the exact value of the remainder R. It's a clean and elegant proof that shows the power of algebraic substitution.

How Do You Use the Remainder Theorem? A Step-by-Step Guide

Using the Remainder Theorem is a simple three-step process. Once you get the hang of it, you'll be able to find remainders in seconds.

  1. Identify the Polynomial P(x) and the Divisor xc. The polynomial is the expression being divided. The divisor must be in the form xc.
  2. Determine the value of c. This is the most critical step. To find c, set the divisor equal to zero and solve for x. For example, if the divisor is x5, then x5=0 gives x=5, so c=5. If the divisor is x+3, then x+3=0 gives x=3, so c=3.
  3. Calculate P(c). Substitute the value of c you found in step 2 into the polynomial P(x) and simplify. The resulting number is your remainder.
Example 1

Find the remainder when P(x)=x34x2+2x+5 is divided by x2.

Step 1: Identify P(x) and the divisor.
P(x)=x34x2+2x+5
Divisor = x2

Step 2: Determine c.
Our divisor is in the form xc, so c=2.

Step 3: Calculate P(c).
We need to find P(2). Substitute 2 for every x in the polynomial:
P(2)=(2)34(2)2+2(2)+5
P(2)=84(4)+4+5
P(2)=816+4+5
P(2)=8+9
P(2)=1

Conclusion: The remainder is 1. You can verify this using long division, but this method was much faster!

More Remainder Theorem Examples in Action

Let's work through a couple more examples to solidify the concept. Pay close attention to the signs, especially when c is negative.

Example 2

What is the remainder when the polynomial P(x)=2x4+3x35x7 is divided by x+3?

Step 1: Identify P(x) and the divisor.
P(x)=2x4+3x35x7
Divisor = x+3

Step 2: Determine c.
The divisor is x+3. To find c, we think of this as x(3). Alternatively, set x+3=0, which gives x=3. So, c=3.

Step 3: Calculate P(c).
We need to find P(3). Be careful with the negative signs during substitution:
P(3)=2(3)4+3(3)35(3)7
First, evaluate the exponents:
(3)3=27
(3)4=81
Now substitute these back in:
P(3)=2(81)+3(27)5(3)7
P(3)=16281+157
P(3)=81+157
P(3)=967
P(3)=89

Conclusion: The remainder is 89.

Example 3

Find the value of k if the polynomial P(x)=x3+kx23x+6 has a remainder of 4 when divided by x1.

This problem is a bit different! It gives us the remainder and asks us to find a missing coefficient. We can still use the Remainder Theorem.

Step 1: Identify what we know.
P(x)=x3+kx23x+6
Divisor = x1, which means c=1.
Remainder = 4.

Step 2: Apply the Remainder Theorem.
The theorem tells us that P(c)=R. In this case, P(1)=4.

Step 3: Set up and solve the equation.
Let's calculate P(1):
P(1)=(1)3+k(1)23(1)+6
P(1)=1+k(1)3+6
P(1)=1+k3+6
P(1)=k+4

Since we know P(1) must equal the remainder, 4, we can set up an equation:
k+4=4
Subtract 4 from both sides:
k=0

Conclusion: The value of k must be 0.

Remainder Theorem vs. Synthetic Division: What's the Connection?

You might have also learned about synthetic division, another shortcut for dividing polynomials by a linear binomial xc. How do these two methods relate?

  • The Remainder Theorem is a theoretical result. It tells you what the remainder is (it's P(c)) without telling you how to compute the division.
  • Synthetic Division is a computational algorithm. It's a step-by-step process that gives you both the quotient and the remainder.

The key connection is that the last number you get from performing synthetic division is always the remainder, and it will always be equal to P(c). Let's revisit Example 1 using synthetic division to see this in action.

Problem: Find the remainder when P(x)=x34x2+2x+5 is divided by x2.

Using the Remainder Theorem (as before):
P(2)=(2)34(2)2+2(2)+5=816+4+5=1. The remainder is 1.

Using Synthetic Division:
We set up the division with c=2 and the coefficients of the polynomial (1,4,2,5).

  2 | 1  -4   2   5
    |    2  -4  -4
    -----------------
      1  -2  -2   1

As you can see, the final number in the bottom row is 1, which is the remainder. This perfectly matches the result from the Remainder Theorem. The other numbers (1,2,2) give us the quotient: 1x22x2.

Here is a table summarizing when to use each method:

FeatureRemainder TheoremSynthetic Division
GoalFinds only the remainder.Finds the remainder AND the quotient.
MethodDirect substitution and calculation (P(c)).Algorithmic shortcut for division.
Best Use CaseWhen the question specifically asks for just the remainder.When you need to fully factor a polynomial or find the quotient as well.
Key formulas for remainder theorem by Algebra911.
Key formulas for remainder theorem by Algebra911.

What Are Common Mistakes with the Remainder Theorem?

While the theorem is simple, a few common pitfalls can lead to the wrong answer. Be on the lookout for these!

  • Sign Errors with c: This is the most frequent mistake. When the divisor is x+a, the value of c is a, not a. Always remember to find the value of x that makes the divisor zero. For x+7, c=7. For x1, c=1.
  • Order of Operations (PEMDAS/BODMAS): When you calculate P(c), especially with negative numbers, the order of operations is crucial. Pay close attention to exponents. For example, if calculating P(2) for the term x2, it becomes (2)2=(4)=4. If the term was (x)2, it would be (2))2=(2)2=4. Brackets and signs matter!
  • Applying to Non-Linear Divisors: The Remainder Theorem works only for linear divisors in the form xc. You cannot use it to find the remainder when dividing by a quadratic like x29 or a binomial with a leading coefficient like 3x1 without modification. For 3x1, you'd have to use c=1/3, which can lead to tricky fractions.
  • Forgetting Placeholders in a Polynomial: This is more of an issue for synthetic division, but it can cause confusion. If a polynomial is missing a term, like P(x)=x32x+4, it's understood to have a 0x2 term. While this doesn't affect direct substitution for the Remainder Theorem, it's a critical detail when working with related processes.

Quick Summary and Key Takeaways

Feeling confident? Here’s a quick recap of everything you need to know about the Remainder Theorem.

When a polynomial P(x) is divided by xc, the remainder is R=P(c).
  • The Main Idea: It's a shortcut to find the remainder of a polynomial division. No long division needed!
  • The Process: Identify c from your divisor xc, then plug that value into your polynomial P(x). The result is the remainder.
  • The Connection to Factors: This theorem is the foundation for the Factor Theorem. If the remainder P(c) turns out to be 0, then (xc) is a perfect factor of the polynomial P(x). This is an incredibly useful tool for factoring higher-degree polynomials.

Mastering the Remainder Theorem will not only save you time on homework and tests but also deepen your understanding of how polynomials behave. It's a fundamental concept that paves the way for more advanced topics in algebra.

Frequently Asked Questions

What is the main purpose of the Remainder Theorem?

Its main purpose is to provide a quick way to find the remainder of a polynomial division without actually performing long division. It's an efficient shortcut that relies on simple substitution, saving time and reducing the chance of calculation errors.

Can the remainder of a polynomial be negative?

Yes. When using the Remainder Theorem, the result P(c) can be any real number: positive, negative, or zero. For example, dividing x210 by x+3 gives a remainder of P(3)=(3)210=910=1.

What does it mean if the remainder is 0?

A remainder of 0 is a special and important result. It means the divisor (xc) divides the polynomial P(x) perfectly, with nothing left over. This is the basis of the Factor Theorem, which states that if P(c)=0, then (xc) is a factor of P(x).

Does the Remainder Theorem work for any polynomial?

Yes, the theorem works for any polynomial P(x). However, the divisor must be a linear binomial in the specific form xc, where c is a constant. It cannot be directly applied to divisors with a higher degree, like x21.

Is the Remainder Theorem the same as synthetic division?

No, but they are very closely related. The Remainder Theorem is a rule that tells you what the remainder is. Synthetic division is a method or algorithm used to perform the division. The last number calculated in synthetic division is the remainder, and it will always equal the value predicted by the Remainder Theorem.

Why can't I use the theorem for a divisor like x21?

The theorem's proof relies on the divisor having a degree of 1, which forces the remainder to be a constant (degree 0). When you divide by a quadratic (degree 2), the remainder can be a linear expression (degree 1 or 0), like ax+b, not just a single number.

Is this theorem useful in real life?

While you might not calculate polynomial remainders daily, the underlying concepts are foundational in many advanced fields. They are used in computer science for error-correcting codes and cryptography, in engineering for signal processing, and in science for creating mathematical models.