Navigation
Calculators Pricing Blog About Contact
Get Started
Get Started Login
✖️

Multiplying Polynomials Calculator

Multiply polynomials step-by-step using the distributive property (FOIL for binomials).

E.g., 2x + 3 or x² + 2x - 1
E.g., x - 1 or 3x + 2

What Is Polynomial Multiplication?

Polynomial multiplication is the process of finding the product of two or more polynomials. A polynomial is a mathematical expression consisting of variables (like x), constants, and exponents combined using addition, subtraction, and multiplication.

When you multiply polynomials, you apply the distributive property to each term: every term in the first polynomial multiplies with every term in the second polynomial. The result is a new polynomial with the highest degree equal to the sum of the input polynomials' degrees.

Real-World Example: In physics, polynomial multiplication appears when calculating area. If one dimension is (2x + 3) and another is (x − 1), the area is found by multiplying these expressions: (2x + 3)(x − 1) = 2x² − 2x + 3x − 3 = 2x² + x − 3.

The FOIL Method for Binomials

When multiplying two binomials (polynomials with exactly two terms), the FOIL method is a quick mnemonic device:

  • First: Multiply the first terms of each binomial
  • Outer: Multiply the outer terms
  • Inner: Multiply the inner terms
  • Last: Multiply the last terms

FOIL Formula:

(a + b)(c + d) = ac + ad + bc + bd

Example: (2x + 3)(x − 1)

  • First: 2x · x = 2x²
  • Outer: 2x · (−1) = −2x
  • Inner: 3 · x = 3x
  • Last: 3 · (−1) = −3
  • Result: 2x² − 2x + 3x − 3 = 2x² + x − 3

The Distributive Property for Complex Polynomials

For polynomials with more than two terms, use the distributive property: multiply each term in the first polynomial by each term in the second, then combine like terms.

General Method:

(a + b + c)(d + e) = ad + ae + bd + be + cd + ce

Example: (x² + 2x − 1)(2x + 3)

  • x² · 2x = 2x³
  • x² · 3 = 3x²
  • 2x · 2x = 4x²
  • 2x · 3 = 6x
  • −1 · 2x = −2x
  • −1 · 3 = −3
  • Combine like terms: 2x³ + 7x² + 4x − 3

Combining Like Terms

After multiplying all terms, group and add coefficients of terms with the same variable and exponent. This simplification reduces the polynomial to its standard form.

Key Tip: Arrange the final result in descending order by degree (highest exponent first). This is called standard form and makes it easier to read and identify the polynomial's properties.

Degree of the Product

An important property: when multiplying two polynomials, the degree of the product equals the sum of the degrees of the factors.

  • Degree 1 × Degree 1 = Degree 2 (binomial × binomial = quadratic)
  • Degree 2 × Degree 1 = Degree 3 (quadratic × linear = cubic)
  • Degree 2 × Degree 2 = Degree 4 (quadratic × quadratic = quartic)

Common Multiplication Patterns

Difference of Squares: (a + b)(ab) = a² − b²

Perfect Square Trinomial: (a + b)² = a² + 2ab + b²

Sum/Difference of Cubes: (a + b)(a² − ab + b²) = a³ + b³

Where Is Polynomial Multiplication Used?

Polynomial multiplication is fundamental in:

  • Algebra: Solving equations, expanding expressions, factoring
  • Calculus: Derivatives and integrals of polynomial functions
  • Physics: Area and volume calculations, physics formulas
  • Engineering: Signal processing, control systems
  • Computer Science: Polynomial hash functions, cryptography

Why Master This? Polynomial multiplication is the gateway to algebra mastery. Nearly every algebraic technique—from factoring to the quadratic formula—depends on understanding how to multiply polynomials correctly.

Frequently Asked Questions

Refer to the FAQ section below for quick answers to common questions about polynomial multiplication.

Frequently Asked Questions

FOIL is a shortcut specifically for multiplying binomials (2-term polynomials). The distributive property is the general method that works for any polynomials. FOIL helps you remember the order: First, Outer, Inner, Last. Both achieve the same result, but distributive property is more versatile.
Combining like terms simplifies the polynomial and presents it in standard form. It reduces the expression to its most compact representation and makes it easier to identify the polynomial's key properties, such as its degree and leading coefficient.
Yes! When you multiply a polynomial by itself, you square it. For example, (x + 2)² = (x + 2)(x + 2) = x² + 4x + 4. This is a special case called a "perfect square trinomial."
You simply distribute that constant to every term in the other polynomial. For example, 5 × (2x + 3) = 10x + 15. This is called scalar multiplication.
Add the degrees of the two input polynomials. If you multiply a degree-2 polynomial (quadratic) by a degree-3 polynomial (cubic), the result is degree 5 (quintic).
Yes! If you recognize special patterns (like difference of squares or perfect square trinomials), you can apply those formulas directly without distributing. For example, (x + 3)(x − 3) = x² − 9 using the difference of squares formula.

Embed this Calculator

Copy the code below and paste it into your website's HTML. Your visitors can use this calculator for free.

px × px
<iframe src="https://calculatorteam.com/embed/multiplying-polynomials-calculator" width="100%" height="600" style="border:none;border-radius:12px;" loading="lazy" title="Multiplying Polynomials Calculator"></iframe>

Report an Issue

Let us know what's wrong with this calculator. We'll review and fix it as soon as possible.