Solved Examples

NCERT Solutions for Class 9 Maths Chapter 2 Polynomials — Complete Guide with All Exercises

Every exercise solved step-by-step — polynomial basics, zeroes, remainder theorem, factor theorem, factorisation, and all eight algebraic identities.

CBSEClass 9
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 9 Maths Chapter 2 Polynomials — SparkEd

Why Polynomials Is the Gateway to Algebra

If Chapter 1 (Number Systems) gives you the numbers, Chapter 2 (Polynomials) gives you the language to write equations with those numbers. Polynomials are the single most important algebraic structure you will encounter in school mathematics — they appear in factorisation, coordinate geometry, quadratic equations (Class 10), and calculus (Classes 11–12).

Chapter 2 typically carries 6–8 marks in the CBSE Class 9 annual exam. The questions range from 1-mark MCQs (degree of a polynomial, identifying zeroes) to 3-mark short-answer questions (remainder theorem, factorisation) and 5-mark long-answer problems (algebraic identity applications and cubic factorisation).

The chapter is built around five exercises covering a logical progression: first you learn what polynomials are (Exercise 2.1), then their zeroes (Exercise 2.2), then how division works via the Remainder Theorem (Exercise 2.3), then factorisation using the Factor Theorem (Exercise 2.4), and finally the powerful algebraic identities (Exercise 2.5).

In this guide, we solve every important problem, explain the underlying theory, flag the mistakes that cost students marks, and give you a concrete exam strategy. Let's get started!

Polynomials — Definitions and Terminology

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

anxn+an1xn1++a1x+a0a_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 (called coefficients) and nn is a non-negative integer.

Each part of the form akxka_k x^k is called a term. The highest power of xx that has a non-zero coefficient is called the degree of the polynomial.

Classification by Degree:

DegreeNameGeneral FormExample
0Constanta0a_077, 3-3
1Linearax+bax + b3x+53x + 5
2Quadraticax2+bx+cax^2 + bx + c2x24x+12x^2 - 4x + 1
3Cubicax3+bx2+cx+dax^3 + bx^2 + cx + dx36x2+11x6x^3 - 6x^2 + 11x - 6
4Quartic (Bi-quadratic)ax4+ax^4 + \ldotsx41x^4 - 1

Classification by Number of Terms:
- Monomial: One term (e.g., 5x25x^2)
- Binomial: Two terms (e.g., x2+3x^2 + 3)
- Trinomial: Three terms (e.g., x2+3x+2x^2 + 3x + 2)

What is NOT a polynomial?
- x1+3x^{-1} + 3 — negative exponent
- x+1=x1/2+1\sqrt{x} + 1 = x^{1/2} + 1 — fractional exponent
- 1x+1\frac{1}{x+1} — variable in the denominator

The Zero Polynomial

The zero polynomial is the constant polynomial p(x)=0p(x) = 0. Its degree is undefined (or sometimes stated as -\infty in advanced texts). The NCERT textbook says the degree of the zero polynomial is "not defined."

Do not confuse the zero polynomial (p(x)=0p(x) = 0 for all xx) with the zeroes of a polynomial (the values of xx where p(x)=0p(x) = 0). These are completely different concepts.

Exercise 2.1 — Polynomials and Their Degrees

This exercise tests your ability to identify polynomials, determine their degree, and classify them.

Problem 1: Identifying polynomials

Question: Which of the following expressions are polynomials in one variable? Which are not? Give reasons.
(i) 4x23x+74x^2 - 3x + 7
(ii) y2+2y^2 + \sqrt{2}
(iii) 3t+t23\sqrt{t} + t\sqrt{2}
(iv) y+2yy + \frac{2}{y}
(v) x10+y3+t50x^{10} + y^3 + t^{50}

Solution:

**(i) 4x23x+74x^2 - 3x + 7Yes**, this is a polynomial in xx. All exponents of xx are whole numbers (2, 1, 0).

**(ii) y2+2y^2 + \sqrt{2}Yes**, this is a polynomial in yy. The 2\sqrt{2} is a constant coefficient, not a variable with a fractional exponent. Degree = 2.

**(iii) 3t+t2=3t1/2+2t3\sqrt{t} + t\sqrt{2} = 3t^{1/2} + \sqrt{2}\,tNo**, this is NOT a polynomial because the term 3t1/23t^{1/2} has a fractional exponent (12\frac{1}{2}). Polynomial exponents must be non-negative integers.

**(iv) y+2y=y+2y1y + \frac{2}{y} = y + 2y^{-1}No**, this is NOT a polynomial because 2y12y^{-1} has a negative exponent.

**(v) x10+y3+t50x^{10} + y^3 + t^{50} — This is a polynomial, but it is a polynomial in three variables** (xx, yy, tt), not in one variable.

Key Takeaway: For a polynomial in one variable, every exponent of that variable must be a whole number (0, 1, 2, 3, ...).

Problem 2: Degree of polynomials

Question: Write the degree of each of the following polynomials:
(i) 5x3+4x2+7x5x^3 + 4x^2 + 7x
(ii) 4y24 - y^2
(iii) 5t75t - \sqrt{7}
(iv) 33

Solution:

(i) Highest power of xx is 3. Degree = 3 (cubic polynomial).

(ii) Highest power of yy is 2. Degree = 2 (quadratic polynomial).

(iii) Highest power of tt is 1. Degree = 1 (linear polynomial).

(iv) 3=3x03 = 3x^0. Highest power of xx is 0. Degree = 0 (constant polynomial).

Common Error: Students sometimes say the degree of 33 is "no degree" or "undefined." Only the zero polynomial has an undefined degree. The constant 33 has degree 0.

Problem 3: Classifying polynomials

Question: Classify the following as linear, quadratic, and cubic polynomials:
(i) x2+xx^2 + x
(ii) xx3x - x^3
(iii) y+y2+4y + y^2 + 4
(iv) 1+x1 + x
(v) 3t3t
(vi) r2r^2
(vii) 7x37x^3

