Table of Contents
Last modified on November 9th, 2024
There are various methods to multiply polynomials, depending on their types.
To multiply two polynomials, we follow the following steps:
If P(x) and Q(x) are two polynomials, the degree of the product will always be higher than the degree of P(x) or Q(x). The degree of the resulting polynomial is the sum of the degrees of P(x) and Q(x).
Mathematically,
Degree(P ⋅ Q) = Degree(P) + Degree(Q)
When multiplying a monomial by another monomial, we first multiply the constants and the variables separately and then combine the results.
Let us multiply 3x ⋅ 6xy
Multiplying Constants and Variables
= (3 ⋅ 6)(x ⋅ xy)
= (18)(x2y)
Combining the Result
= 18x2y
Problem: Multiplying THREE MONOMIALS
Multiply: 5x ⋅ 3y ⋅ 2z
Here, 5x ⋅ 3y ⋅ 2z
= (5 ⋅ 3 ⋅ 2)(x ⋅ y ⋅ z)
= 30xyz
Thus, the product is 5x ⋅ 3y ⋅ 2z = 30xyz
When multiplying a binomial by a monomial, we multiply each of the two terms in the binomial by the monomial and then add the results.
Let us multiply 6xy(x + 7)
Here, we will use the distributive property, which states that a(b + c) = ab + ac
Multiplying Each Term in Binomial by Monomial
6xy ⋅ x = 6(x ⋅ xy) = 6x2y
6xy ⋅ 7 = (6 ⋅ 7)xy = 42xy
Adding the Resulting Terms
Thus, 6xy(x + 7) = 6x2y + 42xy
When multiplying a binomial by another binomial, there are two common approaches:
The distributive property can also be used to multiply two or more binomials or polynomials.
Let us multiply two binomials (m + n) and (p + q)
(m + n)(p + q)
Multiplying Each Term in One Binomial by Each Term of the Other Binomial
= m(p + q) + n(p + q)
Adding the Resulting Terms
= mp + mq + np + nq
We can multiply polynomials in any order as long as each term in the first polynomial is multiplied by each term in the second binomial.
We can remember the steps by ‘FOIL’ (Firsts, Outers, Inners, Lasts)
Multiply: (3x + z)(x – 2z)Multiply: (3x + z)(x – 2z)
Given, (3x + z)(x – 2z)
= 3x(x – 2z) + z(x – 2z)
= 3x2 – 6xz + zx – 2z2
= 3x2 – 5xz – 2z2
Thus, the product is
(3x + z)(z – 2x) = 3x2 – 5xz – 2z2
A rectangular garden plot has a length of 2x – 5 units and a width of x + 7 units. What is its area?
Given that the length is 2x – 5 units and the width is x + 7 units
As we know,
Area = length × width
Here,
The area of the rectangular garden plot is
(2x – 5)(x + 7)
= 2x(x + 7) – 5(x + 7)
= 2x2 + 14x – 5x – 35
= 2x2 + 9x – 35 sq. units
Thus, the area of the rectangular garden plot is 2x2 + 9x – 35 sq. units
Two binomials can also be multiplied using the box method. In this method, we first write the terms of each polynomial along the top and side of a box and then fill it with the products of the corresponding terms.
The terms are written across a box, and their corresponding products are written inside the box. This method is also known as the lattice method.
Let us multiply (x – 2) by (x + 4)
Forming the Box
Writing each term of the polynomials (x – 2) horizontally and (x + 4) vertically.
Multiplying the Corresponding Terms
After multiplying the corresponding terms, we get:
Adding the Resulting Terms
Here, the product is x2 + 4x – 2x + 8 = x2 + 2x + 8
Thus, the above multiplication method is known as the box multiplication of two binomials.
Multiply: (x – 7)(2x + 3)
Here, (x – 7)(2x + 3)
Thus, the product is 2x2 – 11x – 21
When multiplying a polynomial by a polynomial, we multiply each term of the first polynomial by each term of the other polynomial and then add them to get the results.
Let us multiply (x2 + x – 1) by (2x2 – x + 7)
(x2 + x – 1)(2x2 – x + 7)
Multiplying Each Term of the First Polynomial by the Other
= x2(2x2 – x + 7) + x(2x2 – x + 7) – 1(2x2 – x + 7)
Adding the Resulting Terms
= 2x4 – x3 + 7x2 + 2x3 – x2 + 7x – 2x2 + x – 7
= 2x4 + (-x3 + 2x3) + (7x2 – x2 – 2x2) + (7x + x) – 7
Simplifying
= 2x4 + x3 + 4x2 + 8x – 7
Thus, (x2 + x – 1)(2x2 – x + 7) = 2x4 + x3 + 4x2 + 8x – 7
Multiply: (p2 + 3p + 4)(p2 – 2p + 1)
Given, (p2 + 3p + 4)(p2 – 2p + 1)
= p2(p2 – 2p + 1) + 3p(p2 – 2p + 1) + 4(p2 – 2p + 1)
= p4 – 2p3 + p2 + 3p3 – 6p2 + 1 + 4p2 – 8p + 8
= p4 + (-2p3 + 3p3) + (p2 – 6p2 + 4p2) – 8p + (1 + 8)
= p4 + p3 – p2 – 8p + 9Thus, the product is p4 + p3 – p2 – 8p + 9
Last modified on November 9th, 2024