MATH 2 • ALGEBRA & FUNCTIONS

Polynomial Operations — I can add, subtract, and multiply polynomials and simplify results using correct notation.

Master the art of combining, subtracting, and multiplying polynomial expressions to build a foundation for advanced algebra.

Historical Context & Motivation

Long before modern algebra textbooks existed, ancient civilizations grappled with problems that we would now describe using polynomials. Babylonian scribes around 2000 BCE solved quadratic equations inscribed on clay tablets, effectively performing polynomial arithmetic without ever writing a variable. Greek mathematicians, especially Diophantus of Alexandria (circa 250 CE), introduced symbolic shorthand that hinted at a general notation for powers and unknowns. These early efforts laid the groundwork for the algebraic language that eventually took shape in the Islamic Golden Age and Renaissance Europe.

The word polynomial itself comes from the Greek poly (many) and the Latin nomen (name or term). Over centuries, mathematicians developed consistent rules for combining these "many-termed" expressions — rules you will learn in this lesson. Understanding how to add, subtract, and multiply polynomials is essential because nearly every branch of higher mathematics, from calculus to engineering, relies on these operations.

~2000 BCE
Babylonian Quadratics
Babylonian mathematicians solve quadratic problems on clay tablets using geometric methods, performing what we now recognize as polynomial arithmetic.
~250 CE
Diophantus & Symbolic Algebra
Diophantus of Alexandria introduces abbreviations for powers of unknowns in his work Arithmetica, moving toward symbolic polynomial notation.
~820 CE
Al-Khwarizmi's Al-Jabr
The Persian mathematician al-Khwarizmi publishes systematic methods for solving polynomial equations, giving us the word "algebra" from al-jabr (restoration).
1637
Descartes & Modern Notation
René Descartes introduces the convention of using letters near the end of the alphabet (x, y, z) for unknowns and superscript exponents, establishing the notation we still use today.

The central question this lesson addresses is straightforward yet powerful: How do we combine polynomial expressions accurately, and what rules guarantee a correct, simplified result? By the end of this lesson, you will be able to add, subtract, and multiply polynomials with confidence and present your answers in standard form.

Core Principles & Definitions

Before diving into operations, you need a solid grip on the vocabulary. A term is a product of a number (its coefficient) and one or more variables raised to whole-number exponents. A polynomial is a sum of one or more terms. Polynomials are classified by the number of terms they contain: a single-term expression is a monomial, two terms make a binomial, and three terms form a trinomial. The degree of a polynomial is the highest exponent that appears on any variable term, and standard form means writing terms in order from the highest degree to the lowest.

1

Like Terms

Terms that have identical variable parts (same variables raised to the same exponents). Only like terms can be combined through addition or subtraction. For example, 3x² and −5x² are like terms, but 3x² and 3x are not.
2

Standard Form

A polynomial is in standard form when its terms are arranged from the highest degree to the lowest degree (descending order). For example, 4x³ − 2x² + x − 7 is in standard form.
3

The Distributive Property

The rule a(b + c) = ab + ac is the engine behind polynomial multiplication. Every term in one polynomial must be distributed to every term in the other polynomial, then like terms are combined.
4

Closure Property

Polynomials are closed under addition, subtraction, and multiplication. This means the result of any of these operations on polynomials is always another polynomial — you never "leave" the polynomial family.
KEY TAKEAWAY
Think of polynomial terms like different denominations of currency. You can add three $5 bills to two $5 bills and get five $5 bills, but you cannot add $5 bills directly to $10 bills — you must keep each denomination separate. In the same way, you can only combine like terms (terms with the same variable and exponent). Different "denominations" — different variable parts — stay as separate terms in your final answer.

Visual Explanation — Combining Like Terms

The following diagram illustrates how addition and subtraction of polynomials works visually. Each colored group represents a set of like terms that can be combined. Notice that terms with the same variable and exponent are grouped together, and only their coefficients change during the operation.

Each color represents a group of like terms. Violet boxes hold x² terms, cyan boxes hold x terms, and amber boxes hold constants. When adding, we combine the coefficients within each color group to produce the result.

As the diagram shows, the key to adding (and subtracting) polynomials is identifying like terms. In the diagram, the violet-bordered boxes always contain x² terms, the cyan boxes contain x terms, and the amber boxes contain constants. When you add polynomials, you simply add the coefficients within each group. When you subtract, you change the signs of every term in the second polynomial first and then combine like terms in exactly the same way.

Mathematical Framework

Let's formalize the three polynomial operations. In each case, we rely on fundamental algebraic properties — the commutative, associative, and distributive properties — to justify every step.

