Skip to content

Polynomial Operations

In this lesson you’ll learn how to add, subtract, and multiply polynomials, including how to organize terms and simplify the results.

Polynomial operations follow the same rules as working with numbers, but you must combine like terms (terms with the same variable and same exponent).

Addition and Subtraction - combine like terms. When subtracting, distribute the negative sign to every term in the second polynomial.

Multiplication - use the distributive property. Multiply every term in the first polynomial by every term in the second. For two binomials, this is called FOIL (First, Outer, Inner, Last).

The diagram shows the FOIL method for multiplying two binomials. Each colored arc connects two terms being multiplied: blue for First (x · 2x = 2x²), green for Outer (x · −3 = −3x), orange for Inner (4 · 2x = 8x), and purple for Last (4 · −3 = −12). Combine the like terms (−3x + 8x = 5x) to get the final answer: 2x² + 5x − 12.

Important reminders:

  • When subtracting, distribute the negative sign to every term in the second polynomial.
  • Write the final answer in standard form (descending powers of x).
  • The degree of the product equals the sum of the degrees of the factors.

1. Add two polynomials

(3x³ − 2x² + 5x − 1) + (x³ + 4x² − 7x + 8)

=(3x3+x3)+(2x2+4x2)+(5x7x)+(1+8)=4x3+2x22x+7= (3x^3 + x^3) + (-2x^2 + 4x^2) + (5x - 7x) + (-1 + 8) = 4x^3 + 2x^2 - 2x + 7

2. Subtract two polynomials

(5x² + 3x − 4) − (2x² − 6x + 9)

Distribute the negative sign first:

=5x2+3x42x2+6x9=3x2+9x13= 5x^2 + 3x - 4 - 2x^2 + 6x - 9 = 3x^2 + 9x - 13

3. Multiply a binomial by a trinomial

(x + 4)(2x² − 3x + 5)

Distribute each term of the first polynomial across the second:

=x(2x23x+5)+4(2x23x+5)=2x33x2+5x+8x212x+20=2x3+5x27x+20\begin{aligned} &= x(2x^2 - 3x + 5) + 4(2x^2 - 3x + 5) \\[1em] &= 2x^3 - 3x^2 + 5x + 8x^2 - 12x + 20 \\[1em] &= 2x^3 + 5x^2 - 7x + 20 \end{aligned}

Polynomial operations are used when combining real quantities:

  • Total cost: fixed costs + variable costs (often polynomials).
  • Profit: revenue polynomial minus cost polynomial.
  • Area/volume: multiplying length, width, and height expressions.
  • Physics: combining force, velocity, or acceleration models.
  • Economics: total revenue = price × quantity, where both may be polynomial expressions.

Example: a company’s revenue is r(x) = 50x − 2x² and cost is c(x) = 200 + 15x. Profit = r(x) − c(x) = 50x − 2x² − 200 − 15x = −2x² + 35x − 200.

Add: $(4x^2 - 3x + 7) + (2x^2 + 5x - 1)$
Subtract: $(5x^3 + 2x - 8) - (3x^3 - 4x + 1)$
Multiply: $(x + 3)(2x - 5)$
After adding or subtracting polynomials, the final answer should be written in:
Multiply: $(2x + 1)(x^2 - 3x + 4)$