The parts of the polynomial separated by the addition/subtraction symbols are called terms. And each term can be seen as having two parts, the coefficient and the variables (along with their exponents).
Also, a polynomial having only a single term is known as a monomial. For example 2x4 and 8a2b5.
And a polynomial with exactly two terms is known as a binomial. For example, 2x4+8a2b5 and x+4.
Why monomials and binomials matter will become clear in a moment.
Multiplying Polynomials
Multiplying polynomials revolves around two things — multiplying monomials and applying the distributive property.
Once you are comfortable with these two concepts, multiplying polynomials becomes really simple. So, let’s dive in.
Multiplying Monomials
When multiplying two monomials, we multiply the coefficients together and identical variables together. And when multiplying identical variables, we add the exponents.
Let me explain using the following examples.
Example
Multiply the monomials.
(a)5x2y,−3xy3z(b)9pq,−pr2
Solution (a)
Step 1. We'll start by grouping constants together and identical variables together.
=5x2y⋅−3xy3z5⋅−3⋅x2⋅x⋅y⋅y3⋅z
Step 2. Now, we just need to multiply the entities in each group. And as I mentioned earlier, to multiply identical variables, we add the exponents.
Also, remember, if a variable doesn’t have a visible exponent, the exponent is 1.
==5⋅−3⋅x2⋅x⋅y⋅y3⋅z−15⋅x(2+1)⋅y(1+3)⋅z−15x3y4z
And that's our answer.
Solution (b)
Nothing too different here.
9pq⋅−pr2=−9p(1+1)qr2=−9p2qr2
Multiplying a Monomial and a Binomial
Okay now that we can multiply two monomials, it’s time to step up and multiply a monomial with a binomial. Let me show how.
Here we have a monomial and a binomial (inside parentheses) multiplied together.
So when we open the parentheses, we distribute the monomial across the terms inside. In other words, we multiply the monomial with each term of the polynomial within the parentheses.
Simple enough, right? Let's work on a couple of examples to make sure everything's clear.
Example
Simplify.
(i)4a,ab+7b2(ii)−xy2,3x2−2xy−y2+1
Solution (i)
Let's start by writing out the problem in a more mathematical fashion.
4a⋅(ab+7b2)
Now, it's important to understand the role of parentheses here.
They are crucial because they tell us that the monomial 4a is being multiplied with the whole binomial (both the terms). Without the parentheses, it would mean 4a is being multipled with ab only and not ab+7b2.
Okay, now we distribute the monomial across the two terms of the binomial and each of the two resulting pairs.
4a(ab+7b2)=4a⋅ab+4a⋅7b2=4a2b+28ab2
Done!
Solution (ii)
Pretty much the same story here. Except that this time we need to distribute the monomial −xy2 across the four terms inside the parentheses. So,
When multiplying two polynomials, each term in one polynomial is to be multiplied with each term in the other polynomial.
Now there are a couple of methods that help you do this in a systematic way. They are especially useful when you are just getting started because otherwise it's easy to make silly mistakes.
FOIL Method
The FOIL method helps you multiply two binomials together by making it an easy to follow process.
FOIL is an acronym for First Outer Inner Last. It tells you to multiply the first terms of the two binomials, then the outer terms, then inner terms, and finally, the last terms.
To understand how the method works, we’ll use it to multiply the following binomials.
(x−2)(x+3)
Let’s begin by labeling the four pairs of terms that we need to multiply together.
And next, we’ll multiply each pair of terms and simplify.
That’s it. We have successfully multiplied the two binomials.
(x−2)(x+3)=x2+x−6
Let's do a couple more examples.
Example
Simplify using the FOIL method.
(i)(a+2b)(b+4)(ii)(x+y)2
Solution (i)
Remember, we multiply the first terms together, then the outer terms, then the inner ones, and finally the last terms.
(==a+2b)(b+4)a⋅b+a⋅4+2b⋅b+2b⋅4ab+4a+2b2+8b
That's it.
Solution (ii)
Same story. Just remember to combine the like terms in the end (the two terms in orange in our case here).
The Grid Method is another way to make sure you multiply each term of the first polynomial with each term of the second polynomial.
And unlike the FOIL method, which worked for only binomials, the Box method works for polynomials with any number of terms.
To see how it works, let’s multiply these.
(x+2a)(x−3a)
So here are the steps.
Step 1. Draw a grid and list the terms of the first polynomial vertically and those of the second horizontally (outside the grid).
Step 2. Fill each cell of the grid with the product of the terms marking the relevant row and column.
Step 3. Put together every term inside the grid to form a polynomial. This is the product.
=x⋅x+x⋅−3a+2a⋅x+2a⋅−3ax2−3ax+2ax−6a2
Step 4. Add/Subtract the like terms to simplify the product.
=x2−3ax+2ax−6a2x2−ax−6a2
Examples
Simplify
(i)(2x−3)(5x−1)(ii)(a−b)2
Solution (i)
Let's prepare the grid. As shown above, we will place the terms of the binomials outside the grid and then populate the grid with the products of term pairs.
And now we bring together the products from inside the grid and simplify to get our answer.
=10x2−15x−2x+310x2−17x+3
Solution (ii)
Again, we prepare the grid first.
And then add the product of each pair of terms to get the answer.
=a2−ab−ab+b2a2−2ab+b2
Which to Use — FOIL or Grid Method?
Both Foil and Grid methods are great, especially when you have just started with multiplying polynomials.
However, you don’t want to be always dependent on them. FOIL method cannot be used for polynomials with more than two terms, and the Grid method doesn’t look very elegant.
I (and almost everyone I know) use a strategy I want to show you next.
Multiplying Longer Polynomials
Take the first term of the first polynomial and multiply it with the second polynomial (every term). Then take the second term of the first polynomial and multiply it with the second polynomial. And so on.
Let me show you what I mean.
Examples
Simplify.
(i)(a+b)(2a−3b−4c)(ii)(x−y)(x2+xy+y2)
Solution (i)
Alright, the first step is to separate the terms in the first polynomial, multiplying the second polynomial with each term of the first.
=(a+b)⋅(2a−3b−4c)a⋅(2a−3b−4c)+b⋅(2a−3b−4c)
=(a+b)⋅(2a−3b−4c)a⋅(2a−3b−4c)+b⋅(2a−3b−4c)
Now, we have two instances of a monomial multipled with a polynomial. That's something we have done before, right?
a⋅2a+a⋅−3b+a⋅−4c+b⋅2a+b⋅−3b+b⋅−4c
a⋅2a+a⋅−3b+a⋅−4c+b⋅2a+b⋅−3b+b⋅−4c
Next, we multiply each pair. So,
2a2−3ab−4ac+2ab−3b2−4bc
And finally, combine the like terms (−3ab and +2ab) to get the simplified answer.
2a2−ab−4ac−3b2−4bc
That's our answer.
It may look a bit intimidating at first and you may need some practice to get the hang of it. But trust me, it get easier and is totally worth the effort.
Solution (ii)
Alright, we'll be following the same steps we had for the last one. Let's go.