Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

5.6: Multiplying Polynomials

( \newcommand{\kernel}{\mathrm{null}\,}\)

In this section we will find the products of polynomial expressions and functions. We start with the product of two monomials, then graduate to the product of a monomial and polynomial, and complete the study by finding the product of any two polynomials.

The Product of Monomials

As long as all of the operations are multiplication, we can use the commutative and associative properties to change the order and regroup.

Example 5.6.1

Multiply: 5(7y). Simplify: 5(7y).

Solution

Use the commutative and associative properties to change the order and regroup.

5(7y)=[(5)(7)]y Reorder. Regroup. =35y Multiply: (5)(7)=35

Exercise 5.6.1

Multiply: 3(4x)

Answer

12x

Example 5.6.2

Multiply: (3x2)(4x3). Simplify: (3x2)(4x3).

Solution

Use the commutative and associative properties to change the order and regroup.

(3x2)(4x3)=[(3)(4)](x2x3) Reorder. Regroup. =12x5 Multiply: (3)(4)=12,x2x3=x5

Exercise 5.6.2

Multiply: (7y5)(2y2)

Answer

14y7

Example 5.6.3

Multiply: (2a2b3)(5a3b). Simplify: (2a2b3)(5a3b).

Solution

Use the commutative and associative properties to change the order and regroup.

(2a2b3)(5a3b)=[(2)(5)](a2a3)(b3b) Reorder. Regroup. =10a5b4 Multiply: (2)(5)=10,a2a3=a5, and b3b=b4

Exercise 5.6.3

Multiply: (6st2)(3s3t4)

Answer

18s4t6

When multiplying monomials, it is much more efficient to make the required calculations mentally. In the case of Example 5.6.1, multiply 5 and 7 mentally to get5(7y)=35yIn the case of Example 5.6.2, multiply 3 and 4 to get 12, then repeat the base x and add exponents to get(3x2)(4x3)=12x5Finally, in the case of Example 5.6.3, multiply 2 and 5 to get 10, then repeat the bases and add their exponents.(2a2b3)(5a3b)=10a5b4

Multiplying a Monomial and a Polynomial

Now we turn our attention to the product of a monomial and a polynomial.

Example 5.6.4

Multiply: 5(3x24x8)

Solution

We need to first distribute the 5 times each term of the polynomial. Then we multiply the resulting monomials mentally.

5(3x24x8)=5(3x2)5(4x)5(8)=15x220x40

Exercise 5.6.4

Multiply: 4(2y2+3y+5)

Answer

8y2+12y+20

Example 5.6.5

Multiply: 2y(3y+5)

Solution

We need to first distribute the 2y times each term of the polynomial. Then we multiply the resulting monomials mentally.

2y(3y+5)=2y(3y)+2y(5)=6y2+10y

Exercise 5.6.5

Multiply: 3x(42x)

Answer

12x+6x2

Example 5.6.6

Multiply: 3ab(a2+2abb2)

Solution

We need to first distribute the 3ab times each term of the polynomial. Then we multiply the resulting monomials mentally.

3ab(a2+2abb2)=3ab(a2)+(3ab)(2ab)(3ab)(b2)=3a3b+(6a2b2)(3ab3)=3a3b6a2b2+3ab3

Alternate solution:

It is far more efficient to perform most of the steps of the product 3ab(a2+2abb2) mentally. We know we must multiply 3ab times each of the terms of the polynomial a2+2abb2. Here are our mental calculations:

  1. 3ab times a2 equals 3a3b.
  2. 3ab times 2ab equals 6a2b2.
  3. 3ab times b2 equals 3ab3.

Thinking in this manner allows us to write down the answer without any of the steps shown in our first solution. That is, we immediately write:

3ab(a2+2abb2)=3a3b6a2b2+3ab3

Exercise 5.6.6

Multiply: 2xy(x24xy2+7x)

Answer

2x3y8x2y3+14x2y

Example 5.6.7

Multiply: 2z2(z3+4z211)

Solution

We need to first distribute the 2z2 times each term of the polynomial. Then we multiply the resulting monomials mentally.

2z2(z3+4z211)=2z2(z3)+(2z2)(4z2)(2z2)(11)=2z5+(8z4)(22z2)=2z58z4+22z2

Alternate solution:

It is far more efficient to perform most of the steps of the product 2z2(z3+4z211) mentally. We know we must multiply 2z2 times each of the terms of the polynomial z3+4z211. Here are our mental calculations:

  1. 2z2 times z3 equals 2z5.
  2. 2z2 times 4z2 equals 8z4.
  3. 2z2 times 11 equals 22z2.

Thinking in this manner allows us to write down the answer without any of the steps shown in our first solution. That is, we immediately write:

2z2(z3+4z211)=2z58z4+22z2

