Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

1.2.8: Factoring Special Products

( \newcommand{\kernel}{\mathrm{null}\,}\)

Learning Objectives

By the end of this section, you will be able to:

  • Factor perfect square trinomials
  • Factor differences of squares
  • Factor sums and differences of cubes
Be Prepared

Before you get started, take this readiness quiz.

1. Simplify (3x2)3.

2. Multiply (m+4)2.

3. Multiply (x3)(x+3).

We have seen that some binomials and trinomials result from special products—squaring binomials and multiplying conjugates. If we recognize these kinds of polynomials, we can use the special products patterns to factor them much more quickly.

Factoring Differences of Squares

One special product we are familiar with is the Product of Conjugates pattern. We use this to multiply two binomials that were conjugates. Here’s an example:

(2x5)(2x+5)=4x225.

A difference of squares factors to a product of conjugates (in this context, ab is said to be conjugate to a+b, and vice versa.)

Difference of Squares Pattern

If a and b are (or represent) real numbers,

a2b2=(a+b)(ab).

Remember, “difference” refers to subtraction. So, to use this pattern we must make sure we have a binomial in which two squares are being subtracted.

Example 1.2.8.1

Factor 64y21.

Solution

Note that (8y)2=64y2 and 12=1, so that 

64y21=(8y)2(1)2=(8y+1)(8y1).

Try It 1.2.8.2

Factor 121m21.

Answer

(11m1)(11m+1)

Try It 1.2.8.3

Factor 81y21.

Answer

(9y1)(9y+1)

Factor Difference of Squares

Step 1.Does the binomial fit the pattern?a2b2Is this a difference?____−____Are the first and last terms perfect squares?Step 2.Write them as squares.(a)2(b)2Step 3.Write the product of conjugates.(ab)(a+b)Step 4.Check by multiplying.

It is important to remember that sums of squares do not factor into a product of binomials. There are no binomial factors that multiply together to get a sum of squares. After removing any GCF, the expression a2+b2 can not be factored any further!

The next example shows variables in both terms.

Example 1.2.8.4

Factor 144x249y2.

Solution
  144x249y2
Is this a difference of squares? Yes. =(12x)2(7y)2
Factor as the product of conjugates. =(12x7y)(12x+7y)
Check by multiplying. =144x249y2
Conclude. The factorization is (12x7y)(12x+7y).

Try It 1.2.8.5

Factor 196m225n2.

Answer

(16m5n)(16m+5n)

Try It 1.2.8.6

Factor 121p29q2.

Answer

(11p3q)(11p+3q)

As always, we should look for a common factor first whenever we have an expression to factor. Sometimes a common factor may “disguise” the difference of squares and we won’t recognize the perfect squares until we factor the GCF.

Also, to factor the binomial in the next example, we’ll factor a difference of squares twice!

Example 1.2.8.7

Factor 48x4y2243y2.

Solution
  48x4y2243y2
Is there a GCF? Yes, 3y2 - factor it out! =3y2(16x481)
Is the binomial a difference of squares? Yes. =3y2((4x2)2(9)2)
Factor as a product of conjugates. =3y2(4x29)(4x2+9)
Notice the first binomial is also a difference of squares! =3y2((2x)2(3)2)(4x2+9)
Factor it as the product of conjugates. =3y2(2x3)(2x+3)(4x2+9)
The last factor, the sum of squares, cannot be factored.  
Check by multiplying:

3y2(2x3)(2x+3)(4x2+9)

=3y2(4x29)(4x2+9)

=3y2(16x481)

=48x4y2243y2

Conclude. The factorization is 3y2(2x3)(2x+3)(4x2+9).

Try It 1.2.8.8

Factor 2x4y232y2.

Answer

2y2(x2)(x+2)(x2+4)

Try It 1.2.8.9

Factor 7a4c27b4c2.

Answer

7c2(ab)(a+b)(a2+b2)

The next example has a polynomial with 4 terms. So far, when this occurred we grouped the terms in twos and factored from there. Here we will notice that the first three terms form a perfect square trinomial.

Example 1.2.8.10

Factor x26x+9y2.

Solution

Notice that the first three terms form a perfect square trinomial.

  x26x+9y2

Factor by grouping the first three terms.

