Solved Examples

NCERT Solutions for Class 10 Maths Chapter 2: Polynomials — Complete Guide with Step-by-Step Solutions

Step-by-step solutions for zeroes of polynomials, relationship between zeroes and coefficients, and the division algorithm — every exercise solved.

CBSEClass 10
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions for Class 10 Maths Chapter 2 Polynomials with zeroes, coefficients, and division algorithm.

Why Polynomials Is a Must-Master Chapter for Board Exams

Chapter 2 — Polynomials — builds on what you learned in Class 9 and introduces two powerful new ideas: the precise relationship between zeroes and coefficients, and the Division Algorithm for Polynomials. These concepts not only carry their own marks in the board exam but also form the foundation for Chapter 4 (Quadratic Equations).

This chapter typically carries 3-5 marks in the CBSE board exam, with the most common question being: find the zeroes of a quadratic polynomial and verify the relationship with coefficients. The division algorithm question (finding all zeroes of a degree-4 polynomial) is a frequent 4-5 mark question.

The chapter has 4 exercises:
- Exercise 2.1 (1 problem): Geometrical meaning of zeroes — relating graphs to zeroes
- Exercise 2.2 (2 problems): Relationship between zeroes and coefficients of quadratic polynomials
- Exercise 2.3 (5 problems): Division algorithm for polynomials
- Exercise 2.4 (5 problems): Mixed practice and optional questions

Let's work through every concept and every problem systematically.

Key Concepts and Formulas You Must Know

Before solving the exercises, let's build a thorough understanding of the theory. Every formula here will be used repeatedly in the problems.

What Is a Polynomial?

A polynomial in variable xx is an expression of the form:

p(x)=anxn+an1xn1++a1x+a0p(x) = a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + a_0

where a0,a1,,ana_0, a_1, \ldots, a_n are real numbers and nn is a non-negative integer.

  • The degree of a polynomial is the highest power of xx with a non-zero coefficient.
    - A polynomial of degree 1 is linear: ax+bax + b (one zero).
    - A polynomial of degree 2 is quadratic: ax2+bx+cax^2 + bx + c (at most two zeroes).
    - A polynomial of degree 3 is cubic: ax3+bx2+cx+dax^3 + bx^2 + cx + d (at most three zeroes).

The zeroes (or roots) of p(x)p(x) are the values of xx for which p(x)=0p(x) = 0.

Geometrical Meaning of Zeroes

The zeroes of a polynomial p(x)p(x) are the **x-coordinates of the points where the graph of y=p(x)y = p(x) intersects the x-axis**.

  • A linear polynomial ax+bax + b has exactly 1 zero, and its graph is a straight line crossing the x-axis at x=bax = -\frac{b}{a}.
  • A quadratic polynomial ax2+bx+cax^2 + bx + c has at most 2 zeroes, and its graph is a parabola. The parabola opens upward if a>0a > 0 and downward if a<0a < 0. It may cross the x-axis at 0, 1, or 2 points.
  • A cubic polynomial has at most 3 zeroes, and its graph is an S-shaped curve that may cross the x-axis 1, 2, or 3 times.

The number of zeroes equals the number of x-axis intersections.

Relationship Between Zeroes and Coefficients — Quadratic

For a quadratic polynomial p(x)=ax2+bx+cp(x) = ax^2 + bx + c with zeroes α\alpha and β\beta:

α+β=ba(sum of zeroes)\alpha + \beta = -\frac{b}{a} \quad \text{(sum of zeroes)}

αβ=ca(product of zeroes)\alpha \cdot \beta = \frac{c}{a} \quad \text{(product of zeroes)}

Conversely, if the zeroes are α\alpha and β\beta, the quadratic polynomial is:

p(x)=k[x2(α+β)x+αβ]p(x) = k\left[x^2 - (\alpha + \beta)x + \alpha\beta\right]

for any non-zero constant kk.

Memory aid: For the sum, think "negative bb over aa" — the sign flips. For the product, think "cc over aa" — no sign change.

Relationship Between Zeroes and Coefficients — Cubic

For a cubic polynomial 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}

