MATH 3 • ALGEBRA & FUNCTIONS

Factor Theorem — I can use the Factor Theorem to connect zeros and factors and justify a factored form at my level.

Discover how the zeros of a polynomial reveal its factors and unlock its factored form.

Historical Context & Motivation

For centuries, mathematicians sought reliable ways to solve polynomial equations — expressions involving powers of a variable. The challenge was not just finding solutions but understanding why those solutions worked. The story of the Factor Theorem is really the story of connecting two powerful ideas: the zeros of a polynomial (where its graph crosses the x-axis) and the factors that make up its algebraic structure.

~300 BCE
Euclid's Division Algorithm
Euclid established the idea of dividing one quantity by another and examining the remainder, laying the groundwork for polynomial division centuries later.
1629
Albert Girard's Root-Factor Connection
French mathematician Albert Girard proposed that every polynomial can be decomposed into linear factors, hinting at a deep link between roots and factors.
1637
Descartes' Factor Theorem
René Descartes explicitly stated in La Géométrie that if a polynomial has a root r, then (x − r) divides the polynomial evenly. This is the Factor Theorem as we know it.
1799
Fundamental Theorem of Algebra
Carl Friedrich Gauss proved that every polynomial of degree n has exactly n roots (counting multiplicity and complex roots), cementing the importance of factoring.

The central question that the Factor Theorem answers is deceptively simple: If you know a value that makes a polynomial equal zero, what does that tell you about the polynomial's structure? The answer turns out to be everything — knowing the zeros lets you write the polynomial in factored form, and knowing the factors lets you find the zeros.

Core Principles & Definitions

Before diving into the Factor Theorem itself, you need to be comfortable with a few foundational ideas. These concepts work together like interlocking gears — each one depends on the others to produce a complete picture of polynomial behavior.

1

Zero (Root) of a Polynomial

A zero of a polynomial p(x) is a value x = c such that p(c) = 0. Graphically, this is where the curve crosses or touches the x-axis.
2

Factor of a Polynomial

A factor is an expression that divides evenly into the polynomial with no remainder. If (x − c) is a factor of p(x), then p(x) ÷ (x − c) has remainder 0.
3

Remainder Theorem

When you divide p(x) by (x − c), the remainder equals p(c). This is the Remainder Theorem, and it is the stepping stone to the Factor Theorem.
4

The Factor Theorem

(x − c) is a factor of p(x) if and only if p(c) = 0. This is a two-way street: zeros ↔ factors.
5

Factored Form

A polynomial's factored form expresses it as a product of its leading coefficient and linear factors: p(x) = a(x − r₁)(x − r₂)…(x − rₙ).
KEY TAKEAWAY
Think of the Factor Theorem like a passcode lock. Each zero of the polynomial is a code that "unlocks" a corresponding factor. If plugging c into the polynomial gives you 0, then (x − c) is guaranteed to be a factor. Conversely, every factor (x − c) in the polynomial's makeup tells you that c is a zero. Find all the zeros, and you can reconstruct the entire polynomial in factored form — like knowing every code to every lock.

Visual Explanation

The best way to internalize the Factor Theorem is to see it in action on a graph. The diagram below shows the polynomial p(x) = (x + 2)(x − 1)(x − 3), which is already written in factored form. Notice how each factor corresponds to an x-intercept — a point where the curve crosses the x-axis.

Each cyan dot marks where p(x) = 0. The labels beneath each dot show the matching zero and its corresponding factor. Notice the biconditional arrow (⟺): the relationship goes both ways.

In the graph above, the curve touches the x-axis at exactly three points: x = −2, x = 1, and x = 3. Each of these zeros maps directly to one of the three linear factors. This is no coincidence — it is the Factor Theorem at work. If you were given only the zeros, you could reconstruct the factored form; if you were given only the factors, you could immediately identify the zeros.

Mathematical Framework

The Factor Theorem is actually a special case of the Remainder Theorem. Let's build up from the Remainder Theorem to see exactly why the Factor Theorem works, and then express both in precise algebraic language.

REMAINDER THEOREM
p(x) = (x − c) · q(x) + r, where r = p(c)
When you divide polynomial p(x) by (x − c), you get a quotient polynomial q(x) and a constant remainder r. The remainder always equals p(c).
FACTOR THEOREM
(x − c) is a factor of p(x) ⟺ p(c) = 0
If the remainder r = p(c) equals 0, then p(x) = (x − c) · q(x), meaning (x − c) divides p(x) evenly. Conversely, if (x − c) is a factor, then p(c) must be 0.

