Polynomial Basics
Polynomials are expressions built from variables, constants, and exponents combined with addition, subtraction, and multiplication. They show up constantly in later algebra topics, so getting comfortable adding and subtracting them now makes everything ahead smoother.
Degree of Polynomials
The degree of a polynomial is the highest exponent on its variable. It tells you the "power" of the polynomial and affects the shape of its graph.
- has degree 2 because the highest exponent on is 2.
- A plain constant like or has degree 0 (no variable means no exponent).
For polynomials with more than one variable, find the degree of each term by adding the exponents within that term, then take the highest sum.
- In , the term has exponents 2 and 1, which sum to 3. The term also sums to 3. The constant has degree 0. So the polynomial's degree is 3.
Evaluating Polynomial Functions
To find the value of a polynomial function at a specific input, substitute that number in for every and simplify.
Example 1: Find when
-
Replace with 2:
-
Simplify:
Example 2: Find when
-
Replace with :
-
Simplify:
Watch the signs carefully when substituting negative values. Squaring a negative gives a positive: . And multiplying two negatives also gives a positive: . Sign errors here are one of the most common mistakes.

Polynomial Operations
Adding and Subtracting Polynomials
Both operations come down to one key idea: combine like terms. Like terms have the same variable raised to the same exponent.
Adding polynomials is straightforward. Group the like terms and add their coefficients:
Subtracting polynomials has one extra step: distribute the negative sign to every term in the second polynomial before combining. This is where mistakes happen most often.
Notice that became and became after distributing the negative. Every sign in the second polynomial flips.

Combining Polynomial Functions
When you have two polynomial functions and need to add or subtract them, you're doing the same process as above, just written in function notation.
If and :
The result is a new polynomial function. You can then evaluate it at any input just like you would any other function.
Properties of Polynomial Addition
Two familiar properties carry over to polynomials:
- Commutative property: Order doesn't matter when adding. , so .
- Associative property: Grouping doesn't matter when adding. .
These properties apply to addition but not to subtraction. Changing the order or grouping in a subtraction problem will change the result, so be careful.