Notice the pattern of alternating signs: b/a-b/a, +c/a+c/a, d/a-d/a. This pattern (called Vieta's formulas) extends to higher degree polynomials.

Division Algorithm for Polynomials

Statement: Given any polynomial p(x)p(x) and any non-zero polynomial g(x)g(x), there exist polynomials q(x)q(x) (quotient) and r(x)r(x) (remainder) such that:

p(x)=g(x)×q(x)+r(x)p(x) = g(x) \times q(x) + r(x)

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

This is the polynomial version of Euclid's Division Lemma from Chapter 1. The process of finding q(x)q(x) and r(x)r(x) is called polynomial long division.

Key application: If α\alpha is a zero of p(x)p(x), then (xα)(x - \alpha) is a factor of p(x)p(x), meaning the remainder when dividing by (xα)(x - \alpha) is zero. This is the Factor Theorem.

Exercise 2.1 — Geometrical Meaning of Zeroes (Solved)

Exercise 2.1 asks you to read graphs and identify the number of zeroes of the polynomial represented by each graph.

Problem 1: Identify the number of zeroes from graphs

Solution:
The number of zeroes = number of times the graph intersects (or touches) the x-axis.

(i) The graph is a straight line parallel to the x-axis (does not intersect x-axis).
\Rightarrow Number of zeroes =0= 0.

(ii) The graph intersects the x-axis at exactly one point.
\Rightarrow Number of zeroes =1= 1.

(iii) The graph intersects the x-axis at exactly two points.
\Rightarrow Number of zeroes =2= 2.

(iv) The graph intersects the x-axis at exactly two points.
\Rightarrow Number of zeroes =2= 2.

(v) The graph intersects the x-axis at exactly four points.
\Rightarrow Number of zeroes =4= 4.

(vi) The graph intersects the x-axis at exactly three points.
\Rightarrow Number of zeroes =3= 3.

Key insight: A polynomial of degree nn can have at most nn zeroes, but it can have fewer. For example, x2+1x^2 + 1 is a quadratic with zero real zeroes (its graph never crosses the x-axis).

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 2.2 — Zeroes and Coefficients (All Problems Solved)

This is the most important exercise for board exams. The standard question format is: find the zeroes and verify the relationship between zeroes and coefficients.

Problem 1(i): Find zeroes of x² - 2x - 8 and verify the relationship

Solution:
Factorise by splitting the middle term:

x22x8x^2 - 2x - 8

We need two numbers that multiply to 8-8 and add to 2-2. Those are 4-4 and +2+2.
=x24x+2x8=x(x4)+2(x4)=(x4)(x+2)= x^2 - 4x + 2x - 8 = x(x - 4) + 2(x - 4) = (x - 4)(x + 2)

Zeroes: x=4x = 4 and x=2x = -2.

Verification:
Here a=1a = 1, b=2b = -2, c=8c = -8.

Sum of zeroes =4+(2)=2= 4 + (-2) = 2
ba=21=2-\frac{b}{a} = -\frac{-2}{1} = 2 \checkmark

Product of zeroes =4×(2)=8= 4 \times (-2) = -8
ca=81=8\frac{c}{a} = \frac{-8}{1} = -8 \checkmark

Problem 1(ii): Find zeroes of 4s² - 4s + 1 and verify

Solution:

4s24s+1=(2s)22(2s)(1)+12=(2s1)24s^2 - 4s + 1 = (2s)^2 - 2(2s)(1) + 1^2 = (2s - 1)^2

This is a perfect square! Zeroes: s=12s = \frac{1}{2} (repeated).

Verification:
Here a=4a = 4, b=4b = -4, c=1c = 1.

Sum of zeroes =12+12=1= \frac{1}{2} + \frac{1}{2} = 1
ba=44=1-\frac{b}{a} = -\frac{-4}{4} = 1 \checkmark

Product of zeroes =12×12=14= \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}
ca=14\frac{c}{a} = \frac{1}{4} \checkmark

Note: When a quadratic has a repeated zero, its graph touches the x-axis at exactly one point (the vertex lies on the x-axis).

Problem 1(iii): Find zeroes of 6x² - 3 - 7x and verify

Solution:
First, rewrite in standard form: 6x27x36x^2 - 7x - 3.

Split the middle term. We need two numbers that multiply to 6×(3)=186 \times (-3) = -18 and add to 7-7. Those are 9-9 and +2+2.

6x29x+2x3=3x(2x3)+1(2x3)=(3x+1)(2x3)6x^2 - 9x + 2x - 3 = 3x(2x - 3) + 1(2x - 3) = (3x + 1)(2x - 3)

Zeroes: x=13x = -\frac{1}{3} and x=32x = \frac{3}{2}.

Verification:
Here a=6a = 6, b=7b = -7, c=3c = -3.

Sum =13+32=2+96=76= -\frac{1}{3} + \frac{3}{2} = \frac{-2 + 9}{6} = \frac{7}{6}
ba=76=76-\frac{b}{a} = -\frac{-7}{6} = \frac{7}{6} \checkmark

Product =(13)×32=12=36= \left(-\frac{1}{3}\right) \times \frac{3}{2} = -\frac{1}{2} = -\frac{3}{6}
ca=36=12\frac{c}{a} = \frac{-3}{6} = -\frac{1}{2} \checkmark

Problem 1(iv): Find zeroes of 4u² + 8u and verify

Solution:

4u2+8u=4u(u+2)4u^2 + 8u = 4u(u + 2)

Zeroes: u=0u = 0 and u=2u = -2.

Verification:
Here a=4a = 4, b=8b = 8, c=0c = 0.

Sum =0+(2)=2= 0 + (-2) = -2
ba=84=2-\frac{b}{a} = -\frac{8}{4} = -2 \checkmark

Product =0×(2)=0= 0 \times (-2) = 0
ca=04=0\frac{c}{a} = \frac{0}{4} = 0 \checkmark

Note: Zero itself can be a zero of a polynomial! When c=0c = 0, the polynomial has x=0x = 0 as one of its zeroes.

Problem 1(v): Find zeroes of t² - 15 and verify

Solution:

t215=(t15)(t+15)t^2 - 15 = (t - \sqrt{15})(t + \sqrt{15})

Zeroes: t=15t = \sqrt{15} and t=15t = -\sqrt{15}.

Verification:
Here a=1a = 1, b=0b = 0, c=15c = -15.

Sum =15+(15)=0= \sqrt{15} + (-\sqrt{15}) = 0
ba=01=0-\frac{b}{a} = -\frac{0}{1} = 0 \checkmark

Product =15×(15)=15= \sqrt{15} \times (-\sqrt{15}) = -15
ca=151=15\frac{c}{a} = \frac{-15}{1} = -15 \checkmark

Problem 1(vi): Find zeroes of 3x² - x - 4 and verify

Solution:
Split: we need two numbers multiplying to 3×(4)=123 \times (-4) = -12 and adding to 1-1. Those are 4-4 and +3+3.

3x24x+3x4=x(3x4)+1(3x4)=(x+1)(3x4)3x^2 - 4x + 3x - 4 = x(3x - 4) + 1(3x - 4) = (x + 1)(3x - 4)

