What is the Factor Theorem in algebra and how do I use it?
What is the Factor Theorem?
The Factor Theorem is a powerful tool in algebra that links the roots of a polynomial to its factors. It states that for any polynomial $P(x)$, a linear binomial $(x - c)$ is a factor of $P(x)$ if and only if $P(c) = 0$.
In simpler terms, if you plug a number $c$ into your polynomial and the result is zero, then $(x - c)$ is a perfect "building block" of that polynomial. This is a special case of the Polynomial Remainder Theorem, which tells us that the remainder of $P(x) \div (x - c)$ is simply $P(c)$.
How to Apply the Theorem
To use the Factor Theorem, follow these three simple steps:
-
Identify the candidate: Choose a value $c$ that you suspect might be a root.
-
Evaluate: Calculate $P(c)$ by substituting $c$ into the polynomial.
-
Conclude: If $P(c) = 0$, then $(x - c)$ is a factor. If $P(c) \neq 0$, then $(x - c)$ is not a factor.
Quick Reference Table: Factor vs. Remainder
| Feature | Factor Theorem | Remainder Theorem |
|---|---|---|
| Condition | $P(c) = 0$ | $P(c) = R$ |
| Result | $(x - c)$ is a factor | $R$ is the remainder |
| Purpose | Factoring polynomials | Finding remainders |
Real-World Examples
Imagine you have the polynomial $P(x) = x^3 - 2x^2 - 5x + 6$. You want to know if $(x - 1)$ is a factor.
First, identify $c$. Since the factor is $(x - 1)$, we set $x - 1 = 0$, which gives us $c = 1$.
Next, evaluate $P(1)$:
$P(1) = (1)^3 - 2(1)^2 - 5(1) + 6$
$P(1) = 1 - 2 - 5 + 6 = 0$.
Because $P(1) = 0$, the Factor Theorem confirms that $(x - 1)$ is indeed a factor of the polynomial!
Common Pitfalls
-
Sign Errors: The most common mistake is confusing $(x - c)$ with $(x + c)$. If the factor is $(x + 3)$, your $c$ value must be $-3$, not $3$.
-
Assuming all roots are integers: While textbooks often use simple integers, the Factor Theorem works for fractions and irrational numbers too, though they are harder to guess.
-
Forgetting the Remainder: Remember that if $P(c)$ is not zero, the value you get is the actual remainder of the division. It is not just a "failure"; it provides useful information about the polynomial's behavior at that point.