When a polynomial of degree is divided by a divisor of degree less than or equal to , we obtain:
where is the quotient and is the remainder, with .
When dividing by a linear polynomial , the remainder is a constant (degree 0):
Example: Divide by .
Using synthetic division with :
| 2 | 2 | −3 | 1 | −5 | |---|---|----|----| | | | 4 | 2 | 6 | | | 2 | 1 | 3 | 1 |
So and .
Verification: ✓
When dividing by a quadratic , the remainder is at most linear: .
Example: Divide by using long division.
Quotient: , Remainder: .
Remainder Theorem: If a polynomial is divided by , the remainder is .
Proof: From the division algorithm: Substituting : Therefore .
Key Point: For divisor , substitute .
Find the remainder when is divided by .
Solution: Here .
Remainder .
Factor Theorem: is a factor of if and only if .
The Factor Theorem is a special case of the Remainder Theorem: if the remainder , then divides exactly.
Converse: If is a factor of , then .
Steps:
Example: Factorize .
Step 1: Test : ✓ So is a factor.
Step 2: Divide by :
Step 3: Factorize .
Zeros: .
If the volume of a rectangular box is given by a polynomial and one dimension (height) is a linear factor , then the floor area is:
This requires to be a factor of , verified using the Factor Theorem: .
Example: , height .
Since , divide: .
In data science, polynomial regression fits a polynomial to data. The Remainder Theorem helps evaluate at specific data points efficiently.
Polynomials model signals. Factorization using the Factor Theorem identifies frequencies (zeros) where the signal vanishes.
Error-detecting codes use polynomial division. The remainder when a message polynomial is divided by a generator polynomial is appended as a checksum.
| Theorem | Condition | Conclusion |
|---|---|---|
| Remainder Theorem | Divide by | Remainder |
| Factor Theorem | is a factor of | |
| Factor Theorem (converse) | is a factor |