Multiplying Polynomials

Learning Objective

Introduction

Multiplying polynomialsA monomial or sum of monomials, like `4x^2 + 3x - 10`. involves applying the rules of exponents and the distributive property to simplify the product. This multiplication can also be illustrated with an area modelA graphic representation of a multiplication problem, in which the length and width of a rectangle are the factors and the area is the product. and can be useful in modeling real world situations. Understanding polynomial products is an important step in factoring and solving algebraic equations.

The Product of a Monomial and a Polynomial

The distributive property can be used to multiply a polynomial by a monomialA number, a variable, or a product of a number and one or more variables with whole number exponents, such as `-5`, `x`, and `8xy^3`. . Just remember that the monomial must be multiplied by each term in the polynomial. Consider the expression `2x(2x^2 + 5x + 10)`.

This expression can be modeled with a sketch like the one below. This model is called an area model because the rectangular pieces represent the area created by the multiplication of the monomial and the polynomial.

The model shows a rectangle divided into three uneven sections.  The length on the side is 2x. The width for the first section is 2x squared. Inside that part is labeled 4x cubed. The width on the second section is 5x. Inside that part is labeled 10x squared. The width on the third section is 10. Inside that part is labeled 20x.

We can see that the product of the width, `2x`, and the length, `2x^2 + 5x + 10`, is the area of the entire shaded region. The area can be split into three smaller pieces. Each of those pieces has a width of `2x` and a length represented by one of the terms of the polynomial.

Area models are a helpful way to visualize a multiplication problem. But we can also find the product of two polynomials algebraically, by applying the distributive property. Remember that the distributive property says that multiplying a sum by a number is the same as multiplying each addend by the number and then adding: `a(b + c) = ab+ac`. It doesn't matter how many terms there are: `a(b + c + d) = ab+ac + ad`

Let's try one:

Example

Problem

`5x^3(4x^2 + 3x + 7)`

 

 

 

`(5x^3*4x^2)+(5x^3*3x)+(5x^3*7)`

 

Distribute the monomial to each term of the polynomial.

 

`20x^5+15x^4+35x^3`

 

Add the products.

Answer

`20x^5+15x^4+35x^3`

 

 

Product of Two Binomials

Now let's explore multiplying two binomials. Once again, we can draw an area model to help us make sense of the process. We'll use each binomial as one of the dimensions of a rectangle, and their product as the area.

The model below shows `(x + 4)(2x + 2)`:

The model shows a rectangle divided into 20 uneven boxes. There are 4 boxes labeling the side width. The top box is labeled x, the next box down is labeled x, the next box down is labeled 1 and the final box down is labeled 1. The five boxes along the top length are labeled x, 1, 1, 1, and 1. Inside the boxes in the first row are labeled x squared, x, x, x, and x. Inside the boxes in the second row are labeled x squared, x, x, x, and x. Inside the boxes in the third row are labeled x, 1, 1, 1, and 1. Inside the boxes in the fourth row are labeled x, 1, 1, 1, and 1.

Each binomial is expanded into individual variables and numbers, `x + 4` along the top of the model and `2x + 2` along the left side. The product of each pair of terms is a colored rectangle. The total area is the sum of all of these small rectangles, which is also the final product of multiplying the binomials. If we combine all the like terms, we can write the product, or area, as `2x^2 + 10x + 8`

We can also use algebra to determine the product of two binomials. Just multiply each term in one binomial by all the terms in the other binomial as shown below:

Example

Problem

`(x + 4)(2x + 2)`

 

 

 

 

`x(2x + 2) + 4(2x+2)`

 

 

Multiply each term in one binomial by each term in the other binomial.

 

`2x^2 + 2x + 8x + 8`

 

 

Rewrite to group like terms together.

 

`2x^2 + 10x + 8`

 

 

Combine like terms.

Answer

`2x^2 + 10x + 8`

 

 

Look back at the rectangle and see where each piece of `2x^2 + 2x + 8x + 8` comes from. Can you see where we multiply `x` by `2x + 2`, and where we get `2x^2` from `x*2x`

