{{ toc.name }}
{{ toc.signature }}
{{ toc.name }} {{ 'ml-btn-view-details' | message }}
{{ stepNode.name }}
{{ 'ml-toc-proceed' | 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 }}
Polynomials are useful for modeling different real-life situations. Sometimes more than one polynomial could be involved and the polynomials may need to be multiplied. For such a reason, this lesson aims to teach different methods for multiplying polynomials.

Catch-Up and Review

Challenge

Investigating the Product of Polynomials

When two polynomials are added or subtracted, the result is also a polynomial. What about the product of two polynomials? Consider, for example, the following pair of polynomials.
Is it possible to calculate the product of and Is also a polynomial? In the affirmative case, what are the degree, the leading coefficient, and the constant term of the resulting polynomial?

Discussion

Multiplying a Polynomial by a Constant

Consider a polynomial written in standard form.
Using the Distributive Property, multiply by a non-zero constant
Note that the right-hand side is a polynomial of the same degree as — the degree of both is On the other hand, if the leading coefficient of is different from the leading coefficient of
Polynomial Degree Leading Coefficient
Consequently, when a polynomial is multiplied by a constant the degree of the polynomial does not change and the leading coefficient equals times the leading coefficient of

Example

Finding the Area of a Poster

Ali is on his school's student council. He is in charge of decorations for an upcoming school dance. He had the following chat with Kevin.
A: Hi Kevin. I need a poster to hang on the wall by the gym. K: Hello Ali. How big is the wall? A: I do not remember the width, but I know it is 10 feet high. K: Would you like to cover the entire wall with the poster? A: No. I would like there to be 1 foot of margin on each side of the poster. K: Ok. Once you tell me the width of the wall, I can find the cost of the poster. Thanks!
After the talk, Kevin made the following diagram.
A rectangle with dimensions 10 ft by x ft. A smaller rectangle inside with dimensions 8 ft by (x-2) ft.
a Write a polynomial in standard form, that models the area of the poster.
b What are the degree and leading coefficient of
c The next day, Ali called Kevin and told him that the wall is feet wide. What area will the poster have?

Hint

a The poster is feet shorter and narrower than the wall. To find its area, multiply the length by the width.
b The degree of a polynomial is the greatest exponent in the polynomial. The leading coefficient is the coefficient in front of the term with the greatest exponent.
c Evaluate at

Solution

a The area of the poster equals its length multiplied by its width.
From the chat and the diagram made by Kevin, the poster has to be feet shorter and narrower than the wall. Since the wall is feet tall, the poster will be feet tall. The wall is feet wide, so the width of the poster is feet.
Dimensions of the poster: 8 ft by (x-2) ft.
A polynomial modeling the area of the poster is obtained by substituting the poster's dimensions into the formula for the area.
Note that this polynomial gives the area of the poster depending on the width of the wall.
b Start by writing the polynomial found in Part A. Then, highlight the term with the greatest exponent and its coefficient.
The greatest exponent is which means that the degree of the polynomial is The coefficient in front of the term with the greatest exponent is Thus, the leading coefficient is
c Since represents the width of the wall, to find the area of the poster, substitute into
The area of the poster will be square feet.

Discussion

Methods for Multiplying Polynomials

Different methods can be used to multiply two polynomials. The following three methods are based on the Distributive Property.

Example

Modeling the Pigpen Area

Diego's parents recently bought a piece of land where they plan to raise pigs. They need to fence off a rectangular pigpen before buying the pigs. A farmer friend told Diego that the dimensions of the pigpen, in yards, vary according to the number of pigs that are being raised in it.

A rectangular pigpen with pigs. The dimensions are (3x+1) by (5x+2).
a Write a polynomial in standard form, that models the pigpen area. Then, state the degree and the leading coefficient of
b If Diego plans to raise pigs, what should be the area of the pigpen?

Hint

a The area of a rectangle equals the length times the width.
b Evaluate at

Solution

a The area of a rectangle is obtained by multiplying its length by its width. Start by writing the dimensions suggested by Diego's friend.
By multiplying the two binomials, a polynomial modeling the pigpen area will be obtained.
To write in standard form, the product on the right-hand side can be performed by using the FOIL method.
(5x+2)(3x+1)=5x*3x+5x*1+2*3x+2*1 = 15x^2 + 11x + 2
Consequently, the degree of is and its leading coefficient is
b To determine the area of a pigpen large enough to raise pigs, substitute for into and simplify.
Consequently, to raise pigs, the pigpen must have an area of square yards.

Example

Determining a Toy's Volume

Izabella bought her nephew a bag of magic grow toys for his birthday. Among the toys, there was a trailer and its rectangular container. Initially, the container was centimeters long, centimeters wide, and centimeters high.

A rectangular container. Dimensions: 2 cm by 5 cm by 3 cm.
The bag says that when the container is placed underwater, its dimensions will increase according to the following functions. The maximum possible size of the container is reached after being underwater for hours.
Here, represents the number of hours the toy has been underwater.
a Write a polynomial in standard form, that represents the volume of the container after being underwater for hours.
b Izabella's nephew placed the toy underwater at and took it out at What is the volume of the container now?

Hint

a The volume of a rectangular container is obtained by multiplying its three dimensions.
b How many hours was the container underwater? Evaluate at this value.

Solution

a The volume of a rectangular container is found by multiplying its three dimensions.
Therefore, to find a polynomial representing the container's volume after passing hours underwater, multiply the expressions that model the dimensions of the container.
By applying the Commutative Property of Multiplication, the previous product can be rewritten to have the two binomials next to each other.
Then, these two binomials can be multiplied using the FOIL method. For simplicity, the trinomial will not be written during this multiplication.
  1. Start by multiplying the first terms.
  2. Continue by multiplying the outer terms.
  3. Next, multiply the inner terms.
  4. Now, multiply the last terms.
  5. Finally, simplify the resulting expression by performing the required multiplications.
Finally, the trinomial has to be multiplied by the resulting polynomial. To perform such multiplication the Distributive Property can be used. Here, each term of the trinomial will be distributed to each term of the second polynomial.
Multiply by
Simplify right-hand side
b The polynomial found in Part A gives the volume of the container after passing hours underwater. It is given that Izabella's nephew put the container underwater at and took it out at Therefore, the container was underwater for hours.
Consequently, to find the current volume of the container, evaluate at
Substitute for and evaluate
After passing hours underwater, the container will have a volume of cubic centimeters.

Discussion

Analyzing the Product of Two Polynomials

In all the examples seen throughout this lesson, the product of two or more polynomials has resulted in a new polynomial. This is not a coincidence. In fact, the following property guarantees that multiplying polynomials always produces a polynomial.

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.

Pop Quiz

Practicing Multiplication of Polynomials

Given two polynomials and compute their product and find the required information.

Two random polynomials P(x) and Q(x) are given. A certain information about P(x)Q(x) is required (the degree, leading coefficient, constant term, linear term, quadratic term, cubic term, quartic term).

Closure

Computing a Polynomials Product

Before finishing this lesson, take another look at the challenge presented at the beginning. There it was given the following pair of polynomials.
In the challenge, it was asked whether it was possible to find the product of and Now, with all the knowledge learned, it can be said that it is possible to multiply these two polynomials, and the resulting expression will also be a polynomial. To compute first, rewrite in standard form. To do so, the FOIL Method can be applied.
Simplify right-hand side
Having both polynomials written in standard form, the required product can be found by using the Distributive Property.
Distribute
Simplify
As expected, the resulting expression is a polynomial. The degree of the resulting polynomial is its leading coefficient is and its constant term is