ALGEBRA 2 • POLYNOMIAL OPERATIONS

Understanding and Operating with Polynomials

Master how polynomials behave like integers under addition, subtraction, and multiplication.

Historical Context & Motivation

Long before modern algebra textbooks existed, ancient mathematicians were already wrestling with expressions that we now call polynomials. The word itself comes from the Greek poly (many) and the Latin nomen (name or term), literally meaning "many terms." From calculating areas of land to tracking planetary motion, polynomials provided a flexible language for describing quantities that change. Understanding how to combine and manipulate these expressions has been central to mathematics for thousands of years.

~1800 BCE
Babylonian Algebra
Babylonian scribes solved quadratic-type problems on clay tablets, effectively working with second-degree polynomial equations to compute land areas and volumes.
~300 BCE
Greek Geometric Algebra
Euclid and other Greek mathematicians used geometric constructions to represent products like (a + b)², laying the visual groundwork for polynomial multiplication.
~820 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote Al-Kitāb al-Mukhtaṣar, formalizing systematic methods for adding and multiplying polynomial-like expressions. The word "algebra" comes from his title.
1637
Descartes & Modern Notation
René Descartes introduced the notation of using x, x², x³, etc., in his work La Géométrie, giving polynomials the symbolic form we still use today.
1800s
Abstract Algebra & Closure
Mathematicians like Galois and Dedekind studied the structural properties of number systems and polynomials, formally proving that polynomials are closed under addition, subtraction, and multiplication—just like the integers.

The key insight that drives this lesson is a powerful analogy: polynomials behave like integers. When you add two integers, you always get another integer. When you subtract or multiply two integers, you always get another integer. Polynomials follow the exact same rule. This property, called closure, means you never "leave the system" when performing these operations. That structural similarity is what CCSS.A-APR.1 asks you to understand and apply.

Core Principles & Definitions

Before you can operate with polynomials confidently, you need a solid grasp of what a polynomial is and how its pieces fit together. A polynomial is an expression built from variables, coefficients, and non-negative integer exponents, connected by addition or subtraction. Each separate piece of a polynomial is called a term. For example, in the polynomial 3x² + 5x − 7, there are three terms: 3x², 5x, and −7.

1

Polynomial

An expression consisting of variables raised to non-negative integer powers, multiplied by coefficients, and combined using addition or subtraction. Examples: 4x³ − x + 2, or simply 5.
2

Degree

The highest exponent on any variable in the polynomial. The degree of 3x⁴ + x² − 1 is 4. The degree tells you the polynomial's "level of complexity."
3

Like Terms

Terms that have the same variable raised to the same power. For instance, 2x³ and −5x³ are like terms, but 2x³ and 2x² are not. You can only combine like terms.
4

Closure Property

When you add, subtract, or multiply any two polynomials, the result is always another polynomial. You never produce a fraction with a variable in the denominator or a negative exponent.
5

Standard Form

A polynomial written with terms ordered from highest degree to lowest degree. For example, 2x⁴ + 3x² − x + 8 is in standard form. This makes it easier to compare and operate on polynomials.
KEY TAKEAWAY
Think of polynomials like LEGO bricks. Individual bricks (terms) can be snapped together in different ways, but no matter how you combine them—stacking (adding), removing (subtracting), or building larger structures (multiplying)—you always end up with another LEGO creation, never something completely different like a painting. That's closure: polynomials always produce polynomials.

Visualizing Polynomial Structure

The diagram below shows how the anatomy of a polynomial maps onto its key vocabulary. Each component—coefficient, variable, exponent, term, and the overall degree—is labeled so you can see exactly how a polynomial is constructed.

This diagram labels every component of the polynomial 3x⁴ − 2x² + 5x − 7. The coefficients are shown in cyan, exponents in violet, the constant term in pink, and each term is outlined in amber. The overall degree is the highest exponent found among all terms.

Notice that every exponent is a whole number (0, 1, 2, or 4 in this example). If you ever see a variable in the denominator—like 3/x—or a fractional exponent—like x^(1/2)—then the expression is not a polynomial. Keeping exponents non-negative and whole is what ensures the closure property works. When you add, subtract, or multiply expressions of this form, you can never accidentally create a negative or fractional exponent.

Mathematical Framework for Polynomial Operations

Now let's formalize the three operations you need to master: addition, subtraction, and multiplication. Each operation has a straightforward procedure, and in every case the result is guaranteed to be another polynomial.

Addition of Polynomials

POLYNOMIAL ADDITION
(aₙxⁿ + … + a₁x + a₀) + (bₙxⁿ + … + b₁x + b₀) = (aₙ + bₙ)xⁿ + … + (a₁ + b₁)x + (a₀ + b₀)
Combine like terms by adding their coefficients. The variable parts stay the same; only the numerical coefficients change.

