Mathwords logoMathwords

Polynomial Roots — Definition, Formula & Examples

Polynomial roots are the values of the variable that make the polynomial equal to zero. They are also called zeros or solutions of the polynomial.

A root of a polynomial p(x)p(x) is a value rr such that p(r)=0p(r) = 0. By the Fundamental Theorem of Algebra, a polynomial of degree nn with complex coefficients has exactly nn roots in the complex numbers, counted with multiplicity.

Key Formula

p(r)=0p(r) = 0
Where:
  • p(x)p(x) = A polynomial function
  • rr = A root (value that makes the polynomial equal zero)

How It Works

To find the roots of a polynomial, you set it equal to zero and solve for the variable. For quadratics, you can factor, complete the square, or use the quadratic formula. For higher-degree polynomials, factoring and the Rational Root Theorem are common strategies. If rr is a root of p(x)p(x), then (xr)(x - r) is a factor of p(x)p(x), and vice versa — this connection between roots and factors is central to working with polynomials.

Worked Example

Problem: Find the roots of the polynomial p(x)=x25x+6p(x) = x^2 - 5x + 6.
Set equal to zero: Write the equation to solve.
x25x+6=0x^2 - 5x + 6 = 0
Factor: Find two numbers that multiply to 6 and add to −5. Those numbers are −2 and −3.
(x2)(x3)=0(x - 2)(x - 3) = 0
Solve each factor: Set each factor equal to zero and solve.
x2=0x=2,x3=0x=3x - 2 = 0 \Rightarrow x = 2, \quad x - 3 = 0 \Rightarrow x = 3
Answer: The roots are x=2x = 2 and x=3x = 3.

Why It Matters

Finding polynomial roots is essential in Algebra 2, Precalculus, and Calculus — you need roots to factor expressions, sketch graphs, and solve real-world equations. Engineers use polynomial roots to analyze stability in control systems, and physicists use them to solve equations of motion.

Common Mistakes

Mistake: Confusing a root with a factor. Students sometimes say "the root is (x3)(x - 3)" instead of "the root is x=3x = 3."
Correction: A root is a number (rr), while the corresponding factor is a binomial expression (xr)(x - r). If x=3x = 3 is a root, then (x3)(x - 3) is the factor.