Skip to main content
Logo image

Section 5.5 Special Cases of Multiplying Polynomials

Since we are now able to multiply polynomials together in general, we will look at a few special patterns with polynomial multiplication where there are some shortcuts worth knowing about.
Figure 5.5.1. Alternative Video Lesson

Subsection 5.5.1 Squaring a Binomial

Example 5.5.2.

To “square a binomial” is to take a binomial and multiply it by itself. In the same way that 42=44, it’s also true that (x+4)2=(x+4)(x+4). To expand this expression, we’ll simply distribute (x+4) across (x+4):
(x+4)2=(x+4)(x+4)=x(x+4)+4(x+4)=x2+4x+4x+16=x2+8x+16
Similarly, to expand (y7)2, we’ll have:
(y7)2=(y7)(y7)=y(y7)7(y7)=y27y7y+49=y214y+49
These two examples might look like any other example of multiplying binomials, but looking closely we can see that something special happened. Focusing on the original expression and the simplified one, we can see that a specific pattern occurred in each:
(x+4)2=x2+2(4x)+42
And:
(y7)2=y22(7y)+72
Either way, we have:
(first)2±2(first)(second)+(second)2
and the choice of + or matches the original binomial.
What we’re seeing is a pattern relating two things. The left side is the square of a binomial, and the result on the right is called a perfect square trinomial, a trinomial that was born from something getting squared.
The general way this pattern is established is by squaring each of the two most general binomials, (a+b) and (ab). Once we have done so, we can substitute anything in place of a and b and rely upon the general pattern to simplify squared binomials.
We can write (a+b)2 as (a+b)(a+b) and then multiply those binomials:
(a+b)2=(a+b)(a+b)=a2+ab+ba+b2=a2+2ab+b2
Notice the final simplification step was to add ab+ba. Since these are like terms, we can combine them into 2ab.
Similarly, we can find a general formula for (ab)2:
(ab)2=(ab)(ab)=a2abba+b2=a22ab+b2
Notice that when both (a+b)2 and (ab)2 are expanded, the last term is adding b2 either way. This is because any number or expression, regardless of its sign, is positive after it is squared.
These formulas will allow us to multiply this type of special product more quickly.
Some students will prefer to memorize the Binomial Squared Formulas and apply them by substituting expressions in for a and b. An alternative visualization is presented in Figure 4.
Figure 5.5.4. Visualizing the Squaring of a Binomial

Checkpoint 5.5.6.

Expand the following using the Binomial Squared Formula.
  1. (5xy+1)2
  2. 4(3x7)2
Explanation.
  1. (5xy+1)2=(5xy)2+2(5xy)(1)+12=25x2y2+10xy+1
  2. With this expression, we will first note that the factor of 4 is outside the portion of the expression that is squared. Using the order of operations, we will first expand (3x7)2 and then multiply that expression by 4:
    4(3x7)2=4((3x)22(3x)(7)+72)=4(9x242x+49)=36x2168x+196

Example 5.5.7.

Use the visualization in Figure 4 to expand these binomials squared.
  1. (x+8)2
  2. (2t7)2
Explanation.
  1. Diagramming the process:
  2. Diagramming the process:

Example 5.5.8.

A circle’s area can be calculated using the formula
A=πr2
where A stands for area, and r stands for radius. If a certain circle’s radius can be modeled by x5 feet, use an expanded polynomial to model the circle’s area.
Explanation.
The circle’s area would be:
A=πr2=π(x5)2Now use a method for squaring this binomial=π(x210x+25)=πx210πx+25π
The circle’s area can be modeled by πx210πx+25π square feet.

Checkpoint 5.5.9.

Expand (y312)2.
Explanation.
(y312)2=(y3)22(y3)(12)+122=y624y3+144

Warning 5.5.10. Common Mistakes.

Now we know how to expand (a+b)2 and (ab)2. It is a common mistake to think that these are equal to a2+b2 and a2b2, respectively, as if you could just “distribute” the exponent. Now we know that actually you get a2+2ab+b2 and a22ab+b2.

Subsection 5.5.2 The Product of the Sum and Difference of Two Terms

To motivate the next “special case” for multiplying polynomials, we’ll look at a couple of examples.

Example 5.5.11.

Multiply the following binomials:
  1. (x+5)(x5)
  2. (y8)(y+8)
