๐Ÿ“ˆCollege Algebra

Polynomial Operations

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Polynomial operations form the backbone of algebraic manipulation, and they show up everywhere in Algebra 1. When you add, subtract, multiply, or factor polynomials, you're building the skills needed for solving equations, graphing functions, and tackling real-world modeling problems. These operations connect directly to function behavior, equation solving, and expression simplification.

You're not just being tested on whether you can perform these operations mechanically. Questions will ask you to recognize when to use each operation, why certain techniques work, and how different operations relate to each other. Don't just memorize steps. Understand what each operation does to a polynomial's structure and degree.


Building Blocks: Understanding Polynomial Structure

Before you can operate on polynomials, you need to recognize their components. These foundational skills make every other operation possible.

Finding the Degree of a Polynomial

  • The degree is the highest exponent on any variable in the polynomial. For 3x4+2x2โˆ’73x^4 + 2x^2 - 7, the degree is 4.
  • Degree determines classification: constant (degree 0), linear (1), quadratic (2), cubic (3), and so on.
  • Degree predicts behavior. It tells you the maximum number of roots the polynomial can have and what the graph's end behavior looks like.

Identifying Like Terms

  • Like terms share the same variable raised to the same exponent. 5x25x^2 and โˆ’3x2-3x^2 are like terms. 5x25x^2 and 5x35x^3 are not, because the exponents differ.
  • Only coefficients combine when you add or subtract like terms. The variable part stays the same.
  • Misidentifying like terms is the most common error in polynomial simplification. Always check both the variable and the power before combining.

Compare: Degree vs. Leading Coefficient. Both describe polynomial structure, but degree tells you the highest power while the leading coefficient tells you the number in front of that highest-power term. Questions often ask you to identify both.


Combining Polynomials: Addition and Subtraction

These operations work by combining like terms. The key idea is that you're only changing coefficients, never exponents.

Addition of Polynomials

  • Combine like terms by adding their coefficients. (3x2+2x)+(5x2โˆ’4x)=8x2โˆ’2x(3x^2 + 2x) + (5x^2 - 4x) = 8x^2 - 2x
  • Align terms by degree to avoid missing like terms during combination.
  • The result keeps the highest degree from the original polynomials. Adding doesn't increase degree.

Subtraction of Polynomials

Subtraction has one extra step that trips people up constantly: you must distribute the negative sign before you combine anything.

  1. Rewrite the subtraction by distributing the negative to every term in the second polynomial: (3x2+2x)โˆ’(5x2โˆ’4x)(3x^2 + 2x) - (5x^2 - 4x) becomes (3x2+2x)+(โˆ’5x2+4x)(3x^2 + 2x) + (-5x^2 + 4x)
  2. Now combine like terms as you would in addition: โˆ’2x2+6x-2x^2 + 6x

Sign errors are the #1 mistake here. Notice how โˆ’4x-4x became +4x+4x after distributing the negative. If you skip this step, every term in the second polynomial will have the wrong sign.

Compare: Addition vs. Subtraction. Both require identifying like terms, but subtraction adds the critical step of distributing the negative sign first.


Expanding Polynomials: Multiplication

Multiplication uses the distributive property to create new terms. Each term in one polynomial multiplies every term in the other, and the degrees of those terms add together.

Using the Distributive Property with Polynomials

  • Multiply each term by every term in the other polynomial: a(b+c)=ab+aca(b + c) = ab + ac
  • This is essential for expanding any polynomial expression, from simple monomials to complex products.
  • Multiplication creates new terms that must then be combined if they turn out to be like terms.

Multiplication of Polynomials

For two binomials, you can use FOIL (First, Outer, Inner, Last):

(x+2)(x+3)=x2+3x+2x+6=x2+5x+6(x + 2)(x + 3) = x^2 + 3x + 2x + 6 = x^2 + 5x + 6

A few things to remember:

  • The degree of the product equals the sum of the degrees. Linear ร—\times linear = quadratic. Linear ร—\times quadratic = cubic.
  • Always combine like terms after multiplying to get your final simplified answer.
  • FOIL only works for binomial ร—\times binomial. For anything larger (like a trinomial times a binomial), go back to the general distributive approach and make sure every term gets multiplied by every other term.

