India's #1 AI Tutorchapter-mindmap · Mathematics · Chapter 2

CBSE Class 9 Mathematics Chapter 2 Polynomials: Mind Map & Revision

CBSE Class 9 Mathematics Chapter 2 Polynomials is the foundation of algebra in secondary school, introducing you to expressions that model everything from area and volume to motion and growth. A polynomial is simply a sum of power terms — think 3x² + 5x – 7 — where the variable carries only non-negative whole-number exponents. This chapter teaches you to classify polynomials by degree (linear, quadratic, cubic), find their zeroes (values making the polynomial equal to zero), factorise them using the Factor Theorem, and wield algebraic identities like (x + y)² and x³ + y³ + z³ – 3xyz to simplify complex expressions in seconds. Mastering these ideas is non-negotiable: polynomials recur in every Class 10, 11, and 12 mathematics topic, underpin calculus, and appear in JEE and NEET. This mind-map and revision guide distills the entire NCERT chapter into structured, exam-ready clusters.

Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →

Key takeaways

  • A polynomial in one variable is an expression where the variable appears only with non-negative whole-number exponents, and coefficients are real numbers.
  • The degree of a polynomial is the highest power of the variable; linear (degree 1), quadratic (degree 2), and cubic (degree 3) polynomials each have distinct factorisation and zero-finding techniques.
  • A zero of polynomial p(x) is any real number c such that p(c) = 0, and a linear polynomial has exactly one zero while a quadratic can have 0, 1, or 2 zeroes.
  • The Remainder Theorem states that dividing p(x) by (x – a) gives remainder p(a), and the Factor Theorem says (x – a) is a factor of p(x) if and only if p(a) = 0.
  • Factorisation of quadratics uses splitting the middle term or the Factor Theorem, while cubics require finding one zero first to reduce the problem to a quadratic.
  • Algebraic identities — (x + y)², (x – y)², x² – y², (x + y + z)², (x + y)³, (x – y)³, and x³ + y³ + z³ – 3xyz — must be memorised and applied both for expansion and rapid factorisation.
  • Understanding why identities work (through expansion) is more important than rote memorisation, and these tools save enormous time in both CBSE board exams and competitive tests.

What is a Polynomial? Definition and Structure

A polynomial in one variable x is an algebraic expression of the form p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀, where n is a non-negative integer (the degree), all exponents are whole numbers (0, 1, 2, …), and all coefficients a₀, a₁, …, aₙ are real numbers with aₙ ≠ 0. For example, 5x³ – 2x² + 3x – 7 is a polynomial because every power of x is a non-negative integer. However, expressions like x + 1/x or √x + 2 are not polynomials because they involve x⁻¹ or x^(1/2), violating the whole-number exponent rule. The structure matters enormously: polynomials are closed under addition, subtraction, and multiplication — adding or multiplying two polynomials always yields another polynomial. This closure property makes them the most tractable objects in algebra. In CBSE Class 9 Mathematics Chapter 2 Polynomials, NCERT emphasises understanding the anatomy of a polynomial: each term is a coefficient times a power of x, and the term with the highest exponent determines the polynomial's degree. Recognising what is and is not a polynomial is the first skill tested in NCERT Exercise 2.1, and it builds intuition for later chapters on quadratic equations and graphs.
  • A polynomial must have only non-negative integer exponents (0, 1, 2, 3, …).
  • Each term is written as (coefficient) × (variable)^(exponent).
  • The leading coefficient aₙ (coefficient of the highest power) must be non-zero.
  • Examples of polynomials: 7, 4x – 1, x² + 2x + 1, 2x³ – 5x + 3.
  • Non-examples: x⁻¹ + 2 (negative exponent), √x (fractional exponent), 3/x (same as 3x⁻¹).
  • The constant term a₀ is the term with x⁰, and x⁰ = 1 for any x.

Degree, Terms, and Types of Polynomials