Exercise 5.6.7

Multiply: 5y3(y22y+1)

Answer

5y5+10y45y3

Multiplying Polynomials

Now that we’ve learned how to take the product of two monomials or the product of a monomial and a polynomial, we can apply what we’ve learned to multiply two arbitrary polynomials.

Before we begin with the examples, let’s revisit the distributive property. We know that2(3+4)=23+24Both sides are equal to 14. We’re used to having the monomial factor on the left, but it can also appear on the right.(3+4)2=32+42Again, both sides equal 14. So, whether the monomial appears on the left or right makes no difference; that is, a(b+c)=ab+ac and (b+c)a=ba+ca give the same result. In each case, you multiply a times both terms of b+c.

Example 5.6.8

Multiply: (2x+5)(3x+2)

Solution

Note that (2x+5)(3x+2) has the form (b+c)a, where a is the binomial 3x+2. Because (b+c)a=ba+ca, we will multiply 3x+2 times both terms of 2x+5 in the following manner.

(2x+5)(3x+2)=2x(3x+2)+5(3x+2)

Now we distribute monomials times polynomials, then combine like terms.

=6x2+4x+15x+10=6x2+19x+10

Thus, (2x+5)(3x+2)=6x2+19x+10

Exercise 5.6.8

Multiply: (3x+4)(5x+1)

Answer

15x2+23x+4

Example 5.6.9

Multiply: (x+5)(x2+2x+7)

Solution

Note that (x+5)(x2+2x+7) has the form (b+c)a, where a is the trinomial x2+2x+7. Because (b+c)a=ba+ca, we will multiply x2+2x+7 times both terms of x+5 in the following manner.

(x+5)(x2+2x+7)=x(x2+2x+7)+5(x2+2x+7)

Now we distribute monomials times polynomials, then combine like terms.

=x3+2x2+7x+5x2+10x+35=x3+7x2+17x+35

Thus, (x+5)(x2+2x+7)=x3+7x2+17x+35

Exercise 5.6.9

Multiply: (z+4)(z2+3z+9)

Answer

z3+7z2+21z+36

Speeding Things Up a Bit

Let’s re-examine Example 5.6.9 with the hope of unearthing a pattern that will allow multiplication of polynomials to proceed more quickly with less work. Note the first step of Example 5.6.9.

(x+5)(x2+2x+7)=x(x2+2x+7)+5(x2+2x+7)

Note that the first product on the right is the result of taking the product of the first term of x+5 and x2+2x+7. Similarly, the second product on the right is the result of taking the product of the second term of x+5 and x2+2x+7. Next, let’s examine the result of the second step.

(x+5)(x2+2x+7)=x3+2x2+7x+5x2+10x+35

The first three terms on the right are the result of multiplying x times x2+2x+7.

fig 5.6.a.png

The second set of three terms on the right are the result of multiplying 5 times x2+2x+7.

fig 5.6.b.png

These notes suggest an efficient shortcut. To multiply x+5 times x2+2x+7,

  • Multiply x times each term of x2+2x+7.
  • Multiply 5 times each term of x2+2x+7.
  • Combine like terms.

This process would have the following appearance.

(x+5)(x2+2x+7)=x3+2x2+7x+5x2+10x+35=x3+7x2+17x+35

Example 5.6.10

Use the shortcut technique described above to simplify: (2y6)(3y2+4y+11)

Solution

Multiply 2y times each term of 3y2+4y+11, then multiply 6 times each term of 3y2+4y+11. Finally, combine like terms.

(2y6)(3y2+4y+11)=6y3+8y2+22y18y224y66=6y310y22y66

Exercise 5.6.10

Multiply: (3x+2)(4x2x+10)

Answer

12x3+5x2+28x+20

Example 5.6.11

Use the shortcut technique to simplify (a+b)2

Solution

To simplify (a+b)2, we first must write a+b as a factor two times.

(a+b)2=(a+b)(a+b)

Next, multiply a times both terms of a+b, multiply b times both terms of a+b, then combine like terms.

=a2+ab+ba+b2=a2+2ab+b2

Note that ab=ba because multiplication is commutative, so ab+ba=2ab.

Exercise 5.6.11

Multiply: (3y2)2

Answer

9y212y+4

Example 5.6.12

Use the shortcut technique to simplify: (x2+x+1)(x2x1)

Solution

This time the first factor contains three terms, x2, x, and 1, so we first multiply x2 times each term of x2x1, then x times each term of x2x1, and 1 times each term of x2x1. Then we combine like terms.

(x2+x+1)(x2x1)=x4x3x2+x3x2x+x2x1=x4x22x1

Exercise 5.6.12

Multiply: (a22a+3)(a2+2a3)

Answer

a44a2+12a9

Some Applications

