Skip to main content
permalink

Section 5.5 Special Cases of Multiplying Polynomials

permalink

permalinkSince 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.

permalink
Figure 5.5.1. Alternative Video Lesson
permalink

Subsection 5.5.1 Squaring a Binomial

permalink
Example 5.5.2.

To β€œsquare a binomial” is to take a binomial and multiply it by itself. In the same way that 42=4β‹…4, 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 (yβˆ’7)2, we'll have:

(yβˆ’7)2=(yβˆ’7)(yβˆ’7)=y(yβˆ’7)βˆ’7(yβˆ’7)=y2βˆ’7yβˆ’7y+49=y2βˆ’14y+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:

(yβˆ’7)2=y2βˆ’2(7y)+72

Either way, we have:

(first)2Β±2(first)(second)+(second)2

and the choice of + or βˆ’ matches the original binomial.

permalinkWhat 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.

permalinkThe general way this pattern is established is by squaring each of the two most general binomials, (a+b) and (aβˆ’b). 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.

permalinkWe 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

permalinkNotice the final simplification step was to add ab+ba. Since these are like terms, we can combine them into 2ab.

permalinkSimilarly, we can find a general formula for (aβˆ’b)2:

(aβˆ’b)2=(aβˆ’b)(aβˆ’b)=a2βˆ’abβˆ’ba+b2=a2βˆ’2ab+b2

permalinkThese formulas will allow us to multiply this type of special product more quickly.

permalink
Remark 5.5.4.

Notice that when both (a+b)2 and (aβˆ’b)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.

Some students will prefer to memorize the Binomial Squared Formulas and apply them by substuting expressions in for a and b. An alternative visualization is presented in Figure 5.5.5.

permalink
Figure 5.5.5. Visualizing the Squaring of a Binomial
permalink
Example 5.5.6.

Expand (2xβˆ’3)2 using the Binomial Squared Formulas.

To apply the formula for squaring a binomial, we take a=2x and b=3. Expanding this, we have:

(2xβˆ’3)2=(2x)2βˆ’2(2x)(3)+(3)2=4x2βˆ’12x+9
permalink
Checkpoint 5.5.7.
permalink
Example 5.5.9.

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 xβˆ’5 feet, use an expanded polynomial to model the circle's area.

Explanation

The circle's area would be:

\begin{align*} A\amp=\pi r^2\\ \amp=\pi (x-5)^2\amp\text{Now use a method for squaring this binomial}\ldots\\ \amp=\pi \left(x^2-10x+25\right)\\ \amp=\pi x^2-10\pi x+25\pi \end{align*}

The circle's area can be modeled by \(\pi x^2-10\pi x+25\pi\) square feet.

permalink
Checkpoint 5.5.10.
permalink
Warning 5.5.11. Common Mistakes.

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

permalink

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

permalinkTo motivate the next β€œspecial case” for multiplying polynomials, we'll look at a couple of examples.

permalink
Example 5.5.12.

Multiply the following binomials:

  1. (x+5)(xβˆ’5)

  2. (yβˆ’8)(y+8)

Explanation

We can approach these as using distribution, FOIL, or generic rectangles, and obtain the following:

  1. \(\begin{aligned}[t] (\firsthighlight{x}+\secondhighlight{5})(\firsthighlight{x}-\secondhighlight{5}) \amp= \firsthighlight{x}^2-\secondhighlight{5}\firsthighlight{x}+\secondhighlight{5}\firsthighlight{x}-\secondhighlight{25}\\ \amp= \firsthighlight{x}^2-\secondhighlight{25}\end{aligned}\)

  2. \(\begin{aligned}[t] (\firsthighlight{y}+\secondhighlight{8})(\firsthighlight{y}-\secondhighlight{8}) \amp= \firsthighlight{y}^2-\secondhighlight{8}\firsthighlight{y}+\secondhighlight{8}\firsthighlight{y}-\secondhighlight{64}\\ \amp= \firsthighlight{y}^2-\secondhighlight{64}\end{aligned}\)

permalinkNotice 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.

permalinkThese pairs, generally written as (a+b) and (aβˆ’b), are known as conjugates. If we multiply (a+b)(aβˆ’b), we can see this general pattern more clearly:

(a+b)(aβˆ’b)=a2βˆ’ab+abβˆ’b2=a2βˆ’b2

permalinkAs with the square of a binomial producing a perfect suqare 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.

permalink
Example 5.5.14.

Multiply the following using Fact 5.5.13.

  1. (4xβˆ’7y)(4x+7y)

  2. βˆ’2(3x+1)(3xβˆ’1)

Explanation

The first step to using this method is to identify the values of \(a\) and \(b\text{.}\)

  1. In this instance, \(a=4x\) and \(b=7y\text{.}\) Using the formula,

    \begin{align*} (4x-7y)(4x+7y) \amp= (4x)^2-(7y)^2\\ \amp= 16x^2-49y^2 \end{align*}
  2. In this instance, we have a constant factor as well as a product in the form \((a+b)(a-b)\text{.}\) We will first expand \((3x+1)(3x-1)\) by identifying \(a=3x\) and \(b=1\) and using the formula. Then we will multiply the factor of \(-2\) through this expression. So,

    \begin{align*} -2(3x+1)(3x-1)\amp= -2\left((3x)^2-1^2\right)\\ \amp= -2\left(9x^2-1\right)\\ \amp= -18x^2+2 \end{align*}
permalink
Checkpoint 5.5.15.
permalink
Checkpoint 5.5.16.
permalink

Subsection 5.5.3 Binomials Raised to Other Powers

permalink
Example 5.5.17.

Simplify the expression (x+5)3 into an expanded polynomial.

Before we start expanding this expression, it is important to recognize that (x+5)3β‰ x3+53, similar to the message in Warning 5.5.11. 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
permalink
Checkpoint 5.5.18.

permalinkGeneralizing, 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.

permalink
Example 5.5.19.

To multiply (xβˆ’3)4, we'd start by rewriting (xβˆ’3)4 in expanded form as:

(xβˆ’3)4=(xβˆ’3)(xβˆ’3)(xβˆ’3)(xβˆ’3)⏞4 times

We will then multiply pairs of polynomials from the left to the right.

(xβˆ’3)4=(xβˆ’3)(xβˆ’3)⏞a perfect square(xβˆ’3)(xβˆ’3)⏞a perfect square=(x2βˆ’6x+9)(x2βˆ’6x+9)=x4βˆ’6x3+9x2βˆ’6x3+36x2βˆ’54x+9x2βˆ’54x+81=x4βˆ’12x3+54x2βˆ’108x+81
permalink

Reading Questions 5.5.4 Reading Questions

permalink
1.

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

permalink
2.

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

permalink

Exercises 5.5.5 Exercises

Review and Warmup
permalink
1.

Use the properties of exponents to simplify the expression.

(3y11)4

permalink
2.

Use the properties of exponents to simplify the expression.

(5x12)3

permalink
3.

Use the properties of exponents to simplify the expression.

(2x)2

permalink
4.

Use the properties of exponents to simplify the expression.

(4r)2

permalink
5.

Use the properties of exponents to simplify the expression.

(βˆ’10y5)2

permalink
6.

Use the properties of exponents to simplify the expression.

(βˆ’7x6)3

permalink
7.

Use the properties of exponents to simplify the expression.

βˆ’3(βˆ’3t8)3

permalink
8.

Use the properties of exponents to simplify the expression.

βˆ’4(βˆ’8t9)2

permalink
9.

Simplify each expression, if possible, by combining like terms.

  1. βˆ’9s+2

  2. 7x+2

  3. 9y2+3y

  4. βˆ’x+8s

permalink
10.

Simplify each expression, if possible, by combining like terms.

  1. βˆ’2t+7x

  2. βˆ’yβˆ’2s

  3. βˆ’9x2+5y

  4. tβˆ’8y

permalink
11.

Simplify each expression, if possible, by combining like terms.

  1. 7t2+7βˆ’5t2βˆ’4

  2. βˆ’t2βˆ’2t2

  3. 3y+6yβˆ’2x

  4. βˆ’4sβˆ’3z+7z

permalink
12.

Simplify each expression, if possible, by combining like terms.

  1. t+6t

  2. 9zβˆ’6t+2+7z

  3. 6xβˆ’5xβˆ’4z+2s2

  4. 3z2+2

Perfect Square Trinomial Formula
permalink
13.

Expand the square of a binomial.

(x+6)2=

permalink
14.

Expand the square of a binomial.

(y+3)2=

permalink
15.

Expand the square of a binomial.

(9y+2)2=

permalink
16.

Expand the square of a binomial.

(6r+3)2=

permalink
17.

Expand the square of a binomial.

(rβˆ’9)2=

permalink
18.

Expand the square of a binomial.

(tβˆ’2)2=

permalink
19.

Expand the square of a binomial.

(6tβˆ’2)2=

permalink
20.

Expand the square of a binomial.

(3tβˆ’8)2=

permalink
21.

Expand the square of a binomial.

(8x2βˆ’4)2=

permalink
22.

Expand the square of a binomial.

(5x2βˆ’10)2=

permalink
23.

Expand the square of a binomial.

(y7βˆ’11)2=

permalink
24.

Expand the square of a binomial.

(y10+6)2=

permalink
25.

Expand the square of a binomial.

(6aβˆ’5b)2=

permalink
26.

Expand the square of a binomial.

(7a+2b)2=

permalink
27.

Expand the square of a binomial.

(8abβˆ’8)2=

permalink
28.

Expand the square of a binomial.

(9ab+5)2=

permalink
29.

Expand the square of a binomial.

(x2+10y2)2=

permalink
30.

Expand the square of a binomial.

(x2+2y2)2=

Difference of Squares Formula
permalink
31.

Multiply the polynomials.

(xβˆ’5)(x+5)=

permalink
32.

Multiply the polynomials.

(y+12)(yβˆ’12)=

permalink
33.

Multiply the polynomials.

(5y+4)(5yβˆ’4)=

permalink
34.

Multiply the polynomials.

(3rβˆ’9)(3r+9)=

permalink
35.

Multiply the polynomials.

(10+6r)(10βˆ’6r)=

permalink
36.

Multiply the polynomials.

(6+10t)(6βˆ’10t)=

permalink
37.

Multiply the polynomials.

(t5βˆ’8)(t5+8)=

permalink
38.

Multiply the polynomials.

(t9+10)(t9βˆ’10)=

permalink
39.

Multiply the polynomials.

(4x9βˆ’9)(4x9+9)=

permalink
40.

Multiply the polynomials.

(2x7+3)(2x7βˆ’3)=

permalink
41.

Multiply the polynomials.

(1βˆ’12y5)(1+12y5)=

permalink
42.

Multiply the polynomials.

(1βˆ’8y3)(1+8y3)=

permalink
43.

Multiply the polynomials.

(6x+3y)(6xβˆ’3y)=

permalink
44.

Multiply the polynomials.

(7xβˆ’8y)(7x+8y)=

permalink
45.

Multiply the polynomials.

(abβˆ’8)(ab+8)=

permalink
46.

Multiply the polynomials.

(abβˆ’9)(ab+9)=

permalink
47.

Multiply the polynomials.

4(t+6)(tβˆ’6)=

permalink
48.

Multiply the polynomials.

5(xβˆ’3)(x+3)=

permalink
49.

Multiply the polynomials.

2(2xβˆ’3)(2x+3)=

permalink
50.

Multiply the polynomials.

6(5y+5)(5yβˆ’5)=

permalink
51.

Multiply the polynomials.

3(y+4)2=

permalink
52.

Multiply the polynomials.

5(r+10)2=

permalink
53.

Multiply the polynomials.

7(7r+1)2=

permalink
54.

Multiply the polynomials.

6(4t+5)2=

permalink
55.

Multiply the polynomials.

(x2+9y2)(x2βˆ’9y2)=

permalink
56.

Multiply the polynomials.

(x2+10y2)(x2βˆ’10y2)=

permalink
57.

Multiply the polynomials.

(2x8+4y3)(2x8βˆ’4y3)=

permalink
58.

Multiply the polynomials.

(3x6βˆ’10y3)(3x6+10y3)=

permalink
59.

Multiply the polynomials.

(4x4y8+7y3)(4x4y8βˆ’7y3)=

permalink
60.

Multiply the polynomials.

(5x2y4+3y3)(5x2y4βˆ’3y3)=

Binomials Raised to Other Powers
permalink
61.

Simplify the given expression into an expanded polynomial.

(r+6)3=

permalink
62.

Simplify the given expression into an expanded polynomial.

(r+4)3=

permalink
63.

Simplify the given expression into an expanded polynomial.

(rβˆ’2)3=

permalink
64.

Simplify the given expression into an expanded polynomial.

(tβˆ’6)3=

permalink
65.

Simplify the given expression into an expanded polynomial.

(4t+2)3=

permalink
66.

Simplify the given expression into an expanded polynomial.

(2x+4)3=

permalink
67.

Simplify the given expression into an expanded polynomial.

(5xβˆ’2)3=

permalink
68.

Simplify the given expression into an expanded polynomial.

(4yβˆ’5)3=

permalink
69.

Determine if the following statements are true or false.

  1. (aβˆ’b)2=a2βˆ’b2

    • True

    • False

  2. (a+b)2=a2+b2

    • True

    • False

  3. (a+b)(aβˆ’b)=a2βˆ’b2

    • True

    • False

permalink
70.

Determine if the following statements are true or false.

  1. (2(aβˆ’b))2=4(aβˆ’b)2

    • True

    • False

  2. 2(a+b)2=2a2+2b2

    • True

    • False

  3. 2(a+b)(aβˆ’b)=2a2βˆ’2b2

    • True

    • False