The Factor Theorem is a special case of the Remainder Theorem. It is a rule in algebra used to check whether a given expression is a factor of a polynomial.
Statement: If f(a) =0, then (x - a) is a factor of f(x).
If we calculate f(a) and it is 0, then the remainder is also 0, so (x - a) is a factor of f(x). We can understand this with numbers too. For example, 20 ÷ 2 = 10 with no remainder, so 2 is a factor of 20.
Check whether (y + 5) is a factor of 2y² + 7y − 15.
Let f(x) be a polynomial. When f(x) is divided by (x − a), according to the division algorithm:
Dividend = (Divisor × Quotient) + Remainder
⟹ f(x) = (x − a) q(x) + r
where q(x) is the quotient and r is the remainder.
Now, substitute x = a:
f(a) = (a − a) q(a) + r f(a) = r
So, the remainder r = f(a).
If f(a) = 0, then r = 0. Hence,
f(x) = (x − a) q(x)
Therefore, (x − a) is a factor of f(x).
Factor Theorem Formula
According to the Factor Theorem, for any polynomial g(y) of degree n ≥ 1, (y − a) is a factor of g(y) if and only if g(a) = 0. In this case, the polynomial can be written as:
g(y) = (y − a) q(y)
where, q(y) is the quotient polynomial.
Important Results
(y − a) is a factor of g(y).
g(a) = 0
The remainder is zero when g(y) is divided by (y − a).
a is a zero (root) of the polynomial g(y)
Factor a Cubic Polynomial
To factor a cubic polynomial, we use the Factor Theorem to find one root and then reduce it to a quadratic polynomial.
Factorise the cubic polynomial f(x) = ax³ + bx² + cx + d
Steps:
Step 1: By the hit-and-trial method, find one of the zeros of the polynomial f(x). Say the zero of the polynomials is "a" such that f(a) is zero.
Step 2: Divide the polynomial f(x) by x-a using the synthetic division method.
Step 3: Using the division algorithm, write the given cubic polynomial as f(x) = (x-a)g(x), where g(x) is quadratic.
Step 4: Factor the cubic polynomial g(x). As g(x) = (x-b)(x-c) for any real numbers b and c.
Step 5: Express the given cubic polynomial as the product of these factors.