🔢 Algebra Reference

Polynomial Multiplication Calculator

Multiply two polynomial expressions and get a detailed step-by-step solution showing every term-product pair, the expanded unsimplified form, like-term grouping, and the final simplified polynomial. Supports binomials, trinomials, and higher-degree polynomials.

Quick Examples

Syntax: Use x^2 for x², - for negative terms, spaces optional. Examples: 3x^2 - 2x + 1 · x - 5 · -x^3 + 4. One variable (x) supported.

How Polynomial Multiplication Works

Polynomial multiplication is based on the distributive property: every term in the first polynomial is multiplied by every term in the second polynomial, then the resulting products are combined by collecting like terms (terms with the same variable exponent).

🔢 The General Formula

For polynomials A(x) = Σ aᵢxⁱ and B(x) = Σ bⱼxʲ, their product is:
A(x)·B(x) = Σ Σ (aᵢ·bⱼ) x^(i+j)

✨ FOIL Method

FOIL (First, Outside, Inside, Last) is a memory aid that applies only to binomial × binomial multiplication. For polynomials with three or more terms, use the full distributive method.

➕ Combining Like Terms

Terms with the same exponent are "like terms." When multiplying x² × x³ you add the exponents (x⁵). When adding or subtracting x² + 2x², the exponent stays the same and only the coefficients combine (3x²).

Worked Example

Multiply (x + 2)(x + 3) step by step.

Distribute x across (x + 3):x · x + x · 3 = x² + 3x
Distribute 2 across (x + 3):2 · x + 2 · 3 = 2x + 6
Expanded (unsimplified):x² + 3x + 2x + 6
Combine like terms (3x + 2x = 5x):x² + 5x + 6

Common Polynomial Multiplication Mistakes

Forgetting a term

When distributing, every term in A must multiply every term in B. Missing even one term-pair gives a wrong answer.

Sign errors with negatives

(−3x)(−2x) = +6x², not −6x². Negative × negative = positive. Use parentheses to track signs carefully.

Adding exponents when combining like terms

x² + x² = 2x² (not x⁴). Exponents are added only when multiplying (x² · x² = x⁴).

Applying FOIL to non-binomials

FOIL only works for exactly (two terms)(two terms). Use the full distributive method for trinomials or larger.

Forgetting to combine all like terms

After expanding, scan the result for all matching exponents before writing the final simplified answer.

Frequently Asked Questions

What is a polynomial multiplication calculator?
A polynomial multiplication calculator is an online tool that automatically multiplies two polynomial expressions and shows the expanded, simplified result along with detailed step-by-step working so you can learn and verify the process.
How do you multiply two polynomials?
Use the distributive property: multiply every term in the first polynomial by every term in the second polynomial, collect all the resulting products, then combine like terms (those with equal exponents). Sort the final result in descending exponent order.
What is the FOIL method?
FOIL stands for First, Outside, Inside, Last. It is a memory aid for multiplying exactly two binomials. "First" means multiply the first terms of each binomial, "Outside" the outermost terms, "Inside" the innermost terms, and "Last" the final terms of each. FOIL does not apply to trinomials or larger polynomials.
Can this calculator multiply trinomials?
Yes. This calculator supports polynomials of any degree and any number of terms, including trinomials, as long as the expressions use one variable (x) and integer or decimal coefficients.
Can I multiply polynomials with negative coefficients?
Yes. Negative coefficients are fully supported. The parser correctly handles leading negatives (e.g., −x² + 3x) and negative terms anywhere in the expression.
What happens to exponents when multiplying terms?
When multiplying two terms, you multiply the coefficients and add the exponents. For example: (3x²)(2x³) = 6x⁵. This follows the exponent product rule: xᵃ · xᵇ = x^(a+b).
How are like terms combined?
Like terms share the same variable exponent. After expanding the multiplication, all products with identical exponents are grouped, and their coefficients are added. For example: 3x² + 5x² = 8x².
Does this calculator show the steps?
Yes. After you click Calculate, the tool shows four steps: (1) every individual term-product pair with color-coded source tracking, (2) the full expanded unsimplified expression, (3) like-terms grouped by exponent with combined coefficients, and (4) the final simplified polynomial.

Supported Input Formats & Limitations

✅ Supported

  • Standard form: 3x^2 - 2x + 1
  • Binomials: x + 2, x - 5
  • Monomials: 3x, -x^4
  • Constants: 5, -7
  • Decimal coefficients: 0.5x^2 + 2.5
  • Implicit coefficient: x^2 = 1x²
  • Leading negatives: -x^3 + 4
  • Any term order: 3 + x^2 - 2x
  • Any number of terms or degree

❌ Not Supported (v1)

  • Fraction coefficients: 1/2 x^2
  • Multiple variables: (x+y)(x−y)
  • Division by variable: 1/x
  • Radicals: √x
  • Trigonometric functions
  • Exponents above 50
  • Nested parentheses beyond outer wrapping

