Section 11.4 Multiplication of Polynomials
ยถMultiplication of polynomials entails four steps:
- distribution: \(a(x+y)=a \cdot x+a \cdot y\) and \((x+y) \cdot a=x \cdot a+y \cdot a\)
- multiplication of coefficients
- addition of exponents: \(x^mx^n=x^{m+n}\)
- combination of like terms
Let's start with an example where we distribute a monomial through a trinomial. Let's simplify the following.
We begin by distributing the factor of \(4x^2\) to every term in the parentheses.
As detailed in the four steps, the exponents in the first two terms of the final result came from adding the exponents of the variable factors in the product. Also, the new coefficients came from the product of the original coefficients. Let's see a similar example, but this time let's write the monomial on the right side of the product.
The process and result are shown below.
In general we don't write out the distribution step when multiplying by a monomial. If the process is new to you or if you're a bit rusty, you might want to write out that step a few times until you gain confidence. But you should have a goal of being able to execute the procedure successfully without writing out that step. For example, suppose we were asked to simplify the following expression.
The only work that would be expected to be shown is a statement of the simplification in the following manner.
We are now moving on to he process of multiplying two binomials. You may have heard the use of the term FOIL in a mathematical context. That term is associated with the product of two binomials. We're not going to begin with that approach, but I wanted to acknowledge it so that if you think that's how we multiply two binomials, you're right, we're just going to derive the process before we use it.
Consider the following two expressions.
In the same way that we can distribute \(y\) through the expression \((x+7)\) in the product on the left, we can distribute the binomial \((x-5)\) through the expression \((x+7)\) in the product on the right. Let's do it.
We are done with the product on the left, but there is unfinished business in the product on the right. To wit, we still need to distribute \(x\) and \(7\) through \((x-5)\) and then combine any and all like terms. Let's finish the process.
Example 11.4.1.
Expand the product \((y+8)(y+3)\text{.}\)
FOIL.
There is one equivalence in the last example towards which we want to shift our focus. Specifically, let's focus on the following equivalence.
binomials). The letters in the acronym stand for First, Outside, Inside, and Last. More specifically:
When multiplying two binomials, you need to find the sum of the following four terms.
- the product of the First terms of the two binomial
- the product of the Outer terms of the two binomials
- the product of the Inner terms of the two binomials
- the product of the Last terms of the two binomial
Example 11.4.2.
Apply the FOIL process to the product \((2x+5)(x+3)\text{.}\)
Example 11.4.3.
Apply the FOIL process to the product \((w-7)(w+4)\text{.}\)
Typically we multiply the terms "in our heads" and only write down the results, This is illustrated in this and all subsequent examples.
You can use Figureย 11.4.4 to generate random FOIL problem. Watch the steps for several examples and then start working the problems yourself and use the app to check your work.
Special Products.
Now let's turn our attention to a special product called "the product of conjugates." Conjugates are pairs of binomials whose only difference are the operators. In one expression the operation is addition and in the other expression the operation is subtraction. Generically, we refer to conjugates as \((a+b)\) and \((a-b)\text{.}\) Let's see what happens when we multiply those two expressions.
The remarkable thing that occurred is that the two linear terms in the expansion added to zero, leaving behind the binomial \(a^2-b^2\text{.}\) The product of conjugates is the only product of binomials of form \((ax \pm h)(bx \pm k)\) that expands and simplifies to another binomial. In all other cases the expansion and simplification of \((ax \pm h)(bx \pm k)\) results in a trinomial.
Because the linear terms always add to zero when we multiply conjugates, we frequently jump directly from \((a+b)(a-b)\) or \((a-b)(a+b)\) to \(a^2-b^2\text{.}\) Three examples are shown below.
Let's shift our attention to one of the most common errors made in mathematics. It involves the square of a binomial. Consider the following.
For some folks, it is very tempting to just distribute the exponent to \(x\) and \(y\text{.}\) So tempting, in fact, that many actually do it! The problem is that exponents do not distribute over addition. Exponents distribute over multiplication and division. The only operations that distribute over addition and subtraction are multiplication and division. Let's see what the expansion and simplification of \((x+y)^2\) looks like when executed correctly.
Ah! If we just distribute the exponent to \(x\) and \(y\text{,}\) we miss the two products of \(xy\text{.}\) OI-vey! For most folks the described error can be avoided by routinely making the first statement of the expansion process the writing out of two occurrences of the factor side by side.
Example 11.4.5.
Expand and simplify \((5x-4)^2\text{.}\)
Products of Polynomials with More than Two Terms.
As you know, polynomials are not limited to two terms. For example, consider the following product.
We can begin the expansion process by distributing \((x^2+7x+2)\) to both terms of the binomial \((x+3)\text{.}\)
Once again, we should turn our focus to one specific equivalence in the last expansion.
What we what to focus is the fact that every term of the binomial \(x+3\) was multiplied with every term of the trinomial \(x^2+7x+2\text{.}\)
Example 11.4.6.
Apply the last observation to the expansion of \((3y-1)(y^2+4y-8)\text{.}\)
When employing the strategy of multiplying all terms of the polynomial on the left with all terms of the polynomial on the right, we need to be very deliberate in our process. I always distribute the fist term in the left polynomial to each term of the right polynomial, then the second term of the left polynomial to each term of the right polynomial, etc.
Example 11.4.7.
Expand and simplify \((x^2-9x+4)(2x^2+x-4)\text{.}\)
Exercises Exercises
Expand and simplify each product.
1.
\((x+3)(x-14)\)
\(\begin{aligned}[t] (x+3)(x-14)\amp=x^2-14x+3x-42\\ \amp=x^2-11x-42 \end{aligned}\)
2.
\((3y+1)(2y-4)\)
\(\begin{aligned}[t] (3y+1)(2y-4)\amp=6y^2-12y+2y-4\\ \amp=6y^2-10y-4 \end{aligned}\)
3.
\((9x-2)(x^2+4x-1)\)
\(\begin{aligned}[t] (9x-2)(x^2+4x-1)\amp=9x^3+36x^2-9x-2x^2-8x+2\\ \amp=9x^3+34x^2-17x+2 \end{aligned}\)
4.
\(-3x^2(4x^2-6x+5)\)
\(-3x^2(4x^2-6x+5)=-12x^4+18x^3-15x^2\)
5.
\((4x+5y)(4x-5y)\)
\(\begin{aligned}[t] (4x+5y)(4x-5y)\amp=16x^2-20xy+20xy-25y^2\\ \amp=16x^2-25y^2 \end{aligned}\)
6.
\((3x+5)^2\)
\(\begin{aligned}[t] (3x+5)^2\amp=(3x+5)(3x+5)\\ \amp=9x^2+15x+15x+25\\ \amp=9x^2+30x+25 \end{aligned}\)
7.
\((x+3)(x-7)(x-2)\)
\(\begin{aligned}[t] (x+3)(x-7)(x-2)\amp=(x^2-7x+3x-21)(x-2)\\ \amp=(x^2-4x-21)(x-2)\\ \amp=x^3-2x^2-4x^2+8x-21x+42\\ \amp=x^3-6x^2-13x+42 \end{aligned}\)
8.
\((x^4+8y^2)(-3x^4+5y^2)\)
\(\begin{aligned}[t] (x^4+8y^2)(-3x^4+5y^2)\amp=-3x^8+5x^4y^2-24x^4y^2+40y^4\\ \amp=-3x^8-19x^4y^2+40y^4 \end{aligned}\)
9.
\((3-7w^7)^2\)
\(\begin{aligned}[t] (3-7w^7)^2\amp=(3-7w^7)(3-7w^7)\\ \amp=9-21w^{7}-21w^{7}+49w^{14}\\ \amp=9-42w^7+49w^{14} \end{aligned}\)
10.
\((x+4)^3\)
\(\begin{aligned}[t] (x+4)^3\amp=(x+4)(x+4)(x+4)\\ \amp=(x^2+4x+4x+16)(x+4)\\ \amp=(x^2+8x+16)(x+4)\\ \amp=x^3+4x^2+8x^2+32x+16x+64\\ \amp=x^3+12x^2+48x+64 \end{aligned}\)
11.
\((3x^2-4)(x^2-x+6)\)
\(\begin{aligned}[t] (3x^2-4)(x^2-x+6)\amp=3x^4-3x^3+18x^2-4x^2+4x-24\\ \amp=3x^4-3x^3+14x^2+4x-24 \end{aligned}\)
12.
\(-x(-x^3-4x^2+2x+3)\)
\(-x(-x^3-4x^2+2x+3)=x^4+4x^3-2x^2-3x\)
13.
\((5y+2)^2\)
\(\begin{aligned}[t] (5y+2)^2\amp=(5y+2)(5y+2)\\ \amp=25y^2+10y+10y+4\\ \amp=25y^2+20y+4 \end{aligned}\)