Because multiplication is commutative, the terms can be multiplied in either order. The expression `(2x + 2)(x + 4)` has the same product as `(x + 4)(2x + 2)`, both having a product of `2x^2 + 10x + 8`. (Work it out and see.) The order in which we multiply binomials does not matter. What matters is that we multiply each term in one binomial by each term in the other binomial.

The last step in multiplying polynomials is to combine like terms. Remember that a polynomial is simplified only when there are no like terms remaining.

Find the product: `(a + 10)(2a - 7)`

 

A) `2a^2 + 19a - 70`

 

B) `3a + 3`

 

C) `2a^2 - 70`

 

D) `2a^2 + 13a - 70`

 

Multiplication of binomials is sometimes needed to solve geometry problems. Suppose we want to find the area of a triangle with a base of `4x - 10` and a height of `2x + 3`. To find the area of the triangle, we find the product of `1/2` of the base and the height (that's the area formula for triangles). This can be shown by the expression `1/2(4x - 10)(2x + 3)`

Example

Problem

 `1/2(4x - 10)(2x + 3)`

 

 

`1/2[4x(2x + 3) - 10(2x+3)]`

 

Distribute multiplication.

`1/2[8x^2 + 12x - 20x - 30]`

 

 

Multiply. Be careful about the negative sign when distributing `-10` to `2x+3`.

`1/2[8x^2 - 8x - 30]`

 

 

Combine like terms.

`8/2x^2-8/2x-30/2`

 

Simplify.

Answer

`4x^2 - 4x-15`

 

 

Product of a Binomial and a Trinomial

Another type of polynomial multiplication problem is the product of a binomial and trinomial. Here again, the process is the same as with the other types of problems. Each term in the binomial must be multiplied by each of the terms in the trinomial. Two examples are shown below.

Example

Problem

`(3x + 6)(5x^2 + 3x-10)`

 

 

 

`3x(5x^2 + 3x - 10) + 6(5x^2+3x - 10)`

 

Multiply each term in the binomial by the polynomial.

 

`(15x^3 + 9x^2 - 30x) + (30x^2 + 18x - 60)`

 

Use distributive property.

 

`15x^3 + 9x^2 - 30x + 30x^2 + 18x - 60`

 

Rewrite without parentheses.

 

`15x^3 + 9x^2 + 30x^2 - 30x + 18x - 60`

 

Regroup like terms to combine.

 

`15x^3 + 39x^2 - 12x - 60`

 

Combine like terms.

Answer

`15x^3 + 39x^2 - 12x - 60`

 

 

         

The next example shows multiplication by a binomial and polynomial that each contain subtraction.

Example

Problem

`(2p - 1)(3p^2 - 3p+1)` ­

 

 

 

`2p(3p^2 - 3p+1)-1(3p^2-3p+1)`

 

Multiply each term in the binomial by the polynomial.

 

`(6p^3-6p^2+2p) - 1(3p^2) - 1(-3p) - 1(1)`

 

Be careful of the negative sign when distributing `-1` to the trinomial.

 

`6p^3-6p^2+2p - 3p^2 + 3p - 1`

 

Rewrite without parentheses.

 

 `6p^3 - 6p^2-3p^2 + 2p + 3p - 1`

 

Regroup like terms to combine.

 

`6p^3 - 9p^2+5p - 1`

 

Combine like terms.

Answer

`6p^3 - 9p^2+5p - 1`

 

 

 

Find the product:

`(3x - 2)(2x^2 + 4x - 11)`

 

A) `6x^3 + 8x^2 - 41x + 22`

 

B) `6x^3 + 8x^2 - 41x - 22`

 

C) `6x^3 + 12x + 22`

 

D) `3x^3 + 8x^2 + 25x - 22`

 

Summary

Multiplication of binomials and polynomials requires use of the distributive property and integer operations. Whether the polynomials are monomials, binomials, or trinomials, carefully multiply each term in one polynomial by each term in the other polynomial. Be careful to watch the addition and subtraction signs and negative coefficients. A product is written in simplified form if all of its like terms have been combined.