Solution:

PolynomialDegreeType
x2+xx^2 + x2Quadratic
xx3x - x^33Cubic
y+y2+4y + y^2 + 42Quadratic
1+x1 + x1Linear
3t3t1Linear
r2r^22Quadratic
7x37x^33Cubic

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

Try Free

Exercise 2.2 — Zeroes of a Polynomial

A zero (or root) of a polynomial p(x)p(x) is a value x=ax = a such that p(a)=0p(a) = 0. Geometrically, the zeroes are the xx-coordinates where the graph of y=p(x)y = p(x) crosses or touches the xx-axis.

Maximum 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.
- In general, a polynomial of degree nn has at most nn zeroes.

Problem 1: Evaluating a polynomial

Question: Find the value of the polynomial p(x)=5x4x2+3p(x) = 5x - 4x^2 + 3 at (i) x=0x = 0 and (ii) x=1x = -1.

Solution:

(i) p(0)=5(0)4(0)2+3=00+3=3p(0) = 5(0) - 4(0)^2 + 3 = 0 - 0 + 3 = 3

(ii) p(1)=5(1)4(1)2+3=54(1)+3=54+3=6p(-1) = 5(-1) - 4(-1)^2 + 3 = -5 - 4(1) + 3 = -5 - 4 + 3 = -6

Key Technique: Substitute the value carefully, paying special attention to negative signs. A common error is computing (1)2(-1)^2 as 1-1 instead of +1+1.

Problem 2: Verifying zeroes

Question: Verify whether the following are zeroes of the polynomial indicated against them:
(i) p(x)=3x+1p(x) = 3x + 1, x=13x = -\frac{1}{3}
(ii) p(x)=5xπp(x) = 5x - \pi, x=45x = \frac{4}{5}
(iii) p(x)=x21p(x) = x^2 - 1, x=1x = 1, x=1x = -1
(iv) p(x)=(x+1)(x2)p(x) = (x+1)(x-2), x=1x = -1, x=2x = 2
(v) p(x)=x2p(x) = x^2, x=0x = 0

Solution:

(i) p(13)=3(13)+1=1+1=0p\left(-\frac{1}{3}\right) = 3\left(-\frac{1}{3}\right) + 1 = -1 + 1 = 0Yes, it is a zero.

(ii) p(45)=5×45π=4π0p\left(\frac{4}{5}\right) = 5 \times \frac{4}{5} - \pi = 4 - \pi \neq 0 (since π3.14\pi \approx 3.14). Not a zero.

(iii) p(1)=121=0p(1) = 1^2 - 1 = 0 ✓; p(1)=(1)21=11=0p(-1) = (-1)^2 - 1 = 1 - 1 = 0 ✓. Both are zeroes.

(iv) p(1)=(1+1)(12)=0×(3)=0p(-1) = (-1+1)(-1-2) = 0 \times (-3) = 0 ✓; p(2)=(2+1)(22)=3×0=0p(2) = (2+1)(2-2) = 3 \times 0 = 0 ✓. Both are zeroes.

(v) p(0)=02=0p(0) = 0^2 = 0 ✓. **Yes, x=0x = 0 is a zero** (with multiplicity 2).

Problem 3: Finding the zero of a linear polynomial

Question: Find the zero of the polynomial in each of the following cases:
(i) p(x)=x+5p(x) = x + 5
(ii) p(x)=x5p(x) = x - 5
(iii) p(x)=2x+5p(x) = 2x + 5
(iv) p(x)=3x2p(x) = 3x - 2
(v) p(x)=3xp(x) = 3x
(vi) p(x)=axp(x) = ax, a0a \neq 0
(vii) p(x)=cx+dp(x) = cx + d, c0c \neq 0

Solution:
For a linear polynomial p(x)=ax+bp(x) = ax + b, the zero is x=bax = -\frac{b}{a}.

PolynomialZero
x+5x + 5x=5x = -5
x5x - 5x=5x = 5
2x+52x + 5x=52x = -\frac{5}{2}
3x23x - 2x=23x = \frac{2}{3}
3x3xx=0x = 0
axax (a0a \neq 0)x=0x = 0
cx+dcx + d (c0c \neq 0)x=dcx = -\frac{d}{c}

The Remainder Theorem — Theory and Proof

The Remainder Theorem is one of the most elegant results in polynomial algebra, and it saves enormous time compared to long division.

Statement: If p(x)p(x) is any polynomial of degree 1\geq 1 and aa is any real number, then when p(x)p(x) is divided by the linear polynomial (xa)(x - a), the remainder is p(a)p(a).

Proof:
By the division algorithm for polynomials:

p(x)=(xa)q(x)+rp(x) = (x - a) \cdot q(x) + r

where q(x)q(x) is the quotient and rr is a constant (since the divisor is linear, the remainder has degree 0).

Substitute x=ax = a:

p(a)=(aa)q(a)+r=0q(a)+r=rp(a) = (a - a) \cdot q(a) + r = 0 \cdot q(a) + r = r

Therefore, the remainder r=p(a)r = p(a). \square

**What if the divisor is (axb)(ax - b) instead of (xa)(x - a)?**
Rewrite (axb)=a(xba)(ax - b) = a\left(x - \frac{b}{a}\right). The remainder when p(x)p(x) is divided by (axb)(ax - b) is p(ba)p\left(\frac{b}{a}\right).

For example, the remainder when p(x)p(x) is divided by (2x3)(2x - 3) is p(32)p\left(\frac{3}{2}\right).

The Factor Theorem

The Factor Theorem is a special case of the Remainder Theorem.

Statement: (xa)(x - a) is a factor of p(x)p(x) if and only if p(a)=0p(a) = 0.

Proof: By the Remainder Theorem, the remainder when p(x)p(x) is divided by (xa)(x - a) is p(a)p(a). If p(a)=0p(a) = 0, then:

p(x)=(xa)q(x)+0=(xa)q(x)p(x) = (x - a) \cdot q(x) + 0 = (x - a) \cdot q(x)

So (xa)(x - a) is a factor. Conversely, if (xa)(x - a) is a factor, then p(x)=(xa)q(x)p(x) = (x - a) \cdot q(x), so p(a)=0p(a) = 0. \square

The Factor Theorem is your primary tool for factorising cubic (and higher-degree) polynomials. The strategy is:
1. Guess a root aa by trying small integers (0,±1,±2,0, \pm 1, \pm 2, \ldots).
2. Confirm that p(a)=0p(a) = 0.
3. Divide p(x)p(x) by (xa)(x - a) to get the remaining quadratic.
4. Factorise the quadratic.

Exercise 2.3 — Remainder Theorem Problems

This exercise applies the Remainder Theorem to find remainders without performing long division.

Problem 1: Remainder when dividing by (x + 1)

Question: Find the remainder when x3+3x2+3x+1x^3 + 3x^2 + 3x + 1 is divided by:
(i) x+1x + 1
(ii) x12x - \frac{1}{2}
(iii) xx
(iv) x+πx + \pi
(v) 5+2x5 + 2x

Solution:

(i) Divisor: (x+1)=(x(1))(x + 1) = (x - (-1)), so a=1a = -1.

p(1)=(1)3+3(1)2+3(1)+1=1+33+1=0p(-1) = (-1)^3 + 3(-1)^2 + 3(-1) + 1 = -1 + 3 - 3 + 1 = 0

Remainder = 0. (This means (x+1)(x+1) is a factor!)

(ii) Divisor: (x12)\left(x - \frac{1}{2}\right), so a=12a = \frac{1}{2}.

p(12)=(12)3+3(12)2+3(12)+1p\left(\frac{1}{2}\right) = \left(\frac{1}{2}\right)^3 + 3\left(\frac{1}{2}\right)^2 + 3\left(\frac{1}{2}\right) + 1

=18+34+32+1=18+68+128+88=278= \frac{1}{8} + \frac{3}{4} + \frac{3}{2} + 1 = \frac{1}{8} + \frac{6}{8} + \frac{12}{8} + \frac{8}{8} = \frac{27}{8}

**Remainder = 278\frac{27}{8}.**

(iii) Divisor: x=(x0)x = (x - 0), so a=0a = 0.

p(0)=0+0+0+1=1p(0) = 0 + 0 + 0 + 1 = 1

Remainder = 1.

(iv) Divisor: (x+π)=(x(π))(x + \pi) = (x - (-\pi)), so a=πa = -\pi.

p(π)=(π)3+3(π)2+3(π)+1=π3+3π23π+1p(-\pi) = (-\pi)^3 + 3(-\pi)^2 + 3(-\pi) + 1 = -\pi^3 + 3\pi^2 - 3\pi + 1

**Remainder = 13π+3π2π31 - 3\pi + 3\pi^2 - \pi^3.**

