Skip to content
MathAnvil
§ Algebra

Polynomials

§ Algebra

Polynomials

CCSS.HSA.APR3 min read

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.

§ 01

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.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

(1x + 2) + (2x + 1) = _______

Answer: 3x + 3

  1. Combine like terms 1x + 2x = 3x, 2 + 1 = 3 Add x-terms together and constants together.
  2. Write result 3x + 3 Combined polynomial.
Easy§ 02

(4x + 5) − (2x − 5) = _______

Answer: 2x + 10

  1. Combine like terms 2x + 10 − the x-terms and constants separately.
Medium§ 03

(3x + 3)(1x − 4) = _______

Answer: 3x² + -9x − -12

  1. FOIL: First 3x · 1x = 3x² Multiply the first terms.
  2. Outer + Inner 3x·-4 + 3·1x = -12x + 3x = -9x Multiply outer and inner, combine.
  3. Last 3 · -4 = -12 Multiply the last terms.
  4. Combine 3x² + -9x − -12 Write the expanded polynomial.
§ 04

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.
§ 05

Frequently asked questions

What is the difference between a monomial and polynomial?
A monomial contains exactly one term, like 5x² or -3y. A polynomial contains multiple terms connected by addition or subtraction, such as 2x³ - 4x + 7. Every monomial is technically a polynomial, but not every polynomial is a monomial.
How do you determine the degree of a polynomial?
The degree equals the highest exponent of the variable in the polynomial. For 4x³ + 2x² - 7x + 1, the degree is 3. In polynomials with multiple variables like 3x²y³ + 5xy, the degree is the sum of exponents in the highest-degree term, making this polynomial degree 5.
What does FOIL stand for in polynomial multiplication?
FOIL represents First, Outer, Inner, Last - the order for multiplying two binomials. For (2x + 3)(x - 4), multiply First terms (2x × x = 2x²), Outer terms (2x × -4 = -8x), Inner terms (3 × x = 3x), and Last terms (3 × -4 = -12), then combine.
Can polynomials have negative exponents?
No, polynomials only contain non-negative integer exponents (0, 1, 2, 3, etc.). Expressions with negative exponents like 3x⁻² + 5x are called rational expressions, not polynomials. Similarly, fractional exponents like x^(1/2) create radical expressions rather than polynomial expressions.
How do you check if polynomial addition is correct?
Verify by substituting a simple value like x = 1 into both the original polynomials and the sum. For (2x + 3) + (x - 1) = 3x + 2, check: when x = 1, the left side gives 5 + 0 = 5, and the right side gives 3(1) + 2 = 5, confirming correctness.
§ 06

See also

§ 06

Where to next?

Share this article