Factoring is the process of rewriting a sum as a product. It allows us to simplify expressions and solve equations.
For example, the quadratic expression x2+4x+4, which is written as a sum, may be expressed as a product (x+2)(x+2), much the way that 14 can be written as a product, 7×2, or a sum, 6+8.
A perfect square polynomial is one that can be written as the product of two identical factors. The perfect square identities below are widely used in algebra.
(a+b)2=a2+2ab+b2(a−b)2=a2−2ab−b2
Is 4x2+12x+9 a perfect square?
Let's begin by looking at the first term in our quadratic, 4x2.4x2 is a perfect square because (2x)(2x)=4x2.
Next, we can look at the last term in our quadratic, 9.9 is a perfect square because (3)(3)=9.
If the square root of the first term multiplied by the square root of the last term multiplied by 2 equals the middle term, then our quadratic is a perfect square. Because (2x)(3)(2)=12x, the quadratic 4x2+12x+9 is a perfect square.
4x2+12x+9 factors into (2x+3)(2x+3)=(2x+3)2.
Factor 9x2−6x+1.
The square root of 9x2 is 3x.
The square root of 1 is 1.
9x2−6x+1 factors into (3x−1)(3x−1)=(3x−1)2.
What is the coefficient of x in the expansion of (x+3)2?
Difference of Squares
The difference of squares identity shows how every polynomial that is a difference between two perfect squares can be rewritten in the following factored form:
a2−b2=(a+b)(a−b).
Let's begin with the left side of the expression. We have
(a+b)(a−b)=a(a−b)+b(a−b)=a2−ab+ab−b2=a2−b2,
which is equal to the right side of the identity. Hence proved. □
Factor 25y2−49.
The square root of 25y2 is 5y.
The square root of 49 is 7.
Therefore, 25y2−49 factors into (5y−7)(5y+7).
Calculate 299×301.
You can brute force the answer to this problem by using a calculator, but we have a sweeter way. We can apply the difference of two squares identity.
At first we may think about using the long multiplication method, but it wastes time and is, of course, boring. Notice that 299=300−1 and 301=300+1, so
299×301=(300−1)(300+1)=3002−12=89999.□
Given that x2−y2=(x−y)(x+y), what is the value of 312−192?
Sums and Differences of Cubes
Every polynomial that is a sum or difference of two perfect cubes can be rewritten in the following factored form:
x3−y3x3+y3=(x−y)(x2+xy+y2)=(x+y)(x2−xy+y2).
Factor x3+8.
We recognize that x3+8 is the sum of x3 and 23. Hence, by the sum of cubes factorization, we obtain
x3+8=(x+2)(x2−2x+22)=(x+2)(x2−2x+4).□
False
True
True or False?
x3−y3=(x−y)(x2−xy+y2)
Factoring Perfect Cubes
A perfect cube polynomial is one that can be written as the product of three identical factors. The perfect cube identities below are widely used in algebra.