← Back to High School Math

Polynomials & Factoring

High School Math · Algebra 2Preview

1. Introduction

A polynomial is one of the most important objects in all of algebra: an expression built from a variable using only addition, subtraction, and multiplication by constants and whole-number powers. Examples include 3x25x+23x^2 - 5x + 2, x41x^4 - 1, and even a plain number like 77. Polynomials model curves, projectile paths, costs, areas, and countless physical quantities, and they are the bridge between elementary algebra and the study of functions and calculus.

Factoring is the reverse of multiplying: it rewrites a polynomial as a product of simpler polynomials. Why bother? Because factoring is the key that unlocks solving. By the Zero Product Property, a product is zero exactly when one of its factors is zero, so once a polynomial equation is factored we can split it into easy pieces. The values that make a polynomial zero are its roots (or zeros), and they are precisely the xx-intercepts of its graph.

This article covers what polynomials are and how to add, subtract, and multiply them; the standard factoring patterns (GCF, trinomials, difference of squares, perfect squares, sum and difference of cubes, and grouping); the Factor Theorem linking roots and factors; and how to use factoring to find roots. We build each technique with derivations, geometric interpretations, and worked examples so the patterns stick permanently.

2. Core Concepts

2.1 Anatomy of a polynomial

A polynomial in xx is a sum of terms of the form axna x^n, where the coefficient aa is a real number and the exponent nn is a non-negative integer. Key vocabulary:

  • Degree: the highest exponent present. In 4x3x+94x^3 - x + 9 the degree is 33.
  • Leading coefficient: the coefficient of the highest-degree term (here, 44).
  • Constant term: the term with no variable (here, 99).
  • Standard form: terms written in descending order of degree.

Degree 11 polynomials are linear, degree 22 are quadratic, degree 33 are cubic, and so on. A polynomial of degree nn has at most nn real roots.

2.2 Adding and subtracting polynomials

To add or subtract polynomials, combine like terms — terms with the same variable and exponent. For instance, 3x23x^2 and 5x2-5x^2 combine to 2x2-2x^2, but 3x23x^2 and 3x3x do not. When subtracting, distribute the negative sign to every term inside the parentheses:

(2x2+3x1)(x25x+4)=2x2+3x1x2+5x4=x2+8x5.(2x^2 + 3x - 1) - (x^2 - 5x + 4) = 2x^2 + 3x - 1 - x^2 + 5x - 4 = x^2 + 8x - 5.

2.3 Multiplying polynomials and FOIL

Multiplication uses the distributive property repeatedly: every term of one factor multiplies every term of the other. For two binomials, the mnemonic FOIL (First, Outer, Inner, Last) organizes the four products:

(x+3)(x+4)=x2+4x+3x+12=x2+7x+12.(x + 3)(x + 4) = x^2 + 4x + 3x + 12 = x^2 + 7x + 12.

For larger products, distribute systematically. The general pattern for (x+p)(x+q)(x + p)(x + q) is:

(x+p)(x+q)=x2+(p+q)x+pq.(x + p)(x + q) = x^2 + (p + q)x + pq.

The middle coefficient is the sum p+qp + q and the constant is the product pqpq — the engine behind trinomial factoring.

2.4 The Zero Product Property and roots

The reason factoring matters so much is the Zero Product Property:

pq=0p=0  or  q=0.pq = 0 \quad \Longrightarrow \quad p = 0 \ \text{ or } \ q = 0.

If we factor a polynomial equation so that a product equals zero, each factor gives a separate, simple equation. The solutions are the roots. Graphically, roots are the xx-coordinates where the polynomial's graph crosses the xx-axis.

2.5 The Factor Theorem

There is a precise link between roots and factors called the Factor Theorem: (xr)(x - r) is a factor of a polynomial P(x)P(x) if and only if rr is a root (i.e., P(r)=0P(r) = 0). This means a fully factored polynomial displays all its roots at a glance, and conversely, knowing a root immediately hands you a factor. For example, if P(3)=0P(3) = 0, then (x3)(x - 3) divides P(x)P(x).

2.6 Difference of squares (derivation)

The pattern a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b) comes from expanding the right side:

(ab)(a+b)=a2+ababb2=a2b2.(a - b)(a + b) = a^2 + ab - ab - b^2 = a^2 - b^2.

Recognizing two perfect squares separated by a minus sign is the key. Examples: x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3) and 4x225=(2x5)(2x+5)4x^2 - 25 = (2x - 5)(2x + 5).

2.7 Perfect-square trinomials

A trinomial is a perfect square when the first and last terms are squares and the middle term is twice their product:

a2+2ab+b2=(a+b)2,a22ab+b2=(ab)2.a^2 + 2ab + b^2 = (a + b)^2, \qquad a^2 - 2ab + b^2 = (a - b)^2.

For example, x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2 because 6=2(1)(3)6 = 2(1)(3), and 4x212x+9=(2x3)24x^2 - 12x + 9 = (2x - 3)^2.

2.8 Sum and difference of cubes

The cube patterns are less intuitive but essential:

a3+b3=(a+b)(a2ab+b2),a^3 + b^3 = (a + b)(a^2 - ab + b^2), a3b3=(ab)(a2+ab+b2).a^3 - b^3 = (a - b)(a^2 + ab + b^2).

Notice the sign in the binomial matches the sign between the cubes, while the trinomial's middle sign is opposite. For x38=x323x^3 - 8 = x^3 - 2^3, we get (x2)(x2+2x+4)(x - 2)(x^2 + 2x + 4).

2.9 Why a2+b2a^2 + b^2 does not factor over the reals

A frequent temptation is to factor a sum of squares like x2+9x^2 + 9. Over the real numbers this is irreducible — there is no pair of real binomials whose product is x2+9x^2 + 9. If (x+p)(x+q)=x2+9(x + p)(x + q) = x^2 + 9, then pq=9pq = 9 and p+q=0p + q = 0, giving p=qp = -q and p2=9p^2 = -9, impossible for real pp. Over the complex numbers, x2+9=(x3i)(x+3i)x^2 + 9 = (x - 3i)(x + 3i).

2.10 Factoring by grouping

For four-term polynomials, group into two pairs, factor the GCF from each pair, then factor out the common binomial. This works when the polynomial can be written as ax+ay+bx+by=a(x+y)+b(x+y)=(a+b)(x+y)ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y).

2.11 The AC method for a1a \neq 1

When the leading coefficient is not 11, compute acac and find two numbers multiplying to acac and adding to bb. Split the middle term and factor by grouping. This generalizes the sum-product pattern from FOIL.

2.12 Polynomial long division (preview)

Dividing one polynomial by another is analogous to long division of integers. When (xr)(x - r) divides P(x)P(x) evenly, the quotient is a polynomial of degree one less. This connects the Factor Theorem to finding additional factors after one root is known — a technique used heavily in Algebra 2 and beyond.

Continue reading with Premium

Upgrade to read the full article and unlock all Premium features.

Free

  • Unlimited practice — all difficulties
  • 3 hints / day
  • Community solutions
  • 2 timed mocks / month

Premium

  • Full article + all 57+ theory guides
  • Unlimited hints on practice problems
  • Unlimited timed mock exams & PDF worksheets
Log in