Operations With Polynomials

Download as PDF

Welcome to the world of polynomials! These essential algebraic expressions are building blocks for more advanced math. This guide will walk you through the core operations—addition, subtraction, multiplication, and division—turning confusion into confidence with clear, step-by-step instructions.

Operations With Polynomials — an original Algebra911 reference diagram defining operations with polynomials with its key formula and a worked example.
Operations With Polynomials: A Complete Guide for Algebra

What Exactly Is a Polynomial?

A polynomial is an algebraic expression made up of one or more terms, where each term consists of a coefficient multiplied by variables raised to non-negative integer exponents. That might sound complicated, but the parts are simple. Let's look at an example polynomial: 4x32x2+7x5.

  • Terms: The parts of the polynomial separated by addition or subtraction signs. In our example, the terms are 4x3, 2x2, 7x, and 5.
  • Coefficient: The number in front of the variable in a term. The coefficients are 4, 2, and 7. A term without a variable, like 5, is called a constant.
  • Variable: The letter in a term, like x.
  • Exponent: The power to which the variable is raised. The exponents must be non-negative integers (0,1,2,3,...). Expressions with negative exponents (like x2) or fractional exponents (like x1/2) are not polynomials.

Degree and Standard Form

The degree of a term is its exponent. The degree of the entire polynomial is the highest degree of any of its terms. In 4x32x2+7x5, the degree is 3.

Standard Form means writing the terms in order from the highest degree to the lowest degree. Our example is already in standard form. Writing polynomials this way makes them easier to read and compare.

Classifying Polynomials

We often classify polynomials by their number of terms or by their degree.

Classification by Number of TermsExampleClassification by DegreeExample
Monomial (1 term)8x2Constant (degree 0)12
Binomial (2 terms)3x1Linear (degree 1)5x+2
Trinomial (3 terms)x2+6x+9Quadratic (degree 2)x23x+2
Polynomial (4+ terms)4x32x2+7x5Cubic (degree 3)4x3x

How Do You Add Polynomials?

Adding polynomials is one of the most straightforward operations. The golden rule is to combine like terms. Like terms are terms that have the exact same variable(s) raised to the exact same exponent(s). For example, 7x2 and 3x2 are like terms, but 7x2 and 7x are not.

To add polynomials, you simply add the coefficients of the like terms. There are two common methods for organizing your work.

1. The Horizontal Method

In this method, you group the like terms together from each polynomial and then add them.

Let's add (3x2+5x7)+(2x24x+3).

  1. Write the problem out: (3x2+5x7)+(2x24x+3)
  2. Group like terms using parentheses: (3x2+2x2)+(5x4x)+(7+3)
  3. Add the coefficients of each group: 5x2+1x4
  4. Simplify: 5x2+x4

2. The Vertical Method

This method is similar to how you add numbers. You line up the polynomials vertically, making sure to align the like terms in columns.

Example 1

Add (4y3+2y5) and (3y38y26y+1) using the vertical method.

Step 1: Write the first polynomial in standard form. Notice it's missing a y2 term. We can add a placeholder 0y2 to keep our columns neat.

4y3+0y2+2y5

Step 2: Write the second polynomial below it, aligning the like terms.

4y3+0y2+2y5+3y38y26y+1

Step 3: Add each column, just like regular addition.

4y3+0y2+2y5+3y38y26y+17y38y24y4

The sum is 7y38y24y4.

How Do You Subtract Polynomials?

Subtracting polynomials is very similar to adding them, with one crucial extra step. When you see a subtraction sign in front of a parenthesis, you must distribute the negative to every single term inside that parenthesis. This is the most common place where students make mistakes!

Think of it as multiplying the second polynomial by 1. Once you've done that, the problem becomes an addition problem.

Let's subtract (8x23x+4)(5x2+2x1).

  1. Distribute the negative: The minus sign in front of the second parenthesis flips the sign of each term inside it. 5x2 becomes 5x2, +2x becomes 2x, and 1 becomes +1.
  2. Rewrite as addition: The problem is now (8x23x+4)+(5x22x+1).
  3. Combine like terms (using the horizontal or vertical method). Let's use the horizontal method:

(8x25x2)+(3x2x)+(4+1)

3x25x+5

Example 2

Subtract (2a3+5a7) from (9a34a2+2). Use the vertical method.

Step 1: Write the problem. The polynomial you are subtracting from goes on top.

(9a34a2+2)(2a3+5a7)

Step 2: Distribute the negative to the second polynomial. (2a3+5a7) becomes 2a35a+7.

Step 3: Rewrite the problem as addition and set it up vertically. Use placeholders for missing terms (like 0a in the first polynomial).

9a34a2+0a+2+2a3+0a25a+7

Step 4: Add the columns.

9a34a2+0a+2+2a3+0a25a+77a34a25a+9

The result is 7a34a25a+9.

What Are the Methods for Multiplying Polynomials?

Multiplying polynomials involves using the distributive property and the rules of exponents. The key exponent rule to remember is: xmxn=xm+n. When you multiply terms, you multiply the coefficients and add the exponents of the variables.

1. Monomial by Polynomial

This is the simplest case. You just distribute the monomial to every term in the other polynomial.

For example, 3x2(4x25x+2):

(3x24x2)(3x25x)+(3x22)

12x415x3+6x2

2. Binomial by Binomial (The FOIL Method)

When multiplying two binomials, a popular mnemonic is FOIL. It's just a way to remember to distribute everything properly.

  • First: Multiply the first terms of each binomial.
  • Outer: Multiply the two outermost terms.
  • Inner: Multiply the two innermost terms.
  • Last: Multiply the last terms of each binomial.

For (x+4)(x3):

  • First: xx=x2
  • Outer: x3=3x
  • Inner: 4x=4x
  • Last: 43=12

Then, combine the like terms (usually the Outer and Inner): x23x+4x12=x2+x12.

3. Polynomial by Polynomial (The Box/Area Method)

FOIL only works for two binomials. For larger polynomials, you can use the distributive property or a visual method called the Box Method. This method helps ensure you multiply every term by every other term.

Example 3

Multiply (2x23x+1) by (x5) using the Box Method.

Step 1: Draw a box (a grid). The number of columns equals the number of terms in the first polynomial (3), and the number of rows equals the number of terms in the second (2).

Step 2: Write the terms of one polynomial across the top and the terms of the other down the side.

2x23x+1
x
5

Step 3: Multiply the term for each row by the term for each column to fill in the boxes.

2x23x+1
x2x33x2x
510x215x5

Step 4: Write out all the terms from the boxes and combine like terms (which are often on the diagonals).

2x3+(3x210x2)+(x+15x)5

2x313x2+16x5

Special Products to Memorize

Some multiplication patterns appear so often they are worth memorizing.

Difference of Squares: (a+b)(ab)=a2b2
Perfect Square Trinomial: (a+b)2=a2+2ab+b2
Perfect Square Trinomial: (ab)2=a22ab+b2

How Do You Divide a Polynomial by a Monomial?

