What is the Factor Theorem? The Factor Theorem is a powerful tool that helps us find factors of a polynomial without performing long division. It states:
If p(x) is a polynomial and p(a) = 0, then (x − a) is a factor of p(x).
Conversely, if (x − a) is a factor of p(x), then p(a) = 0.
Why is this important?
- It connects the zeros of a polynomial with its factors
- To check if (x − a) is a factor, simply evaluate p(a)
- If p(a) = 0, then (x − a) divides p(x) exactly
- Saves time compared to polynomial division
Real-life analogy: Think of a polynomial as a lock and a number 'a' as a key. If p(a) = 0, the key "fits" perfectly and (x − a) is the "key shape" that opens the lock (divides the polynomial). If p(a) ≠ 0, the key doesn't fit.
Key relationships: | If this is a factor | Then this is a zero | And p( ) = 0 | |---------------------|---------------------|---------------| | (x − 2) | x = 2 | p(2) = 0 | | (x + 3) | x = −3 | p(−3) = 0 | | (2x − 1) | x = 1/2 | p(1/2) = 0 |