Zeroes: x=1x = -1 and x=43x = \frac{4}{3}.

Verification:
a=3a = 3, b=1b = -1, c=4c = -4.

Sum =1+43=3+43=13= -1 + \frac{4}{3} = \frac{-3 + 4}{3} = \frac{1}{3}
ba=13=13-\frac{b}{a} = -\frac{-1}{3} = \frac{1}{3} \checkmark

Product =(1)×43=43= (-1) \times \frac{4}{3} = -\frac{4}{3}
ca=43\frac{c}{a} = \frac{-4}{3} \checkmark

Problem 2: Find a quadratic polynomial with given sum and product of zeroes

Formula: If sum of zeroes =S= S and product of zeroes =P= P, the quadratic polynomial is:

p(x)=k(x2Sx+P)p(x) = k(x^2 - Sx + P)

for any non-zero constant kk (usually we take k=1k = 1 or choose kk to clear fractions).

(i) S=14S = \frac{1}{4}, P=1P = -1:

p(x)=x214x1=14(4x2x4)p(x) = x^2 - \frac{1}{4}x - 1 = \frac{1}{4}(4x^2 - x - 4)

Taking k=4k = 4: p(x)=4x2x4p(x) = 4x^2 - x - 4

(ii) S=2S = \sqrt{2}, P=13P = \frac{1}{3}:

p(x)=x22x+13=13(3x232x+1)p(x) = x^2 - \sqrt{2}x + \frac{1}{3} = \frac{1}{3}(3x^2 - 3\sqrt{2}x + 1)

Taking k=3k = 3: p(x)=3x232x+1p(x) = 3x^2 - 3\sqrt{2}x + 1

(iii) S=0S = 0, P=5P = \sqrt{5}:

p(x)=x20x+5=x2+5p(x) = x^2 - 0 \cdot x + \sqrt{5} = x^2 + \sqrt{5}

(iv) S=1S = 1, P=1P = 1:

p(x)=x2x+1p(x) = x^2 - x + 1

(v) S=14S = -\frac{1}{4}, P=14P = \frac{1}{4}:

p(x)=x2+14x+14=14(4x2+x+1)p(x) = x^2 + \frac{1}{4}x + \frac{1}{4} = \frac{1}{4}(4x^2 + x + 1)

Taking k=4k = 4: p(x)=4x2+x+1p(x) = 4x^2 + x + 1

(vi) S=4S = 4, P=1P = 1:

p(x)=x24x+1p(x) = x^2 - 4x + 1

Factorisation Techniques for Quadratic Polynomials

Finding zeroes of quadratic polynomials requires strong factorisation skills. Here are the main methods, all of which appear in the exercises:

Method 1: Splitting the Middle Term
For ax2+bx+cax^2 + bx + c, find two numbers mm and nn such that m+n=bm + n = b and m×n=a×cm \times n = a \times c. Then:

ax2+bx+c=ax2+mx+nx+cax^2 + bx + c = ax^2 + mx + nx + c

Group and factor.

Method 2: Using the Quadratic Formula
If splitting is difficult, use:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The discriminant D=b24acD = b^2 - 4ac tells you about the nature of zeroes:
- D>0D > 0: two distinct real zeroes
- D=0D = 0: two equal (repeated) real zeroes
- D<0D < 0: no real zeroes (but two complex zeroes)

Method 3: Recognising Special Forms
- Perfect square: a2±2ab+b2=(a±b)2a^2 \pm 2ab + b^2 = (a \pm b)^2
- Difference of squares: a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)
- Common factor: ax2+bx=x(ax+b)ax^2 + bx = x(ax + b)

Method 4: Completing the Square
Rewrite ax2+bx+cax^2 + bx + c as a(x+b2a)2+cb24aa\left(x + \frac{b}{2a}\right)^2 + c - \frac{b^2}{4a}. This connects directly to the quadratic formula and is useful for Chapter 4.

Exercise 2.3 — Division Algorithm for Polynomials (All Problems Solved)

This exercise teaches polynomial long division. The process is exactly like long division of numbers — you divide the leading terms, multiply back, subtract, and bring down. Let's solve each problem in full detail.

Problem 1(i): Divide p(x) = x³ - 3x² + 5x - 3 by g(x) = x² - 2

Solution:
We perform polynomial long division.

Step 1: Divide the leading term: x3x2=x\frac{x^3}{x^2} = x. Write xx as the first term of the quotient.

x×(x22)=x32xx \times (x^2 - 2) = x^3 - 2x

Subtract from p(x)p(x):
(x33x2+5x3)(x32x)=3x2+7x3(x^3 - 3x^2 + 5x - 3) - (x^3 - 2x) = -3x^2 + 7x - 3

Step 2: Divide: 3x2x2=3\frac{-3x^2}{x^2} = -3.

3×(x22)=3x2+6-3 \times (x^2 - 2) = -3x^2 + 6

Subtract:
(3x2+7x3)(3x2+6)=7x9(-3x^2 + 7x - 3) - (-3x^2 + 6) = 7x - 9

Since deg(7x9)=1<2=deg(g)\deg(7x - 9) = 1 < 2 = \deg(g), we stop.

Quotient: q(x)=x3q(x) = x - 3
Remainder: r(x)=7x9r(x) = 7x - 9

Verification: (x22)(x3)+(7x9)=x33x22x+6+7x9=x33x2+5x3=p(x)(x^2 - 2)(x - 3) + (7x - 9) = x^3 - 3x^2 - 2x + 6 + 7x - 9 = x^3 - 3x^2 + 5x - 3 = p(x) \checkmark