Addition of Polynomials

POLYNOMIAL ADDITION
(aₙxⁿ + ··· + a₁x + a₀) + (bₙxⁿ + ··· + b₁x + b₀) = (aₙ + bₙ)xⁿ + ··· + (a₁ + b₁)x + (a₀ + b₀)
Combine the coefficients of matching (like) terms. The variable parts and exponents remain unchanged.

Subtraction of Polynomials

POLYNOMIAL SUBTRACTION
(aₙxⁿ + ··· + a₀) − (bₙxⁿ + ··· + b₀) = (aₙ − bₙ)xⁿ + ··· + (a₀ − b₀)
Distribute the negative sign to every term of the second polynomial, then add like terms. This is the most common source of errors — be careful with sign changes.

Multiplication of Polynomials

POLYNOMIAL MULTIPLICATION
(a₁x + a₀)(b₁x + b₀) = a₁b₁x² + (a₁b₀ + a₀b₁)x + a₀b₀
Every term in the first polynomial is multiplied by every term in the second. For two binomials, this produces four products (the FOIL pattern: First, Outer, Inner, Last), which are then combined into a simplified polynomial.
EXPONENT RULE FOR MULTIPLICATION
xᵃ × xᵇ = xᵃ⁺ᵇ
When multiplying terms, multiply the coefficients and add the exponents of like bases. For example, (3x²)(4x³) = 12x⁵.
⚠️ Watch Out!
The most common mistake in subtraction is forgetting to distribute the negative sign to every term in the second polynomial. For instance, (5x² + 3x) − (2x² − 4x) becomes 5x² + 3x − 2x² + 4x (note the +4x, not −4x). Always rewrite the subtraction as adding the opposite before combining.

Multiplying Polynomials — The Area Model & FOIL

Multiplication is more involved than addition or subtraction because you must apply the distributive property repeatedly. Two popular methods help organize this process. For binomial × binomial, many students use the FOIL method (First, Outer, Inner, Last). For larger polynomials, the area model (also called the box method) is a visual organizer that ensures you account for every partial product.

The area model arranges the terms of each polynomial along the edges of a grid. Each cell in the grid represents one partial product. After filling in all cells, combine like terms (here, −8x and 3x) to get the final result: 2x² − 5x − 12. The FOIL method on the right confirms the same answer.

The area model scales to any size multiplication. If you multiply a trinomial by a binomial, the grid becomes 3 columns × 2 rows (or vice versa), giving six partial products. The process is always the same: fill every cell, then combine like terms and write the result in standard form.

💡 When to Use Each Method
FOIL is quick and convenient, but it only works for binomial × binomial. The area model and general distribution work for polynomials of any size. Building fluency with the area model now will pay off when you encounter more complex expressions later.

Worked Example

Let's work through a multi-part problem that covers all three operations. We will add, subtract, and multiply polynomials, showing each step clearly.

Problem: Simplify (4x³ − 2x² + x) + (3x² − 5x + 6) − (x³ + x − 1)

Adding, Then Subtracting Polynomials
1
Step 1 — Write out all termsBegin by rewriting the expression with parentheses removed, distributing the negative sign in front of the third polynomial to each of its terms: 4x³ − 2x² + x + 3x² − 5x + 6 − x³ − x + 1
4x³ − 2x² + x + 3x² − 5x + 6 − x³ − x + 1
2
Step 2 — Group like termsRearrange by degree so like terms are adjacent (this is optional but reduces errors): (4x³ − x³) + (−2x² + 3x²) + (x − 5x − x) + (6 + 1)
(4x³ − x³) + (−2x² + 3x²) + (x − 5x − x) + (6 + 1)
3
Step 3 — Combine coefficientsAdd the coefficients within each group: x³ terms: 4 − 1 = 3 x² terms: −2 + 3 = 1 x terms: 1 − 5 − 1 = −5 constants: 6 + 1 = 7
3x³ + x² − 5x + 7
4
Step 4 — Write in standard formThe result is already in descending order of degree (3, 2, 1, 0). Our simplified answer is:
3x³ + x² − 5x + 7

Problem: Multiply (x + 4)(2x² − 3x + 5)

Multiplying a Binomial by a Trinomial
1
Step 1 — Distribute the first term of the binomialMultiply x by every term in the trinomial: x × 2x² = 2x³ x × (−3x) = −3x² x × 5 = 5x
2x³ − 3x² + 5x
2
Step 2 — Distribute the second term of the binomialMultiply 4 by every term in the trinomial: 4 × 2x² = 8x² 4 × (−3x) = −12x 4 × 5 = 20
8x² − 12x + 20
3
Step 3 — Combine all partial productsWrite out the sum of all six products from Steps 1 and 2, then group like terms: 2x³ + (−3x² + 8x²) + (5x − 12x) + 20 = 2x³ + 5x² − 7x + 20
2x³ + 5x² − 7x + 20