Subtraction of Polynomials

POLYNOMIAL SUBTRACTION
(aₙxⁿ + … + a₀) − (bₙxⁿ + … + b₀) = (aₙ − bₙ)xⁿ + … + (a₀ − b₀)
Distribute the negative sign to every term in the second polynomial, then combine like terms. A common mistake is forgetting to distribute the negative to all terms of the second polynomial.

Multiplication of Polynomials

POLYNOMIAL MULTIPLICATION
(a₂x² + a₁x + a₀)(b₁x + b₀) = a₂b₁x³ + a₂b₀x² + a₁b₁x² + a₁b₀x + a₀b₁x + a₀b₀
Multiply every term in the first polynomial by every term in the second polynomial using the distributive property. Then combine like terms. When multiplying variable parts, add the exponents: xᵃ × xᵇ = xᵃ⁺ᵇ.
DEGREE OF A PRODUCT
deg(P × Q) = deg(P) + deg(Q)
The degree of the product of two polynomials equals the sum of their individual degrees. For instance, a degree 2 polynomial times a degree 3 polynomial yields a degree 5 polynomial.
⚠️ Why Not Division?
Polynomials are not closed under division. Dividing x by x² gives x⁻¹ = 1/x, which is not a polynomial. This is exactly like the integers: 3 ÷ 2 = 1.5, which is not an integer. The closure property applies only to addition, subtraction, and multiplication.

Classifying Polynomials & Visualizing Operations

Polynomials are often named by their number of terms and by their degree. Knowing this vocabulary helps you communicate precisely and predict what the result of an operation will look like before you compute it.

Polynomials classified by number of terms
Name by TermsNumber of TermsExample
Monomial15x³
Binomial2x² − 4
Trinomial32x² + 3x − 1
Polynomial (general)4 or morex⁴ − 3x³ + x² − x + 6
Polynomials classified by degree
Name by DegreeDegreeExample
Constant07
Linear13x + 2
Quadratic2x² − 5x + 6
Cubic3x³ + 1
Quartic42x⁴ − x
Three example operations demonstrating addition, subtraction, and multiplication of polynomials. In every case, the result is another polynomial—this is the closure property in action.

As you can see from the diagram, every result has only non-negative integer exponents and finitely many terms. That's the closure property at work: no matter which two polynomials you pick and no matter which of these three operations you perform, you always land back inside the "world" of polynomials.

Worked Example: Multiply and Simplify

Let's work through a full multiplication problem from start to finish, showing every step so you can use this as a model for your own work.

Multiply: (2x² − 3x + 4)(x² + 5x − 2)
1
Step 1 — Set Up the Distributive PropertyWe need to multiply each term of the first polynomial by every term of the second polynomial. The first polynomial has 3 terms and the second has 3 terms, so we will produce 3 × 3 = 9 individual products before combining like terms.
2
Step 2 — Distribute 2x²Multiply 2x² by each term in the second polynomial: 2x² × x² = 2x⁴ 2x² × 5x = 10x³ 2x² × (−2) = −4x²
2x⁴ + 10x³ − 4x²
3
Step 3 — Distribute −3xMultiply −3x by each term in the second polynomial: −3x × x² = −3x³ −3x × 5x = −15x² −3x × (−2) = 6x
−3x³ − 15x² + 6x
4
Step 4 — Distribute 4Multiply 4 by each term in the second polynomial: 4 × x² = 4x² 4 × 5x = 20x 4 × (−2) = −8
4x² + 20x − 8
5
Step 5 — Combine All ProductsWrite all nine products together: 2x⁴ + 10x³ − 4x² − 3x³ − 15x² + 6x + 4x² + 20x − 8
6
Step 6 — Combine Like TermsGroup by degree and add coefficients: • x⁴ terms: 2x⁴ • x³ terms: 10x³ − 3x³ = 7x³ • x² terms: −4x² − 15x² + 4x² = −15x² • x terms: 6x + 20x = 26x • constant: −8
2x⁴ + 7x³ − 15x² + 26x − 8
7
Step 7 — Verify the DegreeThe first polynomial has degree 2 and the second has degree 2. The product should have degree 2 + 2 = 4. Our answer, 2x⁴ + 7x³ − 15x² + 26x − 8, indeed has degree 4. ✓ The result is a polynomial, confirming closure.

Polynomials vs. Integers: The Closure Analogy

The Common Core standard explicitly asks you to understand that polynomials form a system analogous to the integers. Let's unpack this analogy in detail so you can see just how far the parallel extends—and where it breaks down.

