5.1 Polynomial Operations
Key Takeaways
- A polynomial contains only whole-number exponents on its variables; terms like 3/x, sqrt(x), or x^(-1) are not polynomials.
- When subtracting polynomials, distribute the negative across every term of the second polynomial before combining like terms.
- Two terms are like terms only when their variable parts (variables and exponents) match exactly; coefficients do not need to match.
- Multiplying binomials uses repeated distribution (FOIL for two binomials); add exponents of like bases when multiplying powers.
- Special products include the difference of squares (a+b)(a-b)=a^2-b^2 and the perfect square (a+b)^2=a^2+2ab+b^2.
Polynomial Operations
Quick Answer: A polynomial is an algebraic expression whose terms have whole-number exponents. On the Florida Algebra 1 EOC, MA.912.AR.1.3 tests your ability to add, subtract, and multiply polynomial expressions by combining like terms and applying the distributive property.
What Is a Polynomial?
A polynomial is a sum of terms of the form ax^n, where a is a real coefficient, x is a variable, and n is a non-negative integer. Expressions with negative or fractional exponents, variables in denominators, or variables under radicals are not polynomials.
| Example | Polynomial? | Why |
|---|---|---|
3x^2 - 5x + 7 | Yes | Whole-number exponents |
4x^3y + 2xy | Yes | All exponents non-negative |
5/x + 2 | No | Variable in denominator (x^-1) |
sqrt(x) - 4 | No | Variable under radical (x^(1/2)) |
The degree of a term is the sum of the exponents on its variables; the degree of the polynomial is the largest of those sums. 3x^2 - 5x + 7 has degree 2 (quadratic), while 4x^3y + 2xy has degree 4.
Adding and Subtracting Polynomials
Addition and subtraction rely on combining like terms. Two terms are like terms when they have exactly the same variable parts — same variables raised to the same exponents. Coefficients can differ; the variable portion must match.
7x^2and-3x^2are like terms (bothx^2).5x^2and5y^2are NOT like terms (different variables).4xyand4xare NOT like terms (different variable parts).
Procedure:
- Remove parentheses. For subtraction, distribute the negative sign to every term in the second polynomial.
- Group like terms.
- Add or subtract coefficients, keeping the variable part unchanged.
Worked example (addition): (4x^2 - 3x + 8) + (2x^2 + 7x - 1).
- Combine
4x^2 + 2x^2 = 6x^2,-3x + 7x = 4x,8 - 1 = 7. - Result:
6x^2 + 4x + 7.
Worked example (subtraction): (5x^2 - 2x + 6) - (3x^2 + 4x - 2).
- Distribute the negative:
5x^2 - 2x + 6 - 3x^2 - 4x + 2. - Combine:
2x^2 - 6x + 8.
Exam trap: The most common error on EOC subtraction items is forgetting to flip the sign of every term in the subtracted polynomial. "Subtract
x^2 + 3x - 5from2x^2 - x + 4" means(2x^2 - x + 4) - (x^2 + 3x - 5)— distribute the negative across all three terms.
Multiplying Polynomials
Multiplication uses the distributive property repeatedly: each term of one polynomial multiplies each term of the other. For two binomials, students often use the FOIL pattern as a memory aid.
Monomial times polynomial: Distribute the single term across every term inside the parentheses.
3x(2x^2 - 5x + 1) = 6x^3 - 15x^2 + 3x.
Binomial times binomial (FOIL): (x + 4)(x - 7).
- First:
x * x = x^2. Outer:x * (-7) = -7x. Inner:4 * x = 4x. Last:4 * (-7) = -28. - Combine:
x^2 - 3x - 28.
Binomial times trinomial: Distribute each term of the binomial across all three terms.
(x + 2)(x^2 - 3x + 5):x * (x^2 - 3x + 5) = x^3 - 3x^2 + 5x;2 * (x^2 - 3x + 5) = 2x^2 - 6x + 10.- Combine:
x^3 - x^2 - x + 10.
| Multiplication Setup | Result | Pattern |
|---|---|---|
(x + 5)(x - 5) | x^2 - 25 | Difference of squares |
(x + 3)^2 | x^2 + 6x + 9 | Perfect square trinomial |
(2x - 1)(x + 4) | 2x^2 + 7x - 4 | General FOIL |
Special Products to Recognize
Florida items reward students who recognize patterns instantly:
- Difference of squares:
(a + b)(a - b) = a^2 - b^2. Example:(x + 6)(x - 6) = x^2 - 36. - Square of a sum:
(a + b)^2 = a^2 + 2ab + b^2. The middle coefficient is twice the product of the terms. A frequent trap answer isa^2 + b^2(missing the middle term). - Square of a difference:
(a - b)^2 = a^2 - 2ab + b^2.
Common Exam Traps
- Sign error in subtraction: The subtracted polynomial has all signs flipped, not just the first term.
- Adding unlike terms:
3x^2 + 2xcannot be combined into5x^3or5x^2. - Multiplying exponents vs adding them: When multiplying like bases, add exponents (
x^3 * x^4 = x^7, notx^12). Exponents multiply only when a power is raised to a power:(x^3)^4 = x^12. - Distributing a negative coefficient incorrectly:
-2x(3x - 5)equals-6x^2 + 10x, not-6x^2 - 10x. - Forgetting the middle term:
(x + 5)^2 = x^2 + 10x + 25, notx^2 + 25.
Real-World Context
Florida items frequently embed polynomial operations in a context. A typical item gives two rectangles with side lengths expressed as binomials — (x + 3) by (x + 5) and (x + 1) by (x + 2) — and asks for the difference in their areas. Multiply each pair, then subtract:
- Area 1:
(x + 3)(x + 5) = x^2 + 8x + 15. - Area 2:
(x + 1)(x + 2) = x^2 + 3x + 2. - Difference:
5x + 13.
The x^2 terms cancel deliberately in well-designed EOC items — a signature feature to watch for on test day.
Which expression is NOT a polynomial?
Subtract: (5x^2 - 2x + 6) - (3x^2 + 4x - 2).
A rectangle has length (x + 3) and width (x + 5). A second rectangle has length (x + 1) and width (x + 2). What is the difference in their areas, expressed as a polynomial in x?