{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
{{ 'ml-btn-show-less' | message }} {{ 'ml-btn-show-more' | message }} expand_more
{{ 'ml-heading-abilities-covered' | message }}
{{ ability.description }} {{ ability.displayTitle }}
{{ 'ml-heading-lesson-settings' | message }}
{{ 'ml-lesson-show-solutions' | message }}
{{ 'ml-lesson-show-hints' | message }}
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount}}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount}}
{{ 'ml-lesson-time-estimation' | message }}

Reference

Polynomial Multiplication

Method

Multiplying Polynomials Using the Distributive Property

The product of two polynomials can be calculated by using the Distributive Property. Consider, for example, the following pair of polynomials.
To multiply these two polynomials, the following four steps can be followed.
1
Distribute One Polynomial to All the Terms of the Other
expand_more
Start by writing the product
Next, distribute to each term of
2
Clear Parentheses by Applying the Distributive Property
expand_more
Apply the Distributive Property again to clear all the parentheses.
3
Apply the Product of Powers Property
expand_more
Use the Product of Powers Property to rewrite the product of two or more exponents as a single power.
4
Combine Like Terms and Simplify
expand_more
Finally, combine like terms and perform all the required operations to simplify the result.
Note that multiplying a polynomial with terms by a polynomial with terms produces products. When two polynomials are multiplied, the product is a new polynomial whose degree equals the sum of the degrees of the polynomial factors.
Animation showing the product of two polynomials in standard form. The degree of the product is d_1+d_2. The leading coefficient is (a_{n})(b_{m})x^{d_1+d_2}. There are n times m products.
Two polynomials can also be multiplied using the Box Method or the FOIL Method; however, the latter is useful only for multiplying binomials. These two methods are based on the Distributive Property.

Method

Multiplying Polynomials Using the Box Method

Given two polynomials, their product can be calculated by using a box or table. Consider, for example, the following pair of polynomials.
To multiply these two polynomials, the following four steps can be followed.
1
Determine the Dimensions of the Table
expand_more

Start by drawing a table that has as many rows as there are terms in the first polynomial and that has as many columns as there are terms in the second polynomial.

Polynomial Number of Terms

For example, a table with rows and columns is needed to multiply by

A table with 3 rows and 2 columns
2
Write the Row and Column Labels of the Table
expand_more

Now, write each term of the first polynomial at the left of each cell of the first column. Similarly, write each term of the second polynomial above each cell of the first row.

The terms x^3,2x^2, and -3 written to the left of the table. Also, the terms x^2 and 4 written above the table.
3
Multiply the Terms to Fill the Table
expand_more
Next, fill in the table's cells by multiplying the terms written on the corresponding borders of the table. For example, the top-left cell corresponds to the product of and The remaining cells can be filled by following the same procedure.
Performing the required products to fill the table.
4
Add Terms and Simplify
expand_more
Finally, add all the expressions inside the table and combine like terms, if any.
Adding all the terms and combining like terms. The result is x^5+2x^4+4x^3+5x^2-12
The product of these polynomials has been found to be

Method

The FOIL Method

The FOIL method is a mnemonic for remembering how to multiply two binomials. The word FOIL is an acronym for the words and Consider, for example, the following product.
These two binomials can be multiplied by following five steps.
1
Multiply the First Terms
expand_more
Start by multiplying the first terms of each binomial. In this case, multiply by
The empty box is there as a reminder that there are still missing terms.
2
Multiply the Outer Terms
expand_more
Next, multiply the outer terms — that is, multiply the first term of the left-hand side binomial by the second term of the right-hand side binomial. In this case, multiply by
3
Multiply the Inner Terms
expand_more
Now multiply the inner terms — that is, multiply the second term of the left-hand side binomial by the first term of the right-hand side binomial. In this case, multiply by
4
Multiply the Last Terms
expand_more
Next, multiply the last terms of each binomial — that is, multiply the second term of the left-hand side binomial by the second term of the right-hand side binomial. In this case, multiply by
5
Simplify
expand_more
Finally, find each product and combine like terms, if any, to simplify the resulting expression.
The following applet illustrates the FOIL method using two arbitrary binomials.
(a+b)(c+d)=ac+ad+bc+bd
Like any other polynomial multiplication, the FOIL method is based on the Distributive Property.

Rule

Closure Property of Polynomial Multiplication

Given two polynomials and the product is always a polynomial.

Multiplying two polynomials produces a new polynomial.

In other words, the polynomials are closed under multiplication.

Proof

Consider two arbitrary polynomials and written in standard form.
These two polynomials can be multiplied by using the Distributive Property. The Product of Powers Property can also be applied to simplify the resulting expression.
Animation showing the product of two polynomials in standard form.
Since and are polynomials, all the exponents are whole numbers. Furthermore, because the whole numbers are closed under addition, the exponents of the resulting expression are whole numbers. Then, the new expression can be rewritten as follows.
Consequently, the new expression is a polynomial. Therefore, the product of two polynomials produces a polynomial, which proves that the polynomials are closed under multiplication.