Polynomial multiplication is the process of multiplying two or more polynomials to find their product. It involves multiplying coefficients and applying exponent rules for variables.
When multiplying polynomials:
- Multiply the coefficients (numerical values).
- Multiply variables with the same base by adding their exponents.
- Write different variables together as they are.
- Combine like terms if needed.
Suppose we have to find the product of two polynomials, then we multiply the coefficient of the first polynomial with the coefficient of the second polynomial and then we multiply the same variables and change their exponents, then other variables are written as such.
Multiplying Polynomials Polynomials are mathematical expressions made up of constants and variables multiplied together as one. In Polynomial Multiplication we multiply the variables and coefficient of the two polynomials.
A polynomial can be a monomial, binomial, etc., and multiplying each of them is somewhat similar but multiplication of each has its own methods, so multiplication of each is explained in the detail below.
Degree of Polynomials
The degree of polynomial after multiplying two polynomials will be always greater than the degree of the individual polynomials.
Degree (A × B) = Degree(A) + Degree(B)
Steps to Multiply Polynomials
The steps related to Multiplying polynomials are :
Step 1: Multiply each term of one polynomial with each term in the other polynomial by using the distributive law.
Step 2: Sum up the powers of the same variables using the law of exponents.
Step 3: Combine the like term by adding or subtracting.
Methods to Multiply Polynomials
We can multiply polynomial, but we have different types of polynomials, monomials, binomials, etc. Multiplication of monomial with monomial is different and multiplication of binomial with monomial is different, etc.
There can be many possible cases involving monomial, binomial, or polynomials while multiplying. Some of the common cases are:
- Multiplying Polynomials with Exponents
- Multiplying Polynomials with Different Variables
- Multiplying a Monomial by a Polynomial
- Multiplying a Polynomial by a Polynomial
- Multiplying a Monomial by a Monomial
- Multiplying a Binomial by a Binomial
- Multiplying Binomials by Box Method
Let's discuss these cases in detail as follows:
Multiplying Polynomials with Exponents
To multiply the polynomial in which we have the same variables, we multiply the polynomials using the exponents rules. Suppose we are given to multiply the polynomials with the same variables and different exponents then we follow the following steps,
- Step 1: Multiply the coefficients of both the variables.
- Step 2: To multiply the variables we use the laws of exponents.
For example, Multiply the polynomials 3x5 and 5x2
(3x5)(5x2)
= (3 · 5)(x5 · x2)
= 15(x5+2)
= 15x7
Multiplying Polynomials with Different Variables
Polynomials with different variables are multiplied together by following the steps that are discussed below,
- Step 1: Multiply the coefficient of both the variables.
- Step 2: Use the laws of exponents to multiply the polynomial or write different variables together to get the required product of the variable.
For example, Multiply the polynomials 3x5 and 5y2
(3x5)(5y2)
= (3 · 5)(x5 · y2)
= 15x5y2
Multiplying a Monomial by a Polynomial
To multiply a polynomial and a monomial we need to multiply each and every term of the polynomial with monomial.
Examples: Find the product of 5x and (5x2 + 2x + 6)
Solution:
5x × (5x2 + 2x + 6)
= (5x × 5x2) + (5x × 2x) + (5x × 6)
= 25x3 + 10x2 + 30x
Multiplying a Polynomial by a Polynomial
To multiply two polynomials, we need to multiply each and every term of one polynomial with each and every term of other polynomials.
Examples: Find the product of (5x2 + 2x + 6) and (x2 + 2x + 3)
Solution:
(5x2 + 2x + 6) × (1x2 + 2x + 3)
= (5x2 × 1x2) + (5x2 × 2x) + (5x2 × 3) + (2x × 1x2) + (2x × 2x) + (2x × 3) + (6 × 1x2) + (6 × 2x) + (6 × 3)
= 5x4 +10x3 + 15x2 + 2x3 + 4x2 + 6x + 6x2 + 12x + 18
= 5x4 +12x3 + 21x2 + 18x + 18
Multiplying a Monomial by a Monomial
Two monomials are easily multiplied. We should follow the following steps to multiply to monomial.
- Step 1: Multiply the coefficient of both polynomial together to get the coefficient of resultant polynomial.
- Step 2: Multiply the variables of both the polynomial to get required product.
For example, Multiply the polynomials 20x5y and 3xy2
(20x5y)(3xy2)
= (20 · 3)(x5y · xy2)
= 60(x5+1)(y1+2)
= 60x6y3
Multiplying a Binomial by a Binomial
Two binomials can be multiplied using the distributive properties. The distributive properties of the algebra are,
(a + b) · (c + d) = a · c + a · d + b · c + b · d
Using this property we can easily multiply two binomial. To multiply the same follow the steps added below,
- Step 1: Write the polynomials in the form (a ± b) . (c ± b)
- Step 2: Use the property discussed above to open the bracket.
- Step 3: Simplify to get the required product.
Example: Multiply (3x + 4y)(5x2 + 2xy)
Solution:
= (3x + 4y)(5x2 + 2xy)
= (3x)(5x2) + (3x)(2xy) + (4y)(5x2) + (4y)(2xy)
= 15x3 + 6x2y + 20x2y + 8xy2
= 15x3 + 26x2y + 8xy2
Multiplying Binomials by Box Method
The box method (or area model) is a visual way to multiply polynomials, particularly binomials. It helps organize calculations and makes it easy to combine like terms.
Steps to Multiply Binomials using the Box Method
- Set up a 2 × 2 grid (box):
- Write the terms of the first binomial along the top.
- Write the terms of the second binomial along the left side.
- Multiply each row and column entry:
- Multiply each term from the row with each term from the column.
- Fill in the grid with the products.
- Combine like terms (if any).
Example: Multiply (2x2 + 2) (x + 2x)
\begin{array}{|c|c|c|}\hline \times & 2x^{2} & + 2\\\hline x & 2x^{3} & 2x \\ \hline +2x & 4x^{3} & 4x \\ \hline \end{array}
Combine like terms:
2x3 + 4x3 + 2x + 4x
6x3 + 6x
Thus, (2x2 + 2) (x + 2x) = 6x3 + 6x
Read More,
Solved Examples of Multiplying Polynomials
Example 1: Find the product of (3x2 + 1x + 2) and (1x2 + 2x + 1)
Solution:
= (3x2 + 1x + 2) × (1x2 + 2x + 1)
= (3x2 × 1x2) + (3x2 × 2x) + (3x2 × 1) + (1x × 1x2) + (1x × 2x) + (1x × 1) + (2 × 1x2) + (2 × 2x) + (2 * 1)
= 3x4 + 6x3 + 3x2 + 1x3 + 2x2 + 1x + 2x2 + 4x + 2
= 3x4 + 7x3 + 7x2 + 5x + 2
Example 2: Find the product of (5xy + 1) and (2z + 3)
Solution:
= (5xy + 1) × (2z + 3)
= (5xy × 2z) + (5xy × 3) + (1 × 2z) + (1 × 3)
= 10xyz + 15xy + 2z + 3
Example 3: Find the Product of (3xyz) and (2x + 6)
Solution:
= (3xyz) × (2x + 6)
= (3xyz × 2x) + (3xyz × 6)
= 6x2yz +18xyz
Example 4: Find the product of (−a3b) and (2ab3)
Solution:
= (−a3b) × (2ab3)
= -2a4b4
Example 5: Find the product of (xy + 2y) and (a + b)
Solution:
= (xy + 2y) × (a + b)
= (xy × a) + (xy × b) + (2y × a) + (2y × b)
= axy + bxy + 2ay + 2by
Practice Questions on Multiplying Polynomial
Question 1: Multiply 2x2 and 3xy.
Question 2: Multiply (3x2 – 5y) and (4x – y).
Question 3: Multiply (x + 2y) and (3x2 − 4xy + 5).
Question 4: Multiply (xy – 3) and (2x2 – 9y).
Similar Reads
CBSE Class 8th Maths Notes
CBSE Class 8th Maths Notes cover all chapters from the updated NCERT textbooks, including topics such as Rational Numbers, Algebraic Expressions, Practical Geometry, and more. Class 8 is an essential time for students as subjects become harder to cope with. At GeeksforGeeks, we provide easy-to-under
15+ min read
Chapter 1: Rational Numbers
Rational Numbers
A rational number is a type of real number expressed as p/q, where q â 0. Any fraction with a non-zero denominator qualifies as a rational number. Examples include 1/2, 1/5, 3/4, and so forth. Additionally, the number 0 is considered a rational number as it can be represented in various forms such a
9 min read
Natural Numbers | Definition, Examples & Properties
Natural numbers are the numbers that start from 1 and end at infinity. In other words, natural numbers are counting numbers and they do not include 0 or any negative or fractional numbers. Here, we will discuss the definition of natural numbers, the types and properties of natural numbers, as well a
11 min read
Whole Numbers - Definition, Properties and Examples
Whole numbers are a foundational concept in mathematics, encompassing all non-negative integers starting from zero. This set includes numbers like 0, 1, 2, 3, and so on, up to infinity. Unlike integers, whole numbers do not include negative numbers or fractions. Examples of Whole Numbers are 0, 2, 3
9 min read
Integers | Definition, Examples & Types
The word integer originated from the Latin word âIntegerâ which means whole or intact. Integers are a special set of numbers comprising zero, positive numbers, and negative numbers. So, an integer is a whole number (not a fractional number) that can be positive, negative, or zero. Examples of intege
9 min read
Rational Numbers
Rational numbers are a fundamental concept in mathematics, defined as numbers that can be expressed as the ratio of two integers, where the denominator is not zero. Represented in the form p/qâ (with p and q being integers), rational numbers include fractions, whole numbers, and terminating or repea
15+ min read
Representation of Rational Numbers on the Number Line | Class 8 Maths
Rational numbers are the integers p and q expressed in the form of p/q where q>0. Rational numbers can be positive, negative or even zero. Rational numbers can be depicted on the number line. The centre of the number line is called Origin (O). Positive rational numbers are illustrated on the righ
5 min read
Rational Numbers Between Two Rational Numbers | Class 8 Maths
Real numbers are categorized into rational and irrational numbers respectively. Given two integers p and q, a rational number is of the form p/q, where q > 0. A special case arises when q=1 and the rational number simply becomes an integer. Hence, all integers are rational numbers, equal to p. Th
6 min read
Chapter 2: Linear Equations in One Variable
Algebraic Expressions in Math: Definition, Example and Equation
Algebraic Expression is a mathematical expression that is made of numbers, and variables connected with any arithmetical operation between them. Algebraic forms are used to define unknown conditions in real life or situations that include unknown variables. An algebraic expression is made up of term
8 min read
Linear Equations in One Variable
Linear equation in one variable is the equation that is used for representing the conditions that are dependent on one variable. It is a linear equation i.e. the equation in which the degree of the equation is one, and it only has one variable. A linear equation in one variable is a mathematical sta
7 min read
Linear Equations in One Variable - Solving Equations which have Linear Expressions on one Side and Numbers on the other Side | Class 8 Maths
Linear equation is an algebraic equation that is a representation of the straight line. Linear equations are composed of variables and constants. These equations are of first-order, that is, the highest power of any of the involved variables i.e. 1. It can also be considered as a polynomial of degre
4 min read
Solving Linear Equations with Variable on both Sides
Equations consist of two main components: variables and numbers. Understanding the relationship between these components and how to manipulate them is essential for solving equations. Variable: A variable is a symbol (often a letter like x, y, or z) that represents an unknown or changing quantity.Nu
6 min read
Reducing Equations to Simpler Form | Class 8 Maths
Reducing equations is a method used to simplify complex equations into a more manageable form. This technique is particularly useful when dealing with non-linear equations, which cannot always be solved directly. By applying specific mathematical operations, such as cross-multiplication, these equat
7 min read
Equations Reducible to Linear Form
Equations Reducible to Linear Form" refers to equations that can be transformed or rewritten into a linear equation. These equations typically involve variables raised to powers other than 1, such as squared terms, cubed terms, or higher. By applying suitable substitutions or transformations, these
9 min read
Chapter 3: Understanding Quadrilaterals
Types of Polygons
Types of Polygons classify all polygons based on various parameters. As we know, a polygon is a closed figure consisting only of straight lines on its edges. In other words, polygons are closed figures made up of more than 2 line segments on a 2-dimensional plane. The word Polygon is made up of two
9 min read
Triangles in Geometry
A triangle is a polygon with three sides (edges), three vertices (corners), and three angles. It is the simplest polygon in geometry, and the sum of its interior angles is always 180°. A triangle is formed by three line segments (edges) that intersect at three vertices, creating a two-dimensional re
13 min read
Quadrilaterals
Quadrilateral is a two-dimensional figure characterized by having four sides, four vertices, and four angles. It can be broadly classified into two categories: concave and convex. Within the convex category, there are several specific types of quadrilaterals, including trapezoids, parallelograms, re
12 min read
Area of Pentagon
Area of Pentagon or the area of any polygon is the total space taken by that geometric object. In geometry area and perimeter are the most fundamental quantities of measurement after the side. In general, we study two types of shapes in geometry one is flat shapes(2-D Shapes) and other solid shapes
7 min read
Sum of Angles in a Polygon
Polygon is defined as a two-dimensional geometric figure that has a finite number of line segments connected to form a closed shape. The line segments of a polygon are called edges or sides, and the point of intersection of two edges is called a vertex. The angle of a polygon is referred to as the s
11 min read
Exterior Angles of a Polygon
Polygon is a closed, connected shape made of straight lines. It may be a flat or a plane figure spanned across two-dimensions. A polygon is an enclosed figure that can have more than 3 sides. The lines forming the polygon are known as the edges or sides and the points where they meet are known as ve
6 min read
Trapezium: Types | Formulas |Properties & Examples
A Trapezium or Trapezoid is a quadrilateral (shape with 4 sides) with exactly one pair of opposite sides parallel to each other. The term "trapezium" comes from the Greek word "trapeze," meaning "table." It is a two-dimensional shape with four sides and four vertices. In the figure below, a and b ar
8 min read
Kite - Quadrilaterals
A Kite is a special type of quadrilateral that is easily recognizable by its unique shape, resembling the traditional toy flown on a string. In geometry, a kite has two pairs of adjacent sides that are of equal length. This distinctive feature sets it apart from other quadrilaterals like squares, re
8 min read
Parallelogram | Properties, Formulas, Types, and Theorem
A parallelogram is a two-dimensional geometrical shape whose opposite sides are equal in length and are parallel. The opposite angles of a parallelogram are equal in measure and the Sum of adjacent angles of a parallelogram is equal to 180 degrees. A parallelogram is a four-sided polygon (quadrilate
10 min read
Properties of Parallelograms
Properties of Parallelograms: Parallelogram is a quadrilateral in which opposite sides are parallel and congruent and the opposite angles are equal. A parallelogram is formed by the intersection of two pairs of parallel lines. In this article, we will learn about the properties of parallelograms, in
9 min read
Rhombus: Definition, Properties, Formula and Examples
A rhombus is a type of quadrilateral with the following additional properties. All four sides are of equal length and opposite sides parallel. The opposite angles are equal, and the diagonals bisect each other at right angles. A rhombus is a special case of a parallelogram, and if all its angles are
7 min read
Square in Maths - Area, Perimeter, Examples & Applications
A square is a type of quadrilateral where all four sides are of equal length and each interior angle measures 90°. It has two pairs of parallel sides, with opposite sides being parallel. The diagonals of a square are equal in length and bisect each other at right angles.Squares are used in various f
5 min read
Chapter 4: Practical Geometry
Chapter 5: Data Handling
Data Handling
Data Handling: Nowadays, managing and representing data systematically has become very important especially when the data provided is large and complex, This is when Data Handling comes into the picture. Data handling involves the proper management of research data throughout and beyond the lifespan
12 min read
What is Data Organization?
It is a critical process that involves structuring, categorizing, and managing data to make it more accessible, usable, and analyzable. Whether in research, business, or everyday applications, well-organized data can significantly enhance efficiency and decision-making. The importance of data organi
10 min read
Frequency Distribution - Table, Graphs, Formula
A frequency distribution is a way to organize data and see how often each value appears. It shows how many times each value or range of values occurs in a dataset. This helps us understand patterns, like which values are common and which are rare. Frequency distributions are often shown in tables or
12 min read
Pie Chart
Pie chart is a popular and visually intuitive tool used in data representation, making complex information easier to understand at a glance. This circular graph divides data into slices, each representing a proportion of the whole, allowing for a clear comparison of different categories making it ea
12 min read
Chance and Probability
Chance is defined as the natural occurrence of any event without any interference, we can also say that the possibility of any event is the chance of the event, and mathematically we define the chance as the probability of an event. Probability refers to the likelihood of the occurrence of an event.
9 min read
Random Experiment - Probability
In a cricket match, before the game begins. Two captains go for a toss. Tossing is an activity of flipping a coin and checking the result as either âHeadâ or âTailâ. Similarly, tossing a die gives us a number from 1 to 6. All these activities are examples of experiments. An activity that gives us a
12 min read
Probability in Maths
Probability deals with events and quantifies the likelihood of occurring an event. Its value ranges from 0 to 1. Higher probabilities indicate a greater chance of the event happening. It is mainly a ratio of favorable outcomes to total outcomes. What are the chances of the following events when we p
3 min read
Chapter 6: Squares and Square Roots
Chapter 7: Cubes and Cube Roots
Chapter 8: Comparing Quantities
Ratios and Percentages
Ratios and Percentages: Comparing quantities is easy, each of the quantities is defined to a specific standard and then the comparison between them takes place after that. Comparing quantities can be effectively done by bringing them to a certain standard and then comparing them related to that spec
7 min read
Fractions - Definition, Types and Examples
Fractions are numerical expressions used to represent parts of a whole or ratios between quantities. They consist of two numbers separated by a horizontal line called a vinculum, where the number above the line is called the 'Numerator' and the number below the line is called the 'Denominator'. Exam
6 min read
Percentage
In mathematics, a percentage is a figure or ratio that signifies a fraction out of 100 i.e., A fraction whose denominator is 100 is called a Percent i.e. in all the fractions where the denominator is 100 we can remove the denominator and put the % sign. For example, the fraction 23/100 can be writte
6 min read
Discount Formula
Discount in Mathematics is defined as the reduction in price of any service and product. Discount is offered by the business owner to easily and quickly sell their product or services. Giving discounts increases the sales of the business and helps the business retain its customer. Discount is always
9 min read
Sales Tax, Value Added Tax, and Goods and Services Tax - Comparing Quantities | Class 8 Maths
Tax is a mandatory fee levied by the government to collect revenue for public works providing the best facilities and infrastructure. The first known Tax system was in Ancient Egypt around 3000â2800 BC, in First Dynasty of Egypt. The first form of taxation was corvée and tithe. In India, The Tax was
6 min read
Simple Interest
Simple Interest (SI) is a method of calculating the interest charged or earned on a principal amount over a fixed period of time. It is calculated based solely on the principal amount, which remains unchanged throughout the calculation. Simple Interest is widely used across industries such as bankin
8 min read
Compound Interest | Class 8 Maths
Compound Interest: Compounding is a process of re-investing the earnings in your principal to get an exponential return as the next growth is on a bigger principal, following this process of adding earnings to the principal. In this passage of time, the principal will grow exponentially and produce
9 min read
Compound Interest
Compound Interest is the interest that is calculated against a loan or deposit amount in which interest is calculated for the principal as well as the previous interest earned. Compound interest is used in the banking and finance sectors and is also useful in other sectors. A few of its uses are: Gr
9 min read
Chapter 9: Algebraic Expressions and Identities
Algebraic Expressions and Identities
An algebraic expression is a mathematical phrase that can contain numbers, variables, and operations, representing a value without an equality sign. Whereas, algebraic identities are equations that hold true for all values of the variables involved. Learning different algebraic identities is crucial
11 min read
Types of Polynomials (Based on Terms and Degrees)
Types of Polynomials: In mathematics, an algebraic expression is an expression built up from integer constants, variables, and algebraic operations. There are mainly four types of polynomials based on degree-constant polynomial (zero degree), linear polynomial ( 1st degree), quadratic polynomial (2n
9 min read
Like and Unlike Algebraic Terms: Definition and Examples
Like terms are terms in algebraic expressions that have the same variables raised to the same powers. Like and Unlike Terms are the types of terms in algebra, and we can differentiate between like and unlike terms by simply checking the variables and their powers. We define algebraic terms as the in
7 min read
Mathematical Operations on Algebraic Expressions - Algebraic Expressions and Identities | Class 8 Maths
The basic operations that are being used in mathematics (especially in real number systems) are addition, subtraction, multiplication and so on. These operations can also be done on the algebraic expressions. Let us see them in detail. Algebraic expressions (also known as algebraic equations) are de
5 min read
Multiplying Polynomials
Polynomial multiplication is the process of multiplying two or more polynomials to find their product. It involves multiplying coefficients and applying exponent rules for variables. When multiplying polynomials: Multiply the coefficients (numerical values).Multiply variables with the same base by a
8 min read
Standard Algebraic Identities
Algebraic Identities are algebraic equations that are always true for every value of the variable in them. The algebraic equations that are valid for all values of variables in them are called algebraic identities. It is used for the factorization of polynomials. In this way, algebraic identities ar
7 min read