Structural comparison of integers and polynomials
PropertyIntegersPolynomials
Closed under additionYes. 3 + 5 = 8 (an integer)Yes. (x² + 1) + (2x) = x² + 2x + 1 (a polynomial)
Closed under subtractionYes. 3 − 5 = −2 (an integer)Yes. (x²) − (x² + 1) = −1 (a polynomial)
Closed under multiplicationYes. 3 × 5 = 15 (an integer)Yes. (x)(x + 1) = x² + x (a polynomial)
Closed under divisionNo. 3 ÷ 2 = 1.5 (not an integer)No. x ÷ x² = 1/x (not a polynomial)
Additive identity0 (adding 0 changes nothing)The zero polynomial, 0
Multiplicative identity1 (multiplying by 1 changes nothing)The constant polynomial 1
CommutativeYes for + and ×Yes for + and ×
KEY TAKEAWAY
Imagine the integers as a gated community: residents (integers) can throw parties together (add), have arguments (subtract), and form teams (multiply), and everyone who results is still a resident. Polynomials live in their own gated community with the exact same three rules. The only thing that kicks you outside the gates—in both communities—is division, because it can produce "outsiders" (fractions or expressions with negative exponents).

Connection to Advanced Topics

The operations you've learned here serve as the foundation for more advanced polynomial work that you'll encounter later in Algebra 2 and beyond. The ability to fluently add, subtract, and multiply polynomials unlocks several important doors.

How A-APR.1 connects to later standards
This Lesson (A-APR.1)Where It Leads
Adding/subtracting polynomialsSimplifying rational expressions (A-APR.6–7): you need to combine polynomial numerators over common denominators
Multiplying polynomialsFactoring (A-SSE.2, A-APR.2–4): factoring reverses multiplication, so understanding products is essential
Closure under ×Polynomial long division and the Remainder Theorem (A-APR.2): understanding what happens when closure breaks down
Degree of productsEnd behavior of polynomial graphs (F-IF.7c): the degree determines how the graph behaves for large |x|
Polynomial structurePolynomial identities (A-APR.4): proving identities like (a + b)² = a² + 2ab + b² relies on multiplication skills

In abstract algebra courses at the college level, the set of all polynomials with real coefficients is denoted ℝ[x] and is called a polynomial ring. The closure properties you've studied are part of what makes it a ring—a formal algebraic structure. For now, just know that the patterns you're learning are so important that mathematicians gave the entire system its own name and study it extensively.

🔭 Looking Ahead
In precalculus and calculus, you'll also encounter polynomial-like objects called power series, which are essentially polynomials with infinitely many terms. The addition and multiplication rules you're mastering now extend directly to those settings.

Practice Problems

Test your understanding with these five problems, arranged from conceptual reasoning to critical thinking. Try each one on paper before reading the answer.

PROBLEM 1CONCEPTUAL
A student claims that dividing the polynomial 6x³ by the polynomial 2x gives 3x², so polynomials must be closed under division. Explain why this single example does not prove closure under division, and provide a counterexample.
PROBLEM 2BASIC CALCULATION
Add the polynomials (4x³ − 2x² + 7x − 3) and (−x³ + 5x² − 3x + 9).
PROBLEM 3INTERMEDIATE
Subtract (3x² − x + 5) from (x³ + 2x² + 4x − 1). Write the result in standard form and state its degree.
PROBLEM 4APPLIED
The length of a rectangular garden is (2x + 3) feet and the width is (x − 1) feet. A walkway around the garden adds 2 feet to both the length and the width. Write a polynomial in standard form for the area of the garden including the walkway, and determine its degree.
PROBLEM 5CRITICAL THINKING
Let P(x) = aₙxⁿ + … + a₁x + a₀ and Q(x) = bₘxᵐ + … + b₁x + b₀, where aₙ ≠ 0 and bₘ ≠ 0. Explain why the degree of P(x) + Q(x) might be less than the maximum of n and m, but the degree of P(x) × Q(x) is always exactly n + m.

Lesson Summary

A polynomial is an expression made of terms, where each term is a coefficient multiplied by a variable raised to a non-negative integer exponent. The degree is the highest exponent, and standard form arranges terms from highest to lowest degree. To add or subtract polynomials, combine like terms (same variable and exponent). To multiply, use the distributive property to multiply every term by every term, then combine like terms.

The central idea of CCSS.A-APR.1 is closure: adding, subtracting, or multiplying two polynomials always yields another polynomial, just as performing these operations on integers always yields another integer. Division does not preserve this property. The degree of a product equals the sum of the individual degrees, while the degree of a sum is at most the larger degree. Mastering these operations sets the stage for factoring, polynomial division, rational expressions, and analyzing polynomial graphs.

Varsity Tutors • Algebra 2 • Understanding and Operating with Polynomials