Skip to content
Medium

The Factor Theorem

Simple Explanation

The Factor Theorem is a direct consequence of the Remainder Theorem: (x βˆ’ a) is a factor of P(x) β€” meaning it divides P(x) exactly, with remainder 0 β€” exactly when P(a) = 0, i.e. when a is a root of P(x).

Why Do We Need It?

This turns "is this a factor?" into a simple substitution-and-check β€” the essential first step for factoring any polynomial of degree 3 or higher.

Formula

The Factor Theorem

(x βˆ’ a) is a factor of P(x) ⇔ P(a) = 0

A linear expression (x βˆ’ a) divides a polynomial P(x) exactly (with zero remainder) exactly when a is a root of P(x) β€” substituting a into P(x) gives zero.

P(x)
β€” the polynomial being tested
a
β€” a candidate root β€” the constant in the linear factor (x βˆ’ a)

When to use it: Whenever you need to test whether a specific value is a root of a polynomial, or to find factors of a polynomial by testing candidate values.

Worked Example

Test whether an expression is a factor

Is (x βˆ’ 1) a factor of P(x) = xΒ³ βˆ’ 6xΒ² + 11x βˆ’ 6?

    Why Does This Work?

    By the remainder theorem, dividing P(x) by (x βˆ’ a) leaves remainder P(a). "(xβˆ’a) is a factor" means that division leaves remainder exactly 0 β€” combining these two facts directly gives: (xβˆ’a) is a factor of P(x) if and only if P(a) = 0.

    Real-Life Example

    Checking a proposed solution to a design equation

    An engineer proposes a specific value as a solution to a polynomial design equation and wants to confirm it exactly.

    Testing that value with the factor theorem (checking whether P(a)=0) instantly confirms or rules out the proposed solution.

    Practice

    Is (x + 2) a factor of P(x) = xΒ³ + 3xΒ² βˆ’ x βˆ’ 6?

    Medium

    Common mistake

    Testing the wrong value of a β€” for a candidate factor (x + 3), the correct test value is a = βˆ’3 (since x+3 = xβˆ’(βˆ’3)), not a = 3.

    Quick Review

    • (x βˆ’ a) is a factor of P(x) if and only if P(a) = 0.
    • A direct consequence of the remainder theorem: remainder 0 means exact division.
    • The standard first test when trying to factor a higher-degree polynomial.