Free Multiplying Polynomials Calculator

Polynomial P(x)

Polynomial Q(x)

P(x) x Q(x)product polynomial

Select degrees and enter coefficients for both polynomials, then click Calculate to multiply them.

Polynomial Multiplication: A Complete Guide

This Multiplying Polynomials Calculator provides a free online method to compute the product of two polynomial expressions. At its core, polynomial multiplication reduces to repeated monomial multiplication—once you understand how to multiply monomials, you can handle any polynomial product. This guide walks through the fundamental concepts, the step‑by‑step process, and a worked example that shows both manual calculation and how the tool simplifies the task.

What Are Polynomials, Monomials, and Binomials?

A polynomial is an algebraic expression made up of variables and coefficients, using only non‑negative integer exponents. Each additive component of a polynomial is called a monomial (from the Greek “mono‑” meaning “one”). For example, the following are all monomials:

2x,(−3)×z3×0.5,πr2,a2020,12×0.7654321×1,k×l×(−7x)×k22x,\quad (-3)\times z^{3}\times 0.5,\quad \pi r^{2},\quad a^{2020},\quad \frac{1}{2}\times 0.7654321\times 1,\quad k\times l\times (-7x)\times k^{2}

Monomials can be simplified by combining numeric coefficients and grouping like variables.

A binomial is a polynomial with exactly two monomial terms. For instance, x+2yx + 2y is a binomial, while a2+2ab+ba^{2} + 2ab + b has three terms and is a trinomial (a specific type of polynomial).

Multiplying Monomials: The Foundational Operation

To multiply monomials, follow a simple rule: multiply the numeric coefficients together, then write the variables in alphabetical order, with each variable’s exponent equal to the sum of its exponents from all factors. For example:

(−3)×z3×0.5=−1.5z3(-3)\times z^{3}\times 0.5 = -1.5z^{3} 12×0.7654321×1=0.38271605\frac{1}{2}\times 0.7654321\times 1 = 0.38271605 k×l×(−7x)×k2=−7k3lxk\times l\times (-7x)\times k^{2} = -7k^{3}lx

In the last product, the exponent of kk is 1+2=31+2=3 because one factor contributes kk and the other k2k^{2}.

Multiplying a Polynomial by a Monomial

Once monomial multiplication is clear, extending to a polynomial times a monomial is straightforward: multiply the monomial by each term of the polynomial separately, then add the results. Pay close attention to signs. For instance:

(2+z+xy)×(−1.5z3)=2×(−1.5z3)+z×(−1.5z3)+xy×(−1.5z3)=−3z3−1.5z4−1.5xyz3(2 + z + xy) \times (-1.5z^{3}) = 2\times(-1.5z^{3}) + z\times(-1.5z^{3}) + xy\times(-1.5z^{3}) = -3z^{3} - 1.5z^{4} - 1.5xyz^{3}

General Multiplication of Polynomials

Multiplying two polynomials is simply an extension of the previous step: take one polynomial, treat it as a sum of monomials, and multiply each of those monomials by the entire second polynomial. Because multiplication is commutative, the order does not matter.

For two binomials (A+B)×(C+D)(A+B)\times(C+D) the expansion becomes:

(A+B)×(C+D)=A×(C+D)+B×(C+D)=AC+AD+BC+BD(A+B)\times(C+D)=A\times(C+D)+B\times(C+D)=AC+AD+BC+BD

The same logic applies when the polynomials have more terms: every term of the first polynomial is multiplied by every term of the second. After expanding, combine like terms (same variable and exponent) to simplify the result.

Worked Example: Manual vs. Calculator

Consider the two polynomials:

P(x)=x4−3x2+2x+4,Q(x)=−0.5x2+x−2P(x)=x^{4}-3x^{2}+2x+4,\qquad Q(x)=-0.5x^{2}+x-2

We want their product. Choose the polynomial with fewer terms (here Q(x)Q(x)) to break apart:

(x4−3x2+2x+4)×(−0.5x2+x−2)=(x4−3x2+2x+4)×(−0.5x2)  +  (x4−3x2+2x+4)×x  +  (x4−3x2+2x+4)×(−2)=−0.5x6+1.5x4−x3−2x2  +  x5−3x3+2x2+4x  −  2x4+6x2−4x−8\begin{aligned} &(x^{4}-3x^{2}+2x+4)\times(-0.5x^{2}+x-2)\\ &= (x^{4}-3x^{2}+2x+4)\times(-0.5x^{2}) \;+\; (x^{4}-3x^{2}+2x+4)\times x \;+\; (x^{4}-3x^{2}+2x+4)\times(-2)\\ &= -0.5x^{6}+1.5x^{4}-x^{3}-2x^{2} \;+\; x^{5}-3x^{3}+2x^{2}+4x \;-\;2x^{4}+6x^{2}-4x-8 \end{aligned}

Now collect terms with the same power of xx:

x6:−0.5x6x5:x5x4:1.5x4−2x4=−0.5x4x3:−x3−3x3=−4x3x2:−2x2+2x2+6x2=6x2x1:4x−4x=0x0:−8\begin{aligned} x^{6}&: -0.5x^{6}\\ x^{5}&: x^{5}\\ x^{4}&: 1.5x^{4}-2x^{4} = -0.5x^{4}\\ x^{3}&: -x^{3}-3x^{3} = -4x^{3}\\ x^{2}&: -2x^{2}+2x^{2}+6x^{2} = 6x^{2}\\ x^{1}&: 4x-4x = 0\\ x^{0}&: -8 \end{aligned}

Thus the simplified product is:

−0.5x6+x5−0.5x4−4x3+6x2−8\boxed{-0.5x^{6}+x^{5}-0.5x^{4}-4x^{3}+6x^{2}-8}

The Multiplying Polynomials Calculator performs all these steps instantly. Simply enter the coefficients and degrees of each polynomial, and the tool returns the same result in seconds, eliminating the drudgery of manual expansion and error‑prone sign handling.

Why Use an Online Polynomial Multiplication Tool?

A dedicated polynomial multiplication calculator saves time, reduces mistakes, and lets you focus on understanding the process rather than arithmetic. Whether you are a student learning algebra or a professional dealing with symbolic expressions, being able to multiply polynomials online—quickly and for free—makes tackling larger problems far easier. The tool handles any degree and provides immediate feedback, making it an ideal companion for homework, lesson planning, or quick checks.

FAQ

1. What is the basic rule for multiplying monomials?

Multiply the numeric coefficients together, then list the variables in alphabetical order. For each variable, add the exponents from all factors to obtain the exponent in the product.

2. How do I multiply a polynomial by a monomial?

Multiply the monomial by every term (monomial) of the polynomial, then sum all the resulting products. Remember to keep the sign of each term when multiplying.

3. How does the Multiplying Polynomials Calculator work?

You enter the degree and coefficients of each polynomial (the tool currently supports single‑variable expressions). The calculator expands the product by distributing every term and then combines like terms to display the simplified result automatically.

4. Can I use this calculator for polynomials with more than one variable?

No, the present version of the Multiplying Polynomials Calculator only handles polynomials that contain a single variable (e.g., x). For multi‑variable polynomial multiplication, you would need to expand the product manually or use a more advanced computer algebra system.

5. What is the difference between a binomial and a polynomial?

A binomial is a specific type of polynomial that has exactly two terms. A polynomial can have any number of terms (as long as each term is a monomial). All binomials are polynomials, but not all polynomials are binomials.

How to Use

  1. Select degrees - Choose the degree (1-6) for each polynomial P(x) and Q(x) using the dropdown menus.
  2. Enter coefficients - Type the coefficients for each term of both polynomials. Use decimals or integers. For missing terms, enter 0.
  3. Calculate the product - Click Calculate to multiply P(x) and Q(x) and see the simplified polynomial product displayed in standard form.