Notice this equals (1π)3(1 - \pi)^3 by the identity (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3.

(v) Divisor: (5+2x)=2(x+52)=2(x(52))(5 + 2x) = 2\left(x + \frac{5}{2}\right) = 2\left(x - \left(-\frac{5}{2}\right)\right), so a=52a = -\frac{5}{2}.

p(52)=(52)3+3(52)2+3(52)+1p\left(-\frac{5}{2}\right) = \left(-\frac{5}{2}\right)^3 + 3\left(-\frac{5}{2}\right)^2 + 3\left(-\frac{5}{2}\right) + 1

=1258+754152+1=1258+1508608+88=278= -\frac{125}{8} + \frac{75}{4} - \frac{15}{2} + 1 = -\frac{125}{8} + \frac{150}{8} - \frac{60}{8} + \frac{8}{8} = -\frac{27}{8}

**Remainder = 278-\frac{27}{8}.**

Problem 2: Remainder with algebraic coefficients

Question: Find the remainder when x3ax2+6xax^3 - ax^2 + 6x - a is divided by (xa)(x - a).

Solution:
By the Remainder Theorem, remainder =p(a)= p(a).

p(a)=a3aa2+6aa=a3a3+6aa=5ap(a) = a^3 - a \cdot a^2 + 6a - a = a^3 - a^3 + 6a - a = 5a

**Remainder = 5a5a.**

Key Insight: Even when the polynomial has parameters (like aa), the Remainder Theorem works the same way. Just substitute and simplify.

Problem 3: Checking factors using the Factor Theorem

Question: Check whether 7+3x7 + 3x is a factor of 3x3+7x3x^3 + 7x.

Solution:
(7+3x)=3(x+73)(7 + 3x) = 3\left(x + \frac{7}{3}\right), so the zero is x=73x = -\frac{7}{3}.

p(73)=3(73)3+7(73)p\left(-\frac{7}{3}\right) = 3\left(-\frac{7}{3}\right)^3 + 7\left(-\frac{7}{3}\right)

=3×(34327)493= 3 \times \left(-\frac{343}{27}\right) - \frac{49}{3}

=3439493=34391479=4909= -\frac{343}{9} - \frac{49}{3} = -\frac{343}{9} - \frac{147}{9} = -\frac{490}{9}

Since p(73)0p\left(-\frac{7}{3}\right) \neq 0, (7+3x)(7 + 3x) is not a factor of 3x3+7x3x^3 + 7x.

Exercise 2.4 — Factorisation Using the Factor Theorem

This is the most exam-important exercise in the chapter. You will use the Factor Theorem to find one factor of a cubic polynomial, then divide to get the remaining quadratic, and factorise that too.

Strategy for finding the first root:
If p(x)=anxn++a0p(x) = a_n x^n + \ldots + a_0, then by the Rational Root Theorem, any rational root pq\frac{p}{q} must have pp dividing a0a_0 (the constant term) and qq dividing ana_n (the leading coefficient). For most NCERT problems, the leading coefficient is 1, so you only need to try factors of the constant term: ±1,±2,\pm 1, \pm 2, \ldots

Problem 1: Determine factors

Question: Determine which of the following polynomials has (x+1)(x + 1) as a factor:
(i) x3+x2+x+1x^3 + x^2 + x + 1
(ii) x4+x3+x2+x+1x^4 + x^3 + x^2 + x + 1
(iii) x4+3x3+3x2+x+1x^4 + 3x^3 + 3x^2 + x + 1
(iv) x3x2(2+2)x+2x^3 - x^2 - (2 + \sqrt{2})x + \sqrt{2}

Solution:
For (x+1)(x+1) to be a factor, we need p(1)=0p(-1) = 0.

(i) p(1)=1+11+1=0p(-1) = -1 + 1 - 1 + 1 = 0Yes.

(ii) p(1)=11+11+1=10p(-1) = 1 - 1 + 1 - 1 + 1 = 1 \neq 0. No.

(iii) p(1)=13+31+1=10p(-1) = 1 - 3 + 3 - 1 + 1 = 1 \neq 0. No.

(iv) p(1)=11+2+2+2=220p(-1) = -1 - 1 + 2 + \sqrt{2} + \sqrt{2} = 2\sqrt{2} \neq 0. No.

Problem 2: Factorise x³ - 2x² - x + 2

Question: Use the Factor Theorem to factorise x32x2x+2x^3 - 2x^2 - x + 2.

Solution:
Let p(x)=x32x2x+2p(x) = x^3 - 2x^2 - x + 2.

Step 1: Find a root. Constant term = 2, so try x=±1,±2x = \pm 1, \pm 2.

p(1)=121+2=0p(1) = 1 - 2 - 1 + 2 = 0

So (x1)(x - 1) is a factor.

**Step 2: Divide by (x1)(x - 1).**
Using synthetic division or long division:

x32x2x+2=(x1)(x2x2)x^3 - 2x^2 - x + 2 = (x - 1)(x^2 - x - 2)

Step 3: Factorise the quadratic.
x2x2x^2 - x - 2: we need two numbers that multiply to 2-2 and add to 1-1. Those are 2-2 and +1+1.

x2x2=(x2)(x+1)x^2 - x - 2 = (x - 2)(x + 1)

Final Answer:

x32x2x+2=(x1)(x2)(x+1)x^3 - 2x^2 - x + 2 = (x - 1)(x - 2)(x + 1)

Verification: The zeroes are x=1,2,1x = 1, 2, -1. Check: p(2)=882+2=0p(2) = 8 - 8 - 2 + 2 = 0 ✓, p(1)=12+1+2=0p(-1) = -1 - 2 + 1 + 2 = 0 ✓.

Problem 3: Factorise x³ - 3x² - 9x - 5

Question: Factorise x33x29x5x^3 - 3x^2 - 9x - 5.

Solution:
Let p(x)=x33x29x5p(x) = x^3 - 3x^2 - 9x - 5. Constant term = 5-5, so try x=±1,±5x = \pm 1, \pm 5.

p(1)=13+95=0p(-1) = -1 - 3 + 9 - 5 = 0

So (x+1)(x + 1) is a factor. Dividing:

x33x29x5=(x+1)(x24x5)x^3 - 3x^2 - 9x - 5 = (x + 1)(x^2 - 4x - 5)

Factorise x24x5x^2 - 4x - 5: numbers that multiply to 5-5 and add to 4-4 are 5-5 and +1+1.

x24x5=(x5)(x+1)x^2 - 4x - 5 = (x - 5)(x + 1)

Final Answer:

x33x29x5=(x+1)(x+1)(x5)=(x+1)2(x5)x^3 - 3x^2 - 9x - 5 = (x + 1)(x + 1)(x - 5) = (x + 1)^2(x - 5)

Note: x=1x = -1 is a repeated root (multiplicity 2).

Problem 4: Factorise x³ + 13x² + 32x + 20

Question: Factorise x3+13x2+32x+20x^3 + 13x^2 + 32x + 20.

Solution:
Let p(x)=x3+13x2+32x+20p(x) = x^3 + 13x^2 + 32x + 20. Constant term = 20, so try factors of 20.

p(1)=1+1332+20=0p(-1) = -1 + 13 - 32 + 20 = 0

So (x+1)(x + 1) is a factor. Dividing:

x3+13x2+32x+20=(x+1)(x2+12x+20)x^3 + 13x^2 + 32x + 20 = (x + 1)(x^2 + 12x + 20)

Factorise x2+12x+20x^2 + 12x + 20: numbers that multiply to 20 and add to 12 are 10 and 2.

x2+12x+20=(x+10)(x+2)x^2 + 12x + 20 = (x + 10)(x + 2)

Final Answer:

x3+13x2+32x+20=(x+1)(x+2)(x+10)x^3 + 13x^2 + 32x + 20 = (x + 1)(x + 2)(x + 10)

Problem 5: Factorise 2y³ + y² - 2y - 1

Question: Factorise 2y3+y22y12y^3 + y^2 - 2y - 1.

Solution:
Let p(y)=2y3+y22y1p(y) = 2y^3 + y^2 - 2y - 1. Leading coefficient = 2, constant = 1-1.

Possible rational roots: ±1,±12\pm 1, \pm \frac{1}{2}.

p(1)=2+121=0p(1) = 2 + 1 - 2 - 1 = 0

So (y1)(y - 1) is a factor. Dividing:

2y3+y22y1=(y1)(2y2+3y+1)2y^3 + y^2 - 2y - 1 = (y - 1)(2y^2 + 3y + 1)

Factorise 2y2+3y+12y^2 + 3y + 1: we need numbers that multiply to 2×1=22 \times 1 = 2 and add to 3. Those are 2 and 1.

2y2+3y+1=2y2+2y+y+1=2y(y+1)+1(y+1)=(2y+1)(y+1)2y^2 + 3y + 1 = 2y^2 + 2y + y + 1 = 2y(y + 1) + 1(y + 1) = (2y + 1)(y + 1)

Final Answer:

2y3+y22y1=(y1)(y+1)(2y+1)2y^3 + y^2 - 2y - 1 = (y - 1)(y + 1)(2y + 1)

Exercise 2.5 — Algebraic Identities

This exercise is about the eight algebraic identities prescribed in the NCERT syllabus. These identities are powerful tools for expanding, factorising, and evaluating expressions. You MUST memorise all eight.

The Eight Identities:

Identity I: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

Identity II: (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Identity III: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)

Identity IV: (x+a)(x+b)=x2+(a+b)x+ab(x + a)(x + b) = x^2 + (a + b)x + ab

Identity V: (a+b+c)2=a2+b2+c2+2ab+2bc+2ca(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca

Identity VI: (a+b)3=a3+b3+3ab(a+b)=a3+3a2b+3ab2+b3(a + b)^3 = a^3 + b^3 + 3ab(a + b) = a^3 + 3a^2b + 3ab^2 + b^3

Identity VII: (ab)3=a3b33ab(ab)=a33a2b+3ab2b3(a - b)^3 = a^3 - b^3 - 3ab(a - b) = a^3 - 3a^2b + 3ab^2 - b^3

Identity VIII: a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)

Problem 1: Expansion using identities

Question: Use suitable identities to find the following products:
(i) (x+4)(x+10)(x + 4)(x + 10)
(ii) (x+8)(x10)(x + 8)(x - 10)
(iii) (3x+4)(3x5)(3x + 4)(3x - 5)
(iv) (y2+32)(y232)(y^2 + \frac{3}{2})(y^2 - \frac{3}{2})
(v) (32x)(3+2x)(3 - 2x)(3 + 2x)

Solution:

(i) Using Identity IV: (x+a)(x+b)=x2+(a+b)x+ab(x + a)(x + b) = x^2 + (a+b)x + ab

(x+4)(x+10)=x2+(4+10)x+4×10=x2+14x+40(x + 4)(x + 10) = x^2 + (4 + 10)x + 4 \times 10 = x^2 + 14x + 40

(ii) (x+8)(x10)=x2+(8+(10))x+8×(10)=x22x80(x + 8)(x - 10) = x^2 + (8 + (-10))x + 8 \times (-10) = x^2 - 2x - 80

(iii) Let y=3xy = 3x: (y+4)(y5)=y2+(45)y+4(5)=y2y20(y + 4)(y - 5) = y^2 + (4-5)y + 4(-5) = y^2 - y - 20

=9x23x20= 9x^2 - 3x - 20

(iv) Using Identity III: a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)