Explanation.
We can approach these as using distribution, FOIL, or generic rectangles, and obtain the following:
  1. (x+5)(x5)=x25x+5x25=x225
  2. (y+8)(y8)=y28y+8y64=y264
Notice that for each of these products, we multiplied the sum of two terms by the difference of the same two terms. Notice also in these three examples that once these expressions were multiplied, the two middle terms were opposites and thus canceled to zero.
These pairs, generally written as (a+b) and (ab), are known as conjugates. If we multiply (a+b)(ab), we can see this general pattern more clearly:
(a+b)(ab)=a2ab+abb2=a2b2
As with the square of a binomial producing a perfect square trinomial, this pattern also has two things we can give a name to. The left side is the product of a sum and its conjugate, and the result on the right is a difference of squares.

Example 5.5.13.

Multiply the following using Fact 12.
  1. (4x7y)(4x+7y)
  2. 2(3x+1)(3x1)
Explanation.
The first step to using this method is to identify the values of a and b.
  1. In this instance, a=4x and b=7y. Using the formula,
    (4x7y)(4x+7y)=(4x)2(7y)2=16x249y2
  2. In this instance, we have a constant factor as well as a product in the form (a+b)(ab). We will first expand (3x+1)(3x1) by identifying a=3x and b=1 and using the formula. Then we will multiply the factor of 2 through this expression. So,
    2(3x+1)(3x1)=2((3x)212)=2(9x21)=18x2+2

Checkpoint 5.5.14.

Expand (4x+2)(4x2).
Explanation.
(4x+2)(4x2)=(4x)222=16x24

Checkpoint 5.5.15.

Expand (x7+9)(x79).
Explanation.
(x7+9)(x79)=(x7)292=x1481

Subsection 5.5.3 Binomials Raised to Other Powers

Example 5.5.16.

Simplify the expression (x+5)3 into an expanded polynomial.
Before we start expanding this expression, it is important to recognize that (x+5)3x3+53, similar to the message in Warning 10. To be sure, we can see that if we evaluate at x=1, we get different results.
(1+5)3=6313+53=1+125=216=126
We will need to rely on distribution to expand this expression. The first step in expanding (x+5)3 is to remember that the exponent of 3 indicates that
(x+5)3=(x+5)(x+5)(x+5)3 times 
Once we rewrite this in an expanded form, we next multiply the two binomials on the left and then finish by multiplying that result by the remaining binomial:
(x+5)3=(x+5)(x+5)a binomial squared(x+5)=(x2+10x+25)(x+5)=x3+5x2+10x2+50x+25x+125=x3+15x2+75x+125

Checkpoint 5.5.17.

Expand (2y6)3.
Explanation.
(2y6)3=(2y6)(2y6)a binomial squared(2y6)=(4y224y+36)(2y6)=8y324y248y2+144y+72y216=8y372y2+216y216
Generalizing, if we want to expand a binomial raised to a high whole number power, we can start by rewriting the expression without an exponent. Then it will help some to use the formula for the square of a binomial.

Example 5.5.18.

To multiply (x3)4, we’d start by rewriting (x3)4 in expanded form as:
(x3)4=(x3)(x3)(x3)(x3)4 times
We will then multiply pairs of polynomials from the left to the right.
(x3)4=(x3)(x3)a perfect square(x3)(x3)a perfect square=(x26x+9)(x26x+9)=x46x3+9x26x3+36x254x+9x254x+81=x412x3+54x2108x+81

Reading Questions 5.5.4 Reading Questions

1.

How many special patterns should you be on the lookout for when multiplying and/or squaring binomials?

2.

Do you prefer to memorize the formula for the square of a binomial or to visualize the process?

Exercises 5.5.5 Exercises

Skills Practice

Perfect Square Trinomial Formula.
Square the binomial, writing the result as a single expanded polynomial.
Difference of Squares Formula.
Multiply the polynomials, writing the result as a single expanded polynomial.
35.
(111x7)(1+11x7)
49.
(x2+8y2)(x28y2)
50.
(x29y2)(x2+9y2)
51.
(10x2+3y8)(10x23y8)
52.
(2x89y8)(2x8+9y8)
53.
(3x6y2+6y8)(3x6y26y8)
54.
(4x4y52y8)(4x4y5+2y8)
Binomials Raised to Other Powers.
Simplify the given expression into an expanded polynomial.
Exercise Group.
Determine if the following statements are true or false.
You have attempted 1 of 66 activities on this page.