CBSE Weightage:

CBSE Class 10 Maths — Polynomials

CBSE Class 10 Maths — Polynomials — chapter overview, key concepts, solved examples, and exam strategy.

5 min read

Chapter Overview & Weightage

Polynomials is a foundational chapter in CBSE Class 10 Maths that bridges algebra and geometry. The graphical interpretation of zeroes and the relationship between zeroes and coefficients are the two pillars of this chapter.

In CBSE Class 10 board exams, Polynomials typically carries 5–8 marks out of the 80-mark paper. Questions include finding zeroes from graphs (1 mark), writing polynomials with given zeroes (2 marks), and verifying/using the sum-product relationship (2–3 marks). This chapter is highly formula-driven and completely scorable.

Topics covered:

  • Geometrical meaning of zeroes of a polynomial
  • Relationship between zeroes and coefficients (quadratic and cubic)
  • Division algorithm for polynomials

Key Concepts You Must Know

1. Zeroes of a Polynomial A zero (root) of polynomial p(x)p(x) is a value α\alpha such that p(α)=0p(\alpha) = 0. Geometrically, zeroes are the x-coordinates where the graph of y=p(x)y = p(x) crosses (or touches) the x-axis.

2. Number of Zeroes

  • A linear polynomial has exactly 1 zero
  • A quadratic polynomial has at most 2 zeroes
  • A cubic polynomial has at most 3 zeroes
  • An nn-degree polynomial has at most nn zeroes

3. Graphical meaning:

  • Cuts x-axis: zero with odd multiplicity
  • Touches x-axis (doesn’t cross): zero with even multiplicity

4. Relationship between zeroes and coefficients (quadratic): For p(x)=ax2+bx+cp(x) = ax^2 + bx + c with zeroes α\alpha and β\beta:

α+β=ba,αβ=ca\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}

5. Relationship for cubic: For p(x)=ax3+bx2+cx+dp(x) = ax^3 + bx^2 + cx + d with zeroes α,β,γ\alpha, \beta, \gamma:

α+β+γ=ba\alpha + \beta + \gamma = -\frac{b}{a} αβ+βγ+γα=ca\alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a} αβγ=da\alpha\beta\gamma = -\frac{d}{a}

Important Formulas

For ax2+bx+c=0ax^2 + bx + c = 0 with zeroes α,β\alpha, \beta:

Sum: α+β=b/a\alpha + \beta = -b/a

Product: αβ=c/a\alpha\beta = c/a

Forming polynomial: p(x)=x2(α+β)x+αβp(x) = x^2 - (\alpha+\beta)x + \alpha\beta

For polynomials p(x)p(x) and g(x)g(x) (where g(x)0g(x) \neq 0):

p(x)=g(x)q(x)+r(x)p(x) = g(x) \cdot q(x) + r(x)

where r(x)=0r(x) = 0 or deg(r)<deg(g)\deg(r) < \deg(g)


Solved Previous Year Questions

PYQ 1 — Find zeroes and verify (CBSE 2023 Style)

Find the zeroes of p(x)=x25x+6p(x) = x^2 - 5x + 6 and verify the relationship between zeroes and coefficients.

Solution: x25x+6=(x2)(x3)=0x^2 - 5x + 6 = (x-2)(x-3) = 0

Zeroes: α=2\alpha = 2, β=3\beta = 3

Verification: Sum of zeroes = 2+3=5=(5)/1=b/a2 + 3 = 5 = -(-5)/1 = -b/a

Product of zeroes = 2×3=6=6/1=c/a2 \times 3 = 6 = 6/1 = c/a

PYQ 2 — Form a quadratic polynomial

Form a quadratic polynomial whose zeroes are 3-3 and 44.

Solution: Sum of zeroes = 3+4=1-3 + 4 = 1

Product of zeroes = (3)(4)=12(-3)(4) = -12

p(x)=x2(sum)x+(product)=x2x12p(x) = x^2 - (\text{sum})x + (\text{product}) = x^2 - x - 12

Check: (3)2(3)12=9+312=0(-3)^2 - (-3) - 12 = 9 + 3 - 12 = 0

PYQ 3 — Cubic polynomial (CBSE 2024 Style)

If two zeroes of x34x23x+12x^3 - 4x^2 - 3x + 12 are 3\sqrt{3} and 3-\sqrt{3}, find the third zero.

Solution: Sum of all three zeroes = b/a=(4)/1=4-b/a = -(-4)/1 = 4

Let the third zero be γ\gamma.

3+(3)+γ=4\sqrt{3} + (-\sqrt{3}) + \gamma = 4

0+γ=40 + \gamma = 4

γ=4\gamma = 4

Verification by product: 3×(3)×4=3×4=12=d/a=12/1\sqrt{3} \times (-\sqrt{3}) \times 4 = -3 \times 4 = -12 = -d/a = -12/1


Difficulty Distribution

Question TypeMarksDifficultyFrequency
Find zeroes of quadratic1–2EasyHigh
Verify sum-product relationship2EasyHigh
Form polynomial from zeroes2EasyHigh
Third zero of cubic3MediumMedium
Division algorithm3–4MediumMedium
Graph-based zero identification1EasyMedium

About 80% of Polynomials marks are from straightforward formula-application — this is one of the highest-scoring chapters if you practise enough.


Expert Strategy

Master the two formulas cold. Sum = b/a-b/a, Product = c/ac/a for quadratic. Write them 20 times if needed. In the exam, apply them without thinking.

Always verify your zeroes by substituting back into the polynomial. If your zero doesn’t give p(α)=0p(\alpha) = 0, you’ve made an error — find it before moving on.

For cubic polynomials, the CBSE approach is always: two zeroes are given, find the third using the sum formula. You don’t need to solve a cubic from scratch.

When forming a quadratic with given zeroes α\alpha and β\beta, remember the answer is not unique — you can always multiply by any non-zero constant kk. The standard form is k(x2(α+β)x+αβ)k(x^2 - (\alpha+\beta)x + \alpha\beta). Unless asked for a specific kk, use k=1k = 1.


Common Traps

Trap 1 — Sign error in sum of zeroes: The formula is α+β=b/a\alpha + \beta = -b/a, NOT +b/a+b/a. If p(x)=x25x+6p(x) = x^2 - 5x + 6, then b=5b = -5, and sum = (5)/1=+5-(-5)/1 = +5. Students who memorise carelessly write sum = b/a=5b/a = -5, which is wrong.

Trap 2 — Division Algorithm confusion: p(x)=g(x)q(x)+r(x)p(x) = g(x) \cdot q(x) + r(x). Students sometimes write this as p(x)÷g(x)=q(x)+r(x)p(x) \div g(x) = q(x) + r(x), forgetting that remainder must be added after multiplying g(x)×q(x)g(x) \times q(x). Always write it in the full form and verify by expanding.

Trap 3 — “Touches axis” vs “crosses axis”: If a quadratic graph touches the x-axis without crossing, both zeroes are equal (repeated root). For example, p(x)=(x3)2p(x) = (x-3)^2 has a double zero at x=3x = 3 and touches the axis. Students sometimes count two separate zeroes here — there is only one distinct zero (with multiplicity 2).