Polynomials

Chapter 2 · Mathematics · Class 10 30 min read

Why This Matters

A polynomial is just an expression built from a variable using adding, subtracting and whole-number powers — things like x² − 3x − 4. They’re the workhorses of all of maths and science: the path of a thrown ball, the area of a widening square garden, the profit of a shop as it changes its price — all are described by polynomials.

The single most important question you can ask about a polynomial is: for what value of x does it become 0? Those special inputs are called its zeroes, and they’re everywhere in disguise — the moment a ball hits the ground, the break-even price of a business, the points where a bridge cable touches its supports. Solving almost any real problem eventually comes down to finding a zero.

In this chapter you’ll see two beautiful things. First, zeroes have a picture: they are exactly the spots where the polynomial’s graph crosses the x-axis. Second, the zeroes are secretly tied to the coefficients — without solving anything, the numbers in front of x already tell you the sum and product of the zeroes. That hidden link will save you again and again.

The Big Idea

A zero of a polynomial p(x) is a value of x that makes p(x) = 0. Pictured on a graph, the zeroes are precisely the x-intercepts — where y = p(x) meets the x-axis. And the zeroes aren’t independent of the coefficients: for a quadratic ax² + bx + c, the sum of the zeroes is −b/a and the product is c/a.

Let’s Break It Down

Polynomials, degree and zeroes

The degree of a polynomial is its highest power of the variable. By degree we name the common types:

Naming polynomials by degree
DegreeNameGeneral formExample
1Linearax + b2x − 3
2Quadraticax² + bx + cx² − 3x − 4
3Cubicax³ + bx² + cx + d2x³ − 5x² − 14x + 8

(In every case a ≠ 0 — otherwise the leading term vanishes and the degree drops.) Expressions like 1/x or √x + 2 are not polynomials: powers must be whole numbers.

The value of p(x) at x = k, written p(k), is what you get by substituting x = k. A real number k is a zero of p(x) if p(k) = 0. For example, with p(x) = x² − 3x − 4:

  • p(−1) = (−1)² − 3(−1) − 4 = 1 + 3 − 4 = 0, and
  • p(4) = 16 − 12 − 4 = 0,

so −1 and 4 are the zeroes of x² − 3x − 4.

For a linear polynomial ax + b, setting ax + b = 0 gives the single zero x = −b/a — already a hint that zeroes and coefficients are linked.

The geometrical meaning of a zero

Here’s the picture that makes everything click. If you plot y = p(x), the zeroes are exactly the x-coordinates where the graph crosses (or touches) the x-axis — because crossing the axis means y = 0, which means p(x) = 0.

A quadratic always graphs as a parabola — a smooth U-shape that opens upward when a > 0 and downward when a < 0. Watch how the zeroes of x² − 3x − 4 (which we found to be −1 and 4) appear as its two x-intercepts:

The upward parabola y = x² − 3x − 4 crossing the x-axis at x = −1 and x = 4, with those two intercepts marked as the zeroes.
The graph of y = x² − 3x − 4 cuts the x-axis at −1 and 4 — exactly the zeroes we found by substitution. A zero of the polynomial = an x-intercept of its graph.

Because a parabola can sit relative to the x-axis in only three ways, a quadratic has either two, one, or no real zeroes:

Three upward parabolas: one crossing the x-axis at two points (two distinct zeroes), one touching at a single point (one repeated zero), and one sitting entirely above the axis (no real zeroes).
The only three possibilities for a parabola: cut the axis twice (2 zeroes), just touch it (1 repeated zero), or miss it (no real zeroes). A downward parabola (a < 0) gives the same three cases, flipped.

This is the geometry behind a key fact:

A polynomial of degree n has at most n zeroes — because its graph can cross the x-axis at most n times. So a quadratic has at most 2 zeroes, a cubic at most 3.

Reading zeroes off a graph

A graph of y = p(x) crosses the x-axis at exactly 3 points and p(x) is a cubic. How many zeroes does it have, and is that allowed?

Zeroes are tied to the coefficients

Now the surprise. Take any quadratic and factorise it — say p(x) = 2x² − 8x + 6 = 2(x − 1)(x − 3), so its zeroes are 1 and 3. Look at what the coefficients “know”:

  • Sum of zeroes = 1 + 3 = 4 = −(−8)/2 = −b/a
  • Product of zeroes = 1 × 3 = 3 = 6/2 = c/a

This is not a coincidence — it’s true for every quadratic, and we can prove it.

Proof: sum and product of the zeroes of ax² + bx + c

If α and β are the zeroes of p(x) = ax² + bx + c (a ≠ 0), show that α + β = −b/a and αβ = c/a.

A handy mnemonic: sum = −(coefficient of x)/(coefficient of x²) and product = (constant)/(coefficient of x²).

Find the zeroes and verify the relationship

Find the zeroes of x² + 7x + 10 and verify the sum and product against the coefficients.

The link runs both ways — if you’re given the sum and product, you can build the quadratic, because a polynomial with zeroes summing to S and multiplying to P is x² − Sx + P (taking a = 1).

Build a quadratic from its zeroes

Find a quadratic polynomial whose zeroes have sum −3 and product 2.

The same idea for cubics

A cubic ax³ + bx² + cx + d with zeroes α, β, γ obeys three matching relations (proved the same way, by expanding a(x − α)(x − β)(x − γ)):

  • α + β + γ = −b/a (sum of zeroes)
  • αβ + βγ + γα = c/a (sum of products, two at a time)
  • αβγ = −d/a (product of zeroes)

Notice the pattern with the signs: −b/a, then +c/a, then −d/a, alternating as you go down the coefficients.

Common Mistakes

⚠️ Common mistake
What students think

The 'zero' of a polynomial means the value of the polynomial at x = 0, i.e. p(0).

Why it seems right

The word 'zero' naturally makes you think of x = 0, and p(0) is an easy number to compute, so the two get mixed up.

What actually happens

A zero is an INPUT x that makes the OUTPUT p(x) = 0 — a solution of p(x) = 0. p(0) is just the value at x = 0 (the constant term, the y-intercept) and is usually NOT zero.

⚠️ Common mistake
What students think

For ax² + bx + c, the sum of the zeroes is b/a and the product is −c/a.

Why it seems right

The formulas involve b/a and c/a, so it's easy to misremember which one carries the minus sign.

What actually happens

It's sum = −b/a (the minus is on the SUM) and product = +c/a. A quick check: x² − 5x + 6 has zeroes 2 and 3 — sum 5 = −(−5)/1 ✓, product 6 = 6/1 ✓.

⚠️ Common mistake
What students think

Every quadratic has two real zeroes (the graph always cuts the x-axis twice).

Why it seems right

Most textbook quadratics are chosen to factorise nicely into two real zeroes, so it feels like the norm.

What actually happens

A parabola can also just TOUCH the axis (one repeated zero) or MISS it entirely (no real zeroes) — like x² + 1, which is never 0 for any real x. A quadratic has at most two real zeroes, but it can have one or none.

⚠️ Common mistake
What students think

x² + 1 has the zeroes 1 and −1.

Why it seems right

x² − 1 factorises to (x−1)(x+1) with zeroes ±1, and x² + 1 looks almost the same, so the sign slips.

What actually happens

x² + 1 = 0 needs x² = −1, which no real number satisfies — it has NO real zeroes (its parabola sits entirely above the axis). It's x² − 1 that has zeroes ±1.

Quick Check

Which of these is NOT a polynomial?

What are the zeroes of the polynomial whose graph is shown crossing the x-axis at x = 2 and x = −5?

For the quadratic 3x² + 5x − 2, what is the sum of its zeroes?

At most how many zeroes can a cubic polynomial have?

Practice Problems

Easy

easy

Find the zeroes of 4u² + 8u and verify the relationship with the coefficients.

easy

Find a quadratic polynomial whose zeroes have sum 0 and product −15.

Medium

medium

Find the zeroes of 6x² − 7x − 3 and verify the sum and product against the coefficients.

medium

Find the zeroes of x² − 3 and verify the relationship between zeroes and coefficients.

Challenge

challenge

If α and β are the zeroes of x² − 5x + 6, find the value of α² + β² without finding α and β individually.

Summary

You should now be able to explain:

  • A polynomial’s degree is its highest power; degrees 1, 2, 3 are linear, quadratic, cubic (general form ax² + bx + c for a quadratic, a ≠ 0).
  • A zero is an input k with p(k) = 0 — not the same as p(0).
  • Geometrically, the zeroes of p(x) are the x-coordinates where y = p(x) meets the x-axis.
  • A quadratic graphs as a parabola (up if a > 0, down if a < 0) and has two, one or no real zeroes; a polynomial of degree n has at most n zeroes.
  • For a quadratic ax² + bx + c: sum of zeroes = −b/a, product = c/a (both provable by expanding a(x − α)(x − β)).
  • Reverse it: a quadratic with given sum S and product P is x² − Sx + P.
  • For a cubic ax³ + bx² + cx + d: α + β + γ = −b/a, αβ + βγ + γα = c/a, αβγ = −d/a.

What’s Next

You now know that zeroes are where a graph meets the x-axis. Next, in Pair of Linear Equations in Two Variables, we put two straight-line graphs on the same axes and ask where they meet each other — the point that satisfies both equations at once. The same picture-meets-algebra idea, one dimension up.