Skip to main content

How Many Zeros in a Linear Polynomial?

A linear polynomial has exactly 1 zero. A linear polynomial has the form f(x) = ax + b, where a ≠ 0, and its single zero is x = −b/a — found by setting f(x) = 0 and solving. Because the degree is 1, the Fundamental Theorem of Algebra guarantees exactly one root in the complex numbers, and since a and b are real, that root is always real. A linear polynomial always has precisely one zero: no more, no less. Related: Zero count of a polynomial function.

A linear polynomial has

1

zeros

Written Form
f(x) = ax + b (where a ≠ 0)
Scientific
Degree 1

How Many Zeros Does a Linear Polynomial Have?

A linear polynomial always has exactly one zero. Setting ax + b = 0 and solving gives x = −b/a, which is always a single, real value (as long as a ≠ 0). There are no cases where a linear polynomial has two zeros, no zeros, or a complex zero — the one root is always a real number. See also: Quintic polynomial zeros.

PolynomialZeroHow found
f(x) = 2x − 6x = 32x = 6 → x = 3
f(x) = −x + 5x = 5−x = −5 → x = 5
f(x) = 4x + 1x = −1/44x = −1 → x = −1/4

What Are the Zeros of a Linear Polynomial?

For a linear polynomial f(x) = ax + b, the zero is the value of x that makes f(x) = 0. Solving: ax + b = 0 → ax = −b → x = −b/a. This zero is also the x-intercept of the straight line y = ax + b. Geometrically, a linear polynomial's graph is a straight line with slope a, and it crosses the x-axis at exactly one point: (−b/a, 0). See also: Quartic polynomial zeros.

For example, the zero of f(x) = 3x + 9 is x = −9/3 = −3. Checking: f(−3) = 3(−3) + 9 = −9 + 9 = 0 ✓.

Can a Linear Polynomial Have No Zero?

No — as long as it is truly linear (a ≠ 0), a linear polynomial always has exactly one zero. The formula x = −b/a always produces a valid real number when a ≠ 0. If a were 0, the polynomial would reduce to f(x) = b, a constant polynomial — which is a different category with different zero behavior. A genuine linear polynomial cannot have zero zeros or more than one zero.

This contrasts with higher-degree polynomials: a quadratic can have 0, 1, or 2 real zeros; a quartic can have 0, 2, or 4. The linear case is the simplest and most constrained — always exactly one, always real.