Polynomials
Teaching polynomials requires systematic practice with combining like terms, multiplication, and factoring. Students need to master operations with expressions like 3x² + 5x - 2 before advancing to complex algebraic concepts in CCSS.HSA.APR standards.
Why it matters
Polynomials form the foundation for advanced mathematics and real-world problem solving. Engineers use polynomial equations to model bridge stress patterns, with quadratic functions like y = -0.5x² + 30x representing the arch curve of a 60-foot span. Economics students analyze profit functions such as P(x) = -2x² + 100x - 800, where x represents units sold and maximum profit occurs at 25 units. Physics teachers demonstrate projectile motion with h(t) = -16t² + 64t + 5, showing a ball reaches maximum height at 2 seconds. Computer graphics programmers use polynomial interpolation to create smooth curves between 4 control points. Even retail managers apply polynomial cost functions like C(x) = 0.01x³ - 2x² + 150x + 5000 to optimize inventory levels for 200-unit orders.
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
(2x + 3) + (1x + 3) = _______
Answer: 3x + 6
- Combine like terms → 2x + 1x = 3x, 3 + 3 = 6 — Add x-terms together and constants together.
- Write result → 3x + 6 — Combined polynomial.
(1x − 3) − (2x + 3) = _______
Answer: -1x − 6
- Combine like terms → -1x − 6 — − the x-terms and constants separately.
(1x − 2)(2x + 1) = _______
Answer: 2x² + -3x − -2
- FOIL: First → 1x · 2x = 2x² — Multiply the first terms.
- Outer + Inner → 1x·1 + -2·2x = 1x + -4x = -3x — Multiply outer and inner, combine.
- Last → -2 · 1 = -2 — Multiply the last terms.
- Combine → 2x² + -3x − -2 — Write the expanded polynomial.
Common mistakes
- Students incorrectly combine unlike terms, writing 3x² + 2x = 5x³ instead of leaving it as 3x² + 2x
- When multiplying binomials, students forget the inner terms and calculate (x + 3)(x + 4) = x² + 12 instead of x² + 7x + 12
- During polynomial subtraction, students fail to distribute the negative sign, computing (5x + 2) - (3x + 1) = 2x + 3 instead of 2x + 1
- Students confuse degree identification, claiming 4x³ + 2x⁵ + 1 has degree 3 instead of degree 5