Multiplying Special Cases

 

Learning Objective(s)

·         Square a binomial.

·         Multiply the sum and difference of the same two terms.

 

Introduction

 

While the distributive property can be used for all polynomial multiplication, some products with binomials can be found using short cuts. These methods are sometimes called special products.

 

Square of a Binomial Sum

 

Multiplying a number by itself is often called squaring. You can represent this multiplication as a square. The number being squared is the length of the sides of the square and the product is represented by the area of that square. Consider a square whose side length is described by the binomial x + 3:

 

 

x + 3

 

 

x

+

3

 

 

The area of this square is (x + 3)(x + 3) or (x + 3)2.

 

The following shows the same square, but separates the variable and constant terms:

 

 

x       +

3

 

 

x

 

+

x2

3x

 

 

3

3x

9

 

From this area model, you can see that the area can be described by the sum of the red, green and yellow pieces. That is, the area is x2 + 3x + 3x + 9 = x2 + 6x + 9.

 

So (x + 3)2 = x2 + 3x + 3x + 9  =  x2 + 6x + 9.

 

You can also find the square of a sum of two terms by using the FOIL method.

 

 

Example

Problem

Square the binomial. (x + 5)2

 

(x + 5)(x + 5)

Multiply the binomial by itself.

 

x(x) = x2

x(5) = 5x

5(x) = 5x

5(5) = 25

 

First

Outer

Inner

Last

 

x2 + 5x + 5x + 25

Add the terms.

 

x2 + 10x + 25

Combine like terms.

Answer

(x + 5)2 = x2 + 10x + 25

 

 

 

Notice that the Outer and Inner terms are the same.

 

So far, we have two examples of squaring a sum of two terms, one from constructing an area model and one from algebraic calculations:

 

(x + 3)2 = x2 + 6x + 9

 

(x + 5)2 = x2 + 10x + 25

 

In both cases, the first term is squared to get the first term of the product. The two terms are multiplied and doubled for the middle term of the product, and the last term is squared for the last term of the product.

 

This pattern will hold true for the square of the sum of any two terms: Square the first term, add twice the product of the first and the last term, add the last term squared.

 

Squaring a Binomial Sum

 

To square a binomial, do the following:

 

·        Square the first term.

·        Add the product of the two middle terms, times two.

·        Add the square of the last term.

 

This process is illustrated by the following case: (a + b)2 = a2 + 2ab + b2

 

 

 

Example

Problem

Square the binomial. (2x +6)2

 

(2x)2 = 4x2 

Square the first term.

 

(2x)(6)(2) = 24x

Multiply the two terms together and double the product.

 

62 = 36

Square the last term.

 

4x2 + 24x +36

Combine the terms.

Answer

(2x +6)2 = 4x2 + 24x +36

 

 

 

You can check this answer using the distributive property or FOIL.

 

 

Find the product:

(2s + 9)2

 

A) 4s2 + 81

 

B) 4s + 18

 

C) 4s2 + 36s + 81

 

D) 4s2 + 18s + 18

 

Show/Hide Answer

A) 4s2 + 81

Incorrect. You squared the first term, and you squared the last term. But you forgot the middle term, which is 2 times the product of 2s and 9, which is 36s. The correct answer is 4s2 + 36s + 81.

 

B) 4s + 18

Incorrect. You must square (2s + 9), not double it. (a + b)2 = a2 + 2ab + b2; in this case, a = 2s and b = 9, so (2s + 9)2 = 4s2 + 36s + 81.

 

C) 4s2 + 36s + 81

Correct. (a + b)2 = a2 + 2ab + b2; in this case, a = 2s and b = 9, so (2s + 9)2 = 4s2 + 2(18s) + 81 = 4s2 + 36s + 81.

 

D) 4s2 + 18s + 18

Incorrect. The terms 18s and 18 are incorrect. (a + b)2 = a2 + 2ab + b2; in this case, a = 2s and b = 9, so (2s + 9)2 = 4s2 + 36s + 81.

 

 

 

Square of a Binomial Difference

 

Is there also a pattern when you square the difference between two terms? Yes! Since subtraction can be expressed as adding the opposite, a similar pattern does occur.

 

Consider the square of the binomial (x – 7). You can use FOIL.

 

 

Example

Problem

Square the binomial. (x – 7)2

 

(x – 7)(x – 7)

Rewrite as multiplication.

 

x(x) = x2

x(7) = 7x

7(x) = 7x

7(7) = 49

 

First

Outer