Dividing a polynomial by another polynomial can get complex (that's a topic called polynomial long division), but dividing a polynomial by a simple monomial is much easier. It's like the reverse of distribution.

The rule is to divide each term of the polynomial in the numerator by the monomial in the denominator. Remember the exponent rule for division: xmxn=xmn.

Let's divide (15x410x3+5x2) by 5x2.

Step 1: Write the division as a fraction.

15x410x3+5x25x2

Step 2: Break the fraction into separate, smaller fractions, with each term from the numerator over the denominator.

15x45x210x35x2+5x25x2

Step 3: Simplify each fraction individually. Divide the coefficients and subtract the exponents.

  • For the first term: 15÷5=3 and x42=x2. The result is 3x2.
  • For the second term: 10÷5=2 and x32=x1=x. The result is 2x.
  • For the third term: 5÷5=1 and x22=x0=1. The result is 11=1.

Step 4: Combine the simplified terms to get the final answer.

3x22x+1

Important Note: This method only works when you are dividing by a monomial (a single term). If you need to divide by a binomial or trinomial, you'll need to use more advanced techniques like polynomial long division or synthetic division.

Key formulas for operations with polynomials by Algebra911.
Key formulas for operations with polynomials by Algebra911.

What Are Common Mistakes When Working With Polynomials?

Even with a good understanding of the rules, small mistakes can happen. Being aware of these common pitfalls is the best way to avoid them.

  • Forgetting to Distribute the Negative: This is the #1 mistake in subtraction. When you see (ax2+bx+c), the negative must be applied to ax2, bx, AND c. Always rewrite the problem before you start combining terms.
  • Combining Unlike Terms: You can add 5x2+2x2 to get 7x2, but you cannot add 5x2+2x. The variable and its exponent must match perfectly for terms to be 'like'.
  • Incorrect Exponent Rules: It's easy to mix up the rules. Remember:
    • When adding/subtracting like terms, the exponents do not change (3x2+4x2=7x2).
    • When multiplying terms, you add the exponents (x3x4=x7).
    • When dividing terms, you subtract the exponents (x5x2=x3).
  • Squaring a Binomial Incorrectly: A very common error is to think that (x+3)2 is equal to x2+32, or x2+9. This is wrong! You must write it out as (x+3)(x+3) and use FOIL. The correct answer is x2+3x+3x+9=x2+6x+9. You forgot the middle term!
  • Sign Errors: A simple dropped negative sign can change the entire answer. Be slow and careful when multiplying or distributing negative numbers. For example, 4x2y=+8xy, not 8xy.

Quick Reference: Polynomial Operations Summary

Here is a quick summary of the key ideas for performing operations with polynomials. Use this as a final checklist for your work.

  • Standard Form: Before you begin, and after you finish, make sure your polynomials are written with exponents in descending order (e.g., ax3+bx2+cx+d).
  • Addition: Identify the like terms across the polynomials. Add their coefficients. The variable part stays the same.
  • Subtraction: Find the polynomial being subtracted. Change the sign of every term inside its parentheses. Then, follow the rules for addition.
  • Multiplication: Every term in the first polynomial must be multiplied by every term in the second polynomial. The Box Method is a great way to stay organized. Remember to add exponents when multiplying variables.
  • Division by a Monomial: Split the problem into separate fractions, with each term of the numerator over the monomial denominator. Simplify each fraction by dividing coefficients and subtracting exponents.
  • Always Simplify: After any operation, always check if there are any like terms that can be combined to simplify your final answer.

Frequently Asked Questions

What makes an expression *not* a polynomial?

An expression is not a polynomial if it contains variables with negative or fractional exponents (like x3 or y1/2), variables in the denominator of a fraction (like 2x), or variables inside a radical (like x). The exponents must be whole numbers (0, 1, 2, ...).

Is a single number like 7 considered a polynomial?

Yes, it is. A number like 7 is a polynomial called a monomial (one term). Its technical form is 7x0, and since x0=1, it simplifies to 7. It is considered a polynomial of degree 0.

Does the order matter when I add or multiply polynomials?

No, the order does not matter for addition or multiplication. This is because of the commutative property, which states that A+B=B+A and AB=BA. However, order is very important for subtraction and division.

What is 'standard form' and why is it important?

Standard form means arranging the terms of a polynomial in order from the highest exponent to the lowest. It's important because it provides a consistent way to write answers, making them easier to read, compare, and check for errors.

Can you add a binomial (2 terms) and a trinomial (3 terms)?

Absolutely. You can add any two polynomials together, regardless of how many terms they have. You just follow the rule of combining like terms. The result might be a binomial, a trinomial, or another polynomial depending on which terms combine.

What's the difference between a term and a factor?

Terms are the parts of an expression that are added or subtracted, like the 3x2 and 5x in 3x2+5x. Factors are parts of an expression that are multiplied together, like the (x+2) and (x1) in (x+2)(x1).

Why is the FOIL method only for multiplying two binomials?

FOIL is a mnemonic that stands for First, Outer, Inner, Last, which represents the four specific products you get when multiplying two binomials. If you multiply a binomial by a trinomial, there are six products, so the acronym doesn't cover all the steps. The general rule for all polynomial multiplication is to distribute every term from the first polynomial to every term in the second.