MATH 3 • ALGEBRA & FUNCTIONS

Remainder Theorem — I can use the Remainder Theorem to evaluate a polynomial at a value and interpret the result.

Evaluate any polynomial at a given value without performing full division — just find the remainder.

Historical Context & Motivation

Polynomials have been studied for thousands of years, but the elegant shortcut we now call the Remainder Theorem grew out of centuries of mathematical exploration. Ancient mathematicians in China and Persia developed techniques for solving polynomial equations, yet they lacked a streamlined way to evaluate a polynomial at a specific number without grinding through tedious arithmetic.

The problem was practical: if you have a polynomial like f(x) = 2x⁴ − 3x³ + x − 7 and need to know f(5), you could substitute 5 into every term and compute. But what if there were a faster route — one that also reveals whether (x − 5) divides evenly into the polynomial? The Remainder Theorem answers both questions at once, connecting polynomial division with direct evaluation.

~200 BCE
Chinese Remainder Techniques
Chinese mathematicians developed early methods for solving systems of remainders, laying groundwork for the idea that remainders encode useful information about divisibility.
1631
Thomas Harriot's Algebra
English mathematician Thomas Harriot published work connecting roots of polynomials to factors, hinting at a formal link between evaluation and division.
1736
Euler's Polynomial Studies
Leonhard Euler formalized many results in algebra, including the relationship between polynomial roots and linear factors, providing a clearer theoretical basis for the theorem.
1800s
Modern Statement of the Theorem
Mathematicians established the Remainder Theorem as a standard result in algebra, proving that dividing f(x) by (x − c) always produces a remainder equal to f(c).

The central question the Remainder Theorem addresses is: Can we find the value of a polynomial at a specific input without substituting and simplifying every single term? The answer is yes — and the same technique tells us whether that input is a root of the polynomial.

Core Principles & Definitions

Before diving into the theorem itself, let's make sure the building blocks are solid. The Remainder Theorem sits at the intersection of two ideas you already know: polynomial long division and function evaluation. Understanding how these connect is the key to mastering this concept.

1

Polynomial Division

When you divide a polynomial f(x) by a divisor d(x), you get a quotient q(x) and a remainder r. This mirrors how 17 ÷ 5 = 3 remainder 2.
2

The Remainder Theorem

When a polynomial f(x) is divided by the linear expression (x − c), the remainder is exactly f(c). You can skip the division entirely and just evaluate.
3

Factor Theorem (Corollary)

If f(c) = 0, then the remainder is 0, which means (x − c) divides evenly into f(x). In other words, (x − c) is a factor of f(x).
4

Synthetic Substitution

Synthetic division provides a streamlined way to carry out the division by (x − c). The last number in the bottom row is always the remainder — that is, f(c).
KEY TAKEAWAY
Think of polynomial division like a vending machine. You feed in the polynomial (your dollar bill) and the divisor (x − c) is the item price. The quotient is the items you get, and the remainder is the change. The Remainder Theorem tells you that you can figure out how much change you'll get just by plugging c into f(x) — no need to run the entire transaction.

Visual Explanation

The diagram below shows the polynomial f(x) = x³ − 4x² + 5x − 2 plotted on a coordinate plane. Two key x-values are marked: x = 1 and x = 3. At x = 1, the curve passes through the x-axis, meaning f(1) = 0. At x = 3, the curve has a y-value of f(3) = 1. According to the Remainder Theorem, dividing f(x) by (x − 1) gives remainder 0, confirming that (x − 1) is a factor. Dividing by (x − 3) gives remainder 1.

The graph of f(x) = x³ − 4x² + 5x − 2. The cyan dot at x = 1 shows f(1) = 0, so (x − 1) is a factor with remainder 0. The pink dot at x = 3 shows f(3) = 1, so dividing by (x − 3) leaves a remainder of 1.

Notice how the graph provides a geometric interpretation. Every time the polynomial curve touches or crosses the x-axis at x = c, the remainder upon division by (x − c) is zero. When the curve is above or below the axis, that y-value is the remainder. The Remainder Theorem converts a graphical observation into a computational tool: the height of the curve at x = c equals the remainder.

Mathematical Framework

Let's formalize the idea. When you divide any polynomial f(x) by a linear divisor (x − c), the division algorithm guarantees a unique result consisting of a quotient and a remainder.

