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
SparkEd Team · Reviewed by Vivek Verma15 March 202655 min read
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 x is an algebraic expression of the form:
anxn+an−1xn−1+…+a1x+a0
where a0,a1,…,an are real numbers (called coefficients) and n is a non-negative integer.
Each part of the form akxk is called a term. The highest power of x that has a non-zero coefficient is called the degree of the polynomial.
Classification by Number of Terms: - Monomial: One term (e.g., 5x2) - Binomial: Two terms (e.g., x2+3) - Trinomial: Three terms (e.g., x2+3x+2)
What is NOT a polynomial? - x−1+3 — negative exponent - x+1=x1/2+1 — fractional exponent - x+11 — variable in the denominator
The Zero Polynomial
The zero polynomial is the constant polynomial p(x)=0. Its degree is undefined (or sometimes stated as −∞ in advanced texts). The NCERT textbook says the degree of the zero polynomial is "not defined."
Do not confuse the zero polynomial (p(x)=0 for all x) with the zeroes of a polynomial (the values of x where p(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) 4x2−3x+7 (ii) y2+2 (iii) 3t+t2 (iv) y+y2 (v) x10+y3+t50
Solution:
(i) 4x2−3x+7 — Yes, this is a polynomial in x. All exponents of x are whole numbers (2, 1, 0).
(ii) y2+2 — Yes, this is a polynomial in y. The 2 is a constant coefficient, not a variable with a fractional exponent. Degree = 2.
(iii) 3t+t2=3t1/2+2t — No, this is NOT a polynomial because the term 3t1/2 has a fractional exponent (21). Polynomial exponents must be non-negative integers.
(iv) y+y2=y+2y−1 — No, this is NOT a polynomial because 2y−1 has a negative exponent.
(v) x10+y3+t50 — This is a polynomial, but it is a polynomial in three variables (x, y, t), 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+7x (ii) 4−y2 (iii) 5t−7 (iv) 3
Solution:
(i) Highest power of x is 3. Degree = 3 (cubic polynomial).
(ii) Highest power of y is 2. Degree = 2 (quadratic polynomial).
(iii) Highest power of t is 1. Degree = 1 (linear polynomial).
(iv)3=3x0. Highest power of x is 0. Degree = 0 (constant polynomial).
Common Error: Students sometimes say the degree of 3 is "no degree" or "undefined." Only the zero polynomial has an undefined degree. The constant 3 has degree 0.
Problem 3: Classifying polynomials
Question: Classify the following as linear, quadratic, and cubic polynomials: (i) x2+x (ii) x−x3 (iii) y+y2+4 (iv) 1+x (v) 3t (vi) r2 (vii) 7x3
A zero (or root) of a polynomial p(x) is a value x=a such that p(a)=0. Geometrically, the zeroes are the x-coordinates where the graph of y=p(x) crosses or touches the x-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 n has at most n zeroes.
Problem 1: Evaluating a polynomial
Question: Find the value of the polynomial p(x)=5x−4x2+3 at (i) x=0 and (ii) x=−1.
Solution:
(i)p(0)=5(0)−4(0)2+3=0−0+3=3
(ii)p(−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 as −1 instead of +1.
Problem 2: Verifying zeroes
Question: Verify whether the following are zeroes of the polynomial indicated against them: (i) p(x)=3x+1, x=−31 (ii) p(x)=5x−π, x=54 (iii) p(x)=x2−1, x=1, x=−1 (iv) p(x)=(x+1)(x−2), x=−1, x=2 (v) p(x)=x2, x=0
Solution:
(i)p(−31)=3(−31)+1=−1+1=0 ✓ Yes, it is a zero.
(ii)p(54)=5×54−π=4−π=0 (since π≈3.14). Not a zero.
(iii)p(1)=12−1=0 ✓; p(−1)=(−1)2−1=1−1=0 ✓. Both are zeroes.
(iv)p(−1)=(−1+1)(−1−2)=0×(−3)=0 ✓; p(2)=(2+1)(2−2)=3×0=0 ✓. Both are zeroes.
(v)p(0)=02=0 ✓. Yes, x=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+5 (ii) p(x)=x−5 (iii) p(x)=2x+5 (iv) p(x)=3x−2 (v) p(x)=3x (vi) p(x)=ax, a=0 (vii) p(x)=cx+d, c=0
Solution: For a linear polynomial p(x)=ax+b, the zero is x=−ab.
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) is any polynomial of degree ≥1 and a is any real number, then when p(x) is divided by the linear polynomial (x−a), the remainder is p(a).
Proof: By the division algorithm for polynomials:
p(x)=(x−a)⋅q(x)+r
where q(x) is the quotient and r is a constant (since the divisor is linear, the remainder has degree 0).
Substitute x=a:
p(a)=(a−a)⋅q(a)+r=0⋅q(a)+r=r
Therefore, the remainder r=p(a). □
What if the divisor is (ax−b) instead of (x−a)? Rewrite (ax−b)=a(x−ab). The remainder when p(x) is divided by (ax−b) is p(ab).
For example, the remainder when p(x) is divided by (2x−3) is p(23).
The Factor Theorem
The Factor Theorem is a special case of the Remainder Theorem.
Statement:(x−a) is a factor of p(x) if and only if p(a)=0.
Proof: By the Remainder Theorem, the remainder when p(x) is divided by (x−a) is p(a). If p(a)=0, then:
p(x)=(x−a)⋅q(x)+0=(x−a)⋅q(x)
So (x−a) is a factor. Conversely, if (x−a) is a factor, then p(x)=(x−a)⋅q(x), so p(a)=0. □
The Factor Theorem is your primary tool for factorising cubic (and higher-degree) polynomials. The strategy is: 1. Guess a root a by trying small integers (0,±1,±2,…). 2. Confirm that p(a)=0. 3. Divide p(x) by (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+1 is divided by: (i) x+1 (ii) x−21 (iii) x (iv) x+π (v) 5+2x
Solution:
(i) Divisor: (x+1)=(x−(−1)), so a=−1.
p(−1)=(−1)3+3(−1)2+3(−1)+1=−1+3−3+1=0
Remainder = 0. (This means (x+1) is a factor!)
(ii) Divisor: (x−21), so a=21.
p(21)=(21)3+3(21)2+3(21)+1
=81+43+23+1=81+86+812+88=827
Remainder = 827.
(iii) Divisor: x=(x−0), so a=0.
p(0)=0+0+0+1=1
Remainder = 1.
(iv) Divisor: (x+π)=(x−(−π)), so a=−π.
p(−π)=(−π)3+3(−π)2+3(−π)+1=−π3+3π2−3π+1
Remainder = 1−3π+3π2−π3.
Notice this equals (1−π)3 by the identity (a−b)3=a3−3a2b+3ab2−b3.
(v) Divisor: (5+2x)=2(x+25)=2(x−(−25)), so a=−25.
p(−25)=(−25)3+3(−25)2+3(−25)+1
=−8125+475−215+1=−8125+8150−860+88=−827
Remainder = −827.
Problem 2: Remainder with algebraic coefficients
Question: Find the remainder when x3−ax2+6x−a is divided by (x−a).
Solution: By the Remainder Theorem, remainder =p(a).
p(a)=a3−a⋅a2+6a−a=a3−a3+6a−a=5a
Remainder = 5a.
Key Insight: Even when the polynomial has parameters (like a), the Remainder Theorem works the same way. Just substitute and simplify.
Problem 3: Checking factors using the Factor Theorem
Question: Check whether 7+3x is a factor of 3x3+7x.
Solution: (7+3x)=3(x+37), so the zero is x=−37.
p(−37)=3(−37)3+7(−37)
=3×(−27343)−349
=−9343−349=−9343−9147=−9490
Since p(−37)=0, (7+3x) is not a factor of 3x3+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+…+a0, then by the Rational Root Theorem, any rational root qp must have p dividing a0 (the constant term) and q dividing an (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,…
Problem 1: Determine factors
Question: Determine which of the following polynomials has (x+1) as a factor: (i) x3+x2+x+1 (ii) x4+x3+x2+x+1 (iii) x4+3x3+3x2+x+1 (iv) x3−x2−(2+2)x+2
Solution: For (x+1) to be a factor, we need p(−1)=0.
(i)p(−1)=−1+1−1+1=0 ✓ Yes.
(ii)p(−1)=1−1+1−1+1=1=0. No.
(iii)p(−1)=1−3+3−1+1=1=0. No.
(iv)p(−1)=−1−1+2+2+2=22=0. No.
Problem 2: Factorise x³ - 2x² - x + 2
Question: Use the Factor Theorem to factorise x3−2x2−x+2.
Solution: Let p(x)=x3−2x2−x+2.
Step 1: Find a root. Constant term = 2, so try x=±1,±2.
p(1)=1−2−1+2=0 ✓
So (x−1) is a factor.
Step 2: Divide by (x−1). Using synthetic division or long division:
x3−2x2−x+2=(x−1)(x2−x−2)
Step 3: Factorise the quadratic. x2−x−2: we need two numbers that multiply to −2 and add to −1. Those are −2 and +1.
x2−x−2=(x−2)(x+1)
Final Answer:
x3−2x2−x+2=(x−1)(x−2)(x+1)
Verification: The zeroes are x=1,2,−1. Check: p(2)=8−8−2+2=0 ✓, p(−1)=−1−2+1+2=0 ✓.
Problem 3: Factorise x³ - 3x² - 9x - 5
Question: Factorise x3−3x2−9x−5.
Solution: Let p(x)=x3−3x2−9x−5. Constant term = −5, so try x=±1,±5.
p(−1)=−1−3+9−5=0 ✓
So (x+1) is a factor. Dividing:
x3−3x2−9x−5=(x+1)(x2−4x−5)
Factorise x2−4x−5: numbers that multiply to −5 and add to −4 are −5 and +1.
x2−4x−5=(x−5)(x+1)
Final Answer:
x3−3x2−9x−5=(x+1)(x+1)(x−5)=(x+1)2(x−5)
Note:x=−1 is a repeated root (multiplicity 2).
Problem 4: Factorise x³ + 13x² + 32x + 20
Question: Factorise x3+13x2+32x+20.
Solution: Let p(x)=x3+13x2+32x+20. Constant term = 20, so try factors of 20.
p(−1)=−1+13−32+20=0 ✓
So (x+1) is a factor. Dividing:
x3+13x2+32x+20=(x+1)(x2+12x+20)
Factorise x2+12x+20: numbers that multiply to 20 and add to 12 are 10 and 2.
x2+12x+20=(x+10)(x+2)
Final Answer:
x3+13x2+32x+20=(x+1)(x+2)(x+10)
Problem 5: Factorise 2y³ + y² - 2y - 1
Question: Factorise 2y3+y2−2y−1.
Solution: Let p(y)=2y3+y2−2y−1. Leading coefficient = 2, constant = −1.
Possible rational roots: ±1,±21.
p(1)=2+1−2−1=0 ✓
So (y−1) is a factor. Dividing:
2y3+y2−2y−1=(y−1)(2y2+3y+1)
Factorise 2y2+3y+1: we need numbers that multiply to 2×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)
Final Answer:
2y3+y2−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.
Question: Use suitable identities to find the following products: (i) (x+4)(x+10) (ii) (x+8)(x−10) (iii) (3x+4)(3x−5) (iv) (y2+23)(y2−23) (v) (3−2x)(3+2x)
Solution:
(i) Using Identity IV: (x+a)(x+b)=x2+(a+b)x+ab
(x+4)(x+10)=x2+(4+10)x+4×10=x2+14x+40
(ii)(x+8)(x−10)=x2+(8+(−10))x+8×(−10)=x2−2x−80
(iii) Let y=3x: (y+4)(y−5)=y2+(4−5)y+4(−5)=y2−y−20
=9x2−3x−20
(iv) Using Identity III: a2−b2=(a+b)(a−b)
(y2+23)(y2−23)=(y2)2−(23)2=y4−49
(v)(3−2x)(3+2x)=32−(2x)2=9−4x2
Problem 2: Evaluating numbers using identities
Question: Evaluate the following using suitable identities: (i) 1032 (ii) 992 (iii) 105×95 (iv) 9.8×10.2
Question: If a+b+c=9 and ab+bc+ca=26, find a2+b2+c2.
Solution: Using Identity V: (a+b+c)2=a2+b2+c2+2(ab+bc+ca)
92=a2+b2+c2+2(26)
81=a2+b2+c2+52
a2+b2+c2=29
Problem 3: Finding a³ + b³ + c³
Question: If a+b+c=5, a2+b2+c2=29, find ab+bc+ca and also a3+b3+c3 given that abc=−12.
Solution: Part 1:(a+b+c)2=a2+b2+c2+2(ab+bc+ca)
25=29+2(ab+bc+ca)
ab+bc+ca=225−29=−2
Part 2: Using Identity VIII:
a3+b3+c3−3abc=(a+b+c)(a2+b2+c2−ab−bc−ca)
a3+b3+c3−3(−12)=5(29−(−2))
a3+b3+c3+36=5(31)=155
a3+b3+c3=155−36=119
Common Mistakes Students Make in Polynomials
Avoid these frequent errors to secure full marks:
Confusing "zero polynomial" with "zeroes of a polynomial":
* Mistake: Saying "the zero polynomial has no zeroes."
* Fix: The zero polynomial p(x)=0 is zero for EVERY value of x, so every real number is a zero of the zero polynomial. The term "zero of a polynomial" means a root, not the polynomial itself.
Fractional exponents = polynomial:
* Mistake: Accepting x+3 as a polynomial.
* Fix:x=x1/2, which has a fractional exponent. This is NOT a polynomial.
Sign errors in the Factor Theorem:
* Mistake: Testing (x+2) by substituting x=2 instead of x=−2.
* Fix:(x+2)=(x−(−2)), so a=−2. Always negate the constant in the factor.
Wrong identity applied:
* Mistake: Using (a+b)2=a2+b2 (forgetting the 2ab term).
* Fix:(a+b)2=a2+2ab+b2. The middle term 2ab is NEVER zero (unless a or b is zero).
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.
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+x2−x−1, trying x=−1 gives p(−1)=−1+1+1−1=0, but trying only positive integers misses this.
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" before applying it.
Board Exam Strategy for Polynomials
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); identifying which expression is a polynomial; special case a+b+c=0⇒a3+b3+c3=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×95); proving a3+b3+c3=3abc when a+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+c3−3abc=(a+b+c)(…) — appears almost every year
Pro Tips: - When factorising cubics, ALWAYS try x=±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=3abc result is incredibly useful for quick evaluations like (−12)3+73+53.
Derived Results: - a3+b3=(a+b)(a2−ab+b2) - a3−b3=(a−b)(a2+ab+b2) - If a+b+c=0, then a3+b3+c3=3abc
Key Theorems: - Remainder Theorem: remainder of p(x)÷(x−a) is p(a) - Factor Theorem: (x−a) is a factor of p(x) iff p(a)=0 - A polynomial of degree n has at most n zeroes.
Practice Problems for Self-Assessment
Try these before checking the answers:
Level 1 (Basic): 1. What is the degree of 5−3x+2x3? 2. Find the zero of p(x)=4x−8. 3. Find the remainder when x4+1 is divided by x+1.
Level 2 (Intermediate): 4. Factorise x3−6x2+11x−6. 5. Evaluate 1023 using a suitable identity. 6. If a+b+c=0, find abca3+b3+c3 (given abc=0).
Level 3 (Advanced/HOTS): 7. If x+x1=5, find x3+x31. 8. Find the value of k if (x−1) is a factor of 4x3+3x2−4x+k. 9. Factorise a3−b3−a+b.
Answers: 1. Degree 3 2. x=2 3. p(−1)=1+1=2 4. Try x=1: 1−6+11−6=0. Divide: (x−1)(x2−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=1061208. 6. Since a+b+c=0, a3+b3+c3=3abc. So abc3abc=3. 7. Cube both sides using (a+b)3=a3+b3+3ab(a+b): (x+x1)3=x3+x31+3(x+x1). So 125=x3+x31+15, giving x3+x31=110. 8. p(1)=4+3−4+k=0⟹k=−3. 9. =(a−b)(a2+ab+b2)−(a−b)=(a−b)(a2+ab+b2−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.
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).
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.