How to Use the Polynomial Multiplication Calculator

  1. Enter your first polynomial in the "First Polynomial (A)" field using standard notation: use x^2 for x², separate terms with + or −, and enter coefficients directly before the variable (e.g., 3x^2 - 2x + 1).
  2. Enter your second polynomial in the "Second Polynomial (B)" field.
  3. Click a Quick Example chip to auto-fill a demonstration expression pair.
  4. Click "Calculate" (or press Enter) to view your full step-by-step solution.
  5. Use "⇅ Swap" to exchange Polynomial A and B without re-typing.
  6. Click "📋 Copy Result" to copy the final answer to your clipboard.
  7. Click "More About This Result" to view the degree, leading coefficient, constant term, and number of terms.
  8. Click "Reset" to clear all fields and start fresh.

How Polynomial Multiplication Is Calculated

This calculator uses the general distributive property: A(x)·B(x) = Σ Σ (aᵢ·bⱼ) x^(i+j). Every term aᵢxⁱ in polynomial A is multiplied by every term bⱼxʲ in polynomial B, producing a product term with coefficient aᵢ·bⱼ and exponent i+j. All products sharing the same exponent are then combined by adding their coefficients, and the result is sorted in descending exponent order.

Understanding Polynomial Multiplication, FOIL & Like Terms

Polynomial multiplication is a fundamental algebraic operation built on the distributive property. For two polynomials A(x) and B(x), the product is found by multiplying each term of A by each term of B — producing a set of monomial products — then combining all terms with matching exponents. When both expressions are binomials (two terms each), the FOIL method (First, Outside, Inside, Last) provides a convenient shortcut that identifies the same four products. For larger polynomials with three or more terms, FOIL does not apply and the full distributive method must be used. A key insight: when multiplying monomials, coefficients are multiplied and exponents are added (xᵃ · xᵇ = x^(a+b)); when combining like terms, exponents stay the same and only coefficients are added.

Published Clinical & Scientific References

  • Stewart, Redlin & Watson — Algebra and Trigonometry (Polynomial Operations).
  • Khan Academy — Multiplying Polynomials (Distributive Property & FOIL).
Explore more reference calculators in Educational & ReferenceBrowse All Educational & Reference Tools →
Important Note: Educational Tool Disclaimer: This Polynomial Multiplication Calculator is designed for educational purposes. It assumes a single variable (x), integer or decimal coefficients, and non-negative integer exponents. Results are mathematically accurate for supported expression formats. Always verify critical calculations independently.

Frequently Asked Questions

What is a polynomial multiplication calculator?

A polynomial multiplication calculator is an online tool that automatically multiplies two polynomial expressions and shows the expanded, simplified result along with detailed step-by-step working so you can learn and verify the process.

How do you multiply two polynomials?

Use the distributive property: multiply every term in the first polynomial by every term in the second polynomial, collect all the resulting products, then combine like terms (those with equal exponents). Sort the final result in descending exponent order.

What is the FOIL method?

FOIL stands for First, Outside, Inside, Last. It is a memory aid for multiplying exactly two binomials. FOIL does not apply to trinomials or larger polynomials — use the full distributive method instead.

Can this calculator multiply trinomials?

Yes. This calculator supports polynomials of any degree and any number of terms, including trinomials, as long as the expressions use one variable (x) and integer or decimal coefficients.

Can I multiply polynomials with negative coefficients?

Yes. Negative coefficients are fully supported. The parser correctly handles leading negatives (e.g., −x² + 3x) and negative terms anywhere in the expression.

What happens to exponents when multiplying polynomial terms?

When multiplying two terms, you multiply the coefficients and add the exponents. For example: (3x²)(2x³) = 6x⁵. This follows the exponent product rule: xᵃ · xᵇ = x^(a+b).

How are like terms combined after multiplication?

Like terms share the same variable exponent. After expanding the multiplication, all products with identical exponents are grouped, and their coefficients are added. For example: 3x² + 5x² = 8x².

Does this calculator show step-by-step working?

Yes. After clicking Calculate, the tool shows four steps: (1) every individual term-product pair with color-coded source tracking, (2) the full expanded unsimplified expression, (3) like-terms grouped by exponent with combined coefficients, and (4) the final simplified polynomial.

Related Calculators & Tools

🚀 Physics Standard

Projectile Motion Calculator

Multi-mode projectile motion calculator. Calculate trajectory, flight time, peak height, horizontal range, required launch angle, and initial velocity.

Open Calculator →

Related Guides & Articles

Educational & Reference

How Precision Online Calculators Save Time, Energy, and Prevent Errors

Discover how specialized calculation tools streamline complex decisions across fitness reference standards, technical measurements, and academic planning.

Read Guide →