Use the perfect square trinomial pattern.

(x3)2y2
Is this a difference of squares? Yes.  
Yes—write them as squares. (already in that form)
Factor as the product of conjugates. (x3y)(x3+y)
Conclude. The factorization is (xy3)(x+y3).

Try It 1.2.8.11

Factor x210x+25y2.

Answer

(x5y)(x5+y)

Try It 1.2.8.12

Factor x2+6x+94y2.

Answer

(x+32y)(x+3+2y)

Factoring Perfect Square Trinomials (optional discussion)

Some trinomials are perfect squares. They result from multiplying a binomial times itself. We squared a binomial using the Binomial Squares pattern in a previous chapter.

In open parentheses 3x plus 4 close parentheses squared, 3x is a and 4 is b. Writing it as a squared plus 2ab plus b squared, we get open parentheses 3x close parentheses squared plus 2 times 3x times 4 plus 4 squared. This is equal to 9 x squared plus 24x plus 16.

The trinomial 9x2+24x+16 is called a perfect square trinomial. It is the square of the binomial 3x+4.

In this chapter, we will start with a perfect square trinomial and factor it into its as many factors as possible. We could factor this trinomial using the methods described in the last section, since it is of the form ax2+bx+c. But if we recognize that the first and last terms are squares and the trinomial fits the perfect square trinomials pattern, we will save ourselves a lot of work. Here is the pattern—the reverse of the binomial squares pattern.

Perfect Square Trinomial Pattern

If a and b are (or represent) real numbers

a2+2ab+b2=(a+b)2,

a22ab+b2=(ab)2.

To make use of this pattern, we have to recognize that a given trinomial fits it. Check first to see if the leading coefficient is a perfect square, a2. Next check that the last term is a perfect square, b2. Then check the middle term—is it the product, 2ab? If everything checks, we can easily write the factors.

The sign of the middle term determines which pattern we will use. When the middle term is negative, we use the pattern a22ab+b2, which factors to (ab)2.

The steps are summarized here.

Factoring Perfect Square Trinomials 

Step 1.Does the trinomial fit the pattern?a2+2ab+b2a22ab+b2Are the first and last terms perfect squares?Write them as squares.(a)2(b)2(a)2(b)2Check the middle term. Is it 2ab?2·a·b2·a·bStep 2.Write the square of the binomial.(a+b)2(ab)2Step 3.Check by multiplying.

Remember the first step in factoring is to look for a greatest common factor. Perfect square trinomials may have a GCF in all three terms and it should be factored out first. And, sometimes, once the GCF has been factored, we will recognize a perfect square trinomial.

The above is for consideration, but we will not give any examples of this here.

Writing Exercises 1.2.8.13
  1. Why might it be useful to recognize the special products?
  2. Explain why (x+2)2x2+4.
  3. Give an example of the difference-of-squares pattern with three variables?
  4. Use the difference of squares pattern to simplify and factor 49-16.
  5. Is there a sum of squares formula? 
  6. Demonstrate why a2b2=(ab)(a+b).
Exit Problem 

Factor 25x216y6.

Key Concepts

  • Difference of Squares Pattern: If a, b are (or represent) real numbers,
    a2b2=(a+b)(ab)
  • How to factor differences of squares
    Step 1.Does the binomial fit the pattern?a2b2Is this a difference?____−____Are the first and last terms perfect squares?Step 2.Write them as squares.(a)2(b)2Step 3.Write the product of conjugates.(ab)(a+b)Step 4.Check by multiplying.
  • Perfect Square Trinomials Pattern: If a and b are (or represent) real numbers,

    a2+2ab+b2=(a+b)2a22ab+b2=(ab)2

  • How to factor perfect square trinomials
    Step 1.Does the trinomial fit the pattern?a2+2ab+b2a22ab+b2Are the first and last terms perfect squares?Write them as squares.(a)2(b)2(a)2(b)2Check the middle term. Is it 2ab?2·a·b2·a·bStep 2.Write the square of the binomial.(a+b)2(ab)2Step 3.Check by multiplying.

This page titled 1.2.8: Factoring Special Products is shared under a CC BY license and was authored, remixed, and/or curated by Holly Carley and Ariane Masuda.

Support Center

How can we help?