Problem 1(ii): Divide p(x) = x⁴ - 3x² + 4x + 5 by g(x) = x² + 1 - x

Solution:
Rewrite g(x)=x2x+1g(x) = x^2 - x + 1.

Step 1: x4x2=x2\frac{x^4}{x^2} = x^2.
x2(x2x+1)=x4x3+x2x^2(x^2 - x + 1) = x^4 - x^3 + x^2
Subtract: (x43x2+4x+5)(x4x3+x2)=x34x2+4x+5(x^4 - 3x^2 + 4x + 5) - (x^4 - x^3 + x^2) = x^3 - 4x^2 + 4x + 5

Step 2: x3x2=x\frac{x^3}{x^2} = x.
x(x2x+1)=x3x2+xx(x^2 - x + 1) = x^3 - x^2 + x
Subtract: (x34x2+4x+5)(x3x2+x)=3x2+3x+5(x^3 - 4x^2 + 4x + 5) - (x^3 - x^2 + x) = -3x^2 + 3x + 5

Step 3: 3x2x2=3\frac{-3x^2}{x^2} = -3.
3(x2x+1)=3x2+3x3-3(x^2 - x + 1) = -3x^2 + 3x - 3
Subtract: (3x2+3x+5)(3x2+3x3)=8(-3x^2 + 3x + 5) - (-3x^2 + 3x - 3) = 8

Quotient: q(x)=x2+x3q(x) = x^2 + x - 3
Remainder: r(x)=8r(x) = 8

Verification: (x2x+1)(x2+x3)+8=x43x2+4x+5(x^2 - x + 1)(x^2 + x - 3) + 8 = x^4 - 3x^2 + 4x + 5 \checkmark (expand to verify)

Problem 1(iii): Divide p(x) = x⁴ - 5x + 6 by g(x) = 2 - x²

Solution:
Rewrite: g(x)=x2+2g(x) = -x^2 + 2. For convenience, we can also write g(x)=(x22)g(x) = -(x^2 - 2).

Note: p(x)=x4+0x3+0x25x+6p(x) = x^4 + 0x^3 + 0x^2 - 5x + 6.

Divide by x2+2-x^2 + 2:

Step 1: x4x2=x2\frac{x^4}{-x^2} = -x^2.
x2(x2+2)=x42x2-x^2(-x^2 + 2) = x^4 - 2x^2
Subtract: (x45x+6)(x42x2)=2x25x+6(x^4 - 5x + 6) - (x^4 - 2x^2) = 2x^2 - 5x + 6

Step 2: 2x2x2=2\frac{2x^2}{-x^2} = -2.
2(x2+2)=2x24-2(-x^2 + 2) = 2x^2 - 4
Subtract: (2x25x+6)(2x24)=5x+10(2x^2 - 5x + 6) - (2x^2 - 4) = -5x + 10

Quotient: q(x)=x22q(x) = -x^2 - 2
Remainder: r(x)=5x+10r(x) = -5x + 10

Verification: (x2+2)(x22)+(5x+10)=(x44)+(5x+10)=x45x+6(-x^2 + 2)(-x^2 - 2) + (-5x + 10) = (x^4 - 4) + (-5x + 10) = x^4 - 5x + 6 \checkmark

Problem 2: Check whether g(x) is a factor — three examples

**g(x)g(x) is a factor of p(x)p(x) if and only if the remainder is zero when dividing p(x)p(x) by g(x)g(x).**

(i) p(x)=2x3+x22x1p(x) = 2x^3 + x^2 - 2x - 1, g(x)=x+1g(x) = x + 1.

By the Factor Theorem, (x+1)(x + 1) is a factor iff p(1)=0p(-1) = 0.
p(1)=2(1)3+(1)22(1)1=2+1+21=0p(-1) = 2(-1)^3 + (-1)^2 - 2(-1) - 1 = -2 + 1 + 2 - 1 = 0

Yes, g(x)g(x) is a factor. \checkmark

Actually, 2x3+x22x1=x2(2x+1)(2x+1)=(x21)(2x+1)=(x1)(x+1)(2x+1)2x^3 + x^2 - 2x - 1 = x^2(2x + 1) - (2x + 1) = (x^2 - 1)(2x + 1) = (x-1)(x+1)(2x+1).

(ii) p(x)=x3+3x+1p(x) = x^3 + 3x + 1, g(x)=x2+1g(x) = x^2 + 1.

Divide: x3x2=x\frac{x^3}{x^2} = x. x(x2+1)=x3+xx(x^2 + 1) = x^3 + x.
Subtract: (x3+3x+1)(x3+x)=2x+1(x^3 + 3x + 1) - (x^3 + x) = 2x + 1.

Remainder =2x+10= 2x + 1 \neq 0.

No, g(x)g(x) is not a factor.

(iii) p(x)=x34x2+x+6p(x) = x^3 - 4x^2 + x + 6, g(x)=x3g(x) = x - 3.

Check p(3)=2736+3+6=0p(3) = 27 - 36 + 3 + 6 = 0.

Yes, g(x)g(x) is a factor. \checkmark

Full factorisation: x34x2+x+6=(x3)(x2x2)=(x3)(x2)(x+1)x^3 - 4x^2 + x + 6 = (x - 3)(x^2 - x - 2) = (x-3)(x-2)(x+1).

Problem 3: Obtain all zeroes of 2x⁴ - 3x³ - 3x² + 6x - 2, given √2 and -√2 are zeroes