The logic is elegant. Start with the Remainder Theorem equation: p(x) = (x − c) · q(x) + p(c). Now set x = c and notice that the (x − c) term becomes zero, so p(c) = 0 + p(c), which checks out. More importantly, if p(c) = 0, the entire remainder drops away, and you are left with p(x) = (x − c) · q(x). That means (x − c) is a factor.

COMPLETE FACTORED FORM
p(x) = a(x − r₁)(x − r₂)(x − r₃) ··· (x − rₙ)
Here a is the leading coefficient, each rᵢ is a zero of p(x), and n is the degree of the polynomial. Every degree-n polynomial with real or complex roots can be expressed this way.
⚠️ Watch the Sign!
A common mistake: if a zero is x = 5, the factor is (x − 5), not (x + 5). If a zero is x = −3, the factor is (x − (−3)) = (x + 3). The sign in the factor is always opposite to the sign of the zero.

Mapping Zeros to Factors — A Detailed Breakdown

Let's systematically examine how different types of zeros translate into factors. This table covers the cases you'll encounter most often in Math 3, including integer, fractional, and negative zeros.

Mapping various types of zeros to their corresponding linear factors.
Zero (x = c)FactorCheck: p(c)Sign Note
x = 4(x − 4)p(4) = 0 ✓Positive zero → subtract
x = −3(x + 3)p(−3) = 0 ✓Negative zero → add
x = 0x (or (x − 0))p(0) = 0 ✓Just x by itself
x = ½(x − ½) or (2x − 1)p(½) = 0 ✓Fraction → can clear denom.
x = −⅔(x + ⅔) or (3x + 2)p(−⅔) = 0 ✓Neg. fraction → both apply
This flowchart shows the full Factor Theorem process. Start with a polynomial, test a candidate value c. If p(c) = 0, then (x − c) is a factor and you can divide to reduce the polynomial's degree. Then repeat with the quotient q(x) until fully factored.

The flowchart illustrates a strategy you can use repeatedly. Once you confirm one zero and extract its factor by polynomial division (or synthetic division), you're left with a lower-degree polynomial. You keep going until the polynomial is fully broken into linear factors. This iterative process is how you justify a factored form — each factor is backed up by a zero you verified.

Worked Example

Let's walk through a complete problem. We'll use the Factor Theorem to find all zeros of a cubic polynomial and write it in fully factored form, justifying each step.

Factor p(x) = x³ − 4x² + x + 6 completely.
1
Step 1 — Test a candidate zeroBy the Rational Root Theorem, possible rational zeros are ±1, ±2, ±3, ±6. Let's test x = −1: p(−1) = (−1)³ − 4(−1)² + (−1) + 6 = −1 − 4 − 1 + 6 = 0.
p(−1) = 0, so x = −1 is a zero and (x + 1) is a factor.
2
Step 2 — Divide to find the quotientPerform synthetic division of p(x) by (x + 1). Using c = −1 with coefficients [1, −4, 1, 6]: bring down 1 → multiply by −1 → add to −4 → get −5 → multiply by −1 → add to 1 → get 6 → multiply by −1 → add to 6 → get 0. The quotient is x² − 5x + 6.
p(x) = (x + 1)(x² − 5x + 6)
3
Step 3 — Factor the quadratic quotientFactor x² − 5x + 6. We need two numbers that multiply to 6 and add to −5. Those numbers are −2 and −3. So x² − 5x + 6 = (x − 2)(x − 3).
x² − 5x + 6 = (x − 2)(x − 3)
4
Step 4 — Verify with the Factor TheoremCheck: p(2) = 8 − 16 + 2 + 6 = 0 ✓. And p(3) = 27 − 36 + 3 + 6 = 0 ✓. Both values produce zero, confirming (x − 2) and (x − 3) are factors.
p(x) = (x + 1)(x − 2)(x − 3) — fully justified factored form.
💡 Why "justify"?
Justifying a factored form means showing your work — specifically, demonstrating that each zero you claim actually makes the polynomial equal zero. Without this check, you're only guessing. The Factor Theorem gives you the mathematical proof that each factor belongs.

Strengths, Limitations & Comparisons

The Factor Theorem is a powerful tool, but like all tools, it works best in certain situations. Understanding its strengths and limitations helps you decide when to reach for it and when to use a different approach.