(y2+32)(y232)=(y2)2(32)2=y494\left(y^2 + \frac{3}{2}\right)\left(y^2 - \frac{3}{2}\right) = (y^2)^2 - \left(\frac{3}{2}\right)^2 = y^4 - \frac{9}{4}

(v) (32x)(3+2x)=32(2x)2=94x2(3 - 2x)(3 + 2x) = 3^2 - (2x)^2 = 9 - 4x^2

Problem 2: Evaluating numbers using identities

Question: Evaluate the following using suitable identities:
(i) 1032103^2
(ii) 99299^2
(iii) 105×95105 \times 95
(iv) 9.8×10.29.8 \times 10.2

Solution:

(i) 1032=(100+3)2=1002+2(100)(3)+32=10000+600+9=10609103^2 = (100 + 3)^2 = 100^2 + 2(100)(3) + 3^2 = 10000 + 600 + 9 = 10609

(ii) 992=(1001)2=10022(100)(1)+12=10000200+1=980199^2 = (100 - 1)^2 = 100^2 - 2(100)(1) + 1^2 = 10000 - 200 + 1 = 9801

(iii) 105×95=(100+5)(1005)=100252=1000025=9975105 \times 95 = (100 + 5)(100 - 5) = 100^2 - 5^2 = 10000 - 25 = 9975

(iv) 9.8×10.2=(100.2)(10+0.2)=1020.22=1000.04=99.969.8 \times 10.2 = (10 - 0.2)(10 + 0.2) = 10^2 - 0.2^2 = 100 - 0.04 = 99.96

Problem 3: Factorising using identities

Question: Factorise the following:
(i) 4x2+20x+254x^2 + 20x + 25
(ii) 9y266yz+121z29y^2 - 66yz + 121z^2
(iii) (2a3b)2(3a2b)2(2a - 3b)^2 - (3a - 2b)^2

Solution:

(i) 4x2+20x+25=(2x)2+2(2x)(5)+52=(2x+5)24x^2 + 20x + 25 = (2x)^2 + 2(2x)(5) + 5^2 = (2x + 5)^2 [Identity I]

(ii) 9y266yz+121z2=(3y)22(3y)(11z)+(11z)2=(3y11z)29y^2 - 66yz + 121z^2 = (3y)^2 - 2(3y)(11z) + (11z)^2 = (3y - 11z)^2 [Identity II]

(iii) Using A2B2=(A+B)(AB)A^2 - B^2 = (A+B)(A-B) with A=2a3bA = 2a - 3b and B=3a2bB = 3a - 2b:

A+B=(2a3b)+(3a2b)=5a5b=5(ab)A + B = (2a - 3b) + (3a - 2b) = 5a - 5b = 5(a - b)
AB=(2a3b)(3a2b)=ab=(a+b)A - B = (2a - 3b) - (3a - 2b) = -a - b = -(a + b)

(2a3b)2(3a2b)2=5(ab)×((a+b))=5(ab)(a+b)(2a-3b)^2 - (3a-2b)^2 = 5(a-b) \times (-(a+b)) = -5(a-b)(a+b)

