Linear Polynomial - Definition, Degree, Zero, and Graph

#Algebra
TL;DR
A linear polynomial is a polynomial of degree $1$, written $ax + b$ with $a \neq 0$ — the simplest polynomial whose graph is a slanted straight line. This article covers its definition, why its degree is exactly one, its single zero $x = -\frac{b}{a}$, how to graph it, and six worked examples.
BT
Bhanzu TeamLast updated on August 17, 20268 min read

The Simplest Polynomial That Still Has A Solution

A constant polynomial never crosses zero unless it is zero everywhere. Step the degree up by one and something changes: a linear polynomial crosses the $x$-axis at exactly one point, every time. That single guaranteed crossing is what makes degree $1$ the first genuinely useful polynomial - it always has an answer.

What Is A Linear Polynomial?

A linear polynomial is a polynomial expression of degree $1$. In one variable it has the form

$$p(x) = ax + b, \quad a \neq 0,$$

where $a$ and $b$ are real numbers. The coefficient $a$ is the leading coefficient (and the slope of the line); $b$ is the constant term (and the $y$-intercept). The word linear comes from the graph - it is always a straight line.

The condition $a \neq 0$ is not decoration. If $a = 0$, the $x$-term vanishes and the expression collapses to $b$, which is a constant polynomial of degree $0$, not a linear one. So the single condition $a \neq 0$ is exactly what separates a linear polynomial from a constant.

Why Is A Linear Polynomial Degree 1?

The degree of a polynomial is the highest power of the variable that appears. In $ax + b$, the variable $x$ appears to the first power and nowhere higher, so the degree is $1$. That is the whole reason the family is called "linear" and sits one rung above the constants in the types of polynomials ladder:

Degree

Type

Form

Graph

0

Constant

$b$

Horizontal line

1

Linear

$ax + b$

Straight line (slanted)

2

Quadratic

$ax^2 + bx + c$

Parabola

3

Cubic

$ax^3 + \dots$

S-curve

How Many Zeros Does A Linear Polynomial Have?

A zero (or root) of a polynomial is a value of $x$ that makes it equal to $0$. A linear polynomial has exactly one zero - no more, no fewer. The count is not a coincidence: the number of zeros of a polynomial is capped by its degree, and a degree-$1$ polynomial with $a \neq 0$ hits that cap with a single real zero.

Geometrically, that one zero is the single point where the straight line crosses the $x$-axis. A slanted line can only cross a horizontal axis once, which is the same fact told with a picture. This ties directly to the broader idea of the zeros of a function.

How Do You Find The Zero Of A Linear Polynomial?

Set the polynomial equal to zero and solve for $x$. Starting from $ax + b = 0$:

$$ax + b = 0.$$

$$ax = -b.$$

$$x = -\frac{b}{a}.$$

That formula, $x = -\frac{b}{a}$, gives the zero of any linear polynomial in one step once you read off $a$ and $b$. For $2x - 8$, that is $x = -\frac{-8}{2} = 4$.

Examples Of Linear Polynomial

The set runs from recognising the form, through finding zeros, past the most common sign mistake, to reading a graph and a real-world model.

Example 1

Is $3x + 5$ a linear polynomial? Identify $a$, $b$, and its degree.

The variable $x$ appears to the first power, and its coefficient $3$ is non-zero.

So $a = 3$, $b = 5$, and the degree is $1$.

Final answer: yes, a linear polynomial with $a = 3$, $b = 5$, degree $1$.

Example 2

Find the zero of $2x - 8$.

Set it equal to zero:

$$2x - 8 = 0.$$

$$2x = 8.$$

$$x = 4.$$

Final answer: the zero is $x = 4$.

Example 3

Find the zero of $-3x + 12$.

Wrong attempt. A student applies $x = -\frac{b}{a}$ but treats $a$ as if it were positive: $x = -\frac{12}{3} = -4$.

Check by substituting $x = -4$:

$$-3(-4) + 12 = 12 + 12 = 24.$$

That is $24$, not $0$, so $x = -4$ cannot be the zero. The slip was ignoring the sign of $a = -3$.

Correct. Use $a = -3$, $b = 12$:

$$x = -\frac{b}{a} = -\frac{12}{-3} = 4.$$

Check: $-3(4) + 12 = -12 + 12 = 0$. Confirmed.

Final answer: the zero is $x = 4$.

Example 4

Find the zero of $\frac{1}{2}x + 3$.

Set it equal to zero:

$$\tfrac{1}{2}x + 3 = 0.$$

$$\tfrac{1}{2}x = -3.$$

$$x = -6.$$

Final answer: the zero is $x = -6$.

Example 5

For $y = 2x - 1$, state the slope, the $y$-intercept, and the $x$-intercept.