Solution:
Since 2\sqrt{2} and 2-\sqrt{2} are zeroes, (x2)(x+2)=x22(x - \sqrt{2})(x + \sqrt{2}) = x^2 - 2 is a factor.

Divide 2x43x33x2+6x22x^4 - 3x^3 - 3x^2 + 6x - 2 by x22x^2 - 2:

Step 1: 2x4x2=2x2\frac{2x^4}{x^2} = 2x^2.
2x2(x22)=2x44x22x^2(x^2 - 2) = 2x^4 - 4x^2
Subtract: (2x43x33x2+6x2)(2x44x2)=3x3+x2+6x2(2x^4 - 3x^3 - 3x^2 + 6x - 2) - (2x^4 - 4x^2) = -3x^3 + x^2 + 6x - 2

Step 2: 3x3x2=3x\frac{-3x^3}{x^2} = -3x.
3x(x22)=3x3+6x-3x(x^2 - 2) = -3x^3 + 6x
Subtract: (3x3+x2+6x2)(3x3+6x)=x22(-3x^3 + x^2 + 6x - 2) - (-3x^3 + 6x) = x^2 - 2

Step 3: x2x2=1\frac{x^2}{x^2} = 1.
1(x22)=x221(x^2 - 2) = x^2 - 2
Subtract: (x22)(x22)=0(x^2 - 2) - (x^2 - 2) = 0

Quotient =2x23x+1= 2x^2 - 3x + 1. Factorise:

2x23x+1=(2x1)(x1)2x^2 - 3x + 1 = (2x - 1)(x - 1)

Remaining zeroes: x=12x = \frac{1}{2} and x=1x = 1.

All four zeroes: 2,2,12,1\sqrt{2}, -\sqrt{2}, \frac{1}{2}, 1

Complete factorisation: 2x43x33x2+6x2=(x22)(2x1)(x1)2x^4 - 3x^3 - 3x^2 + 6x - 2 = (x^2 - 2)(2x - 1)(x - 1)

Problem 4: Find all zeroes of x⁴ - 6x³ - 26x² + 138x - 35, given (2 + √3) and (2 - √3) are zeroes

Solution:
The factor from the two given zeroes:

(x(2+3))(x(23))=((x2)3)((x2)+3)=(x2)23=x24x+1(x - (2+\sqrt{3}))(x - (2-\sqrt{3})) = ((x-2) - \sqrt{3})((x-2) + \sqrt{3}) = (x-2)^2 - 3 = x^2 - 4x + 1

Divide x46x326x2+138x35x^4 - 6x^3 - 26x^2 + 138x - 35 by x24x+1x^2 - 4x + 1:

Step 1: x4x2=x2\frac{x^4}{x^2} = x^2.
x2(x24x+1)=x44x3+x2x^2(x^2 - 4x + 1) = x^4 - 4x^3 + x^2
Subtract: remainder =2x327x2+138x35= -2x^3 - 27x^2 + 138x - 35

Step 2: 2x3x2=2x\frac{-2x^3}{x^2} = -2x.
2x(x24x+1)=2x3+8x22x-2x(x^2 - 4x + 1) = -2x^3 + 8x^2 - 2x
Subtract: remainder =35x2+140x35= -35x^2 + 140x - 35

Step 3: 35x2x2=35\frac{-35x^2}{x^2} = -35.
35(x24x+1)=35x2+140x35-35(x^2 - 4x + 1) = -35x^2 + 140x - 35
Subtract: remainder =0= 0

Quotient =x22x35= x^2 - 2x - 35. Factorise:

x22x35=(x7)(x+5)x^2 - 2x - 35 = (x - 7)(x + 5)

All four zeroes: 2+3,23,7,52 + \sqrt{3}, 2 - \sqrt{3}, 7, -5

Problem 5: Divide 3x² - x³ - 3x + 5 by x - 1 - x², verify division algorithm

Solution:
Rearranging in standard form:
p(x)=x3+3x23x+5p(x) = -x^3 + 3x^2 - 3x + 5
g(x)=x2+x1g(x) = -x^2 + x - 1

Step 1: x3x2=x\frac{-x^3}{-x^2} = x.
x(x2+x1)=x3+x2xx(-x^2 + x - 1) = -x^3 + x^2 - x
Subtract: (x3+3x23x+5)(x3+x2x)=2x22x+5(-x^3 + 3x^2 - 3x + 5) - (-x^3 + x^2 - x) = 2x^2 - 2x + 5

Step 2: 2x2x2=2\frac{2x^2}{-x^2} = -2.
2(x2+x1)=2x22x+2-2(-x^2 + x - 1) = 2x^2 - 2x + 2
Subtract: (2x22x+5)(2x22x+2)=3(2x^2 - 2x + 5) - (2x^2 - 2x + 2) = 3

Quotient: q(x)=x2q(x) = x - 2
Remainder: r(x)=3r(x) = 3

Verification: g(x)×q(x)+r(x)=(x2+x1)(x2)+3g(x) \times q(x) + r(x) = (-x^2 + x - 1)(x - 2) + 3
=x3+2x2+x22xx+2+3=x3+3x23x+5=p(x)= -x^3 + 2x^2 + x^2 - 2x - x + 2 + 3 = -x^3 + 3x^2 - 3x + 5 = p(x) \checkmark

Exercise 2.4 — Mixed Practice (Key Problems Solved)

Exercise 2.4 contains a mix of problems that test all concepts from the chapter. Here are the most important ones solved in detail.

Problem 1: Verify the relationship between zeroes and coefficients for a cubic

