Polynomials
A polynomial is an algebraic expression consisting of variables, coefficients, and non-negative integer exponents combined using addition and subtraction. The expression 3x² + 2x - 7 represents a polynomial with degree 2, where the highest power of the variable determines the degree. Polynomials appear throughout algebra and serve as building blocks for more advanced mathematical concepts covered in CCSS.HSA.APR standards.
Why it matters
Polynomials model real-world phenomena across multiple fields. Engineers use quadratic polynomials like h = -16t² + 64t + 80 to calculate projectile motion, determining when a rocket reaches maximum height after 2 seconds. Economic analysts apply polynomial functions to model profit curves, where P(x) = -2x² + 40x - 150 might represent profit based on production quantity. In physics, polynomial equations describe relationships between force, acceleration, and displacement. Computer graphics rely on polynomial curves for smooth animations and 3D modeling. Students encounter polynomials in Algebra I when learning to combine like terms, advancing to polynomial division and factoring in Algebra II, which prepares them for calculus where polynomial derivatives and integrals become essential tools for analyzing rates of change and areas under curves.
How to solve polynomials
Polynomials
- To add/subtract: combine like terms (same power of x).
- To multiply: use FOIL or distribute each term.
- To factor: find two numbers that multiply to c and add to b.
Example: (x+2)(x+3) = x² + 5x + 6.
Worked examples
(1x + 2) + (2x + 1) = _______
Answer: 3x + 3
- Combine like terms → 1x + 2x = 3x, 2 + 1 = 3 — Add x-terms together and constants together.
- Write result → 3x + 3 — Combined polynomial.
(4x + 5) − (2x − 5) = _______
Answer: 2x + 10
- Combine like terms → 2x + 10 — − the x-terms and constants separately.
(3x + 3)(1x − 4) = _______
Answer: 3x² + -9x − -12
- FOIL: First → 3x · 1x = 3x² — Multiply the first terms.
- Outer + Inner → 3x·-4 + 3·1x = -12x + 3x = -9x — Multiply outer and inner, combine.
- Last → 3 · -4 = -12 — Multiply the last terms.
- Combine → 3x² + -9x − -12 — Write the expanded polynomial.
Common mistakes
- When adding polynomials, combining unlike terms produces incorrect results, such as writing x² + 3x = 4x³ instead of keeping them separate as x² + 3x.
- During multiplication, forgetting to distribute all terms leads to errors like (x + 2)(x + 3) = x² + 6 instead of the correct x² + 5x + 6.
- In polynomial subtraction, sign errors occur when distributing the negative, resulting in (3x + 5) - (2x - 1) = x + 4 instead of x + 6.