Or equivalently: =5(a2b2)= -5(a^2 - b^2).

Problem 4: Expanding cubes

Question: Expand:
(i) (2x+1)3(2x + 1)^3
(ii) (2a3b)3(2a - 3b)^3

Solution:

(i) Using (a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3:

(2x+1)3=(2x)3+3(2x)2(1)+3(2x)(1)2+13(2x + 1)^3 = (2x)^3 + 3(2x)^2(1) + 3(2x)(1)^2 + 1^3

=8x3+12x2+6x+1= 8x^3 + 12x^2 + 6x + 1

(ii) Using (ab)3=a33a2b+3ab2b3(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3:

(2a3b)3=(2a)33(2a)2(3b)+3(2a)(3b)2(3b)3(2a - 3b)^3 = (2a)^3 - 3(2a)^2(3b) + 3(2a)(3b)^2 - (3b)^3

=8a336a2b+54ab227b3= 8a^3 - 36a^2b + 54ab^2 - 27b^3

Problem 5: Factorising cubes and the special identity

Question: Factorise 8x3+27y3+36x2y+54xy28x^3 + 27y^3 + 36x^2y + 54xy^2.

Solution:
Rearrange: 8x3+36x2y+54xy2+27y38x^3 + 36x^2y + 54xy^2 + 27y^3

Recognise this as (a+b)3(a + b)^3 where a=2xa = 2x and b=3yb = 3y:

=(2x)3+3(2x)2(3y)+3(2x)(3y)2+(3y)3=(2x+3y)3= (2x)^3 + 3(2x)^2(3y) + 3(2x)(3y)^2 + (3y)^3 = (2x + 3y)^3

Question: If x+y+z=0x + y + z = 0, show that x3+y3+z3=3xyzx^3 + y^3 + z^3 = 3xyz.

Solution:
Using Identity VIII:

x3+y3+z33xyz=(x+y+z)(x2+y2+z2xyyzzx)x^3 + y^3 + z^3 - 3xyz = (x + y + z)(x^2 + y^2 + z^2 - xy - yz - zx)

Since x+y+z=0x + y + z = 0:

x3+y3+z33xyz=0x^3 + y^3 + z^3 - 3xyz = 0

x3+y3+z3=3xyz\therefore x^3 + y^3 + z^3 = 3xyz \quad \square

Application: If a+b+c=0a + b + c = 0, find a3+b3+c3a^3 + b^3 + c^3.

Using the result above, a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc. This is a guaranteed 1-mark question in exams.

Problem 6: Using Identity V with three terms

Question: Factorise 4x2+y2+z24xy2yz+4xz4x^2 + y^2 + z^2 - 4xy - 2yz + 4xz.

Solution:
Rewrite as:

=(2x)2+(y)2+z2+2(2x)(y)+2(y)(z)+2(z)(2x)= (2x)^2 + (-y)^2 + z^2 + 2(2x)(-y) + 2(-y)(z) + 2(z)(2x)

This matches (a+b+c)2(a + b + c)^2 with a=2xa = 2x, b=yb = -y, c=zc = z.

=(2xy+z)2= (2x - y + z)^2

Question: Evaluate (12)3+(7)3+(5)3(-12)^3 + (7)^3 + (5)^3 without direct computation.

Solution:
Note that 12+7+5=0-12 + 7 + 5 = 0.

By the identity, when a+b+c=0a + b + c = 0: a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc.

(12)3+73+53=3(12)(7)(5)=3×(420)=1260(-12)^3 + 7^3 + 5^3 = 3(-12)(7)(5) = 3 \times (-420) = -1260

Polynomial Long Division — Step-by-Step Method

After finding one factor using the Factor Theorem, you need to divide the polynomial by that factor to get the quotient. Here is the complete method:

Example: Divide x32x2x+2x^3 - 2x^2 - x + 2 by (x1)(x - 1).

Step 1: Write the dividend in descending powers: x32x2x+2x^3 - 2x^2 - x + 2.

Step 2: Divide the first term of the dividend by the first term of the divisor: x3x=x2\frac{x^3}{x} = x^2. Write x2x^2 in the quotient.

Step 3: Multiply the divisor by x2x^2: x2(x1)=x3x2x^2(x - 1) = x^3 - x^2.

Step 4: Subtract: (x32x2)(x3x2)=x2(x^3 - 2x^2) - (x^3 - x^2) = -x^2. Bring down x-x: x2x-x^2 - x.

Step 5: Divide: x2x=x\frac{-x^2}{x} = -x. Multiply: x(x1)=x2+x-x(x-1) = -x^2 + x.

Step 6: Subtract: (x2x)(x2+x)=2x(-x^2 - x) - (-x^2 + x) = -2x. Bring down +2+2: 2x+2-2x + 2.

Step 7: Divide: 2xx=2\frac{-2x}{x} = -2. Multiply: 2(x1)=2x+2-2(x-1) = -2x + 2.

Step 8: Subtract: (2x+2)(2x+2)=0(-2x + 2) - (-2x + 2) = 0.

Quotient: x2x2x^2 - x - 2. Remainder: 00.

Synthetic Division (Shortcut)

For dividing by a linear factor (xa)(x - a), synthetic division is faster:

Example: Divide x32x2x+2x^3 - 2x^2 - x + 2 by (x1)(x - 1) (i.e., a=1a = 1).

Write the coefficients: 1,2,1,21, -2, -1, 2.

```
1 | 1 -2 -1 2
| 1 -1 -2
| 1 -1 -2 0
```

Process: Bring down 1. Multiply by a=1a = 1: 1×1=11 \times 1 = 1. Add: 2+1=1-2 + 1 = -1. Multiply: 1×1=1-1 \times 1 = -1. Add: 1+(1)=2-1 + (-1) = -2. Multiply: 2×1=2-2 \times 1 = -2. Add: 2+(2)=02 + (-2) = 0.

Quotient coefficients: 1,1,21, -1, -2x2x2x^2 - x - 2. Remainder: 00.

Synthetic division is much faster than long division once you are comfortable with it.

Additional Solved Problems — Exam-Level Difficulty

These problems go beyond the basic NCERT exercises and match CBSE exam and HOTS difficulty.

Problem 1: Finding unknown coefficients

Question: If (x2)(x - 2) is a factor of x3+ax2+bx+16x^3 + ax^2 + bx + 16 and b=4ab = 4a, find aa and bb.

Solution:
Since (x2)(x - 2) is a factor: p(2)=0p(2) = 0.

8+4a+2b+16=08 + 4a + 2b + 16 = 0

4a+2b=244a + 2b = -24

2a+b=12(1)2a + b = -12 \quad \cdots (1)

Given: b=4a(2)b = 4a \quad \cdots (2)

Substituting (2) into (1):

2a+4a=122a + 4a = -12

6a=126a = -12

a=2,b=4(2)=8a = -2, \quad b = 4(-2) = -8

Verification: p(x)=x32x28x+16p(x) = x^3 - 2x^2 - 8x + 16. p(2)=8816+16=0p(2) = 8 - 8 - 16 + 16 = 0 ✓.

Problem 2: If a + b + c = 9 and ab + bc + ca = 26

Question: If a+b+c=9a + b + c = 9 and ab+bc+ca=26ab + bc + ca = 26, find a2+b2+c2a^2 + b^2 + c^2.

Solution:
Using Identity V: (a+b+c)2=a2+b2+c2+2(ab+bc+ca)(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)

92=a2+b2+c2+2(26)9^2 = a^2 + b^2 + c^2 + 2(26)

81=a2+b2+c2+5281 = a^2 + b^2 + c^2 + 52

a2+b2+c2=29a^2 + b^2 + c^2 = 29

Problem 3: Finding a³ + b³ + c³

Question: If a+b+c=5a + b + c = 5, a2+b2+c2=29a^2 + b^2 + c^2 = 29, find ab+bc+caab + bc + ca and also a3+b3+c3a^3 + b^3 + c^3 given that abc=12abc = -12.

Solution:
Part 1: (a+b+c)2=a2+b2+c2+2(ab+bc+ca)(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)

25=29+2(ab+bc+ca)25 = 29 + 2(ab + bc + ca)

ab+bc+ca=25292=2ab + bc + ca = \frac{25 - 29}{2} = -2

Part 2: Using Identity VIII:

a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a+b+c)(a^2+b^2+c^2-ab-bc-ca)

a3+b3+c33(12)=5(29(2))a^3 + b^3 + c^3 - 3(-12) = 5(29 - (-2))

a3+b3+c3+36=5(31)=155a^3 + b^3 + c^3 + 36 = 5(31) = 155

a3+b3+c3=15536=119a^3 + b^3 + c^3 = 155 - 36 = 119

Common Mistakes Students Make in Polynomials

Avoid these frequent errors to secure full marks:

1. Confusing "zero polynomial" with "zeroes of a polynomial":
* Mistake: Saying "the zero polynomial has no zeroes."
* Fix: The zero polynomial p(x)=0p(x) = 0 is zero for EVERY value of xx, so every real number is a zero of the zero polynomial. The term "zero of a polynomial" means a root, not the polynomial itself.

2. Fractional exponents = polynomial:
* Mistake: Accepting x+3\sqrt{x} + 3 as a polynomial.
* Fix: x=x1/2\sqrt{x} = x^{1/2}, which has a fractional exponent. This is NOT a polynomial.

3. Sign errors in the Factor Theorem:
* Mistake: Testing (x+2)(x + 2) by substituting x=2x = 2 instead of x=2x = -2.
* Fix: (x+2)=(x(2))(x + 2) = (x - (-2)), so a=2a = -2. Always negate the constant in the factor.

4. Wrong identity applied:
* Mistake: Using (a+b)2=a2+b2(a+b)^2 = a^2 + b^2 (forgetting the 2ab2ab term).
* Fix: (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2. The middle term 2ab2ab is NEVER zero (unless aa or bb is zero).

5. Arithmetic errors in long division:
* Mistake: Getting the wrong quadratic after dividing by the linear factor.
* Fix: Verify by multiplying the quotient by the divisor and adding the remainder. The result should equal the original polynomial.

6. Forgetting to check all possible roots:
* Mistake: Trying only positive integers as roots.
* Fix: Try both positive and negative factors of the constant term. For x3+x2x1x^3 + x^2 - x - 1, trying x=1x = -1 gives p(1)=1+1+11=0p(-1) = -1 + 1 + 1 - 1 = 0, but trying only positive integers misses this.

7. Not stating the identity used:
* Mistake: Just writing the answer without naming the identity.
* Fix: CBSE marking schemes award marks for stating the identity. Write "Using (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2" before applying it.

Board Exam Strategy for Polynomials

Weightage: Chapter 2 carries approximately 6–8 marks in the CBSE Class 9 annual exam (part of Unit II: Algebra, which also includes Linear Equations).

Typical Question Patterns:

* 1 Mark (MCQ): Degree of a polynomial; number of zeroes; value of p(a)p(a); identifying which expression is a polynomial; special case a+b+c=0a3+b3+c3=3abca + b + c = 0 \Rightarrow a^3 + b^3 + c^3 = 3abc.

* 2 Marks (VSA): Finding the zero of a linear polynomial; finding the remainder using the Remainder Theorem; simple expansion using an identity.

* 3 Marks (SA): Factorising a cubic polynomial using the Factor Theorem + quadratic factorisation; evaluating products using identities (like 105×95105 \times 95); proving a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc when a+b+c=0a + b + c = 0.

* 5 Marks (LA): Multi-step factorisation; finding unknown coefficients given a factor; using Identity VIII with numerical evaluation.

High-Priority Topics:
1. Factor Theorem + cubic factorisation — practise until automatic
2. All eight algebraic identities — memorise and practise applications
3. Remainder Theorem — quick substitution technique
4. The identity a3+b3+c33abc=(a+b+c)()a^3 + b^3 + c^3 - 3abc = (a+b+c)(\ldots) — appears almost every year

Time Management:
- 1-mark MCQ: 1 minute
- 2-mark problem: 2–3 minutes
- 3-mark factorisation: 5 minutes
- 5-mark problem: 8 minutes

Pro Tips:
- When factorising cubics, ALWAYS try x=±1x = \pm 1 first — they work most of the time in NCERT problems.
- Show the long division step or synthetic division step clearly. Marks are awarded for the process.
- For identity problems, write out the identity first, then substitute. This shows the examiner you know which identity applies.
- The a+b+c=0    a3+b3+c3=3abca + b + c = 0 \implies a^3 + b^3 + c^3 = 3abc result is incredibly useful for quick evaluations like (12)3+73+53(-12)^3 + 7^3 + 5^3.

Practise on SparkEd's Polynomials page for instant feedback on every problem type!

Quick Revision: All Identities at a Glance

Bookmark this for last-minute revision:

Identity I: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

Identity II: (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Identity III: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)

Identity IV: (x+a)(x+b)=x2+(a+b)x+ab(x + a)(x + b) = x^2 + (a+b)x + ab

Identity V: (a+b+c)2=a2+b2+c2+2ab+2bc+2ca(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca

Identity VI: (a+b)3=a3+3a2b+3ab2+b3(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3

Identity VII: (ab)3=a33a2b+3ab2b3(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3

Identity VIII: a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a+b+c)(a^2+b^2+c^2-ab-bc-ca)

Derived Results:
- a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a+b)(a^2 - ab + b^2)
- a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2)
- If a+b+c=0a + b + c = 0, then a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc

Key Theorems:
- Remainder Theorem: remainder of p(x)÷(xa)p(x) \div (x-a) is p(a)p(a)
- Factor Theorem: (xa)(x-a) is a factor of p(x)p(x) iff p(a)=0p(a) = 0
- A polynomial of degree nn has at most nn zeroes.

Practice Problems for Self-Assessment

Try these before checking the answers:

Level 1 (Basic):
1. What is the degree of 53x+2x35 - 3x + 2x^3?
2. Find the zero of p(x)=4x8p(x) = 4x - 8.
3. Find the remainder when x4+1x^4 + 1 is divided by x+1x + 1.

Level 2 (Intermediate):
4. Factorise x36x2+11x6x^3 - 6x^2 + 11x - 6.
5. Evaluate 1023102^3 using a suitable identity.
6. If a+b+c=0a + b + c = 0, find a3+b3+c3abc\frac{a^3 + b^3 + c^3}{abc} (given abc0abc \neq 0).

Level 3 (Advanced/HOTS):
7. If x+1x=5x + \frac{1}{x} = 5, find x3+1x3x^3 + \frac{1}{x^3}.
8. Find the value of kk if (x1)(x - 1) is a factor of 4x3+3x24x+k4x^3 + 3x^2 - 4x + k.
9. Factorise a3b3a+ba^3 - b^3 - a + b.

Answers:
1. Degree 3
2. x=2x = 2
3. p(1)=1+1=2p(-1) = 1 + 1 = 2
4. Try x=1x = 1: 16+116=01 - 6 + 11 - 6 = 0. Divide: (x1)(x25x+6)=(x1)(x2)(x3)(x-1)(x^2 - 5x + 6) = (x-1)(x-2)(x-3).
5. 1023=(100+2)3=1003+3(100)2(2)+3(100)(4)+8=1000000+60000+1200+8=1061208102^3 = (100+2)^3 = 100^3 + 3(100)^2(2) + 3(100)(4) + 8 = 1000000 + 60000 + 1200 + 8 = 1061208.
6. Since a+b+c=0a+b+c=0, a3+b3+c3=3abca^3+b^3+c^3 = 3abc. So 3abcabc=3\frac{3abc}{abc} = 3.
7. Cube both sides using (a+b)3=a3+b3+3ab(a+b)(a+b)^3 = a^3 + b^3 + 3ab(a+b): (x+1x)3=x3+1x3+3(x+1x)(x + \frac{1}{x})^3 = x^3 + \frac{1}{x^3} + 3(x + \frac{1}{x}). So 125=x3+1x3+15125 = x^3 + \frac{1}{x^3} + 15, giving x3+1x3=110x^3 + \frac{1}{x^3} = 110.
8. p(1)=4+34+k=0    k=3p(1) = 4 + 3 - 4 + k = 0 \implies k = -3.
9. =(ab)(a2+ab+b2)(ab)=(ab)(a2+ab+b21)= (a-b)(a^2+ab+b^2) - (a-b) = (a-b)(a^2+ab+b^2-1).

Boost Your Preparation with SparkEd

You have now worked through every exercise and concept in NCERT Chapter 2: Polynomials. But reading solutions is only half the battle — active practice is what turns understanding into exam marks.

Here is how SparkEd can help:

* Adaptive Practice: On our Polynomials practice page, work through problems that adjust to your level. Start with Level 1 and build up to Level 3.

* AI Math Solver: Stuck on a factorisation or identity problem? Paste it into our AI Solver for a detailed step-by-step solution.

* AI Coach: Get personalised study recommendations based on your strengths and weaknesses.

* Cross-Chapter Connections: Polynomials connects to Number Systems (Chapter 1, where surds appear in identity problems), Coordinate Geometry (Chapter 3, where polynomial equations describe curves), and Linear Equations (Chapter 4, where you solve first-degree polynomials).

Head over to sparkedmaths.com and start practising today!

Practice These Topics on SparkEd

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