Factor theorem

For a polynomial and a number :

That is, for some polynomial of degree , exactly when is a root of .
Roots and linear factors are the same thing; factoring a polynomial means finding its roots.

Polynomial division with remainder

Polynomials divide like integers: for a polynomial and divisor there are unique polynomials (quotient) and (remainder) with

Same shape as with remainder .

Proof:

Divide by . The divisor has degree , so the remainder has degree , a constant :

Evaluate both sides at . The first term vanishes:

So the remainder of dividing by is the value .
divides ” means remainder zero, which now reads .

EXAMPLE

.
, so divides: indeed , remainder .
, so does not divide: , remainder .

Each root found splits off one factor, , and the search continues on , whose degree is one lower.

A polynomial of degree therefore has at most roots: each costs one degree.
Over , we get exactly roots counting multiplicity, and the full factorization into linear factors: (fundamental theorem of algebra).
Over it can stop early: quadratics without real roots, e.g. , cannot be factored further, so we get a factorization into linear and irreducible quadratic factors.

The constant in front is the leading coefficient: every factor is monic (coefficient of is ), so multiplying out gives , and matching the coefficient of requires the factor .

The lower coefficients need no constants of their own; the roots determine them.
Degrees of freedom match up: coefficients roots scale .

EXAMPLE