Skip to content
MathAnvil
§ Algebra

Polynomials

§ Algebra

Polynomials

CCSS.HSA.APR3 min read

A polynomial is an algebraic expression consisting of variables and coefficients combined using addition, subtraction, and multiplication, where variables have non-negative integer powers. The term 'polynomial' comes from Greek, meaning 'many terms'. Common examples include 3x + 5 (linear), x² - 2x + 1 (quadratic), and 2x³ + x² - 4x + 7 (cubic).

§ 01

Why it matters

Polynomials form the foundation of algebra and appear throughout GCSE mathematics, particularly in quadratic equations and graph sketching. Engineers use polynomial functions to model curved relationships, such as the trajectory of a football kick reaching a maximum height of 15 metres. Economic models rely on polynomials to predict profit margins, where a company might use P(x) = -2x² + 100x - 800 to determine optimal production levels. In physics, polynomial equations describe motion under gravity, where distance equals ½at² + vt + s. Computer graphics use polynomial curves to create smooth animations and 3D models. Architecture employs polynomial functions to design parabolic arches that can span 50-metre bridges whilst maintaining structural integrity.

§ 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

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

Answer: 3x + 5

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

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

Answer: 5x − 7

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

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

Answer: 3x² + -6x + 3

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

Common mistakes

  • When adding polynomials, combining unlike terms incorrectly, such as writing 2x² + 3x = 5x³ instead of leaving them separate as 2x² + 3x.
  • During FOIL multiplication, forgetting the middle terms and writing (x + 2)(x + 3) = x² + 6 instead of x² + 5x + 6.
  • When factoring x² + 7x + 12, choosing factors that multiply to 12 but don't add to 7, such as 2 and 6, rather than the correct 3 and 4.
§ 05

Frequently asked questions

What is the degree of a polynomial?
The degree is the highest power of the variable. In 3x⁴ + 2x² - 5x + 1, the degree is 4. Linear polynomials have degree 1, quadratics have degree 2, and cubics have degree 3. Constant terms like 7 have degree 0.
How do you multiply polynomials with more than two terms?
Multiply each term in the first polynomial by every term in the second, then combine like terms. For (x + 2)(x² + 3x + 1), multiply x by each term, then 2 by each term, giving x³ + 3x² + x + 2x² + 6x + 2 = x³ + 5x² + 7x + 2.
What's the difference between a monomial and a polynomial?
A monomial has one term (like 5x² or -3), whilst a polynomial can have multiple terms. Every monomial is a polynomial, but not every polynomial is a monomial. Binomials have 2 terms, trinomials have 3 terms.
Can polynomials have negative exponents?
No, polynomials only contain non-negative integer powers. Expressions with negative exponents like x⁻² or fractional exponents like x^(1/2) are not polynomials. These belong to different categories of algebraic expressions called rational functions or radical expressions.
How do you factor a quadratic when the leading coefficient isn't 1?
Use the ac method: multiply the leading coefficient by the constant term, find two numbers that multiply to this product and add to the middle coefficient, then factor by grouping. For 2x² + 7x + 3, find factors of 6 that add to 7.
§ 06

See also

§ 06

Related topics

Share this article