The degree of a polynomial is the highest exponent of the variable that appears with a non-zero coefficient. For instance, in p(x) = 4x⁵ – x + 2, the degree is 5. Degree classification is critical because it determines behaviour: a degree-1 polynomial (linear) has exactly one zero, degree-2 (quadratic) has at most two zeroes, and degree-3 (cubic) has at most three zeroes. A monomial is a polynomial with one term (e.g., 3x²), a binomial has two terms (e.g., x + 1), and a trinomial has three terms (e.g., x² + 2x + 1). A constant polynomial like 7 has degree 0 because 7 = 7x⁰. The zero polynomial (p(x) = 0 for all x) is a special case with no defined degree. In CBSE Class 9 Mathematics Chapter 2 Polynomials, understanding degree helps you predict solution counts and choose factorisation strategies. For example, a cubic polynomial always has at least one real zero (by the Intermediate Value Theorem, though not in NCERT Class 9), while a quadratic might have none if its discriminant is negative (you'll study this in Chapter 4). NCERT Exercise 2.2 tests degree identification, and questions often ask you to write a polynomial of a given degree with specified coefficients.
  • Linear polynomial: degree 1, general form ax + b (a ≠ 0). Example: 2x – 3.
  • Quadratic polynomial: degree 2, general form ax² + bx + c (a ≠ 0). Example: x² – 5x + 6.
  • Cubic polynomial: degree 3, general form ax³ + bx² + cx + d (a ≠ 0). Example: 2x³ – x + 1.
  • Constant polynomial: degree 0, any non-zero constant like 5 or –3.
  • Zero polynomial: the polynomial 0, which has no defined degree.
  • The degree tells you the maximum number of zeroes the polynomial can have.

Zeroes of a Polynomial: Definition and Geometric Meaning

A zero (or root) of a polynomial p(x) is any real number α such that p(α) = 0. Geometrically, zeroes are the x-coordinates where the graph of y = p(x) intersects the x-axis. For a linear polynomial ax + b (a ≠ 0), there is exactly one zero, found by solving ax + b = 0 to get x = –b/a. For quadratic polynomials, the number of zeroes depends on the discriminant b² – 4ac (which you'll study in Chapter 4 on Quadratic Equations): if positive, two distinct real zeroes; if zero, one repeated zero; if negative, no real zeroes. A cubic polynomial always has at least one real zero. In CBSE Class 9 Mathematics Chapter 2 Polynomials, NCERT focuses on finding zeroes by trial and using the Factor Theorem. For example, to find zeroes of p(x) = x² – 5x + 6, you can factorise as (x – 2)(x – 3), giving zeroes 2 and 3. Alternatively, substitute small integers until p(a) = 0. Understanding zeroes is essential because they solve equations: if you want to solve x³ – 6x² + 11x – 6 = 0, you find the zeroes of the polynomial x³ – 6x² + 11x – 6. This concept recurs in coordinate geometry, calculus, and real-world modelling (e.g., when does profit hit zero? when does a projectile hit the ground?).
  • A zero of p(x) is a value α where p(α) = 0.
  • A linear polynomial has exactly one zero.
  • A quadratic polynomial has 0, 1, or 2 real zeroes.
  • A cubic polynomial has 1, 2, or 3 real zeroes (at least one is guaranteed).
  • Zeroes correspond to x-intercepts of the polynomial's graph.
  • To find zeroes of simple polynomials, factorise or test small integers.

Remainder Theorem: Evaluating Remainders Without Division

The Remainder Theorem is a time-saver: when a polynomial p(x) is divided by a linear polynomial (x – a), the remainder is simply p(a). Instead of performing long polynomial division, you substitute a into p(x) and compute the value. For example, to find the remainder when p(x) = x³ + 2x² – 5x + 3 is divided by (x – 2), evaluate p(2) = 2³ + 2(2)² – 5(2) + 3 = 8 + 8 – 10 + 3 = 9. So the remainder is 9. The theorem follows from the division algorithm: p(x) = (x – a)q(x) + r, where q(x) is the quotient and r is the remainder (a constant). Substituting x = a gives p(a) = 0 + r, so r = p(a). In CBSE Class 9 Mathematics Chapter 2 Polynomials, NCERT uses this theorem extensively in Exercise 2.3 to check divisibility and find remainders quickly. This theorem is the foundation for the Factor Theorem (the special case when the remainder is zero). Mastering the Remainder Theorem means you can handle CBSE board questions like 'Find the remainder when 2x⁴ – 3x³ + x – 5 is divided by (x + 1)' in under 30 seconds by simply computing p(–1).
  • Statement: If p(x) is divided by (x – a), the remainder equals p(a).
  • You do not need to perform long division — just substitute x = a into p(x).
  • If p(a) = 0, the remainder is zero, meaning (x – a) divides p(x) exactly.
  • This theorem works for any polynomial degree and any real number a.
  • Common exam question: 'Find the remainder when p(x) is divided by (x – k).' Answer: p(k).

Factor Theorem: The Key to Factorising Polynomials

The Factor Theorem states: (x – a) is a factor of polynomial p(x) if and only if p(a) = 0. In other words, a is a zero of p(x) precisely when (x – a) divides p(x) with no remainder. This theorem is your primary tool for factorising polynomials of degree 2 or higher. To factorise a cubic like p(x) = x³ – 6x² + 11x – 6, you test small integer factors of the constant term (±1, ±2, ±3, ±6) until you find a zero. Testing x = 1: p(1) = 1 – 6 + 11 – 6 = 0, so (x – 1) is a factor. Then divide p(x) by (x – 1) using long division or synthetic division to get p(x) = (x – 1)(x² – 5x + 6). The quadratic factors further as (x – 2)(x – 3), giving p(x) = (x – 1)(x – 2)(x – 3). In CBSE Class 9 Mathematics Chapter 2 Polynomials, NCERT Exercise 2.4 is filled with questions requiring the Factor Theorem. The technique is systematic: find one zero, extract one factor, reduce the polynomial degree, repeat. This cascading approach turns a hard cubic factorisation into a sequence of simple steps. The Factor Theorem also underpins synthetic division and rational root tests in higher classes.
  • If p(a) = 0, then (x – a) is a factor of p(x).
  • To factorise a polynomial, find a zero a, then divide p(x) by (x – a).
  • For a cubic polynomial, test small integer factors of the constant term.
  • Once you find one factor, the polynomial reduces to a quadratic, which you can factorise using standard methods.
  • The Factor Theorem is the converse of the Remainder Theorem applied to remainder zero.

Factorisation of Quadratic Polynomials by Splitting the Middle Term

For a quadratic polynomial ax² + bx + c, the method of splitting the middle term is a systematic way to factorise. The idea is to rewrite the middle term bx as a sum of two terms whose product equals ac (the product of the first and last coefficients). Then factor by grouping. For example, factorise 6x² + 17x + 5. Here a = 6, b = 17, c = 5, so ac = 30. Find two numbers that add to 17 and multiply to 30: these are 2 and 15. Rewrite: 6x² + 2x + 15x + 5. Group: (6x² + 2x) + (15x + 5) = 2x(3x + 1) + 5(3x + 1) = (3x + 1)(2x + 5). This method always works if the quadratic has rational roots. In CBSE Class 9 Mathematics Chapter 2 Polynomials, NCERT uses this technique in Exercise 2.2 and 2.4. An alternative is to use the quadratic formula (taught in Chapter 4), but splitting the middle term is faster for integer-coefficient problems common in CBSE exams. Students should practise this technique until it becomes automatic, as it appears in 30–40% of Class 9 algebra questions.
  • Write ax² + bx + c, and compute ac (product of first and last coefficients).
  • Find two numbers that add to b and multiply to ac.
  • Rewrite bx as the sum of those two terms.
  • Factor by grouping the first two terms and the last two terms.
  • Extract the common binomial factor.

Algebraic Identity I: (x + y)² and (x – y)²

The first two fundamental identities are (x + y)² = x² + 2xy + y² and (x – y)² = x² – 2xy + y². These allow you to expand squared binomials instantly without multiplying term-by-term. For example, (3a + 4)² = (3a)² + 2(3a)(4) + 4² = 9a² + 24a + 16. Similarly, (5m – 2n)² = (5m)² – 2(5m)(2n) + (2n)² = 25m² – 20mn + 4n². These identities also work in reverse for factorisation: if you see x² + 6x + 9, recognise it as (x + 3)² because 6x = 2(x)(3) and 9 = 3². In CBSE Class 9 Mathematics Chapter 2 Polynomials, these identities appear in NCERT Exercise 2.5 and are tested in both multiple-choice and long-answer formats. Understanding why they work is crucial: expand (x + y)(x + y) = x² + xy + yx + y² = x² + 2xy + y² by the distributive property. Memorising the pattern is not enough; you must be able to apply it to expressions like (2x + 3y)², (a – b)², or even (x + 1/x)² without hesitation. These identities save time in simplification, completing the square (used in Chapter 4 for quadratic equations), and numerical computation (e.g., 103² = (100 + 3)² = 10000 + 600 + 9 = 10609).
  • (x + y)² = x² + 2xy + y² — the square of a sum has three terms: the square of each term plus twice their product.
  • (x – y)² = x² – 2xy + y² — the square of a difference is similar, but the middle term is subtracted.
  • To expand (a + b)², compute a², 2ab, b², and add them.
  • To factorise x² + 2xy + y², recognise it as (x + y)².
  • These identities are used in completing the square, deriving the quadratic formula, and simplifying radicals.

Algebraic Identity III: Difference of Squares x² – y²

The identity x² – y² = (x + y)(x – y) is one of the most useful factorisation tools in all of algebra. Any difference of two squares can be factored instantly into the product of a sum and a difference. For example, 16a² – 25b² = (4a)² – (5b)² = (4a + 5b)(4a – 5b). This identity appears in CBSE Class 9 Mathematics Chapter 2 Polynomials NCERT Exercise 2.5 and is tested heavily in board exams because it applies to both numerical and algebraic expressions. Numerically, you can compute 97 × 103 as (100 – 3)(100 + 3) = 100² – 3² = 10000 – 9 = 9991 without a calculator. In coordinate geometry and mensuration, this identity simplifies area and perimeter calculations. The identity works because (x + y)(x – y) = x² – xy + xy – y² = x² – y², with the middle terms canceling. Students must learn to recognise differences of squares even when disguised: for instance, 49 – x² = 7² – x² = (7 + x)(7 – x). This identity is also the foundation for rationalising denominators (e.g., 1/(√5 – 2) = (√5 + 2)/((√5)² – 2²) = (√5 + 2)/(5 – 4) = √5 + 2) and appears in Chapter 1 (Number Systems) when simplifying surds.
  • x² – y² = (x + y)(x – y) — any difference of squares factors as a product of sum and difference.
  • To factorise a² – b², write it as (a + b)(a – b).
  • To expand (a + b)(a – b), use the identity in reverse to get a² – b².
  • This identity applies to numbers: 100² – 1 = (100 + 1)(100 – 1) = 101 × 99 = 9999.
  • Recognising hidden squares: 81x² – 16 = (9x)² – 4² = (9x + 4)(9x – 4).

Algebraic Identity V: Square of a Trinomial (x + y + z)²

The square of a trinomial (x + y + z)² expands to x² + y² + z² + 2xy + 2yz + 2zx. This identity is a natural extension of (x + y)² and is crucial for simplifying expressions with three variables. For example, (a + 2b + 3c)² = a² + (2b)² + (3c)² + 2(a)(2b) + 2(2b)(3c) + 2(3c)(a) = a² + 4b² + 9c² + 4ab + 12bc + 6ac. In CBSE Class 9 Mathematics Chapter 2 Polynomials, this identity is part of NCERT Exercise 2.5 and appears in word problems involving perimeter and area of composite figures. The identity has six terms: three squares (one for each variable) and three products (each pair of variables, doubled). Deriving it helps understanding: (x + y + z)² = [(x + y) + z]² = (x + y)² + 2(x + y)z + z² = x² + 2xy + y² + 2xz + 2yz + z² = x² + y² + z² + 2xy + 2yz + 2zx. Students should practise expanding expressions like (2m + n – 3p)² by treating –3p as the third term. This identity also sets up the sum-of-cubes identity in the next section.
  • (x + y + z)² = x² + y² + z² + 2xy + 2yz + 2zx.
  • The expansion has six terms: three squared terms and three product terms (each product doubled).
  • To expand, compute the square of each term, then add twice the product of each pair.
  • Be careful with signs when one or more terms are negative.
  • This identity is used in physics for resultant vectors and in coordinate geometry for distance formulas.

Algebraic Identities VI and VII: Cubes (x + y)³ and (x – y)³

The cube identities are (x + y)³ = x³ + y³ + 3xy(x + y) and (x – y)³ = x³ – y³ – 3xy(x – y). An alternative form is (x + y)³ = x³ + 3x²y + 3xy² + y³ and (x – y)³ = x³ – 3x²y + 3xy² – y³, which some students find easier to apply. For example, (2m + n)³ = (2m)³ + 3(2m)²(n) + 3(2m)(n)² + n³ = 8m³ + 12m²n + 6mn² + n³. These identities appear in CBSE Class 9 Mathematics Chapter 2 Polynomials NCERT Exercise 2.5 and are essential for factorising and expanding cubic expressions. In later classes, these underpin the binomial theorem. To derive (x + y)³, expand (x + y)(x + y)² = (x + y)(x² + 2xy + y²) = x³ + 2x²y + xy² + x²y + 2xy² + y³ = x³ + 3x²y + 3xy² + y³. Understanding the pattern (powers of x descending, powers of y ascending, coefficients 1, 3, 3, 1) helps you expand any binomial cube quickly. These identities also help in numerical computation: 103³ = (100 + 3)³ = 100³ + 3(100)²(3) + 3(100)(3)² + 3³ = 1000000 + 90000 + 2700 + 27 = 1092727.
  • (x + y)³ = x³ + 3x²y + 3xy² + y³ — four terms with coefficients 1, 3, 3, 1.
  • (x – y)³ = x³ – 3x²y + 3xy² – y³ — same coefficients, alternating signs.
  • Alternative form: (x + y)³ = x³ + y³ + 3xy(x + y).
  • To expand (a + b)³, use the binomial pattern or multiply (a + b)(a + b)².
  • These identities are used in volume calculations and higher-degree polynomial expansions.

Algebraic Identity VIII: Sum of Three Cubes x³ + y³ + z³ – 3xyz

The identity x³ + y³ + z³ – 3xyz = (x + y + z)(x² + y² + z² – xy – yz – zx) is the most sophisticated identity in CBSE Class 9 Mathematics Chapter 2 Polynomials. It allows you to factorise expressions involving sums of cubes minus three times their product. For example, if x + y + z = 0, then x³ + y³ + z³ = 3xyz (a beautiful special case often tested). To factorise 8a³ + 27b³ + 64c³ – 72abc, first rewrite as (2a)³ + (3b)³ + (4c)³ – 3(2a)(3b)(4c), then apply the identity with x = 2a, y = 3b, z = 4c to get (2a + 3b + 4c)[(2a)² + (3b)² + (4c)² – (2a)(3b) – (3b)(4c) – (4c)(2a)] = (2a + 3b + 4c)(4a² + 9b² + 16c² – 6ab – 12bc – 8ac). This identity is used in NCERT Exercise 2.5 and in Olympiad-level problems. Deriving it is instructive: start with (x + y + z)³ = x³ + y³ + z³ + 3(x + y)(y + z)(z + x) (via expansion), then simplify. The identity also underpins symmetric function theory in higher algebra. Students should memorise it and practise recognising when to apply it.
  • x³ + y³ + z³ – 3xyz = (x + y + z)(x² + y² + z² – xy – yz – zx).
  • If x + y + z = 0, then x³ + y³ + z³ = 3xyz (special case).
  • To factorise a sum of three cubes minus 3xyz, apply this identity.
  • The second factor (x² + y² + z² – xy – yz – zx) is always non-negative (can be shown using inequalities).
  • This identity is tested in CBSE board exams and competitive exams like NTSE and Olympiads.

Mind-Map Structure: Connecting All Concepts Visually

A mind map for CBSE Class 9 Mathematics Chapter 2 Polynomials should have 'Polynomials' as the central node, with five main branches: (1) Definitions & Structure (what is a polynomial, degree, types), (2) Zeroes & Graphs (finding zeroes, relationship to x-intercepts), (3) Theorems (Remainder Theorem, Factor Theorem), (4) Factorisation Techniques (splitting middle term, trial factors, division), and (5) Algebraic Identities (squares, cubes, sum of cubes). Each branch subdivides: under Identities, list (x + y)², (x – y)², x² – y², (x + y + z)², (x + y)³, (x – y)³, and x³ + y³ + z³ – 3xyz, with one worked example per identity. Under Theorems, link Remainder Theorem to Factor Theorem via the special case r = 0. Under Factorisation, show the flowchart: identify degree → if cubic, find one zero via Factor Theorem → divide to get quadratic → factorise quadratic via splitting or formula. Colour-code each branch and use arrows to show dependencies (e.g., Factor Theorem depends on Remainder Theorem, factorisation uses both theorems and identities). This visual structure mirrors how CBSE examiners design question papers: a typical 4-mark question might ask you to factorise a cubic (testing Factor Theorem), then use an identity to simplify the result. A mind map makes these connections explicit and aids rapid revision. In the final week before exams, spend 10 minutes each day tracing the map, verbalising each concept and recalling one example per node. CBSETUTOR.ai offers students interactive mind maps where clicking any node reveals NCERT-aligned notes and worked examples from the entire Class 6–12 syllabus, plus instant photo upload of any worksheet for step-by-step solutions — all at ₹999/month flat with a 3-day free trial.
  • Central node: Polynomials. Five main branches: Definitions, Zeroes, Theorems, Factorisation, Identities.
  • Definitions branch: polynomial structure, degree, linear/quadratic/cubic, monomial/binomial/trinomial.
  • Zeroes branch: definition, geometric meaning, finding zeroes for linear/quadratic/cubic.
  • Theorems branch: Remainder Theorem (r = p(a)), Factor Theorem (r = 0 ⇒ factor).
  • Factorisation branch: splitting middle term (quadratics), Factor Theorem (cubics), long division.
  • Identities branch: eight identities with expansion and factorisation examples for each.
  • Use colour coding: blue for definitions, green for theorems, red for identities, yellow for examples.
  • Draw arrows showing dependencies (e.g., Factor Theorem depends on Remainder Theorem).
  • Add one worked NCERT example per sub-node.
  • Review the mind map daily in exam week for quick recall.

Common Mistakes and How to Avoid Them in Chapter 2

Students preparing for CBSE Class 9 Mathematics Chapter 2 Polynomials board exams make predictable errors that cost marks. First, confusing exponent rules: writing x + 1/x as a polynomial (it is not, because 1/x = x⁻¹). Always check that all exponents are non-negative integers. Second, sign errors in identities: expanding (x – y)² as x² – y² instead of x² – 2xy + y² — the middle term is crucial. Third, forgetting to test all small integer factors when using the Factor Theorem on cubics; students often test only ±1 and give up, missing factors like ±2 or ±3. Fourth, algebraic sloppiness: when splitting the middle term in 6x² + 17x + 5, students sometimes write 6x² + 2x + 5x + 5 instead of 6x² + 2x + 15x + 5 (the numbers must add to 17 and multiply to 30). Fifth, misapplying identities: using (x + y)² = x² + y² without the 2xy term — this is the single most common error in Exercise 2.5. Sixth, incomplete factorisation: factorising x² – 4 as (x – 2)(x + 2) but stopping there when the question asks for complete factorisation of a larger expression. To avoid these, practise writing each step explicitly, double-check sign patterns in identities, and always verify your factorisation by expanding back to the original polynomial. NCERT solutions at the back of the book provide correct worked examples; compare your method line-by-line. When practising, use a checklist: Have I checked all exponents are ≥0? Have I included all terms in the identity? Have I tested enough trial factors? Have I verified by substitution? Building these habits in Class 9 prevents disasters in Class 10 board exams.
  • Check all exponents are non-negative integers before calling an expression a polynomial.
  • When expanding (x – y)², remember the middle term –2xy.
  • Test all small factors of the constant term when using the Factor Theorem on cubics.
  • When splitting the middle term, verify the two numbers add to b and multiply to ac.
  • Never write (x + y)² = x² + y²; always include 2xy.
  • After factorising, expand back to verify you get the original polynomial.
  • In exams, show every step — even simple ones — to earn method marks.

Exam Strategy for CBSE Class 9 Mathematics Chapter 2 Polynomials

CBSE Class 9 final exams typically allocate 10–12 marks to Chapter 2 Polynomials, spread across 1-mark MCQs, 2-mark short-answer questions, and 3–4 mark long-answer questions. A typical distribution: one 1-mark question on identifying polynomial degree, one 2-mark question on finding the zero of a linear or quadratic polynomial, one 3-mark question on factorising a quadratic by splitting the middle term, and one 4-mark question on factorising a cubic using the Factor Theorem or simplifying an expression using identities. To maximise marks, allocate 12–15 minutes to this chapter in a 3-hour paper. For 1-mark MCQs, do not spend more than 30 seconds — these test definitions and direct application of formulas. For 2-mark questions, write the formula first (e.g., 'By Remainder Theorem, remainder = p(a)'), then substitute and compute — this earns method marks even if you make an arithmetic error. For 3–4 mark questions, show full working: if factorising x³ – 6x² + 11x – 6, write 'Testing x = 1: p(1) = 1 – 6 + 11 – 6 = 0, so (x – 1) is a factor. Dividing…' and show the division. Examiners award 1 mark for stating the theorem, 1 mark for finding the zero, 1 mark for division, 1 mark for final factorised form. Never skip steps. For identity-based questions, state which identity you are using (e.g., 'Using (x + y)² = x² + 2xy + y²') before expanding or factorising. This clarity earns marks. Practise previous years' CBSE board papers and NCERT Exemplar problems; the question patterns repeat. Time yourself: solve Exercise 2.2, 2.4, and 2.5 under timed conditions to build speed. In the exam, if stuck on a cubic factorisation, move on and return later — do not let one 4-mark question consume 10 minutes.
  • Expected marks from Chapter 2: 10–12 in the 80-mark final exam.
  • Question types: 1-mark MCQ (degree, definition), 2-mark (zeroes, Remainder Theorem), 3-mark (factorise quadratic), 4-mark (factorise cubic, apply identities).
  • Always state the theorem or identity you are using before applying it.
  • Show all steps in factorisation and division to earn method marks.
  • Verify your final answer by expanding or substituting back.
  • Practise NCERT Exercise 2.2, 2.4, 2.5, and Exemplar problems under timed conditions.
  • Allocate 12–15 minutes to Chapter 2 questions in the 3-hour exam.

Frequently asked questions

How do I know if an expression is a polynomial or not in CBSE Class 9 Mathematics Chapter 2?+
Check that every term has the variable raised to a non-negative whole-number exponent (0, 1, 2, 3, …). If you see negative exponents (like x⁻¹ or 1/x), fractional exponents (like √x or x^(1/2)), or variables in denominators, it is not a polynomial. For example, 3x² + 5x – 7 is a polynomial, but x + 1/x is not because 1/x = x⁻¹ has exponent –1.
My child keeps forgetting the algebraic identities in Chapter 2 Polynomials — how can I help them remember?+
Encourage your child to derive each identity once by hand (e.g., expand (x + y)² by multiplying (x + y)(x + y)) rather than rote memorisation. Understanding why (x + y)² = x² + 2xy + y² embeds it in long-term memory. Then practise applying each identity to five different problems daily. Create flashcards with the identity on one side and a worked example on the other. Regular 10-minute drills over two weeks build automatic recall.
What is the difference between the Remainder Theorem and the Factor Theorem in Class 9 Mathematics Chapter 2 Polynomials?+
The Remainder Theorem says that when polynomial p(x) is divided by (x – a), the remainder is p(a). The Factor Theorem is the special case when that remainder is zero: (x – a) is a factor of p(x) if and only if p(a) = 0. Think of Factor Theorem as Remainder Theorem applied to the case 'remainder = 0 ⇒ factor exists'. Both are tested in CBSE exams, and understanding this relationship helps you solve factorisation problems quickly.
How many zeroes can a cubic polynomial have, and how do I find them for CBSE Class 9 exams?+
A cubic polynomial (degree 3) has at most three real zeroes, but it always has at least one real zero. To find zeroes, use the Factor Theorem: test small integer factors of the constant term (±1, ±2, ±3, etc.) by substituting into p(x). Once you find one zero a (where p(a) = 0), (x – a) is a factor. Divide the cubic by (x – a) to get a quadratic, then factorise the quadratic using splitting the middle term or the quadratic formula. The NCERT solutions in Exercise 2.4 show this process step-by-step.
Is splitting the middle term the only way to factorise quadratic polynomials in CBSE Class 9 Mathematics Chapter 2?+
No. Splitting the middle term is the most common method taught in Class 9, but you can also use the Factor Theorem (test small integers to find zeroes), or in Chapter 4 you will learn the quadratic formula. For CBSE exams, splitting the middle term is fastest for integer-coefficient quadratics like 6x² + 17x + 5. However, if you spot a pattern (e.g., x² – 9 = (x + 3)(x – 3) using difference of squares), use the identity directly.
Why does CBSE Class 9 Mathematics Chapter 2 Polynomials emphasise identities so much — will they really appear in board exams?+
Yes. Algebraic identities account for 3–5 marks in the Class 9 final exam, appearing in both direct expansion/factorisation questions and as tools within larger problems. For example, a 4-mark question might ask you to simplify (2x + 3y)² – (2x – 3y)² using identities rather than expanding term-by-term. Identities also underpin Class 10 topics (quadratic equations, trigonometry), Class 11 binomial theorem, and competitive exams like JEE. Mastering them now saves enormous time later.
Can my child use a calculator to find polynomial zeroes in CBSE Class 9 exams?+
No. CBSE Class 9 Mathematics exams do not allow calculators. Your child must find zeroes by hand using the Factor Theorem (testing small integer factors) or by factorising and solving. This is why practising mental arithmetic and quick substitution is essential. Encourage your child to test ±1, ±2, ±3 systematically and write each step to avoid errors.
How is the zero of a polynomial related to the graph, and will my child need to draw graphs in Chapter 2?+
The zeroes of polynomial p(x) are the x-coordinates where the graph y = p(x) crosses the x-axis. For CBSE Class 9, you do not need to draw precise graphs in Chapter 2 exams, but understanding the geometric meaning helps conceptually. For example, a quadratic with two zeroes crosses the x-axis twice (a parabola), while a quadratic with no real zeroes never touches the x-axis. This visual understanding aids problem-solving and will be crucial in Class 10 coordinate geometry and Class 11 functions.
My child struggles with long division of polynomials — is there a simpler method for CBSE Class 9 Mathematics Chapter 2?+
Yes, synthetic division is faster for dividing by linear factors (x – a), though it is not explicitly taught in NCERT Class 9. Alternatively, use the Factor Theorem: if you know (x – a) is a factor, you can write p(x) = (x – a)q(x) and find q(x) by comparing coefficients. For CBSE exams, NCERT uses long division in worked examples, so your child should practise it from Exercise 2.4. However, if they find one zero and can factorise the resulting quadratic, they can avoid division altogether.
What is the zero polynomial, and why does it have no defined degree in CBSE Class 9 Mathematics Chapter 2 Polynomials?+
The zero polynomial is the polynomial p(x) = 0 for all values of x. It has no defined degree because you cannot identify a 'highest power term' — all coefficients are zero. This is a special case mentioned in NCERT to avoid confusion. For exam purposes, remember: constant polynomials (like p(x) = 5) have degree 0, but the zero polynomial is unique and has no degree. This distinction is tested in 1-mark MCQs.
How much time should my child spend on CBSE Class 9 Mathematics Chapter 2 Polynomials compared to other chapters?+
Chapter 2 Polynomials carries 10–12 marks in the 80-mark final exam, roughly 12–15% of the paper. Your child should allocate about 10–12 hours of study time over two weeks: 3 hours for concept understanding (NCERT theory + examples), 5 hours for NCERT exercises (2.1 through 2.5), 2 hours for Exemplar problems, and 2 hours for revision and previous years' questions. This chapter is foundational, so time invested here pays off in Chapters 4 (Quadratic Equations) and later classes.
Where can my child get instant help if stuck on a polynomial problem at 10 pm while revising CBSE Class 9 Mathematics Chapter 2?+
CBSETUTOR.ai provides 24×7 AI tutoring for CBSE Classes 6–12, with every NCERT book ingested and instant step-by-step solutions for any Class 9 Mathematics problem. Your child can upload a photo of the exact worksheet or textbook question, and the AI breaks down the solution using NCERT terminology and methods. At ₹999/month flat — one price covering all subjects and classes — with a 3-day free trial and no credit card required, it is like having a personal tutor available any hour. Parents across India use it to give their children on-demand support without expensive coaching centres.

Ready to give your Class 9 child the tutor that never sleeps?

CBSETUTOR.ai covers every chapter in the Class 9 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.

Start your child's 3-day free trial →