Problem: Verify the relationship between zeroes and coefficients for 2x3+x25x+22x^3 + x^2 - 5x + 2, given that its zeroes are 12\frac{1}{2}, 11, and 2-2.

Solution:
Here a=2a = 2, b=1b = 1, c=5c = -5, d=2d = 2. Let α=12\alpha = \frac{1}{2}, β=1\beta = 1, γ=2\gamma = -2.

Sum of zeroes:
α+β+γ=12+1+(2)=12\alpha + \beta + \gamma = \frac{1}{2} + 1 + (-2) = -\frac{1}{2}
ba=12-\frac{b}{a} = -\frac{1}{2} \checkmark

Sum of products taken two at a time:
αβ+βγ+γα=12(1)+1(2)+(2)12=1221=52\alpha\beta + \beta\gamma + \gamma\alpha = \frac{1}{2}(1) + 1(-2) + (-2)\frac{1}{2} = \frac{1}{2} - 2 - 1 = -\frac{5}{2}
ca=52\frac{c}{a} = \frac{-5}{2} \checkmark

Product of zeroes:
αβγ=12×1×(2)=1\alpha\beta\gamma = \frac{1}{2} \times 1 \times (-2) = -1
da=22=1-\frac{d}{a} = -\frac{2}{2} = -1 \checkmark

Problem 2: Form a cubic polynomial whose zeroes are 3, -3, and 1

Solution:
Sum =3+(3)+1=1= 3 + (-3) + 1 = 1
Sum of products in pairs =3(3)+(3)(1)+(1)(3)=93+3=9= 3(-3) + (-3)(1) + (1)(3) = -9 - 3 + 3 = -9
Product =3×(3)×1=9= 3 \times (-3) \times 1 = -9

The cubic polynomial is:

p(x)=x3(sum)x2+(sum of products in pairs)x(product)p(x) = x^3 - (\text{sum})x^2 + (\text{sum of products in pairs})x - (\text{product})

=x3x29x+9= x^3 - x^2 - 9x + 9

Verification: p(3)=27927+9=0p(3) = 27 - 9 - 27 + 9 = 0 \checkmark, p(3)=279+27+9=0p(-3) = -27 - 9 + 27 + 9 = 0 \checkmark, p(1)=119+9=0p(1) = 1 - 1 - 9 + 9 = 0 \checkmark

Problem 3: If one zero of 3x² - 8x + 2k + 1 is seven times the other, find k

Solution:
Let the zeroes be α\alpha and 7α7\alpha.

Sum: α+7α=8α=83\alpha + 7\alpha = 8\alpha = \frac{8}{3}, so α=13\alpha = \frac{1}{3}.

Product: α×7α=7α2=2k+13\alpha \times 7\alpha = 7\alpha^2 = \frac{2k+1}{3}.

7×19=2k+137 \times \frac{1}{9} = \frac{2k+1}{3}

79=2k+13\frac{7}{9} = \frac{2k+1}{3}

2k+1=732k + 1 = \frac{7}{3}

2k=731=432k = \frac{7}{3} - 1 = \frac{4}{3}

k=23k = \frac{2}{3}

Answer: k=23k = \frac{2}{3}

Problem 4: If α and β are zeroes of x² - 6x + a, find a if 3α + 2β = 20

Solution:
From the polynomial (p=1p = 1, q=6q = -6, r=ar = a):
α+β=6(1)\alpha + \beta = 6 \quad \cdots (1)
αβ=a(2)\alpha\beta = a \quad \cdots (2)

Given: 3α+2β=20(3)3\alpha + 2\beta = 20 \quad \cdots (3)

From (1): β=6α\beta = 6 - \alpha. Substitute in (3):
3α+2(6α)=203\alpha + 2(6 - \alpha) = 20
3α+122α=203\alpha + 12 - 2\alpha = 20
α=8\alpha = 8

So β=68=2\beta = 6 - 8 = -2.

From (2): a=αβ=8×(2)=16a = \alpha\beta = 8 \times (-2) = -16.

Answer: a=16a = -16

Additional Solved Examples — Board Exam Level

Here are more problems that match the difficulty level of CBSE board exams and sample papers. Practice these to build exam-level confidence.

Example 1: Find zeroes of x² + 7x + 10 and verify

Solution:
x2+7x+10=(x+5)(x+2)x^2 + 7x + 10 = (x + 5)(x + 2)

Zeroes: x=5x = -5 and x=2x = -2.

Verification: Sum =5+(2)=7=71=ba= -5 + (-2) = -7 = -\frac{7}{1} = -\frac{b}{a} \checkmark
Product =(5)(2)=10=101=ca= (-5)(-2) = 10 = \frac{10}{1} = \frac{c}{a} \checkmark

Example 2: Find zeroes of x² - 3 and verify

Solution:
x23=(x3)(x+3)x^2 - 3 = (x - \sqrt{3})(x + \sqrt{3})

Zeroes: x=3x = \sqrt{3} and x=3x = -\sqrt{3}.

Verification: Sum =3+(3)=0=01= \sqrt{3} + (-\sqrt{3}) = 0 = -\frac{0}{1} \checkmark
Product =3×(3)=3=31= \sqrt{3} \times (-\sqrt{3}) = -3 = \frac{-3}{1} \checkmark

Example 3: Find a quadratic with zeroes 2 + √3 and 2 - √3

Solution:
Sum =(2+3)+(23)=4= (2 + \sqrt{3}) + (2 - \sqrt{3}) = 4
Product =(2+3)(23)=43=1= (2 + \sqrt{3})(2 - \sqrt{3}) = 4 - 3 = 1

p(x)=x24x+1p(x) = x^2 - 4x + 1