Comparing the strengths and limitations of the Factor Theorem.
StrengthsLimitations
Provides a direct, testable link between zeros and factors — no guessing required.You need a candidate zero to test. Without the Rational Root Theorem or a graph, finding that candidate can be tedious.
Works for polynomials of any degree, not just quadratics.Only identifies rational or known zeros. Irrational or complex zeros require additional techniques (quadratic formula, etc.).
Each confirmed zero reduces the polynomial's degree by one, making the remaining work easier.Requires polynomial long division or synthetic division — arithmetic errors can derail the process.
Serves as both a discovery tool and a verification tool — you can check someone else's factored form.Does not help when the polynomial has no rational roots (e.g., x² + 1 over the reals).
🧩 WHERE IT FITS
Think of factoring a polynomial as assembling a jigsaw puzzle. The Factor Theorem is the edge-finder — it confirms which pieces belong on the border (the linear factors). But for the interior pieces (irreducible quadratics, complex factors), you'll need other strategies. In Math 3, the Factor Theorem combined with synthetic division and the Rational Root Theorem covers the vast majority of problems you'll encounter.

Connection to Advanced Theory

The Factor Theorem is your gateway to deeper results in algebra. As you continue into precalculus and beyond, you'll meet more powerful generalizations that build directly on the ideas you've learned here.

How the Factor Theorem connects to topics in Precalculus and beyond.
Concept You Know NowAdvanced ExtensionWhat Changes
Factor Theorem: p(c) = 0 ⟹ (x − c) is a factorFundamental Theorem of AlgebraGuarantees that every degree-n polynomial has exactly n roots (real or complex), so it can always be factored into n linear factors over the complex numbers.
Rational Root Theorem to find candidatesAlgebraic Number TheoryStudies which polynomials have roots expressible with radicals (fifth degree and above sometimes don't — Galois Theory).
Factoring over the realsFactoring over the complex numbersPolynomials like x² + 1 that can't be factored over ℝ become (x − i)(x + i) over ℂ.
Finding zeros to graph polynomialsMultiplicity and end behavior analysisRepeated zeros (multiplicity > 1) cause the graph to bounce off or flatten at the x-axis instead of crossing.

You'll also encounter the concept of multiplicity fairly soon. When a zero appears more than once — say x = 2 is a double root — the factor (x − 2) appears squared: (x − 2)². The Factor Theorem still applies; you'd find that p(2) = 0 and p'(2) = 0 (using calculus), or that synthetic division yields (x − 2) twice. For now, the key insight is that the Factor Theorem is the foundation that all of these advanced ideas rest on.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the Factor Theorem is a "two-way street." Specifically, if you know that (x − 5) is a factor of p(x), what can you conclude about p(5)? And if you know p(5) = 0, what can you conclude about (x − 5)?
PROBLEM 2BASIC CALCULATION
Use the Factor Theorem to determine whether (x − 2) is a factor of p(x) = x³ − 6x² + 11x − 6.
PROBLEM 3INTERMEDIATE
Given that x = 3 is a zero of p(x) = 2x³ − 7x² + 2x + 3, use the Factor Theorem and synthetic division to write p(x) in completely factored form.
PROBLEM 4APPLIED
A rectangular box has dimensions (x + 1), (x − 2), and (x − 4) feet. For what values of x does the volume equal zero? Explain the physical meaning of each solution and determine which values of x give a physically meaningful (positive volume) box.
PROBLEM 5CRITICAL THINKING
A polynomial p(x) has degree 4, a leading coefficient of 1, and zeros at x = −2, x = 1, and x = 3. You also know that p(0) = −12. Determine p(x) in factored form. (Hint: one zero must have multiplicity 2.)

Summary & Review

The Factor Theorem establishes a direct, two-way connection between the zeros of a polynomial and its linear factors: the value x = c is a zero of p(x) if and only if (x − c) is a factor. This theorem is a direct consequence of the Remainder Theorem — when the remainder of p(x) ÷ (x − c) is zero, the division is exact and (x − c) divides p(x) evenly.

To justify a factored form, you demonstrate that each proposed zero actually satisfies p(c) = 0, then use synthetic division or polynomial long division to extract each factor one at a time. Once you have identified all zeros, you can write the complete factored form p(x) = a(x − r₁)(x − r₂)…(x − rₙ), where a is the leading coefficient and each rᵢ is a verified zero. This process connects algebraic computation to the graphical behavior of the polynomial, since every factor corresponds to an x-intercept on the graph.

Varsity Tutors • Math 3 • Factor Theorem