The form is $ax + b$ with $a = 2$, $b = -1$, so the slope is $2$ and the $y$-intercept is $-1$.

The $x$-intercept is the zero:

$$x = -\frac{-1}{2} = \frac{1}{2}.$$

Final answer: slope $2$, $y$-intercept $-1$, $x$-intercept $\frac{1}{2}$.

Example 6

A candle's height is modelled by $h(x) = -2x + 20$ centimetres after $x$ hours. When does it burn out?

The candle burns out when the height reaches $0$:

$$-2x + 20 = 0.$$

$$-2x = -20.$$

$$x = 10.$$

Final answer: the candle burns out after $10$ hours — the zero of the linear model.

Where Are Linear Polynomials Used?

"What is the fewest ingredients you need to describe a steady rate of change?"

A linear polynomial is the mathematical shape of anything that changes at a constant rate - and constant-rate change is everywhere.

  • Pricing. A flat fee plus a per-unit charge, like $b$ dollars plus $a$ dollars per item, is a linear polynomial in the number of items.

  • Motion at constant speed. Distance as a function of time, $d = at + b$, is linear when speed does not change.

  • Conversions. Temperature between Celsius and Fahrenheit is a linear relationship, slope and intercept and nothing more.

  • First-approximation models. When scientists fit a trend line through data, the straight line they draw is a linear polynomial - the simplest model that still captures direction.

The reason linear polynomials appear before every other model is that a straight line is the least you can assume while still saying something changes.

Common Mistakes

Mistake 1: Forgetting the $a \neq 0$ condition

Where it slips in: Deciding whether an expression is linear.

Don't do this: Call $0 \cdot x + 7$, which is just $7$, a linear polynomial.

The correct way: A linear polynomial needs a non-zero coefficient on $x$. The moment $a = 0$, the expression is a constant polynomial of degree $0$. The first instinct is to check only that the expression "has an $x$ in it"; the real test is that the $x$ survives with a non-zero coefficient.

Mistake 2: Dropping the sign when using $x = -\frac{b}{a}$

Where it slips in: Finding the zero when $a$ or $b$ is negative.

Don't do this: Read the zero of $-3x + 12$ as $-4$ by ignoring the negative $a$.

The correct way: Substitute $a$ and $b$ with their signs into $x = -\frac{b}{a}$, then always check by putting the answer back into the polynomial. The back-substitution catches sign slips instantly.

Mistake 3: Expecting more than one zero

Where it slips in: Solving, then hunting for a "second root."

Don't do this: Assume a linear polynomial behaves like a quadratic and look for two solutions.

The correct way: Degree $1$ means exactly one zero. Once you have $x = -\frac{b}{a}$, the search is over.

Conclusion

  • A linear polynomial has degree $1$ and the form $ax + b$ with $a \neq 0$.

  • The condition $a \neq 0$ is what separates a linear polynomial from a constant polynomial.

  • It has exactly one zero, found in one step as $x = -\frac{b}{a}$.

  • Its graph is always a slanted straight line, with slope $a$ and $y$-intercept $b$.

  • Linear polynomials model anything that changes at a constant rate.

To take linear polynomials further with a teacher, work with Bhanzu's algebra tutor or join focused algebra classes, with flexible math tutoring options alongside.

Practice These To Solidify Your Understanding

  1. Find the zero of $5x - 15$ and check your answer.

  2. Is $-x + 4$ a linear polynomial? Identify $a$ and $b$.

  3. A phone plan costs $C(x) = 0.2x + 10$ dollars for $x$ minutes. What input would make the cost $$0$, and does that make sense here?

If Question 1 comes out negative, revisit Mistake 2 — recheck the sign in $x = -\frac{b}{a}$.

Want a live Bhanzu trainer to walk through more linear-polynomial problems? Book a free demo class — online globally.

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

Is $ax + b$ always a linear polynomial?
Only when $a \neq 0$. If $a = 0$, it reduces to the constant $b$, which has degree $0$, not degree $1$.
What is the difference between a linear polynomial and a linear equation?
A linear polynomial is the expression $ax + b$. A linear equation sets it equal to something, such as $ax + b = 0$, and asks you to solve - the solution is the polynomial's zero.
Can a linear polynomial have two variables?
Yes. An expression like $2x + 3y - 5$ is linear in two variables - every variable still appears to the first power - but the single-variable form $ax + b$ is the one you meet first.
Why is the graph of a linear polynomial a straight line?
Because a constant rate of change produces equal steps: for every unit increase in $x$, the value changes by exactly $a$. Equal steps trace a straight line.
What is the standard form of a linear polynomial?
The standard form is $ax + b$, the highest-degree term first - the same descending-exponent convention used for every polynomial, including this algebraic expression family.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →