Remainder Theorem Explained: Why It Works and How to Use It
The Remainder Theorem is one of the most practical tools in algebra. Instead of performing tedious polynomial long division, you can find the remainder by simply evaluating the polynomial at a single point. This article explains the formula, the reasoning behind it, and how to apply it effectively—with CalcSolver to verify your work.
Introduction
When you divide a polynomial P(x) by a linear factor (x − a), you get a quotient Q(x) and a remainder R. The Remainder Theorem states that R = P(a). In plain terms: substitute a into the polynomial, and the result is the remainder. No long division required.
The Formula
If P(x) ÷ (x − a) gives quotient Q(x) and remainder R, then:
P(x) = (x − a)Q(x) + R, and R = P(a).
For example, when P(x) = x³ − 2x² + 3x − 1 is divided by (x − 2), the remainder is P(2) = 8 − 8 + 6 − 1 = 5. You can confirm this by doing the division manually—the theorem saves you that step.
Why It Works
The key insight: when you plug x = a into P(x) = (x − a)Q(x) + R, the term (x − a) becomes zero, so P(a) = 0·Q(a) + R = R. The theorem is a direct consequence of how polynomial division is defined. Understanding this connection helps you remember the formula and spot when it applies.
Worked Examples
Example 1: Find the remainder when P(x) = 2x³ + x² − 5x + 3 is divided by (x + 1).
Here x + 1 = x − (−1), so a = −1. Thus R = P(−1) = 2(−1)³ + (−1)² − 5(−1) + 3 = −2 + 1 + 5 + 3 = 7. The remainder is 7.
Example 2: Is (x − 3) a factor of P(x) = x³ − 6x² + 11x − 6?
If (x − 3) is a factor, the remainder must be 0. P(3) = 27 − 54 + 33 − 6 = 0. Yes, (x − 3) is a factor. This application—checking whether a linear expression is a factor—is extremely useful in factoring and solving equations.
When to Use It
The Remainder Theorem shines when the divisor is linear (x − a). For higher-degree divisors, you need the full division process. In exams and homework, it’s ideal for quick remainder checks and factor tests. Many students find it underused in textbooks; once you know it, you’ll reach for it often.
Using CalcSolver
CalcSolver makes verification effortless. Enter P(a) as an expression—e.g., for Example 1, type 2*(-1)^3+(-1)^2-5*(-1)+3—and press equals. You get 7 instantly. Use it to double-check your arithmetic and build confidence. CalcSolver’s scientific functions also help when polynomials involve roots or logarithms.