Polynomial Operations- Adding, Subtracting, Multiplying
What Polynomials Actually Are
A polynomial is just an expression with variables and coefficients glued together by addition, subtraction, and multiplication. That's it. Nothing fancy.
The degree of a polynomial tells you the highest exponent. x² + 3x + 2 is degree 2. 4x³ - 5x + 7 is degree 3. This matters more than your teacher probably explained.
You need to know three things: combining like terms, the distributive property, and FOIL. If you're shaky on any of these, fix that first.
Adding Polynomials
Adding polynomials is grouping like terms together. Like terms have the same variable raised to the same power.
Example:
(3x² + 2x + 5) + (4x² - 3x + 1)
Add the coefficients of matching terms:
- 3x² + 4x² = 7x²
- 2x - 3x = -x
- 5 + 1 = 6
Result: 7x² - x + 6
That's all adding is. Combine what matches, leave the rest alone.
Vertical Addition Method
Some people prefer stacking them vertically. It works, but it's slower. Write matching terms in the same column, then add down.
3x² + 2x + 5 + 4x² - 3x + 1 ───────────────── 7x² - x + 6
Either method gives the same answer. Pick what your brain handles faster.
Subtracting Polynomials
Subtraction trips people up because of the negative sign. You have to distribute it to every term in the parentheses.
Example:
(5x³ + 4x² - 2x + 3) - (2x³ - x² + 6x - 1)
Distribute the negative:
5x³ + 4x² - 2x + 3 - 2x³ + x² - 6x + 1
Now combine like terms:
- 5x³ - 2x³ = 3x³
- 4x² + x² = 5x²
- -2x - 6x = -8x
- 3 + 1 = 4
Result: 3x³ + 5x² - 8x + 4
The mistake everyone makes: forgetting to flip the signs. Write it out if you have to. The answer matters more than looking fast.
Multiplying Polynomials
This is where it gets longer. You multiply every term in the first polynomial by every term in the second polynomial. No shortcuts around it.
Multiplying a Monomial by a Polynomial
This is the easy case. Distribute the monomial to each term.
Example:
3x²(2x³ + 4x - 5)
Multiply:
- 3x² × 2x³ = 6x⁵
- 3x² × 4x = 12x³
- 3x² × (-5) = -15x²
Result: 6x⁵ + 12x³ - 15x²
Multiplying Two Binomials (FOIL)
When you multiply two binomials, you use FOIL: First, Outer, Inner, Last. It's not magic—it's just a systematic way to make sure you don't miss any combination.
Example:
(x + 3)(x + 5)
- First: x × x = x²
- Outer: x × 5 = 5x
- Inner: 3 × x = 3x
- Last: 3 × 5 = 15
Combine: x² + 5x + 3x + 15 = x² + 8x + 15
FOIL only works for binomials. Once you have trinomials or larger polynomials, you need a different approach.
Multiplying Polynomials with Three or More Terms
Use the distributive method or the box method. Both work. Pick one and use it consistently.
Example:
(x + 2)(x² + 3x + 4)
Distribute each term from the first polynomial:
x(x² + 3x + 4) + 2(x² + 3x + 4)
Now distribute again:
x³ + 3x² + 4x + 2x² + 6x + 8
Combine like terms:
- x³ (only one)
- 3x² + 2x² = 5x²
- 4x + 6x = 10x
- 8
Result: x³ + 5x² + 10x + 8
The Box Method
The box method keeps you organized. Draw a grid with the terms of each polynomial on the sides, then fill in each cell by multiplying the row and column headers.
It's slower than distribution but harder to mess up. Use it when you're learning or dealing with complicated polynomials.
Special Polynomial Products
Some patterns show up constantly. Memorize them.
Perfect Square Trinomials
- (a + b)² = a² + 2ab + b²
- (a - b)² = a² - 2ab + b²
Difference of Squares
- (a + b)(a - b) = a² - b²
These come up in factoring, simplifying, and standardized tests. If you recognize the patterns, you skip steps.
Common Mistakes to Avoid
| Mistake | What You Do | What You Should Do |
|---|---|---|
| Forgetting to distribute the negative | (x + 1) - (x² - 3) = x + 1 - x² - 3 | (x + 1) - (x² - 3) = x + 1 - x² + 3 |
| Multiplying exponents instead of adding | x² × x³ = x⁶ | x² × x³ = x⁵ (add the exponents) |
| Missing terms in long multiplication | Only multiplying some terms | Every term × every term |
| Combining unlike terms | x² + x = x³ | Leave them separate: x² + x |
How to Get Started: Step-by-Step
When you face a polynomial problem, follow this order:
- Identify the operation. Are you adding, subtracting, or multiplying?
- Rewrite the problem clearly. Use parentheses. Write it out if needed.
- Apply the rule for that operation. Combine like terms for add/subtract. Distribute everything for multiply.
- Combine like terms in your result. This is where grades get lost.
- Check your work. Plug in a simple value like x = 1 or x = 2 to verify.
If the answer doesn't check, go back and find where the sign flipped or the term got dropped.
When You're Stuck
If you're getting wrong answers consistently, the problem is usually one of these:
- Signs. Double-check every negative sign. Write them larger if you have to.
- Exponents. When multiplying variables, add the exponents. When adding, they don't change.
- Like terms. You can only combine x² with x², x with x, constants with constants. Not mixed.
Go back to basics if you have to. It's faster than struggling through hard problems with weak foundations.
Quick Reference
| Operation | Rule | Example |
|---|---|---|
| Addition | Combine like terms | (x² + 2x) + (3x² - x) = 4x² + x |
| Subtraction | Distribute negative, then combine | (x² + 3) - (2x² - 1) = -x² + 4 |
| Multiplication | Every term × every term | (x + 2)(x + 3) = x² + 5x + 6 |
| FOIL | First, Outer, Inner, Last | (x + 4)(x - 2) = x² + 2x - 8 |
Polynomial operations are mechanical. The steps don't lie. You either applied them correctly or you didn't. If you're getting wrong answers, you're making a calculation error—not a math understanding error. Find it and fix it.