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.

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 is an algebraic expression of the form:
where are real numbers (called coefficients) and is a non-negative integer.
Each part of the form is called a term. The highest power of that has a non-zero coefficient is called the degree of the polynomial.
Classification by Degree:
| Degree | Name | General Form | Example |
|---|---|---|---|
| 0 | Constant | , | |
| 1 | Linear | ||
| 2 | Quadratic | ||
| 3 | Cubic | ||
| 4 | Quartic (Bi-quadratic) |
Classification by Number of Terms:
- Monomial: One term (e.g., )
- Binomial: Two terms (e.g., )
- Trinomial: Three terms (e.g., )
What is NOT a polynomial?
- — negative exponent
- — fractional exponent
- — variable in the denominator
The Zero Polynomial
The zero polynomial is the constant polynomial . 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 ( for all ) with the zeroes of a polynomial (the values of where ). 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)
(ii)
(iii)
(iv)
(v)
Solution:
**(i) — Yes**, this is a polynomial in . All exponents of are whole numbers (2, 1, 0).
**(ii) — Yes**, this is a polynomial in . The is a constant coefficient, not a variable with a fractional exponent. Degree = 2.
**(iii) — No**, this is NOT a polynomial because the term has a fractional exponent (). Polynomial exponents must be non-negative integers.
**(iv) — No**, this is NOT a polynomial because has a negative exponent.
**(v) — This is a polynomial, but it is a polynomial in three variables** (, , ), 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)
(ii)
(iii)
(iv)
Solution:
(i) Highest power of is 3. Degree = 3 (cubic polynomial).
(ii) Highest power of is 2. Degree = 2 (quadratic polynomial).
(iii) Highest power of is 1. Degree = 1 (linear polynomial).
(iv) . Highest power of is 0. Degree = 0 (constant polynomial).
Common Error: Students sometimes say the degree of is "no degree" or "undefined." Only the zero polynomial has an undefined degree. The constant has degree 0.
Problem 3: Classifying polynomials
Question: Classify the following as linear, quadratic, and cubic polynomials:
(i)
(ii)
(iii)
(iv)
(v)
(vi)
(vii)
Solution:
| Polynomial | Degree | Type |
|---|---|---|
| 2 | Quadratic | |
| 3 | Cubic | |
| 2 | Quadratic | |
| 1 | Linear | |
| 1 | Linear | |
| 2 | Quadratic | |
| 3 | Cubic |
Practice this topic on SparkEd — free visual solutions and AI coaching
Exercise 2.2 — Zeroes of a Polynomial
A zero (or root) of a polynomial is a value such that . Geometrically, the zeroes are the -coordinates where the graph of crosses or touches the -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 has at most zeroes.
Problem 1: Evaluating a polynomial
Question: Find the value of the polynomial at (i) and (ii) .
Solution:
(i)
(ii)
Key Technique: Substitute the value carefully, paying special attention to negative signs. A common error is computing as instead of .
Problem 2: Verifying zeroes
Question: Verify whether the following are zeroes of the polynomial indicated against them:
(i) ,
(ii) ,
(iii) , ,
(iv) , ,
(v) ,
Solution:
(i) ✓ Yes, it is a zero.
(ii) (since ). Not a zero.
(iii) ✓; ✓. Both are zeroes.
(iv) ✓; ✓. Both are zeroes.
(v) ✓. **Yes, 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)
(ii)
(iii)
(iv)
(v)
(vi) ,
(vii) ,
Solution:
For a linear polynomial , the zero is .
| Polynomial | Zero |
|---|---|
| () | |
| () |
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 is any polynomial of degree and is any real number, then when is divided by the linear polynomial , the remainder is .
Proof:
By the division algorithm for polynomials:
where is the quotient and is a constant (since the divisor is linear, the remainder has degree 0).
Substitute :
Therefore, the remainder .
**What if the divisor is instead of ?**
Rewrite . The remainder when is divided by is .
For example, the remainder when is divided by is .
The Factor Theorem
The Factor Theorem is a special case of the Remainder Theorem.
Statement: is a factor of if and only if .
Proof: By the Remainder Theorem, the remainder when is divided by is . If , then:
So is a factor. Conversely, if is a factor, then , so .
The Factor Theorem is your primary tool for factorising cubic (and higher-degree) polynomials. The strategy is:
1. Guess a root by trying small integers ().
2. Confirm that .
3. Divide by 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 is divided by:
(i)
(ii)
(iii)
(iv)
(v)
Solution:
(i) Divisor: , so .
Remainder = 0. (This means is a factor!)
(ii) Divisor: , so .
**Remainder = .**
(iii) Divisor: , so .
Remainder = 1.
(iv) Divisor: , so .
**Remainder = .**
Notice this equals by the identity .
(v) Divisor: , so .
**Remainder = .**
Problem 2: Remainder with algebraic coefficients
Question: Find the remainder when is divided by .
Solution:
By the Remainder Theorem, remainder .
**Remainder = .**
Key Insight: Even when the polynomial has parameters (like ), the Remainder Theorem works the same way. Just substitute and simplify.
Problem 3: Checking factors using the Factor Theorem
Question: Check whether is a factor of .
Solution:
, so the zero is .
Since , is not a factor of .
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 , then by the Rational Root Theorem, any rational root must have dividing (the constant term) and dividing (the leading coefficient). For most NCERT problems, the leading coefficient is 1, so you only need to try factors of the constant term:
Problem 1: Determine factors
Question: Determine which of the following polynomials has as a factor:
(i)
(ii)
(iii)
(iv)
Solution:
For to be a factor, we need .
(i) ✓ Yes.
(ii) . No.
(iii) . No.
(iv) . No.
Problem 2: Factorise x³ - 2x² - x + 2
Question: Use the Factor Theorem to factorise .
Solution:
Let .
Step 1: Find a root. Constant term = 2, so try .
✓
So is a factor.
**Step 2: Divide by .**
Using synthetic division or long division:
Step 3: Factorise the quadratic.
: we need two numbers that multiply to and add to . Those are and .
Final Answer:
Verification: The zeroes are . Check: ✓, ✓.
Problem 3: Factorise x³ - 3x² - 9x - 5
Question: Factorise .
Solution:
Let . Constant term = , so try .
✓
So is a factor. Dividing:
Factorise : numbers that multiply to and add to are and .
Final Answer:
Note: is a repeated root (multiplicity 2).
Problem 4: Factorise x³ + 13x² + 32x + 20
Question: Factorise .
Solution:
Let . Constant term = 20, so try factors of 20.
✓
So is a factor. Dividing:
Factorise : numbers that multiply to 20 and add to 12 are 10 and 2.
Final Answer:
Problem 5: Factorise 2y³ + y² - 2y - 1
Question: Factorise .
Solution:
Let . Leading coefficient = 2, constant = .
Possible rational roots: .
✓
So is a factor. Dividing:
Factorise : we need numbers that multiply to and add to 3. Those are 2 and 1.
Final Answer:
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:
Identity II:
Identity III:
Identity IV:
Identity V:
Identity VI:
Identity VII:
Identity VIII:
Problem 1: Expansion using identities
Question: Use suitable identities to find the following products:
(i)
(ii)
(iii)
(iv)
(v)
Solution:
(i) Using Identity IV:
(ii)
(iii) Let :
(iv) Using Identity III:
(v)
Problem 2: Evaluating numbers using identities
Question: Evaluate the following using suitable identities:
(i)
(ii)
(iii)
(iv)
Solution:
(i)
(ii)
(iii)
(iv)
Problem 3: Factorising using identities
Question: Factorise the following:
(i)
(ii)
(iii)
Solution:
(i) [Identity I]
(ii) [Identity II]
(iii) Using with and :
Or equivalently: .
Problem 4: Expanding cubes
Question: Expand:
(i)
(ii)
Solution:
(i) Using :
(ii) Using :
Problem 5: Factorising cubes and the special identity
Question: Factorise .
Solution:
Rearrange:
Recognise this as where and :
Question: If , show that .
Solution:
Using Identity VIII:
Since :
Application: If , find .
Using the result above, . This is a guaranteed 1-mark question in exams.
Problem 6: Using Identity V with three terms
Question: Factorise .
Solution:
Rewrite as:
This matches with , , .
Question: Evaluate without direct computation.
Solution:
Note that .
By the identity, when : .
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 by .
Step 1: Write the dividend in descending powers: .
Step 2: Divide the first term of the dividend by the first term of the divisor: . Write in the quotient.
Step 3: Multiply the divisor by : .
Step 4: Subtract: . Bring down : .
Step 5: Divide: . Multiply: .
Step 6: Subtract: . Bring down : .
Step 7: Divide: . Multiply: .
Step 8: Subtract: .
Quotient: . Remainder: .
Synthetic Division (Shortcut)
For dividing by a linear factor , synthetic division is faster:
Example: Divide by (i.e., ).
Write the coefficients: .
```
1 | 1 -2 -1 2
| 1 -1 -2
| 1 -1 -2 0
```
Process: Bring down 1. Multiply by : . Add: . Multiply: . Add: . Multiply: . Add: .
Quotient coefficients: → . Remainder: .
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 is a factor of and , find and .
Solution:
Since is a factor: .
Given:
Substituting (2) into (1):
Verification: . ✓.
Problem 2: If a + b + c = 9 and ab + bc + ca = 26
Question: If and , find .
Solution:
Using Identity V:
Problem 3: Finding a³ + b³ + c³
Question: If , , find and also given that .
Solution:
Part 1:
Part 2: Using Identity VIII:
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 is zero for EVERY value of , 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 as a polynomial.
* Fix: , which has a fractional exponent. This is NOT a polynomial.
3. Sign errors in the Factor Theorem:
* Mistake: Testing by substituting instead of .
* Fix: , so . Always negate the constant in the factor.
4. Wrong identity applied:
* Mistake: Using (forgetting the term).
* Fix: . The middle term is NEVER zero (unless or 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 , trying gives , 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 " 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 ; identifying which expression is a polynomial; special case .
* 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 ); proving when .
* 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 — 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 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 result is incredibly useful for quick evaluations like .
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:
Identity II:
Identity III:
Identity IV:
Identity V:
Identity VI:
Identity VII:
Identity VIII:
Derived Results:
-
-
- If , then
Key Theorems:
- Remainder Theorem: remainder of is
- Factor Theorem: is a factor of iff
- A polynomial of degree has at most zeroes.
Practice Problems for Self-Assessment
Try these before checking the answers:
Level 1 (Basic):
1. What is the degree of ?
2. Find the zero of .
3. Find the remainder when is divided by .
Level 2 (Intermediate):
4. Factorise .
5. Evaluate using a suitable identity.
6. If , find (given ).
Level 3 (Advanced/HOTS):
7. If , find .
8. Find the value of if is a factor of .
9. Factorise .
Answers:
1. Degree 3
2.
3.
4. Try : . Divide: .
5. .
6. Since , . So .
7. Cube both sides using : . So , giving .
8. .
9. .
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 NowYou might also like

Areas Related to Circles Class 10: Sectors, Segments & Solved Problems
Master Areas Related to Circles Class 10 CBSE. Learn area of sector, segment, arc length, areas of combinations with for...

CBSE Class 10 Maths Important Questions 2026: Chapter-Wise with Solutions
CBSE Class 10 Maths important questions 2026 chapter-wise with solutions. Practice 2-3 key questions per chapter, markin...

Pair of Linear Equations Class 10: All 5 Methods with Solved Examples
Master Pair of Linear Equations Class 10 CBSE. Learn graphical, substitution, elimination, cross-multiplication methods,...