Recall that the area of a circle of radius r is found using the formula A=πr2. The circumference (distance around) of a circle of radius r is found using the formula C=2πr (see Figure 5.6.1).

fig 5.6.1.png
Figure 5.6.1: Formulae for the area and circumference of a circle of radius r.

Example 5.6.13

In Figure 5.6.2 are pictured two concentric circles (same center).The inner circle has radius x and the outer circle has radius x+1. Find the area of the shaded region (called an annulus) as a function of x.

fig 5.6.2.png
Figure 5.6.2: Find the area of the shaded region.

Solution

We can find the area of the shaded region by subtracting the area of the inner circle from the area of the outer circle.

A= Area of outer circle - Area of inner circle

We use the formula A=πr2 to compute the area of each circle. Because the outer circle has radius x+1, it has area π(x+1)2. Because the inner circle has radius x, it has area πx2.

=π(x+1)2πx2

Next, we’ll expand (x+1)2, then combine like terms.

=π(x+1)(x+1)πx2=π(x2+x+x+1)πx2=π(x2+2x+1)πx2

Finally, distribute π times each term of x2+2x+1, then combine like terms.

=πx2+2πx+ππx2=2πx+π

Hence, the area of the shaded region is A=2πx+π.

Exercise 5.6.13

Two concentric circles are shown below. The inner circle has radius x and the outer circle has radius x+2. Find the area of the shaded region as a function of x.

Ex 5.6.13.png

Answer

4πx+4π

Example 5.6.14

The demand for widgets is a function of the unit price, where the demand is the number of widgets the public will buy and the unit price is the amount charged for a single widget. Suppose that the demand is given by the function x=2700.75p, where x is the demand and p is the unit price. Note how the demand decreases as the unit price goes up (makes sense). Use the graphing calculator to determine the unit price a retailer should charge for widgets so that his revenue from sales equals $20,000.

Solution

To determine the revenue (R), you multiply the number of widgets sold (x) by the unit price (p).

R=xp

However, we know that the number of units sold is the demand, given by the formula

x=2700.75p

Substitute equation ??? into equation ??? to obtain the revenue as a function of the unit price.

R=(2700.75p)p

Expand.

R=270p0.75p2

We’re asked to determine the unit price that brings in a revenue of $20,000. Substitute $20,000 for R in equation ???.

20000=270p0.75p2

Enter each side of equation ??? into the Y= menu of your calculator (see the first image in Figure 5.6.3). After some experimentation, we settled on the WINDOW parameters shown in the second image of Figure 5.6.3. After making these settings, push the GRAPH button to produce the graph shown in the third image in Figure 5.6.3.

fig 5.6.3.png
Figure 5.6.3: Solving 20000=270p0.75p2.

Note that the third image in Figure 5.6.3 shows that there are two solutions, that is, two ways we can set the unit price to obtain a revenue of $20,000. To find the first solution, select 5:intersect from the CALC menu, press ENTER in response to “First curve,” press ENTER in response to “Second curve,” then move your cursor closer to the point of intersection on the left and press ENTER in response to “Guess.” The result is shown in the first image in Figure 5.6.4.

Repeat the process to find the second point of intersection. The result is shown in the second image in Figure 5.6.4.

fig 5.6.4.png
Figure 5.6.4: Finding the points of intersection.

Note

In this example, the horizontal axis is actually the p-axis. So when we set Xmin and Xmax, we’re actually setting bounds on the p-axis.

Reporting the solution on your homework:

fig 5.6.5.png
Figure 5.6.5: Reporting your graphical solution on your homework.

Duplicate the image in your calculator’s viewing window on your homework page. Use a ruler to draw all lines, but freehand any curves.

  • Label the horizontal and vertical axes with p and R, respectively (see Figure 5.6.5). Include the units (dollars and dollars).
  • Place your WINDOW parameters at the end of each axis (see Figure 5.6.5).
  • Label each graph with its equation (see Figure 5.6.5).
  • Drop a dashed vertical line through each point of intersection. Shade and label the p-values of the points where the dashed vertical lines cross the p-axis. These are the solutions of the equation 20000=270p0.75p2 (see Figure 5.6.5).

Rounding to the nearest penny, setting the unit price at either $104.28 or $255.72 will bring in a revenue of $20,000.

Exercise 5.6.14

Suppose that the demand for gadgets is given by the function x=3201.5p, where x is the demand and p is the unit price. Use the graphing calculator to determine the unit price a retailer should charge for gadgets so that her revenue from sales equals $12,000.

Answer

$48.55 or $164.79


This page titled 5.6: Multiplying Polynomials is shared under a CC BY-NC-ND 3.0 license and was authored, remixed, and/or curated by David Arnold via source content that was edited to the style and standards of the LibreTexts platform.

  • Was this article helpful?

Support Center

How can we help?