Factor Theorem
The Factor Theorem
For any polynomial function f(x), x − k is a factor of the polynomial if and only if f(k) = 0.
Examples
Deciding Whether x - k is a factor:
Determine whether x − 1 is a factor of each polynomial.
f(x)=2x4+3x2−5x+7
f(x)=3x5−2x4+x3−8x2+5x+1
Solutions
-
By the factor theorem, x − 1 will be a factor if f(1) = 0. Use synthetic division and the remainder theorem to decide.
The remainder is 7 and not 0, so x-1 is not a factor of f(x).
- Again, by the factor theorem, x − 1 will be a factor if f(1) = 0. Use synthetic division and the remainder theorem to decide.
Because the remainder is 0, x-1 is a factor. Additionally, we can determine from the coefficients in the bottom row that the other factor is 3x4+x3+2x2−6x−1
Example
Factoring a Polynomial Given a Zero
Factor f(x)=6x2+19x+2x−3into linear factors if -3 is a zero of f.
Solution
Since -3 is a zero of f, x−(−3)=x+3is a factor.
The quotient is 6x2+x−3,which is the factor that accompanies
x+3.We need to factor this remaining factor to get all linear factors:
f(x)=6x3+19x2+2x−3=(x+3)(6x2+x−1)=(x+3)(2x+1)(3x−1)
These factors are all linear.