DIVISION ALGORITHM FOR POLYNOMIALS
f(x) = (x − c) · q(x) + r
where f(x) is the original polynomial, q(x) is the quotient polynomial, c is the value being tested, and r is the remainder (a constant).

Here's the critical insight. If we substitute x = c into the equation above, the factor (x − c) becomes (c − c) = 0, which eliminates the entire quotient term.

REMAINDER THEOREM
f(c) = (c − c) · q(c) + r = 0 · q(c) + r = r
Therefore f(c) = r. The remainder equals the value of the polynomial evaluated at c.
FACTOR THEOREM (SPECIAL CASE)
If f(c) = 0, then r = 0, so (x − c) is a factor of f(x).
This is the connection between roots (x-intercepts) and factors. A zero of the polynomial corresponds to a factor with zero remainder.
⚠️ Watch the Sign!
If you are dividing by (x + 3), rewrite it as (x − (−3)). The value you evaluate is c = −3, not c = 3. Always identify c as the number that makes the divisor equal to zero.

Synthetic Division & the Remainder

While you can always find f(c) by direct substitution, synthetic division offers a compact, organized method — especially useful for higher-degree polynomials. In synthetic division, you use only the coefficients of f(x), and the very last number you compute is the remainder, which equals f(c). The diagram below walks through the process.

Synthetic division of 2x³ − 3x² + 4x − 5 by (x − 2). The value c = 2 is placed on the left. The purple numbers are products from multiplying by c. The green row gives the quotient coefficients, and the boxed pink value (7) is the remainder = f(2).

Let's verify by direct substitution: f(2) = 2(2)³ − 3(2)² + 4(2) − 5 = 2(8) − 3(4) + 8 − 5 = 16 − 12 + 8 − 5 = 7. It matches! Both methods — synthetic division and direct evaluation — confirm that f(2) = 7. The Remainder Theorem guarantees this will always be true for any polynomial divided by any linear expression (x − c).

  1. Step 1: Write the coefficients of f(x) in order. Include 0 for any missing terms.
  2. Step 2: Place c (the value that makes the divisor zero) to the left.
  3. Step 3: Bring down the leading coefficient.
  4. Step 4: Multiply, add, repeat until you reach the final column.
  5. Step 5: The last number is the remainder = f(c).

Worked Example

Let's work through a complete example using the Remainder Theorem to evaluate a polynomial, then interpret the result.

Find f(−2) for f(x) = x⁴ + 3x³ − x² + 7x + 4 using the Remainder Theorem
1
Step 1 — Identify the Divisor and the Value cThe Remainder Theorem says f(c) equals the remainder when f(x) is divided by (x − c). Since we want f(−2), we set c = −2. The divisor is (x − (−2)) = (x + 2).
c = −2; divisor = (x + 2)
2
Step 2 — Set Up Synthetic DivisionList the coefficients of f(x) in descending order of degree: 1, 3, −1, 7, 4. Place c = −2 to the left of the synthetic division bracket.
−2 │ 1 3 −1 7 4
3
Step 3 — Perform Synthetic DivisionBring down the 1. Multiply 1 × (−2) = −2; add to 3 to get 1. Multiply 1 × (−2) = −2; add to −1 to get −3. Multiply −3 × (−2) = 6; add to 7 to get 13. Multiply 13 × (−2) = −26; add to 4 to get −22.
Bottom row: 1, 1, −3, 13, −22
4
Step 4 — Read the RemainderThe last number in the bottom row is −22. By the Remainder Theorem, this is f(−2).
f(−2) = −22
5
Step 5 — Interpret the ResultSince f(−2) = −22 ≠ 0, the remainder is not zero. This means (x + 2) is NOT a factor of f(x), and x = −2 is NOT a root of the polynomial. The point (−2, −22) lies on the graph of f.
(x + 2) is NOT a factor of f(x)
Verify by Direct Substitution
f(−2) = (−2)⁴ + 3(−2)³ − (−2)² + 7(−2) + 4 = 16 + 3(−8) − 4 + (−14) + 4 = 16 − 24 − 4 − 14 + 4 = −22. ✓ It matches! Direct substitution confirms the synthetic division result.

Evaluation Methods Compared

You now know multiple ways to evaluate a polynomial at a given value. Each method has its place depending on the situation. The table below compares the three main approaches so you can choose wisely.

