Factoring by Substitution
So far, the polynomials that we have factored, without common factors, have all
been of degree 2 or 3. Some polynomials of higher degree can be factored by substituting
a single variable for a variable with a higher power. After factoring, we
replace the single variable by the higher-power variable. This method is called
substitution.
Example 1
Factoring by substitution
Factor each polynomial.
a) x4 - 9
b) y8 - 14y4 + 49
Solution
a) We recognize x4 - 9 as a difference of two squares in which x4
= (x2)2 and
9 = 32. If we let w = x2, then w2 = x4. So we can replace x4 by w2 and
factor:
| x4 - 9 |
= w2 - 9 |
Replace x4 by w2. |
| |
= (w + 3)(w - 3) |
Difference of two squares |
| |
= (x2 + 3)(x2 - 3) |
Replace w by x2. |
b) We recognize b) y8 - 14y4 + 49 as a perfect square trinomial in which y8
= (y4)2 and 49 = 72. We let w = y4 and w2
= y8:
| y8 - 14y4 + 49 |
= w2 - 14w + 49 |
Replace y4 by w and y8 by w2. |
| |
= (w - 7)2 |
Perfect square trinomial |
| |
= (y4 - 7)2 |
Replace w by y4. |
Helpful hint
It is not actually necessary to
perform the substitution step.
If you can recognize that
x4 - 9 = (x2 - 3)(x2 + 3) then skip the substitution.
Caution
The polynomials that we factor by substitution must contain
just the right powers of the variable. We can factor y8 - 14y4
+ 49 because
(y4)2 = y8, but we cannot factor y7
- 14y4 + 49 by substitution.
In the next example we use substitution to factor polynomials that have
variables as exponents.
Example 2
Polynomials with variable exponents
Factor completely. The variables used in the exponents represent positive integers.
a) x2m - y2
b) z2n + 1 - 6zn + 1 + 9z
Solution
a) Notice that x2m = (xm)2. So if we let w = xm, then w2
= x2m:
| x2m - y2 |
= w2 - y2 |
Substitution |
| |
= (w + y)(w - y) |
Difference of two squares |
| |
= (xm + y)(xm - y) |
Replace w by xm. |
b) First factor out the common factor z :
| z2n + 1 - 6zn + 1 + 9z |
= z(z2n - 6zn + 9 ) |
|
| |
= z(a2 - 6a + 9 ) |
Let a = zn |
| |
= z(a - 3)2 |
Perfect square trinomial |
| |
= z(zn - 3)2 |
Replace a by zn. |
|