Common Errors & How to Avoid Them

Polynomial operations are rule-based, which means most mistakes fall into a few predictable categories. Recognizing these pitfalls before they happen is half the battle.

Five common polynomial operation errors and their corrections
Common ErrorExample of the MistakeCorrect Approach
Forgetting to distribute the negative sign in subtraction(5x + 3) − (2x − 1) → 5x + 3 − 2x − 1 = 3x + 2Change ALL signs: 5x + 3 − 2x + 1 = 3x + 4
Adding exponents when adding terms3x² + 2x² = 5x⁴ (WRONG)Add coefficients only: 3x² + 2x² = 5x²
Combining unlike terms4x² + 3x = 7x³ (WRONG)Unlike terms stay separate: 4x² + 3x
Missing products in multiplication(x + 2)(x + 3) = x² + 6 (WRONG — middle term is missing)Multiply every term by every term: x² + 3x + 2x + 6 = x² + 5x + 6
Not writing the final answer in standard form7 − 5x + 2x³ (not standard)Rearrange: 2x³ − 5x + 7
KEY TAKEAWAY
Think of subtraction as adding a negative. Before you combine any terms, rewrite the problem so that every minus sign in front of a parenthesis has been distributed. This single habit — "distribute before you combine" — prevents the most frequent mistake students make with polynomials.

Connection to Advanced Topics

The skills you build here are not limited to this course. Adding, subtracting, and multiplying polynomials are prerequisite skills for almost every advanced algebra and calculus topic. Below is a preview of how these operations connect to what comes next.

How polynomial operations connect to future math courses
Current SkillAdvanced Application
Adding & subtracting polynomialsSimplifying rational expressions by combining numerators over a common denominator
Multiplying binomialsFactoring trinomials (the reverse of FOIL); completing the square; quadratic formula derivation
Multiplying larger polynomialsPolynomial long division and synthetic division; finding roots of higher-degree equations
Writing results in standard formIdentifying leading coefficients and end behavior of polynomial functions in pre-calculus and calculus

In particular, factoring — which you will study very soon — is essentially multiplication in reverse. If you can confidently multiply (x + 3)(x − 5) and get x² − 2x − 15, then factoring asks: "What two binomials produce x² − 2x − 15?" Fluency with multiplication makes factoring far more intuitive, so the effort you invest now will have a direct payoff.

Practice Problems

Test your understanding with these five problems. They increase in difficulty, so work through them in order. Try each on your own before checking the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why you can combine 7x³ and −2x³ into a single term, but you cannot combine 7x³ and −2x². What property justifies this rule?
PROBLEM 2BASIC CALCULATION
Simplify: (6x² + 4x − 9) + (−2x² + 7x + 3). Write your answer in standard form.
PROBLEM 3INTERMEDIATE
Simplify: (5x³ − x² + 2x) − (3x³ + 4x² − x + 8). Write your answer in standard form.
PROBLEM 4APPLIED
A rectangular garden has a length of (3x + 2) feet and a width of (x − 5) feet. Write a polynomial in standard form that represents the area of the garden. Then determine the area when x = 10.
PROBLEM 5CRITICAL THINKING
If P(x) = x² + bx + c and Q(x) = x² − bx + c, find and simplify both P(x) + Q(x) and P(x) × Q(x). What do you notice about the role of the parameter b in each result? Explain why this happens.

Lesson Summary

Polynomials are expressions made up of terms with whole-number exponents, and they can be combined using three fundamental operations. To add polynomials, identify like terms (same variable, same exponent) and add their coefficients. To subtract polynomials, distribute the negative sign to every term in the polynomial being subtracted, then combine like terms. To multiply polynomials, use the distributive property so that every term in the first polynomial is multiplied by every term in the second, applying the exponent rule xᵃ × xᵇ = xᵃ⁺ᵇ for like bases, then combine like terms.

Always write your final answer in standard form — terms arranged from highest degree to lowest. Two reliable organizational tools are the vertical alignment method (for addition/subtraction) and the area model (for multiplication). The most common error is forgetting to distribute a negative sign during subtraction — always rewrite subtraction as adding the opposite before combining. Mastering these operations builds the foundation for factoring, rational expressions, and every topic in advanced algebra that lies ahead.

Varsity Tutors • Math 2 • Polynomial Operations