One Substitution Decides Whether A Factor Exists
You can tell whether $(x - 2)$ divides a degree-50 polynomial without doing a single line of division. Plug in $x = 2$. If the result is zero, $(x - 2)$ is a factor. If it is anything else, it is not. That single shortcut is the factor theorem, and it turns factoring from guesswork into a checklist.
What Is The Factor Theorem?
The factor theorem says: if $p(x)$ is a polynomial of degree $n \geq 1$ and $a$ is any real number, then $(x - a)$ is a factor of $p(x)$ if and only if $p(a) = 0$.
Two words carry the weight here. A polynomial is an expression built from a variable using only whole-number powers, like $x^3 - 7x + 6$. A factor is an expression that divides another with no remainder, the way $3$ is a factor of $12$. The value $a$ for which $p(a) = 0$ is called a root (or zero) of the polynomial. The factor theorem is the bridge between roots and factors: every root $a$ hands you a factor $(x - a)$, and every linear factor $(x - a)$ hands you a root.
The phrase "if and only if" means the link runs both ways. Find a root, and you have found a factor. Find a factor, and you have found a root. That two-way street is what makes the theorem useful.
Examples Of The Factor Theorem
Example 1
Show that $(x - 2)$ is a factor of $p(x) = x^2 - 5x + 6$.
Substitute $x = 2$ into $p(x)$:
$$p(2) = (2)^2 - 5(2) + 6$$ $$p(2) = 4 - 10 + 6$$ $$p(2) = 0.$$
Since $p(2) = 0$, the factor theorem confirms that $(x - 2)$ is a factor. Final answer: $(x - 2)$ is a factor.
Example 2
Is $(x + 3)$ a factor of $p(x) = x^2 - 5x + 6$?
Your first instinct is often to plug in $x = 3$, because the number sitting in the bracket is $3$. Try it and watch what happens.
$$p(3) = 9 - 15 + 6 = 0.$$
That looks like a "yes." But $(x + 3)$ is not the same as $(x - 3)$. The factor theorem is stated for the form $(x - a)$, so you have to write $(x + 3)$ as $(x - (-3))$ and test $a = -3$, not $a = 3$.
$$p(-3) = (-3)^2 - 5(-3) + 6$$ $$p(-3) = 9 + 15 + 6$$ $$p(-3) = 30.$$
Because $p(-3) = 30 \neq 0$, the correct conclusion is that $(x + 3)$ is not a factor. The value $x = 3$ you first tested actually belongs to the factor $(x - 3)$, which is a real factor. Final answer: $(x + 3)$ is not a factor; the sign flips the value you must substitute.
Example 3
Use the factor theorem to factor $p(x) = x^3 - 7x + 6$.
Test small candidates first. Try $x = 1$:
$$p(1) = 1 - 7 + 6 = 0.$$
So $(x - 1)$ is a factor. Divide $p(x)$ by $(x - 1)$ to find the rest:
$$x^3 - 7x + 6 = (x - 1)(x^2 + x - 6).$$
Now factor the quadratic $x^2 + x - 6 = (x + 3)(x - 2)$.
$$p(x) = (x - 1)(x - 2)(x + 3).$$
Final answer: the roots are the set ${1, 2, -3}$. A quiet detail earns its keep here: once you have one factor, the theorem hands the problem to the shorter polynomial, and each step shrinks the degree by one.
Example 4
Find $k$ if $(x - 3)$ is a factor of $p(x) = x^3 - 4x^2 + x + k$.
If $(x - 3)$ is a factor, the theorem forces $p(3) = 0$. Set it up:
$$p(3) = (3)^3 - 4(3)^2 + (3) + k$$ $$p(3) = 27 - 36 + 3 + k$$ $$p(3) = -6 + k.$$
Set this equal to zero:
$$-6 + k = 0$$ $$k = 6.$$
Final answer: $k = 6$. This is the factor theorem run in reverse, using a known factor to pin down an unknown coefficient.
Example 5
Factor $p(x) = x^3 - 6x^2 + 11x - 6$ completely.
Test $x = 1$:
$$p(1) = 1 - 6 + 11 - 6 = 0.$$
So $(x - 1)$ is a factor. Dividing gives:
$$x^3 - 6x^2 + 11x - 6 = (x - 1)(x^2 - 5x + 6).$$
Factor the quadratic $x^2 - 5x + 6 = (x - 2)(x - 3)$.
$$p(x) = (x - 1)(x - 2)(x - 3).$$
Final answer: the roots are ${1, 2, 3}$. Students who have just met the theorem often stop after finding the first root and call it done. A cubic has three factors to chase, not one.
Example 6
Is $(2x - 1)$ a factor of $p(x) = 2x^3 - x^2 + 2x - 1$?
The factor is not in the tidy $(x - a)$ shape, so first find the value that makes it zero. Solve $2x - 1 = 0$ to get $x = \tfrac{1}{2}$. Test that value:
$$p\left(\tfrac{1}{2}\right) = 2\left(\tfrac{1}{8}\right) - \left(\tfrac{1}{4}\right) + 2\left(\tfrac{1}{2}\right) - 1$$ $$p\left(\tfrac{1}{2}\right) = \tfrac{1}{4} - \tfrac{1}{4} + 1 - 1$$ $$p\left(\tfrac{1}{2}\right) = 0.$$
Since the value is zero, $(2x - 1)$ is a factor. Final answer: yes, and the test value for a factor $(bx - a)$ is the fraction $x = \tfrac{a}{b}$, not a whole number.
How Do You Use The Factor Theorem To Factor A Polynomial?
The theorem shines as a three-move routine for factoring or solving a polynomial equation.
Find one root by testing. Try the divisors of the constant term (for a monic polynomial), substituting each until $p(a) = 0$. That root gives the first factor $(x - a)$.
Divide it out. Use dividing polynomials or synthetic division to split $p(x)$ into $(x - a)$ times a lower-degree quotient.
Repeat on the quotient. The quotient has degree one less. Factor it directly if it is a quadratic, or run the theorem again if it is still cubic or higher.
This is exactly why the factor theorem pairs so naturally with cubic polynomials: a cubic is too big to factor by inspection, but one spotted root drops it to a quadratic you can finish by hand.
What Is The Difference Between The Factor Theorem And The Remainder Theorem?
These two theorems are close cousins, and mixing them up is common. The remainder theorem says that when you divide $p(x)$ by $(x - a)$, the remainder equals $p(a)$. The factor theorem is the special case where that remainder is exactly zero.
Feature | Remainder theorem | Factor theorem |
|---|---|---|
What it reports | The remainder when dividing by $(x - a)$ | Whether $(x - a)$ divides $p(x)$ cleanly |
Key equation | Remainder $= p(a)$ | $(x - a)$ is a factor $\iff p(a) = 0$ |
When it applies | Any value of $a$ | The value of $a$ that gives remainder zero |
Typical use | Find a remainder fast | Factor and solve polynomials |
In one line: the remainder theorem tells you the leftover; the factor theorem is what you conclude when that leftover is nothing.
Why Does The Factor Theorem Work?
The proof falls straight out of division. Divide $p(x)$ by $(x - a)$. Because the divisor has degree one, the remainder is a constant $r$, so:
$$p(x) = (x - a),q(x) + r.$$
Substitute $x = a$ into both sides. The first term collapses because $(a - a) = 0$:
$$p(a) = (a - a),q(a) + r$$ $$p(a) = 0 \cdot q(a) + r$$ $$p(a) = r.$$
So the remainder $r$ is just $p(a)$, which is the remainder theorem. Now read off both directions of the factor theorem:
If $p(a) = 0$, then $r = 0$, so $p(x) = (x - a),q(x)$, meaning $(x - a)$ is a factor.
If $(x - a)$ is a factor, then $p(x) = (x - a),q(x)$ with no remainder, so $p(a) = (a - a),q(a) = 0$.
Both halves hold, which is what "if and only if" demands. The whole theorem rests on the single observation that $(a - a) = 0$.
Where Is The Factor Theorem Used?
The factor theorem does more than tidy up homework. It is the engine behind finding the roots of a polynomial equation: each root you locate peels off a linear factor, and the leftover quadratic can be finished with the roots of a quadratic equation formula.
Solving equations. Reducing a cubic or quartic to linear and quadratic pieces is how most polynomial equations get solved by hand.
Verifying a claimed factor. One substitution checks whether a guessed factor is genuine, no division needed.
Curve sketching. Knowing the roots tells you where a graph crosses the x-axis, which fixes the overall shape.
Coding and computer algebra. Root-finding routines lean on the same root-to-factor link to break polynomials apart efficiently.
Common Mistakes
Mistake 1: Substituting the wrong sign for the factor $(x + a)$
Where it slips in: whenever the factor has a plus sign, like $(x + 4)$, and the reader tests $x = 4$ instead of $x = -4$.
Don't do this: read the number inside the bracket and plug it in unchanged.
The correct way: rewrite $(x + a)$ as $(x - (-a))$ and substitute $x = -a$. The sign of the factor flips the value you test. This is the single most frequent first-instinct error with the theorem, and it turns a "not a factor" into a false "yes."
Mistake 2: Testing a whole number for a non-monic factor
Where it slips in: factors like $(2x - 1)$ or $(3x + 2)$, where the coefficient of $x$ is not $1$.
Don't do this: substitute $x = 1$ for $(2x - 1)$ because $1$ appears in the bracket.
The correct way: solve $bx - a = 0$ first to get the true test value $x = \tfrac{a}{b}$. For $(2x - 1)$ that value is $\tfrac{1}{2}$. Feeding in the wrong number reports the wrong verdict.
Mistake 3: Stopping after the first factor
Where it slips in: factoring a cubic, where the reader finds one root and writes it as the final answer.
Don't do this: treat the first root you find as the complete solution.
The correct way: divide out the factor and keep going until the quotient is fully factored. A degree-$n$ polynomial has $n$ factors counted with multiplicity, so a cubic is not finished until you have three.
The Mathematicians Behind The Factor Theorem
René Descartes (1596–1650, France) set out the modern link between the roots of a polynomial and its linear factors in his 1637 work La Géométrie, where the superscript exponent notation we still use first appeared. His rule of signs and his treatment of roots as the building blocks of factors are the seeds the factor theorem grew from.
Conclusion
The factor theorem says $(x - a)$ is a factor of $p(x)$ exactly when $p(a) = 0$, linking roots to factors in both directions.
It is a special case of the remainder theorem, provable in three lines from the fact that $(a - a) = 0$.
To factor a polynomial: find one root by testing, divide it out, then repeat on the smaller quotient.
For a factor $(bx - a)$, the value to substitute is the fraction $\tfrac{a}{b}$, and a plus sign inside the bracket flips the sign of that value.
The most common slips are the wrong sign, a whole number for a non-monic factor, and stopping after the first root.
To work through the factor theorem with a teacher, explore Bhanzu's algebra tutor sessions, get targeted help with algebra, or join structured math classes online.
How Should You Practice The Factor Theorem?
Start by verifying claimed factors, then move to full factoring: test whether $(x - 1)$ and $(x + 2)$ are factors of $x^3 + 2x^2 - x - 2$, then factor it completely. If you get stuck on the division step, revisit Example 5 above. Want a live trainer to walk your child through the factor theorem and the polynomials chapter? Book a free demo class.
Read More
Was this article helpful?
Your feedback helps us write better content
