Use The Factor Theorem To Determine Whether
You're staring at a polynomial. Is $x = 2$ actually a root? You could do long division. Consider this: maybe it's something nastier. In real terms, maybe it's $x^3 - 6x^2 + 11x - 6$. The question is always the same: does $(x - 2)$ divide it evenly? You could synthetic divide until your arm falls off. Or you could just plug in the number* and see what happens.
That's the factor theorem. One evaluation. Done.
What Is the Factor Theorem
The factor theorem is the polynomial equivalent of a cheat code. It says: for a polynomial $P(x)$, the binomial $(x - c)$ is a factor if and only if $P(c) = 0$.
That's it. That's the whole thing.
No long division. In real terms, no remainder theorem gymnastics. $P(c) = 0$ means $(x - c)$ divides evenly. On the flip side, no synthetic division setup. Plus, $(x - c)$ divides evenly means $P(c) = 0$. On the flip side, if the result is zero, $(x - c)$ is a factor. Which means the "if and only if" matters — it goes both ways. If it's not zero, it's not a factor. You substitute $c$ into the polynomial. They're the same statement wearing different clothes.
The Connection to the Remainder Theorem
You've probably seen the remainder theorem first: when you divide $P(x)$ by $(x - c)$, the remainder is $P(c)$. The factor theorem is just the special case where that remainder happens to be zero. Zero remainder = exact division = factor. It's not a separate theorem so much as a corollary that gets its own name because it's that* useful.
Why "c" and Not "x"
The notation trips people up. " $x$ isn't a number. Which means $c$ is. $x$ is the variable. $c$ is a constant* — a specific number you're testing. Think about it: " Not "is $x$ a root? Here's the thing — when we write $(x - c)$, we're asking: "Is this specific number $c$ a root? Keep that straight and the rest follows.
Why It Matters
Factoring polynomials by grouping works great — until it doesn't. Grouping needs four terms and a convenient arrangement. Worth adding: the rational root theorem gives you a list* of candidates, but you still have to test them. The factor theorem is the test.
It turns factoring from a guessing game into a verification step. You get a candidate (from rational root theorem, from graphing, from a hunch), you plug it in, you know. Immediately. Simple, but easy to overlook.
Real-World Payoff
In calculus, you need roots to find critical points, inflection points, intercepts. In real terms, in differential equations, characteristic polynomials need factoring. In signal processing, transfer functions need pole-zero analysis. In real terms, every field that touches polynomials needs roots. The factor theorem is how you confirm them without doing algebra you don't have to do.
How to Use It — Step by Step
The process is almost embarrassingly simple. But simple things get messed up when you rush.
Step 1: Identify What You're Testing
You need a polynomial $P(x)$ and a candidate factor $(x - c)$. The candidate might come from:
- The rational root theorem (factors of constant term over factors of leading coefficient)
- A graph showing an x-intercept
- A problem statement: "Show that $(x + 3)$ is a factor"
- An educated guess
Write down $c$ clearly. If the factor is $(x + 3)$, then $c = -3$. If it's $(x - \frac{1}{2})$, then $c = \frac{1}{2}$. This sign flip is where most errors happen. $(x + 3) = (x - (-3))$. The $c$ is $-3$, not $3$.
Step 2: Substitute $c$ Into $P(x)$
Replace every $x$ in the polynomial with $c$. Use parentheses. Consider this: every single one. Always parentheses.
$P(x) = 2x^3 - 5x^2 + 3x - 1$, testing $c = 1$: $P(1) = 2(1)^3 - 5(1)^2 + 3(1) - 1$
Not $2(1)^3 - 5(1)^2 + 3(1) - 1$ with mental math shortcuts. Still, write it out. Parentheses prevent sign errors when $c$ is negative.
Step 3: Evaluate
Do the arithmetic. Powers first, then multiplication, then addition/subtraction. Standard order of operations.
$P(1) = 2(1) - 5(1) + 3(1) - 1 = 2 - 5 + 3 - 1 = -1$
Step 4: Interpret
$P(c) = 0$ → $(x - c)$ is a factor.
$P(c) \neq 0$ → $(x - c)$ is not a factor. The value $P(c)$ is the remainder.
That's the whole workflow. Thirty seconds. Maybe a minute if the polynomial is degree 5 and $c$ is a fraction.
For more on this topic, read our article on unit 6 similar triangles homework 2 similar figures answer key or check out area of sector of circle with arc length.
Worked Example: Cubic Polynomial
$P(x) = x^3 - 6x^2 + 11x - 6$. Test whether $(x - 1)$, $(x - 2)$, $(x - 3)$ are factors.
Test $c = 1$:
$P(1) = 1^3 - 6(1)^2 + 11(1) - 6 = 1 - 6 + 11 - 6 = 0$
✓ $(x - 1)$ is a factor.
Test $c = 2$:
$P(2) = 2^3 - 6(2)^2 + 11(2) - 6 = 8 - 24 + 22 - 6 = 0$
✓ $(x - 2)$ is a factor.
Test $c = 3$:
$P(3) = 3^3 - 6(3)^2 + 11(3) - 6 = 27 - 54 + 33 - 6 = 0$
✓ $(x - 3)$ is a factor.
All three work. The polynomial factors completely as $(x - 1)(x - 2)(x - 3)$. You could have found this by grouping or synthetic division, but three evaluations told you everything.
Worked Example: Fractional Candidate
$P(x) = 2x^3 - 3x^2 - 11x + 6$. Test $(2x - 1)$.
Wait. But $2x - 1 = 2(x - \frac{1}{2})$. Even so, the factor $(x - \frac{1}{2})$ corresponds to $c = \frac{1}{2}$. $(2x - 1)$ isn't in that form. The factor theorem applies to $(x - c)$ form. If $(x - \frac{1}{2})$ is a factor, then $(2x - 1)$ is also a factor (just scaled by 2, and scaling doesn't change roots).
Test $c = \frac{1}{2}$: $P(\frac{1}{2})
$P(\frac{1}{2}) = 2(\frac{1}{2})^3 - 3(\frac{1}{2})^2 - 11(\frac{1}{2}) + 6$
$= 2(\frac{1}{8}) - 3(\frac{1}{4}) - 11(\frac{1}{2}) + 6$
$= \frac{2}{8} - \frac{3}{4} - \frac{11}{2} + 6$
$= \frac{1}{4} - \frac{3}{4} - \frac{11}{2} + 6$
$= -\frac{2}{4} - \frac{11}{2} + 6$
$= -\frac{1}{2} - \frac{11}{2} + 6$
$= -\frac{12}{2} + 6$
$= -6 + 6 = 0$
✓ $(x - \frac{1}{2})$ is a factor, so $(2x - 1)$ is also a factor.
Worked Example: Negative Candidate
$P(x) = x^3 + 2x^2 - 5x - 6$. Test $(x + 2)$.
Here $x + 2 = x - (-2)$, so $c = -2$.
$P(-2) = (-2)^3 + 2(-2)^2 - 5(-2) - 6$
$= -8 + 2(4) + 10 - 6$
$= -8 + 8 + 10 - 6 = 4$
✗ $(x + 2)$ is not a factor. The remainder when dividing by $(x + 2)$ is 4.
This is where the sign flip bites people. Testing $(x + 2)$ means using $c = -2$, not $c = 2$. A small mistake that completely changes your answer.
Why This Works
The Factor Theorem is just a special case of the Polynomial Remainder Theorem. When you divide $P(x)$ by $(x - c)$, you get:
$P(x) = (x - c) \cdot Q(x) + R$
where $Q(x)$ is the quotient and $R$ is the remainder (a constant). Plugging in $x = c$:
$P(c) = (c - c) \cdot Q(c) + R = 0 + R = R$
So $P(c)$ gives you the remainder directly. When that remainder is zero, $(x - c)$ divides evenly into $P(x)$, making it a factor.
Common Pitfalls
- Sign errors: $(x + 5)$ means $c = -5$, not $c = 5$
- Skipping parentheses: Especially dangerous with negative values
- Arithmetic mistakes: Double-check your evaluation, especially with fractions
- Non-(x-c) forms: Convert $(ax - b)$ to $a(x - \frac{b}{a})$ first
The Factor Theorem is one of those tools that seems too simple to be useful until you actually use it. It transforms factoring problems into evaluation problems, which are almost always easier. For polynomials of degree 3 or higher, it's often the fastest path to finding factors and reducing the polynomial to something more manageable.
In practice, you'll combine this with other techniques: use the Factor Theorem to find one factor, then use polynomial division or synthetic division to reduce the polynomial, and repeat as needed. But the core idea remains beautifully simple—substitute, evaluate, conclude.
Latest Posts
New Content Alert
-
Use The Factor Theorem To Determine Whether
Aug 25, 2026
-
What Does A Word To The Wise Mean
Aug 25, 2026
-
Liquid In A Liquid Solution Example
Aug 25, 2026
-
Unit 3 Test Study Guide Parallel And Perpendicular Lines
Aug 25, 2026
-
A Solution Of H2so4 With A Molal Concentration Of
Aug 25, 2026
Related Posts
-
What Is The Central Idea Of The Text
Aug 01, 2026
-
40 Of 120 Is What Percent
Aug 01, 2026
-
How Do You Find The Absolute Value Of A Fraction
Aug 01, 2026
-
In This Unit You Learned To
Aug 01, 2026
-
Which Of The Following Is True About Cannabis
Aug 01, 2026