Skip to main content

How Many Zeros in a Cubic Polynomial?

A cubic polynomial has exactly 3 zeros in the complex number system, counting multiplicity. A cubic has the form f(x) = ax3 + bx2 + cx + d (a ≠ 0), and the Fundamental Theorem of Algebra guarantees exactly 3 roots. For real-coefficient cubics, there is always at least one real zero — because complex roots must come in conjugate pairs, a cubic cannot have all three roots complex. It will have either 1 or 3 real zeros, with the remainder being complex conjugate pairs. See also: Zeros in a quintic polynomial.

A cubic polynomial has

3

zeros

Written Form
f(x) = ax³ + bx² + cx + d (where a ≠ 0)
Scientific
Degree 3

How Many Zeros Does a Cubic Polynomial Have?

A cubic polynomial always has exactly 3 zeros. For polynomials with real coefficients, the breakdown is:

Real zerosComplex zerosNotes
3 distinct real0Graph crosses x-axis 3 times
1 real + 1 repeated real0Graph touches x-axis, crosses once
1 real + 2 complex conjugate2Graph crosses x-axis exactly once

A real-coefficient cubic cannot have 2 real and 1 complex zero, because complex roots of real polynomials always come in conjugate pairs — and you cannot have just one of a pair. Related: How many zeros in a polynomial function.

Can a Cubic Polynomial Have Zero Real Zeros?

No — a cubic polynomial with real coefficients always has at least one real zero. This follows from the Intermediate Value Theorem: as x → −∞, a cubic goes to −∞ (for positive leading coefficient) and as x → +∞ it goes to +∞, so the graph must cross the x-axis at least once. A cubic always has at least one real root. The question is whether it has 1 or 3 real zeros — not whether it has any. See also: Zeros in an even degree polynomial.

How Do You Find the Zeros of a Cubic Polynomial?

For degree-3 polynomials, common methods include:

  • Rational Root Theorem: Try factors of the constant term over factors of the leading coefficient. If p/q is a root, (x − p/q) is a factor.
  • Synthetic division: Once one root is found, divide to reduce the cubic to a quadratic, then solve with the quadratic formula.
  • Factoring by grouping: Works for cubics with a special structure (e.g., x3 − 6x2 + 11x − 6 = (x−1)(x−2)(x−3)).
  • Cardano's formula: The general algebraic formula for cubic roots — rarely used by hand, but guarantees a solution exists.

For example, f(x) = x3 − 6x2 + 11x − 6 has zeros at x = 1, x = 2, and x = 3 — three distinct real zeros. By contrast, f(x) = x3 + x has zeros at x = 0 (real) and x = ±i (complex), giving 1 real and 2 complex zeros.

Can a Cubic Polynomial Have Two Zeros?

A cubic always has 3 zeros when counting multiplicity. What looks like "two zeros" usually means one root has multiplicity 2 (a repeated root). For example, f(x) = x2(x − 4) has zeros at x = 0 (multiplicity 2) and x = 4 (multiplicity 1) — three zeros total, with x = 0 appearing twice. The cubic never truly has only two distinct zeros without one of them being repeated.