Zeroes, Roots and How Many
Three different words describe the same numbers, and the difference between them is only which object you are talking about. Once that is settled, one question remains: how many can there be? The degree answers it, and the factor theorem is the reason.
Sketch any curve you like that starts low on the left, ends high on the right, and is drawn without lifting your pen. How many times must it cross the horizontal axis? Now try to draw one that crosses zero times. What stops you?
A zero belongs to a function: it is a value $a$ with $P(a) = 0$. A root belongs to an equation: it is a solution of $P(x) = 0$. An $x$-intercept belongs to a graph. All three are the same numbers, named after whichever object is being discussed.
$$\text{degree } n \quad \Longrightarrow \quad \text{at most } n \text{ real zeroes}$$
The upper limit comes from the factor theorem: each distinct zero contributes a distinct linear factor, and $n+1$ factors would force degree at least $n+1$. The lower limit is different in kind: a polynomial of odd degree must have at least one real zero, because its two ends go opposite ways and the graph has no breaks.
Know
- That zeroes of a function, roots of an equation and $x$-intercepts of a graph are the same numbers
- That a polynomial of degree $n$ has at most $n$ real zeroes
- That a polynomial of odd degree has at least one real zero
Understand
- Why the factor theorem is what caps the number of zeroes
- Why the odd-degree guarantee is a statement about the ends of the graph rather than about factors
Can Do
- Use the correct word for the context
- State and justify the maximum number of zeroes for a given degree
- Decide how many real zeroes a factorised polynomial has, counting repeated factors correctly
Take $P(x) = x^2 - 5x + 6 = (x-2)(x-3)$.
The numbers $2$ and $3$ are the zeroes of the function $P$, because $P(2) = 0$ and $P(3) = 0$. They are the roots of the equation $P(x) = 0$, because they are its solutions. And they are the $x$-intercepts of the graph $y = P(x)$, or more precisely the $x$-coordinates of the points $(2,0)$ and $(3,0)$ where the curve meets the horizontal axis.
Nothing changes but the object under discussion:
a function has zeroes; an equation has roots; a graph has intercepts.
Exam questions use all three, and switching between them without hesitating is a real skill. "Find the roots of $x^3 = 2x^2 + 3x$" and "find the zeroes of $P(x) = x^3 - 2x^2 - 3x$" and "find where $y = x^3 - 2x^2 - 3x$ meets the $x$-axis" are the same question three times, with answers $-1$, $0$ and $3$.
Claim. A polynomial of degree $n$ has at most $n$ distinct real zeroes.
Why. Suppose $P$ has degree $n$ and $a_1, a_2, \ldots, a_k$ are distinct zeroes. By the factor theorem each $(x - a_i)$ is a factor of $P$, and since the $a_i$ are distinct, these are $k$ different linear factors. So
$$P(x) = (x-a_1)(x-a_2)\cdots(x-a_k)\,S(x)$$
for some polynomial $S$. Taking degrees, and remembering from Lesson 3 that degrees add when polynomials are multiplied:
$$n = k + \deg S \quad \Longrightarrow \quad k \leq n$$
since $\deg S$ cannot be negative. So there are at most $n$ distinct zeroes. The cap is a consequence of degrees adding, nothing more.
Note what the claim does not say. It does not say there are exactly $n$: a quadratic such as $x^2 + 1$ has none at all. It says $n$ is a ceiling, and finding $n$ distinct zeroes tells you that you have found them all and may stop looking.
Two different counts are in circulation, and questions rely on you knowing which is being asked for.
Take $P(x) = (x-1)(x-4)^2$, a cubic.
Distinct zeroes: $1$ and $4$. That is two numbers, and it is the answer to "how many solutions does $P(x) = 0$ have" and to "how many $x$-intercepts does the graph have".
Zeroes counted with multiplicity: $1$ once and $4$ twice, giving three, which equals the degree. The zero $4$ has multiplicity $2$.
Counting with multiplicity is the more useful convention because it makes the count predictable: over the real numbers, a polynomial of degree $n$ has at most $n$ zeroes counted with multiplicity, and the shortfall is always made up by irreducible quadratic factors.
For $x^3 - 1 = (x-1)(x^2+x+1)$, there is one real zero and the irreducible quadratic accounts for the missing two. The degree is never wrong; it is only ever partly invisible over the reals.
The upper bound came from algebra. The lower bound comes from the shape of the graph, and it is a different kind of argument.
For large $|x|$, the leading term dominates every other term, so a polynomial's behaviour far from the origin is decided entirely by $a_nx^n$. When $n$ is odd, $x^n$ has opposite signs for large positive and large negative $x$. So the graph goes to $+\infty$ at one end and to $-\infty$ at the other.
A polynomial graph is also unbroken: it can be drawn without lifting the pen, because a polynomial is defined and finite at every real number, with no asymptotes or gaps. A curve running from below the axis to above it, without lifting the pen, must meet the axis somewhere.
$$\text{odd degree} \quad \Longrightarrow \quad \text{at least one real zero}$$
An even degree has no such guarantee, because both ends go the same way and the curve can stay entirely above the axis, as $x^2 + 1$ does.
Combining the two results for a cubic: at least one real zero, at most three. And in fact only $1$, $2$ or $3$ are possible, never $0$.
Watch Me Solve It · 3 examples
-
1Factorise, common factor first$P(x) = x(x^2 - x - 6) = x(x-3)(x+2)$Taking out $x$ makes the rest an ordinary quadratic.
-
2Read off the zeroes$x = 0, \quad x = 3, \quad x = -2$Each bracket set to zero. These are the zeroes of the function $P$.
-
3Restate for the equation and the graphThe roots of $P(x) = 0$ are the same three numbers. The $x$-intercepts of the graph are the points $(-2,0)$, $(0,0)$ and $(3,0)$.
-
4Find the y-intercept, which is a different thing$P(0) = 0$The $y$-intercept is at $x = 0$, and here $P(0) = 0$, so the curve passes through the origin. That is a coincidence of this polynomial having no constant term, not a general rule.
-
1(a) Three distinct linear factorsZeroes $1$, $-5$, $2$: three distinct, and three counted with multiplicity. The degree is $3$, so the maximum is reached.
-
2(b) One factor is repeatedZeroes $-3$ and $7$: two distinct. Counted with multiplicity, $-3$ counts twice, giving three, which again matches the degree.
-
3(c) Check the quadratic for real zeroes$x^2 + 9 = 0 \ \Rightarrow \ x^2 = -9$No real number squares to $-9$, so the quadratic contributes no real zeroes.
-
4(c) ConcludeOne distinct real zero, $x = 4$, and one counted with multiplicity. The degree is $3$, so here the count falls short of the degree, and the irreducible quadratic is where the missing two went.
-
1Convert each zero into a factor$(x-1), \ (x+1), \ (x-2), \ (x+2)$By the factor theorem, each zero gives one linear factor, and the four zeroes are distinct.
-
2Note that the cap has been reachedA quartic has at most four distinct real zeroes, and four have been found. So there are no others, and the product of these four factors already has degree $4$.
-
3Write the general form$P(x) = k(x-1)(x+1)(x-2)(x+2)$The four factors account for the whole degree, so only a constant multiplier $k$ can remain.
-
4Use the remaining condition to find k$P(0) = k(-1)(1)(-2)(2) = 4k = 12$$k = 3$So $P(x) = 3(x-1)(x+1)(x-2)(x+2)$, which expands to $3x^4 - 15x^2 + 12$.
Brain Trainer · 5 problems
Five items on zeroes and their number. Work each one, then reveal the answer.
-
1 How many distinct real zeroes does $(x-2)^3$ have?
One bracket, repeated three times, is zero at one value.$1$ -
2 What is the maximum number of real zeroes a degree-$6$ polynomial can have?
The degree caps the count.$6$ -
3 Can a polynomial of degree $5$ have no real zeroes?
Odd degree forces the two ends in opposite directions.No, it has at least one -
4 How many real zeroes does $x^2 + 4$ have?
No real number squares to $-4$.None -
5 $P$ has degree $4$ and you have found four distinct zeroes. Should you keep looking?
The cap has been reached.No, those are all of them
Multiple Choice · 5 questions
The solutions of the equation $P(x) = 0$ are called its:
A polynomial of degree $7$ has:
Which of these is guaranteed to have at least one real zero?
The equation $(x-2)^2(x+5) = 0$ has how many distinct roots, and what is the degree?
A cubic is known to have zeroes at $x = -1$, $x = 0$ and $x = 4$. It follows that:
Short Answer · 3 questions
(a) Find all the zeroes of $P$.
(b) State the roots of $P(x) = 0$ and the coordinates of the $x$-intercepts of $y = P(x)$, being careful about the difference in wording.
(c) State the $y$-intercept.
(d) Explain how you know, without further work, that $P$ has no other zeroes.
(b) Give an example of a polynomial of degree $4$ with exactly two distinct real zeroes.
(c) Give an example of a polynomial of degree $4$ with no real zeroes, and one of degree $3$ with exactly one.
(d) Explain why no example of a degree-$3$ polynomial with no real zeroes exists.
(a) Write $P(x)$ in factorised form with an unknown constant.
(b) Find that constant.
(c) State the number of distinct zeroes and the number counted with multiplicity.
(d) State the $y$-intercept of $y = P(x)$, and explain why it can be read straight from the factorised form.
(b) Explain why a polynomial of even degree with a negative leading coefficient must have a largest value, and why one of odd degree never does.
(c) $P$ has degree $n$ and $P(x) > 0$ for every real $x$. What can you conclude about $n$? Prove your answer.
Three words
Zeroes of a function, roots of an equation, intercepts of a graph
The cap
Degree $n$ means at most $n$ distinct real zeroes
The reason
Each zero gives a factor, and degrees add
Odd degree
Always at least one real zero
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.