Inner

Last

 

x2 + (7x) + (7x) + 49

Add the terms.

 

x2 14x + 49

Combine the like terms.

Answer

(x – 7)2 = x2 14x + 49

 

 

 

Notice that the pattern is similar to when you square the sum of a binomial.

 

Squaring a Binomial Difference

 

To square a binomial difference, do the following:

 

·        Square the first term

·        Subtract the product of the two middle terms, times two

·        Add the square of the last term.

 

(ab)2 = a2 – 2ab + b2

 

 

 

Example

Problem

Square the binomial. (4s – 3)2

 

(4s)2 = 16s2

Square the first term, including the coefficient.

 

(4s)(3)(2) = 24s

Multiply the two terms together and double the product.

 

(3)2 = 9

Square the last term.

 

16s2 24s + 9

Add the terms.

Answer

(4s – 3)2 = 16s2 24s + 9

 

 

 

Square the binomial.

(2r 9)2

 

A) 4r2 – 81

 

B) 4r – 18

 

C) 4r2 – 36r + 81

 

D) 4r2 + 18r – 18

 

Show/Hide Answer

A) 4r2 – 81

Incorrect. You squared the first term correctly, and you squared the last term correctly, but you forgot that there is a middle term, which is (2r)(-9)(2) = -36r. The correct answer is 4r2 – 36r + 81.

 

B) 4r – 18

Incorrect. The exponent 2 means the binomial is to be squared, not doubled. The correct answer is 4r2 – 36r + 81.

 

C) 4r2 – 36r + 81

Correct. (ab)2 = a2 – 2ab + b2, and in this case a = 2r and b = 9. So (2r 9)2 = 4r2 – 36r + 81.

 

D) 4r2 + 18r – 18

Incorrect. The terms 18r and -18 are incorrect. (ab)2 = a2 – 2ab + b2, and in this case a = 2r and b = 9. So (2r 9)2 = 4r2 – 36r + 81.

 

 

 

Product of a Sum and a Difference

 

There is a third special product to consider among binomials: the product of the sum of two terms and the difference of the same two terms. In this case, there is also a pattern. Here is an example:

 

 

Example

Problem

Multiply the binomials. (x + 8)(x – 8)

 

x(x) = x2

x(-8) = -8x

8(x) = +8x

8(-8) = -64

First

Outer

Inner

Last

 

x2 – 8x + 8x – 64

Add the terms.

Answer

(x + 8)(x – 8)= x2 64

 

 

 

Notice that the answer to this binomial product is a binomial itself—the difference of two perfect squares. There is no middle term in this case. Why does this happen? The two terms are opposites and therefore add to zero.

 

Product of a Sum and a Difference

 

The product of the sum of two terms (a + b) and the difference of the same terms (ab) is the difference of the squares of the two terms.

 

(a + b)(a – b) = (ab)(a + b) = a2 b2

 

 

 

Example

Problem

Multiply the binomials. (2n – 5)(2n + 5)

 

(2n)2 = 4n2

Square the first term, including the coefficient.

 

(5)2 = 25

Square the last term.

 

4n2 - 25

Take the difference.

Answer

(2n – 5)(2n + 5) = 4n2 25

 

 

 

Find the product:

(2r 9)(2r + 9)

 

A) 4r2 – 81

 

B) 4r – 18

 

C) 4r2 – 36r + 81

 

D) 4r2 – 36r – 81

 

Show/Hide Answer

A) 4r2 – 81

Correct. (ab)(a + b) = a2b2, and in this case a = 2r and b = 9. So

(2r – 9)(2r + 9) = 4r2 – 81.

 

B) 4r – 18

Incorrect. Each term must be squared, not doubled. (2r – 9)(2r + 9) = 4r2 – 81.

 

C) 4r2 – 36r + 81

Incorrect. This is not the square of a difference. One binomial is a difference but the other is a sum. (ab)(a + b) = a2b2, and in this case a = 2r and b = 9. So

(2r – 9)(2r + 9) = 4r2 – 81.

 

D) 4r2 – 36r – 81

Incorrect. (ab)(a + b) = a2b2, and in this case a = 2r and b = 9. So

(2r – 9)(2r + 9) = 4r2 – 81.

 

 

 

Summary

 

Some products of multiplying binomials follow a predictable pattern that makes it easy to multiply them. These are known as special products. There are three special products of binomials that each follow a specific formula: squaring the sum of a binomial, squaring the difference of a binomial, and the product of a sum and a difference.