Comparison of three polynomial evaluation and division methods
MethodStrengthsLimitations
Direct SubstitutionSimple concept; works for any expression, not just polynomials. No setup required.Tedious for high-degree polynomials. Easy to make arithmetic errors with exponents and negatives.
Synthetic DivisionFast, organized, and produces the quotient as a bonus. Fewer operations than direct substitution for degree ≥ 3.Only works when dividing by a linear factor (x − c). Must remember to use 0 for missing terms.
Polynomial Long DivisionWorks for any divisor (not just linear). Shows the full quotient and remainder relationship.Slowest method. Requires careful alignment of terms. Overkill when you only need the remainder.
KEY TAKEAWAY
Think of it like checking whether a key fits a lock. Direct substitution is like inspecting every ridge of the key by hand. Synthetic division is like sliding the key in to check — faster, and you also learn what shape the lock interior has (the quotient). Long division is like taking the entire lock apart — thorough, but often more work than needed.

Connection to Advanced Theory

The Remainder Theorem is not just a standalone trick — it's a gateway to deeper results in algebra. Understanding how it connects to the Factor Theorem, Rational Root Theorem, and complete polynomial factoring will serve you well as you move into more advanced mathematics.

How the Remainder Theorem connects to advanced polynomial concepts
ConceptWhat It SaysHow It Uses the Remainder Theorem
Factor Theorem(x − c) is a factor of f(x) if and only if f(c) = 0.This is the special case of the Remainder Theorem where the remainder equals zero.
Rational Root TheoremLists all possible rational roots p/q of a polynomial with integer coefficients.You test each candidate by using the Remainder Theorem. If f(p/q) = 0, it's a root.
Complete FactoringExpress a polynomial as a product of irreducible factors.Each time you find a root c, you divide out (x − c) using synthetic division and repeat on the quotient.
Polynomial GraphingSketch accurate graphs by finding all zeros and understanding end behavior.The Remainder Theorem helps locate roots efficiently, which are the x-intercepts of the graph.

As you continue in mathematics, you'll encounter these ideas in precalculus, where complete factoring allows you to decompose rational expressions, and in calculus, where knowing the roots of a polynomial is essential for solving equations and analyzing function behavior. The Remainder Theorem is your first efficient tool for investigating polynomials — and it scales up beautifully.

Practice Problems

Test your understanding of the Remainder Theorem with these five problems, arranged from conceptual to challenging. Try each one on paper before reading the answer.

PROBLEM 1CONCEPTUAL
In your own words, explain what the Remainder Theorem tells you. If you divide f(x) by (x − 4) and get a remainder of 10, what does that tell you about f(4)? Is (x − 4) a factor of f(x)?
PROBLEM 2BASIC CALCULATION
Use the Remainder Theorem to find f(3) for f(x) = x³ − 2x² + x − 6. Is (x − 3) a factor of f(x)?
PROBLEM 3INTERMEDIATE
Use synthetic division to find the remainder when f(x) = 2x⁴ − x³ + 0x² − 5x + 3 is divided by (x + 1). Then state whether x = −1 is a root of f(x).
PROBLEM 4APPLIED
A company models its weekly profit (in thousands of dollars) as P(x) = −x³ + 6x² − 9x + 4, where x is the number of products sold (in hundreds). Use the Remainder Theorem to find the profit when 200 items are sold (x = 2). Also determine whether selling 100 items (x = 1) results in exactly zero profit.
PROBLEM 5CRITICAL THINKING
Suppose f(x) is a cubic polynomial with f(1) = 0, f(−2) = 0, and f(3) = 0. Write f(x) in factored form (with leading coefficient 1). Then use the Remainder Theorem to predict f(0) without expanding the polynomial. Verify by expanding.

Lesson Summary

The Remainder Theorem states that when a polynomial f(x) is divided by a linear expression (x − c), the remainder is exactly f(c). This means you can evaluate any polynomial at a value c simply by performing synthetic division and reading the last number, or by substituting c directly into f(x). Either way, the result is the same.

The powerful corollary — the Factor Theorem — tells us that if f(c) = 0, then (x − c) is a factor of f(x) and c is a root (zero) of the polynomial. When the remainder is nonzero, the divisor is not a factor, and the remainder itself tells you the polynomial's value at that point. These ideas form the foundation for finding all roots of a polynomial, graphing polynomial functions, and connecting to the Rational Root Theorem in more advanced work.

Varsity Tutors • Math 3 • Remainder Theorem