Mathwords logoMathwords

Multiplying Polynomials — Definition, Formula & Examples

Multiplying polynomials is the process of finding the product of two or more polynomial expressions by distributing each term of one polynomial across every term of the other and then combining like terms.

Given two polynomials p(x)=i=0maixip(x) = \sum_{i=0}^{m} a_i x^i and q(x)=j=0nbjxjq(x) = \sum_{j=0}^{n} b_j x^j, their product is the polynomial r(x)=k=0m+nckxkr(x) = \sum_{k=0}^{m+n} c_k x^k where each coefficient ck=i+j=kaibjc_k = \sum_{i+j=k} a_i b_j. The degree of the product equals the sum of the degrees of the factors.

Key Formula

(a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bd
Where:
  • a,ba, b = Terms of the first polynomial
  • c,dc, d = Terms of the second polynomial

How It Works

To multiply two polynomials, multiply every term in the first polynomial by every term in the second polynomial, then combine like terms. When both factors are binomials, many students use the FOIL method (First, Outer, Inner, Last) as a shortcut, but the underlying idea is always the distributive property. For larger polynomials, organize your work in rows or a grid to avoid missing any term pairs. After distributing, group terms with the same exponent and add their coefficients to simplify the result.

Worked Example

Problem: Multiply (2x+3)(x24x+5)(2x + 3)(x^2 - 4x + 5).
Step 1: Distribute 2x2x across every term in the second polynomial.
2xx2+2x(4x)+2x5=2x38x2+10x2x \cdot x^2 + 2x \cdot (-4x) + 2x \cdot 5 = 2x^3 - 8x^2 + 10x
Step 2: Distribute 33 across every term in the second polynomial.
3x2+3(4x)+35=3x212x+153 \cdot x^2 + 3 \cdot (-4x) + 3 \cdot 5 = 3x^2 - 12x + 15
Step 3: Add the results and combine like terms.
2x38x2+3x2+10x12x+15=2x35x22x+152x^3 - 8x^2 + 3x^2 + 10x - 12x + 15 = 2x^3 - 5x^2 - 2x + 15
Answer: 2x35x22x+152x^3 - 5x^2 - 2x + 15

Another Example

Problem: Multiply (x+4)(x4)(x + 4)(x - 4).
Step 1: Apply the distributive property (FOIL): First, Outer, Inner, Last.
xx+x(4)+4x+4(4)x \cdot x + x \cdot (-4) + 4 \cdot x + 4 \cdot (-4)
Step 2: Simplify each product.
x24x+4x16x^2 - 4x + 4x - 16
Step 3: Combine like terms. The middle terms cancel.
x216x^2 - 16
Answer: x216x^2 - 16 (a difference of squares)

Visualization

Why It Matters

Multiplying polynomials is a core skill in Algebra 1 and Algebra 2 that you will use constantly when factoring expressions, solving quadratic and higher-degree equations, and simplifying rational expressions. In physics and engineering, polynomial products appear in area and volume formulas, signal processing, and modeling curved surfaces. Mastering this operation also prepares you for the Binomial Theorem, which extends polynomial multiplication to any positive integer power.

Common Mistakes

Mistake: Forgetting to multiply every term in the first polynomial by every term in the second, especially when one polynomial has three or more terms.
Correction: Use a grid or table to systematically pair each term from the first polynomial with each term from the second. The total number of partial products should equal the product of the number of terms in each factor.
Mistake: Adding exponents incorrectly or combining terms that are not like terms (e.g., adding x2x^2 and x3x^3).
Correction: When multiplying, add the exponents: xaxb=xa+bx^a \cdot x^b = x^{a+b}. When combining, only add coefficients of terms with the exact same variable and exponent.

Related Terms