Compare: Distributive Property vs. FOIL. FOIL is just a specific shortcut for applying the distributive property to two binomials. It's not a separate rule.


Breaking Down Polynomials: Division and Factoring

These operations reverse multiplication. Division separates polynomials, while factoring rewrites them as products.

Division of Polynomials

  • Long division or synthetic division splits a polynomial into a quotient and a remainder.
  • Synthetic division only works when dividing by a linear factor of the form (xโˆ’c)(x - c).
  • Write the divisor in standard form (descending degree order) before starting. This prevents alignment errors and missing terms. If a degree is "skipped" (like no x2x^2 term), use a placeholder of 0x20x^2.

Factoring Polynomials

Factoring rewrites a polynomial as a product of simpler expressions. Here's the general approach:

  1. Always check for a GCF first. Factor out the greatest common factor before trying anything else.
  2. Match the pattern to the technique. Is it a difference of squares (a2โˆ’b2=(a+b)(aโˆ’b)a^2 - b^2 = (a+b)(a-b))? A factorable trinomial? Does it need factoring by grouping?
  3. Check your work by multiplying back out. Since factoring reverses multiplication, you should get the original polynomial.

Factoring is essential for solving polynomial equations because you can set each factor equal to zero to find the solutions.

Compare: Division vs. Factoring. Division gives you a quotient (and possibly a remainder), while factoring rewrites the polynomial as a product with no "leftover." Use division when you're given a specific divisor. Use factoring when you need to find all factors yourself.


Putting It All Together: Simplification and Evaluation

These skills combine multiple operations and test whether you truly understand polynomial structure.

Simplifying Polynomial Expressions

  • Combine all like terms and remove unnecessary parentheses using distribution.
  • Write in standard form: terms arranged in descending order by degree, like x3+2x2โˆ’x+5x^3 + 2x^2 - x + 5.
  • Most final answers on assessments need to be in simplified, standard form.

Evaluating Polynomials

Evaluating means plugging in a number for the variable and calculating the result.

For f(x)=2x2โˆ’3x+1f(x) = 2x^2 - 3x + 1, finding f(4)f(4) means replacing every xx with 4:

f(4)=2(4)2โˆ’3(4)+1=2(16)โˆ’12+1=32โˆ’12+1=21f(4) = 2(4)^2 - 3(4) + 1 = 2(16) - 12 + 1 = 32 - 12 + 1 = 21

Follow PEMDAS strictly. Exponents come before multiplication, and multiplication comes before addition or subtraction. This matters especially with negative inputs, since (โˆ’2)2=4(-2)^2 = 4 but โˆ’22=โˆ’4-2^2 = -4.

Compare: Simplifying vs. Evaluating. Simplifying keeps the variable and reduces the expression's complexity. Evaluating replaces the variable with a number to get a specific output. Make sure you know which one the question is asking for.


Quick Reference Table

ConceptWhere You'll Use It
Combining like termsAddition, Subtraction, Simplifying
Distributive propertyMultiplication, Subtraction (distributing negative)
Degree relationshipsFinding degree, Multiplication (degrees add)
Reversing multiplicationFactoring, Division
SubstitutionEvaluating polynomials
Standard formSimplifying, Division setup
Pattern recognitionFactoring (difference of squares, trinomials)

Self-Check Questions

  1. When you multiply a linear polynomial by a quadratic polynomial, what is the degree of the result? How do you know without actually multiplying?

  2. What do addition, subtraction, and simplification all have in common? What skill must you master for all three?

  3. Compare polynomial division and factoring. When would you use each one, and what form does each answer take?

  4. A student simplifies (4x2+3x)โˆ’(2x2+5x)(4x^2 + 3x) - (2x^2 + 5x) and gets 2x2+8x2x^2 + 8x. What error did they make, and what's the correct answer?

  5. If a question asks you to evaluate f(x)=x3โˆ’2x+4f(x) = x^3 - 2x + 4 at x=โˆ’2x = -2, walk through the steps you'd take and explain why order of operations matters here.