A polynomial of degree can be divided by another polynomial of degree to give a quotient and a remainder :
where the degree of is less than the degree of .
For dividing by a quadratic or higher-degree polynomial, use polynomial long division — the same algorithm as numerical long division.
Example: Divide by .
Quotient: , Remainder: .
For dividing by a linear factor , synthetic division is faster:
Example: Divide by :
Quotient: , Remainder: .
Remainder Theorem: When a polynomial is divided by , the remainder is .
This means you can find the remainder without performing division — just evaluate .
Example: Find the remainder when is divided by .
Remainder .
Factor Theorem: is a factor of if and only if .
This is a special case of the Remainder Theorem: if the remainder , then divides exactly.
For a zero at , the corresponding integer-coefficient factor is .
To fully factorize a cubic :
Test factors of (and where divides ) as potential zeros. By the Rational Root Theorem, any rational zero must satisfy:
Once a zero is found, divide by using synthetic division to obtain a quadratic .
Factor by mid-term breaking or the quadratic formula:
Example: Factorize .
The Remainder and Factor Theorems have important applications:
| Application | How it's used |
|---|---|
| Polynomial Regression | Evaluating and simplifying polynomial models for data fitting |
| Signal Processing | Factorizing characteristic polynomials of filters and systems |
| Coding Theory | Constructing and decoding cyclic error-correcting codes using polynomial factors |
| Computer Algebra | Efficient evaluation of polynomials (Horner's method is based on synthetic division) |
| Theorem | Statement | Use |
|---|---|---|
| Remainder Theorem | Remainder of is | Find remainder without division |
| Factor Theorem | is a factor | Test and find factors |