Observation: When zeroes are conjugate surds (a±ba \pm \sqrt{b}), the sum and product are always rational, so the polynomial has rational coefficients.

Example 4: If α, β are zeroes of 2x² + 5x + k, find k if α² + β² = 21/4

Solution:
α+β=52\alpha + \beta = -\frac{5}{2} and αβ=k2\alpha\beta = \frac{k}{2}.

We know that α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta.

214=(52)22k2\frac{21}{4} = \left(-\frac{5}{2}\right)^2 - 2 \cdot \frac{k}{2}

214=254k\frac{21}{4} = \frac{25}{4} - k

k=254214=1k = \frac{25}{4} - \frac{21}{4} = 1

Answer: k=1k = 1

Example 5: If one zero of p(x) = 5x² + 13x + k is the reciprocal of the other, find k

Solution:
Let the zeroes be α\alpha and 1α\frac{1}{\alpha}.

Product of zeroes =α×1α=1= \alpha \times \frac{1}{\alpha} = 1.

But product =ca=k5= \frac{c}{a} = \frac{k}{5}.

So k5=1    k=5\frac{k}{5} = 1 \implies k = 5.

Answer: k=5k = 5

Polynomial Long Division — Step-by-Step Method

Many students find polynomial long division confusing. Here is a clear, step-by-step procedure you can follow every time:

Step 1: Write both p(x)p(x) and g(x)g(x) in descending order of degree. Include terms with coefficient 00 as placeholders (e.g., write x3+2x^3 + 2 as x3+0x2+0x+2x^3 + 0x^2 + 0x + 2).

Step 2: Divide the leading term of p(x)p(x) by the leading term of g(x)g(x). Write the result as the first term of the quotient.

Step 3: Multiply the entire divisor g(x)g(x) by this quotient term.

Step 4: Subtract the result from p(x)p(x). The difference becomes the new dividend.

Step 5: Repeat Steps 2-4 with the new dividend, adding each new term to the quotient.

Step 6: Stop when the degree of the remainder is less than the degree of g(x)g(x).

Step 7: Verify using p(x)=g(x)×q(x)+r(x)p(x) = g(x) \times q(x) + r(x).

Common mistakes in polynomial division:
- Forgetting to include 0x20x^2 or 0x0x placeholder terms
- Making sign errors when subtracting (remember: subtracting a negative is adding)
- Not continuing the division when the degree of the remainder is still \ge degree of divisor

Common Mistakes Students Make in Polynomials

Here are the most frequent errors that cost students marks. Study these carefully:

1. Wrong sign in sum of zeroes formula:
* Mistake: Writing α+β=ba\alpha + \beta = \frac{b}{a} instead of ba-\frac{b}{a}.
* Fix: The sum of zeroes is ba-\frac{b}{a} (negative). The product is ca\frac{c}{a} (positive sign).

2. Not rearranging the polynomial in standard form:
* Mistake: Trying to factorise 6x237x6x^2 - 3 - 7x without first writing it as 6x27x36x^2 - 7x - 3.
* Fix: Always arrange terms in descending order of degree before factorising or dividing.

3. Errors in splitting the middle term:
* Mistake: Finding numbers that add to bb but don't multiply to acac (or vice versa).
* Fix: Both conditions must be satisfied simultaneously. Check: do they add to bb? Do they multiply to acac?

4. Forgetting to verify:
* Mistake: Not checking the sum and product of zeroes against the coefficient relationships.
* Fix: Verification takes 30 seconds and confirms your answer. It also earns marks in board exams.

5. Confusing factor with zero:
* Mistake: Saying "x=(x+2)x = (x + 2) is a zero" instead of "x=2x = -2 is a zero."
* Fix: If (x+2)(x + 2) is a factor, then the zero is x=2x = -2 (set the factor equal to 00).

6. Division algorithm errors:
* Mistake: Forgetting placeholder terms (writing x3+1x^3 + 1 instead of x3+0x2+0x+1x^3 + 0x^2 + 0x + 1).
* Fix: Always include every power of xx from the highest degree down to 00.

7. Not simplifying the polynomial with given zeroes:
* Mistake: When asked to form a polynomial from zeroes, leaving it with irrational coefficients when a neater form exists.
* Fix: Multiply by an appropriate constant kk to clear fractions or surds where possible.

Board Exam Strategy: Scoring Full Marks in Polynomials

Polynomials typically carries 3-5 marks in the CBSE board exam. Here is your strategy:

Expected Question Patterns:

* 1 Mark (MCQ/VSA): Number of zeroes from a graph; finding sum or product of zeroes; identifying the polynomial from given zeroes.

* 2-3 Marks (SA): Finding zeroes of a quadratic polynomial and verifying the relationship; forming a polynomial given the zeroes; finding a missing coefficient using the zeroes-coefficients relationship.

* 4-5 Marks (LA): Finding all zeroes of a degree-4 polynomial given two zeroes (division algorithm problem); polynomial long division with verification.

High-Priority Topics:
1. Finding zeroes and verifying the relationship — appears in almost every exam
2. Finding all zeroes of a degree-4 polynomial — frequent 4-5 mark question
3. Forming a quadratic polynomial from given zeroes

Time Allocation:
- 1-mark MCQ: 1 minute
- 2-3 mark finding zeroes problem: 4-5 minutes
- 4-5 mark degree-4 polynomial problem: 7-8 minutes

Power Tips:
- For the degree-4 polynomial question: always form (xα)(xβ)(x - \alpha)(x - \beta) as a quadratic factor first, then divide. The quotient will be another quadratic you can factorise.
- Always verify your answers using the sum/product relationships.
- In polynomial division, show every subtraction step clearly — each step earns marks.
- If you can't factorise by splitting, use the quadratic formula.

