Why care about zeroes of a polynomial?

Ever wondered how a simple equation can hide secret numbers that make it zero? Those secret numbers are called zeroes (or roots). Knowing them helps you solve equations fast and ace those CBSE tests.

💡 In Simple Words: A polynomial is a math expression like a recipe. Its zeroes are the special ingredients that, when added in the right amount, make the whole recipe equal zero. The recipe’s amounts (coefficients) and the special ingredients are tied together by neat formulas.

What is a polynomial?

A polynomial is a sum of terms where each term is a number (called a coefficient) multiplied by a variable (like x) raised to a whole‑number power. Example: 3x³ – 5x² + 2x – 7. The highest power (here 3) tells you the degree of the polynomial.

Zeroes (roots) of a polynomial

A zero (or root) is any value of x that turns the whole polynomial into zero. In other words, plug that x into the expression and the answer is 0. For a quadratic like x² – 5x + 6, the zeroes are 2 and 3 because (2)² – 5·2 + 6 = 0 and (3)² – 5·3 + 6 = 0.

How zeroes relate to coefficients (Vieta’s formulas)

The link between zeroes and coefficients is captured by Vieta’s formulas. They’re named after a French mathematician, but the idea is simple: if you know the coefficients, you can quickly find the sum and product of the zeroes, and vice‑versa.

Quadratic (degree 2) polynomial

For a quadratic written as ax² + bx + c = 0, let the zeroes be α and β. Then:

  • Sum of zeroes = α + β = ‑b/a
  • Product of zeroes = α·β = c/a

Notice how the coefficients a, b, c appear in the formulas. The negative sign only shows up in the sum.

Cubic (degree 3) polynomial

For a cubic ax³ + bx² + cx + d = 0 with zeroes α, β, γ:

  • α + β + γ = ‑b/a
  • αβ + βγ + γα = c/a
  • αβγ = ‑d/a

Now you have three relationships: sum of zeroes, sum of pairwise products, and product of all three.

Higher‑degree polynomials

The pattern continues. For a degree‑n polynomial, the alternating signs of the coefficients give you the sums of products of zeroes taken 1 at a time, 2 at a time, …, n at a time. It sounds fancy, but the idea is the same: coefficients hide the zeroes.

Worked example: Quadratic polynomial

Find the sum and product of zeroes for 2x² – 7x + 3 = 0 without solving it.

Here a = 2, b = ‑7, c = 3.

  • Sum = ‑b/a = ‑(‑7)/2 = 7/2 = 3.5
  • Product = c/a = 3/2 = 1.5

That’s it! You now know the two zeroes add up to 3.5 and multiply to 1.5. If you later need the actual zeroes, you can use the quadratic formula, but often the sum and product are enough for CBSE questions.

Worked example: Cubic polynomial

Consider x³ – 6x² + 11x – 6 = 0. Identify the relationships.

  • a = 1, b = ‑6, c = 11, d = ‑6
  • Sum of zeroes = ‑b/a = 6
  • Sum of pairwise products = c/a = 11
  • Product of zeroes = ‑d/a = 6

If you factor the cubic, you’ll see the zeroes are 1, 2, 3. Check: 1+2+3=6, 1·2+2·3+3·1=11, 1·2·3=6. Vieta’s formulas work like magic.

Quick comparison table

DegreeStandard formSum of zeroesProduct of zeroes
2 (quadratic)ax² + bx + c‑b/ac/a
3 (cubic)ax³ + bx² + cx + d‑b/a‑d/a
4 (quartic)ax⁴ + bx³ + cx² + dx + e‑b/ae/a (with sign alternating)

Tips for CBSE exams

  • Memorise the quadratic sum‑product formulas; they appear in many 10‑mark questions.
  • When a question asks for “sum of the zeroes” of a higher‑degree polynomial, write down the relevant Vieta relation directly.
  • Watch the sign of the constant term (c or d). It flips for odd‑degree products.
  • Practice converting a word problem into a polynomial, then use the formulas instead of solving the whole equation.

📝 Likely Exam Questions

  1. Find the sum of the zeroes of 3x² – 12x + 9 = 0.
    Answer: Sum = ‑b/a = ‑(‑12)/3 = 4.
  2. For the cubic x³ + px² + qx + r = 0, the sum of its zeroes is 6 and the product is –8. Find p and r.
    Answer: Sum = ‑p ⇒ p = ‑6. Product = ‑r ⇒ r = 8.
  3. Given that α and β are zeroes of 2x² – 5x + k = 0 and α + β = 3, find k.
    Answer: Sum = ‑b/a = 5/2 = 2.5, but we’re told sum = 3, so there’s a mistake – actually the condition forces k such that the sum becomes 3, meaning the polynomial must be rewritten. Using α + β = 3 ⇒ ‑b/a = 3 ⇒ ‑(‑5)/2 = 3 ⇒ 5/2 = 3, impossible. Hence no real k satisfies both; answer: no such k.
  4. If the zeroes of x³ – 4x² + mx – 6 are in arithmetic progression, find m.
    Answer: Let zeroes be a‑d, a, a+d. Sum = 3a = 4 ⇒ a = 4/3. Product = (a‑d)·a·(a+d) = a(a² – d²) = 6 ⇒ (4/3)[(16/9) – d²] = 6 ⇒ (64/27) – (4/3)d² = 6 ⇒ (4/3)d² = (64/27) – 6 = (64 – 162)/27 = ‑98/27 ⇒ d² = ‑98/36 
#CBSE#Class 10#Mathematics#Polynomials#Zeroes