Mathwords logoReference LibraryMathwords

Factor Theorem

Factor Theorem

The theorem that establishes the connection between the zeros and factors of a polynomial.

 

Factor Theorem: x−a is a factor of P(x) iff P(a)=0. Example: x+1 is a factor of x²−3x−4=(x+1)(x−4), since P(−1)=0.

 

See also

Polynomial facts

Key Formula

If p(x) is a polynomial, then (xc) is a factor of p(x)    p(c)=0\text{If } p(x) \text{ is a polynomial, then } (x - c) \text{ is a factor of } p(x) \iff p(c) = 0
Where:
  • p(x)p(x) = A polynomial in the variable x
  • cc = A constant; a candidate zero of the polynomial
  • (xc)(x - c) = A linear binomial that may be a factor of p(x)

Worked Example

Problem: Show that (x2)(x - 2) is a factor of p(x)=x36x2+11x6p(x) = x^3 - 6x^2 + 11x - 6.
Step 1: The Factor Theorem says (x2)(x - 2) is a factor if and only if p(2)=0p(2) = 0. Substitute x=2x = 2 into the polynomial.
p(2)=(2)36(2)2+11(2)6p(2) = (2)^3 - 6(2)^2 + 11(2) - 6
Step 2: Evaluate each term.
p(2)=824+226p(2) = 8 - 24 + 22 - 6
Step 3: Combine the values.
p(2)=0p(2) = 0
Step 4: Since p(2)=0p(2) = 0, by the Factor Theorem, (x2)(x - 2) is a factor of p(x)p(x). You can verify by dividing:
x36x2+11x6=(x2)(x24x+3)=(x2)(x1)(x3)x^3 - 6x^2 + 11x - 6 = (x - 2)(x^2 - 4x + 3) = (x - 2)(x - 1)(x - 3)
Answer: Because p(2)=0p(2) = 0, the Factor Theorem confirms that (x2)(x - 2) is a factor of x36x2+11x6x^3 - 6x^2 + 11x - 6.

Another Example

This example shows a negative candidate value (c=3c = -3) and demonstrates what happens when the test fails — the binomial is not a factor.

Problem: Determine whether (x+3)(x + 3) is a factor of p(x)=2x3+3x211x+6p(x) = 2x^3 + 3x^2 - 11x + 6.
Step 1: Rewrite (x+3)(x + 3) in the form (xc)(x - c). Here c=3c = -3.
x+3=x(3)x + 3 = x - (-3)
Step 2: Evaluate p(3)p(-3) by substituting x=3x = -3.
p(3)=2(3)3+3(3)211(3)+6p(-3) = 2(-3)^3 + 3(-3)^2 - 11(-3) + 6
Step 3: Compute each term: 2(27)=542(-27) = -54, 3(9)=273(9) = 27, 11(3)=33-11(-3) = 33.
p(3)=54+27+33+6=12p(-3) = -54 + 27 + 33 + 6 = 12
Step 4: Since p(3)=120p(-3) = 12 \neq 0, the Factor Theorem tells us (x+3)(x + 3) is NOT a factor of p(x)p(x).
Answer: (x+3)(x + 3) is not a factor of 2x3+3x211x+62x^3 + 3x^2 - 11x + 6 because p(3)=120p(-3) = 12 \neq 0.

Frequently Asked Questions

What is the difference between the Factor Theorem and the Remainder Theorem?
The Remainder Theorem states that when you divide p(x)p(x) by (xc)(x - c), the remainder equals p(c)p(c). The Factor Theorem is a special case: when that remainder is zero (p(c)=0p(c) = 0), then (xc)(x - c) divides p(x)p(x) exactly, making it a factor. So the Factor Theorem adds the word 'factor' to the Remainder Theorem's conclusion about remainders.
How do you use the Factor Theorem to factor a polynomial completely?
First, test candidate values of cc (often using the Rational Root Theorem to find likely candidates). When you find a cc where p(c)=0p(c) = 0, you know (xc)(x - c) is a factor. Divide p(x)p(x) by (xc)(x - c) using synthetic or long division to get a quotient polynomial of lower degree. Repeat the process on the quotient until you have factored completely.
Does the Factor Theorem work for all polynomials?
Yes, the Factor Theorem applies to any polynomial with real or complex coefficients. It works for polynomials of any degree. However, it only addresses linear factors of the form (xc)(x - c). Irreducible quadratic factors (over the reals) require other techniques to identify.

Factor Theorem vs. Remainder Theorem

Factor TheoremRemainder Theorem
Statement(xc)(x - c) is a factor of p(x)p(x) if and only if p(c)=0p(c) = 0When p(x)p(x) is divided by (xc)(x - c), the remainder is p(c)p(c)
What it tells youWhether a specific binomial is a factor (yes/no)The exact numerical remainder of polynomial division
RelationshipSpecial case of the Remainder Theorem (remainder = 0)The more general result; applies even when the remainder is nonzero
Typical useTesting whether a value is a root; factoring polynomialsFinding remainders without performing full division

Why It Matters

The Factor Theorem is one of the most frequently used tools in algebra and precalculus for factoring higher-degree polynomials. It connects two fundamental ideas — roots and factors — letting you move freely between solving equations and rewriting expressions in factored form. You will rely on it when graphing polynomials, solving polynomial equations, and proving divisibility results in later courses.

Common Mistakes

Mistake: Confusing the sign of cc when the factor is (x+c)(x + c). For example, testing p(3)p(3) when checking whether (x+3)(x + 3) is a factor.
Correction: Always rewrite the factor as (xc)(x - c) first. Since (x+3)=(x(3))(x + 3) = (x - (-3)), you must evaluate p(3)p(-3), not p(3)p(3).
Mistake: Concluding that cc is a factor instead of (xc)(x - c). Students sometimes say '2 is a factor' when they mean (x2)(x - 2) is a factor.
Correction: The number cc is a zero (root) of the polynomial. The factor is the binomial (xc)(x - c). Keep the language precise: zeros are numbers, factors are expressions.

Related Terms