Practice on SparkEd's Polynomials practice page for board-level preparation.

Connections to Other Chapters

Polynomials is deeply connected to several other chapters in the Class 10 syllabus:

Connection to Real Numbers (Chapter 1): The Division Algorithm for Polynomials is the polynomial analogue of Euclid's Division Lemma. Just as Euclid's Lemma says a=bq+ra = bq + r for integers, the polynomial version says p(x)=g(x)q(x)+r(x)p(x) = g(x) \cdot q(x) + r(x).

Connection to Quadratic Equations (Chapter 4): Finding zeroes of a quadratic polynomial is exactly the same as solving a quadratic equation! The only difference is terminology — Chapter 2 calls them "zeroes" and Chapter 4 calls them "roots." The quadratic formula from Chapter 4 can be used to find zeroes.

Connection to Pair of Linear Equations (Chapter 3): A pair of linear equations can be thought of as finding the intersection point of two linear polynomials. The graphical method in Chapter 3 is related to the graphical interpretation of zeroes from Exercise 2.1.

Connection to Arithmetic Progressions (Chapter 5): If the zeroes of a cubic polynomial are in AP, you can use the sum formula (α+β+γ=b/a\alpha + \beta + \gamma = -b/a) combined with the AP property (β=α+γ2\beta = \frac{\alpha + \gamma}{2}) to find all zeroes efficiently.

Important Formulas — Quick Reference

Bookmark this section for quick revision before exams:

**Zeroes and Coefficients — Quadratic ax2+bx+cax^2 + bx + c:**

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

**Zeroes and Coefficients — Cubic ax3+bx2+cx+dax^3 + bx^2 + cx + d:**

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

Forming a quadratic from zeroes:

p(x)=k[x2(α+β)x+αβ]p(x) = k\left[x^2 - (\alpha + \beta)x + \alpha\beta\right]

Division Algorithm:

p(x)=g(x)×q(x)+r(x),deg(r)<deg(g) or r=0p(x) = g(x) \times q(x) + r(x), \quad \deg(r) < \deg(g) \text{ or } r = 0

Factor Theorem: (xa)(x - a) is a factor of p(x)p(x) iff p(a)=0p(a) = 0.

Remainder Theorem: Remainder when p(x)p(x) is divided by (xa)(x - a) is p(a)p(a).

Useful identities for zeroes problems:
- α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta
- α3+β3=(α+β)33αβ(α+β)\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta)
- αβ=(α+β)24αβ|\alpha - \beta| = \sqrt{(\alpha + \beta)^2 - 4\alpha\beta}
- 1α+1β=α+βαβ\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta}
- αβ+βα=α2+β2αβ\frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{\alpha^2 + \beta^2}{\alpha\beta}

Previous Year Board Exam Questions — Solved

Here are actual questions from recent CBSE board exams and sample papers, solved with examination-level detail.

Board Q1: Find the zeroes of p(x) = x² - x - 6 and verify the relationship

Solution:
x2x6=(x3)(x+2)x^2 - x - 6 = (x - 3)(x + 2)

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

Sum =3+(2)=1=(1)1=ba= 3 + (-2) = 1 = -\frac{(-1)}{1} = -\frac{b}{a} \checkmark
Product =3(2)=6=61=ca= 3(-2) = -6 = \frac{-6}{1} = \frac{c}{a} \checkmark

Board Q2: Find a quadratic polynomial whose zeroes are 5 + √2 and 5 - √2

Solution:
Sum =(5+2)+(52)=10= (5 + \sqrt{2}) + (5 - \sqrt{2}) = 10
Product =(5+2)(52)=252=23= (5 + \sqrt{2})(5 - \sqrt{2}) = 25 - 2 = 23

p(x)=x210x+23p(x) = x^2 - 10x + 23

Board Q3: If α, β are zeroes of p(x) = 6x² - 5x + k, find k if α - β = 1/6

Solution:
α+β=56\alpha + \beta = \frac{5}{6}, αβ=k6\alpha\beta = \frac{k}{6}.

Given αβ=16\alpha - \beta = \frac{1}{6}.

Adding: 2α=56+16=12\alpha = \frac{5}{6} + \frac{1}{6} = 1, so α=12\alpha = \frac{1}{2}.
Subtracting: 2β=5616=46=232\beta = \frac{5}{6} - \frac{1}{6} = \frac{4}{6} = \frac{2}{3}, so β=13\beta = \frac{1}{3}.

αβ=12×13=16=k6\alpha\beta = \frac{1}{2} \times \frac{1}{3} = \frac{1}{6} = \frac{k}{6}

k=1k = 1

Boost Your Preparation with SparkEd

You've now worked through every concept and every exercise from Chapter 2 — Polynomials. To turn this understanding into exam marks, you need practice.

Here's how SparkEd can help:

* Practice by Difficulty: On our Polynomials practice page, work through problems sorted into Level 1, Level 2, and Level 3. Build speed and confidence gradually.

* AI Math Solver: Stuck on a factorisation or a division algorithm problem? Paste it into our AI Solver and get a complete step-by-step solution.

* AI Coach: Get personalised recommendations on which topics need more practice. The Coach analyses your performance and spots weak areas before the examiner does.

* Cross-Topic Practice: Polynomials connects directly to Quadratic Equations (Chapter 4). Practice both chapters together on our Class 10 CBSE programs page for a comprehensive preparation.

Head over to sparkedmaths.com and start practising today!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now