Skip to main content

How Many Zeros in a Quintic Polynomial?

A quintic polynomial has exactly 5 zeros in the complex number system, counting multiplicity. A quintic has the form f(x) = ax5 + bx4 + cx3 + dx2 + ex + f (a ≠ 0). Because the degree is odd, a quintic with real coefficients always has at least one real zero. The remaining zeros can be real or complex conjugate pairs. A defining feature of the quintic is that no general formula exists to solve it using only arithmetic and radicals — a result proved by the Abel-Ruffini theorem in the early 19th century. Learn more about zero count of a cubic polynomial.

A quintic polynomial has

5

zeros

Written Form
f(x) = ax⁵ + ... (where a ≠ 0)
Scientific
Degree 5

How Many Zeros Does a Quintic Polynomial Have?

A quintic polynomial always has exactly 5 zeros. For real coefficients, since complex roots come in pairs, the real/complex breakdown must be odd-count real: See also: Linear polynomial zeros.

Real zerosComplex zeros
5 distinct real0
3 real (some possibly repeated)2 complex conjugates
1 real4 complex (two conjugate pairs)

A quintic cannot have 0, 2, or 4 real zeros (those would leave an odd number of complex roots, which is impossible for real polynomials since complex roots come in pairs). There is always at least 1 real zero.

What Is a Quintic Polynomial?

A quintic polynomial is a polynomial of degree 5 — the highest power of the variable is x5. "Quintic" comes from the Latin "quintus" (fifth). The standard form is:

f(x) = ax5 + bx4 + cx3 + dx2 + ex + f    (a ≠ 0) Related: How many zeros in a polynomial function.

An example is f(x) = x5 − 5x3 + 4x = x(x2 − 1)(x2 − 4) = x(x−1)(x+1)(x−2)(x+2), which has 5 distinct real zeros: x = 0, ±1, ±2.

Why Can't Quintic Polynomials Be Solved by a Formula?

The Abel-Ruffini theorem, proved independently by Paolo Ruffini (1799) and Niels Henrik Abel (1824), shows that there is no general algebraic formula — using only addition, subtraction, multiplication, division, and radicals (roots) — that solves every quintic equation. This is in contrast to quadratics (the quadratic formula), cubics (Cardano's formula), and quartics (Ferrari's method), all of which have such formulas.

This does not mean quintics have no solutions — every quintic has exactly 5 complex roots by the Fundamental Theorem of Algebra. It means those roots cannot always be expressed in closed form using radicals. Specific quintics can still be solved: x5 − 1 = 0 has five roots (the fifth roots of unity), and many quintics factor into lower-degree polynomials. The limitation applies only to the general case. Numerical methods such as Newton's method can approximate quintic roots to any desired precision.