Polynomial Equations - Definition, Types, Examples

Polynomial Equations - Definition, Types, Examples

TL;DR

A polynomial equation sets a polynomial equal to zero — like x³−6x²+11x−6=0, and its solutions are the values of the variable that make it true. This article covers the types by degree, the link between degree and number of roots, and the methods for finding those roots.

How a Single Equation Hides Every Crossing Point

A polynomial equation knows in advance how many times its graph can cross the x-axis. A cubic crosses at most three times, a quartic at most four — and that count is fixed before you draw anything. That count is not a coincidence or a drawing artifact; it is written into the equation's degree. Read the degree, and you already know how many answers to hunt for.

What Is a Polynomial Equation?

A polynomial equation is an equation formed by setting a polynomial equal to zero. A polynomial is a sum of terms, each a constant times a variable raised to a non-negative whole-number power — like 4x³−2x+7. Write that polynomial equal to zero and you have a polynomial equation:

4x³−2x+7=0

The general form, with leading coefficient aₙ≠0, is

aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ⋯ + a₁x + a₀ = 0

The degree is the highest power of the variable, n. The values of x that satisfy the equation are its roots (also called zeros or solutions). Because the exponents must be non-negative integers, x² + 3x − 1 = 0 is a polynomial equation, but x⁻¹ + 5 = 0 and √x - 2 = 0 are not — they break the whole-number-power rule.

What Are the Types of Polynomial Equations?

Polynomial equations are classified by degree, and the degree drives everything — how many roots, and which method solves it.

Type Degree Standard form
Linear 1 ax + b = 0
Quadratic 2 ax² + bx + c = 0
Cubic 3 ax³ + bx² + cx + d = 0
Quartic 4 ax⁴ + bx³ + cx² + dx + e = 0

In each case the leading coefficient must be non-zero, otherwise the degree drops. A linear equation has one root; a quadratic has two; a cubic has three; a quartic has four — counted with multiplicity.

How Many Roots Does a Polynomial Equation Have?

The number of roots is fixed by the degree, and this is one of the most useful facts in algebra. The Fundamental Theorem of Algebra states that a polynomial equation of degree n has exactly n roots, when you count complex roots and count repeated roots as many times as they repeat.

Three things to hold onto:

This is why reading the degree first is worth the second it takes: it tells you when to stop looking. Once you have found n roots of a degree-n equation, there are no more.

How Do You Solve a Polynomial Equation?

The method depends on the degree. Lower degrees have direct formulas; higher degrees lean on factoring and theorems.

The unifying idea behind all of these is the zero product property: once the polynomial is factored and equal to zero, each factor set to zero gives a root.

Examples of Polynomial Equations

Example 1

Solve the linear equation 5x + 2 = 4. Isolate x one step at a time:

5x + 2 = 4 → 5x = 2 → x = 2/5. Final answer: x = 2/5.

Example 2

Solve the quadratic equation −5x² + 20x − 15 = 0. Divide through by −5:

x² − 4x + 3 = 0 → (x−1)(x−3) = 0. Final answer: x = 1 and x = 3.

Example 3

Solve the quadratic 3x² − 5x − 2 = 0 using the quadratic formula. With a = 3, b = −5, c = −2:

x = [−(−5) ± √((-5)² - 4(3)(−2))] / (2(3)). Final answer: x = 2 and x = −1/3.

Example 4

Solve the cubic equation x³ − 6x² + 11x − 6 = 0. Test small whole-number candidates using the factor theorem. Try x = 1:

1 − 6 + 11 − 6 = 0. Final answer: x = 1, 2, 3.

Example 5

How many roots does x⁴ − 1 = 0 have, and what are the real ones? Degree 4, so there are exactly four roots. Final answer: x = 1, −1.

Example 6

Solve x² − 4x + 4 = 0 and state the multiplicity of the root. This is a perfect-square trinomial:

(x − 2)² = 0. Final answer: x = 2, with multiplicity 2.

Why Polynomial Equations Matter

Polynomial equations matter because so many real quantities are tied together by sums of powers — and setting that sum to zero asks the most useful question there is: where does it balance, break even, or vanish?

Where polynomial equations show up:

The Errors That Cost Most Marks

  1. Forgetting to set the equation to zero first.
  2. Losing roots by dividing out a variable.
  3. Ignoring multiplicity and repeated roots.

Conclusion

Practice These to Solidify Your Understanding

  1. Solve the linear equation 7x−3=11.
  2. Solve x²−7x+10=0 by factoring.
  3. Solve 2x²+x=0.
  4. Find all roots of x³−x=0.