The Factor Theorem states that for any polynomial , a linear expression is a factor if and only if . This means that if substituting a value into the polynomial results in zero, the polynomial can be divided by without a remainder.
Generalization for Rational Factors: The theorem extends to factors of the form . In this case, is a factor of if and only if .
Polynomial Degree: The number of linear factors a polynomial can have is limited by its degree; for example, a cubic polynomial (degree 3) can have at most three linear factors.
Equating Coefficients: Once one linear factor is found, the remaining polynomial is of degree . For a cubic, this results in , where and can be found by comparing terms with the original polynomial.
Constant and Leading Term Matching: The leading coefficient must multiply with the in the linear factor to match the original leading term, and the constant must multiply with to match the original constant. This allows for rapid identification of the quadratic part without full long division.
Middle Term Determination: The middle coefficient is found by looking at the or terms in the expansion and ensuring they sum to the coefficients in the original expression.
Setting up Equations: If a problem states that is a factor of a polynomial containing an unknown variable , you can substitute into the polynomial and set the entire expression to zero. This creates a linear or quadratic equation in terms of that can be solved directly.
Handling Rational Factors: For a factor like , the value to substitute is . It is crucial to use the exact fraction or decimal to ensure the resulting equation for the unknown coefficient is accurate.
Verification: After finding the unknown coefficient, it is best practice to re-evaluate the polynomial at the given root to confirm the result is zero.
Factor vs. Root: A factor is an algebraic expression like , whereas a root (or zero) is the specific numerical value that satisfies the equation. Confusing these two often leads to sign errors in final answers.
Factor Theorem vs. Long Division: The Factor Theorem is used to verify if a divisor is a factor or to find a factor, while long division or synthetic division is used to calculate the quotient once a factor is known.
| Feature | Factor Theorem | Polynomial Division |
|---|---|---|
| Purpose | Identify if a factor exists | Find the resulting quotient |
| Output | A boolean (Yes/No) or a value | A new polynomial expression |
| Efficiency | High for verification | High for full factorization |
The Sign Trap: Always remember that if is a factor, you must substitute into the function. A common mistake is substituting the sign seen in the bracket rather than the value that makes the bracket zero.
Integer Testing: When searching for factors of a cubic like , start testing small integer factors of the constant term (e.g., ). Most exam questions are designed to have at least one small integer root.
Complete Factorization: After finding one linear factor and the resulting quadratic, always check if the quadratic can be factored further. If the quadratic does not have real roots (discriminant ), the polynomial is fully factored with one linear and one irreducible quadratic factor.