Quick Reference
| Operation | Rule | Key step |
|---|---|---|
| Add polynomials | Combine like terms | |
| Subtract polynomials | Distribute the , then combine like terms |
The Rule
To add or subtract polynomials, add or subtract the coefficients of like terms.
Recall that like terms are terms with the same variable raised to the same exponent. Only like terms can be combined; terms with different exponents are left as separate terms in the result.
Adding Polynomials
To add two polynomials, remove the parentheses and collect like terms. The parentheses around the first polynomial can always be dropped without changing any signs. The parentheses around the second polynomial can also be dropped when adding, since a positive sign in front of parentheses does not change any signs inside.
Example 1. Add .
Solution
\begin{aligned} (7x^{3}-6x^{2}+4x+9)+(x^{3}+4x^{2}-2) &= (7+1)x^{3}+(-6+4)x^{2}+(4+0)x+(9-2) \\ &= 8x^{3}-2x^{2}+4x+7 \end{aligned}Subtracting Polynomials
Subtraction requires one extra step: the minus sign in front of the parentheses must be distributed to every term inside before combining like terms. A minus sign in front of a parenthesis changes the sign of every term inside.
Key rule for subtraction: and .
Distribute the negative sign to all terms, not just the first one.
Example 2. Subtract .
Solution
Distribute the minus sign to every term in the second polynomial: Then collect like terms: \begin{aligned} &= (-3-0)x^{4}+(0-5)x^{3}+(-8+3)x+(0-\sqrt{2}) \\ &= -3x^{4}-5x^{3}-5x-\sqrt{2} \end{aligned}Vertical Method
For longer polynomials it can be helpful to write one polynomial directly above the other, aligning like terms in columns, and then add or subtract column by column. This is called the vertical method.
If one polynomial is missing a term that the other has, write $0$ as a placeholder for that term so that the columns stay aligned.
Example 3. Subtract from using the vertical method.
Solution
Write the first polynomial on top, inserting $0$ for missing degrees: Change the sign of every term in the bottom row and add:Further Examples
Example 4. Simplify .
Solution
The first two polynomials are added and the third is subtracted. Distribute the minus sign to every term of the third polynomial: \begin{aligned} (2x^{3}&-5x+1)+(x^{2}+3x-4)-(x^{3}+x^{2}-2)\\ &= 2x^{3}-5x+1+x^{2}+3x-4-x^{3}-x^{2}+2. \end{aligned} Now collect like terms by degree: \begin{aligned} &= (2-1)x^{3}+(1-1)x^{2}+(-5+3)x+(1-4+2) \\ &= x^{3}+0\cdot x^{2}-2x-1 \\ &= x^{3}-2x-1 \end{aligned} Note that the first and third polynomials both have degree 3, while the second has degree 2. The terms cancel completely, so the result has no term.Example 5. Let and . Find .
Solution
First multiply by $3$, distributing the scalar to every term: Then subtract: Distribute the minus sign and collect like terms: \begin{aligned} &= 4x^{2}-3x+2-3x^{2}-6x+3 \\ &= (4-3)x^{2}+(-3-6)x+(2+3) \\ &= x^{2}-9x+5 \end{aligned}Common Mistakes
Forgetting to distribute the minus sign to every term. The most frequent error in polynomial subtraction is changing the sign of only the first term inside the parentheses. For example:
The correct step is:
Combining unlike terms. Only terms with the same variable and the same exponent may be combined. For example, and are unlike terms and cannot be added to give or .
Frequently Asked Questions