Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
CBSE • Class 9 • Mathematics • Ch 2
Estimated Time: 45 Mins
Study Progress: In Progress

Polynomials

In Class 9 Mathematics, Chapter 2 "Polynomials" introduces algebraic polynomials in one variable, building foundational fluency in polynomial degrees, zeroes, the Remainder Theorem, the Factor Theorem, and eight classical algebraic identities essential for advanced mathematics.

🎢 Have You Ever Wondered?

How do roller coaster engineers design heart-stopping loop-the-loops and smooth camelback drops without jerky jolts?

Engineers do not draw curves by hand. They use smooth continuous mathematical curves governed by cubic and quartic polynomials like $y = ax^4 + bx^3 + cx^2 + dx + e$. Because polynomials have no sharp spikes or breaks, they guarantee an exhilarating yet structurally safe ride!

From trajectory mechanics to computer animation in Pixar movies, polynomials are the universal building blocks of curve design. In this chapter, you will master factoring and analyzing these algebraic powerhouses.

Why This Chapter Matters

In Class 9 Mathematics, Chapter 2 "Polynomials" introduces algebraic polynomials in one variable, building foundational fluency in polynomial degrees, zeroes, the Remainder Theorem, the Factor Theorem, and eight classical algebraic identities essential for advanced mathematics.

Before You Begin (Prerequisites)

  • Algebraic expressions, terms, coefficients, and variables from Class 7 & 8.
  • Basic algebraic identities: $(a+b)^2, (a-b)^2, a^2 - b^2$.
  • Arithmetic operations on like and unlike algebraic terms.
  • Finding roots of simple linear equations.

What You Will Learn (Core Objectives)

  • Identify polynomials in one variable and determine their coefficients and degree.
  • Classify polynomials by terms (Monomial, Binomial, Trinomial) and by degree (Zero, Constant, Linear, Quadratic, Cubic).
  • Find zeroes of a polynomial algebraically and verify them geometrically.
  • Apply the Factor Theorem to factorize quadratic and cubic polynomials using the split-the-middle-term and rational root methods.
  • Expand and evaluate expressions using algebraic identities including $(x+y+z)^2, (x \pm y)^3$, and $x^3+y^3+z^3 - 3xyz$.
  • Evaluate cyclic cubic expressions without actual cubing when $x + y + z = 0$.

Chapter Roadmap & Progression

1 1. Anatomy of a Polynomial & Classi...
2 2. Zeroes of a Polynomial & The Fac...
3 3. Advanced Algebraic Identities

Complete Concept Guide (100% Curriculum Coverage)

1. Anatomy of a Polynomial & Classification

1. The Intuition

Not every algebraic expression is a polynomial! For an expression to be a true polynomial, the variable exponents must be whole numbers only ($0, 1, 2, 3\dots$). Negative powers (like $x^{-1} = 1/x$) or fractional roots (like $x^{1/2} = \sqrt{x}$) disqualify an expression from being a polynomial.

2. Formal Classification by Degree and Terms

Standard form in one variable $x$: $p(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0$ where $a_n \ne 0$. The highest exponent $n$ is the Degree.

DegreeClassificationStandard FormExampleNumber of Zeroes
$0$Constant Polynomial$p(x) = c$ ($c \ne 0$)$5, -12$Zero zeroes
$1$Linear Polynomial$ax + b$ ($a \ne 0$)$3x - 7$At most 1 zero
$2$Quadratic Polynomial$ax^2 + bx + c$$2x^2 + 5x - 3$At most 2 zeroes
$3$Cubic Polynomial$ax^3 + bx^2 + cx + d$$x^3 - 2x^2 + 1$At most 3 zeroes

Note on Zero Polynomial: The polynomial $p(x) = 0$ has not defined degree!

3. Concrete Worked Example

Problem: Check whether $p(x) = x + \frac{2}{x}$ is a polynomial.

Analysis: Rewrite with exponents: $p(x) = x^1 + 2x^{-1}$.

Conclusion: The exponent of the second term is $-1$, which is not a whole number. Hence, $p(x)$ is NOT a polynomial.

4. Pitfall & Examiner Trap
⚠️ Trap: The Radical Variable Illusion
In $\sqrt{2}x^2 + 3x + 5$, students often claim it is not a polynomial because of the square root!
Fact: The radical is on the constant coefficient $\sqrt{2}$, NOT on the variable $x$. The variable powers are $2$ and $1$ (whole numbers). Hence, it is a perfectly valid polynomial.
5. Real-World Relevance

Game physics engines compute projectile bullet drop and vehicle skid trajectories using quadratic polynomials ($s = ut - \frac{1}{2}gt^2$) updated sixty times every second.

2. Zeroes of a Polynomial & The Factor Theorem

1. The Intuition

A "zero" of a polynomial $p(x)$ is simply a magical value of $x$ that causes the entire expression to evaluate to zero: $p(c) = 0$. Geometrically, it is the exact point where the graph crosses the $X$-axis!

2. The Factor Theorem

If $p(x)$ is a polynomial of degree $n \ge 1$ and $a$ is any real number:

  • If $p(a) = 0$, then $(x - a)$ is a factor of $p(x)$.
  • Conversely, if $(x - a)$ is a factor of $p(x)$, then $p(a) = 0$.

Factorizing Quadratics: To factorize $ax^2 + bx + c$, split the middle term $b$ into two numbers $p$ and $q$ such that $p + q = b$ and $p \times q = ac$.

3. Concrete Worked Example

Problem: Factorize $6x^2 + 17x + 5$ by splitting the middle term.

Step 1: Find product $ac = 6 \times 5 = 30$, and sum $b = 17$.

Step 2: Two factors of 30 that add to 17 are $15$ and $2$ ($15 \times 2 = 30, 15 + 2 = 17$).

Step 3: Split $17x$: $6x^2 + 15x + 2x + 5 = 3x(2x + 5) + 1(2x + 5)$.

Result: $(2x + 5)(3x + 1)$.

4. Pitfall & Examiner Trap
⚠️ Sign Reversal Trap in Factor Theorem:
When checking if $(x + 2)$ is a factor of $p(x)$, students mistakenly evaluate $p(2)$ instead of $p(-2)$!
Rule: Set divisor to zero: $x + 2 = 0 \implies x = -2$. Evaluate $p(-2)$.
5. Real-World Relevance

Electrical engineers finding resonant frequencies of alternating current circuits solve polynomial characteristic equations where the zeroes denote stable operating frequencies.

3. Advanced Algebraic Identities

1. The Intuition

Algebraic identities are equality statements true for all real values of the variables. They allow us to calculate massive multi-digit numbers mentally without tedious long multiplication.

2. Master Table of Eight Key Identities
  1. $(x + y)^2 = x^2 + 2xy + y^2$
  2. $(x - y)^2 = x^2 - 2xy + y^2$
  3. $x^2 - y^2 = (x + y)(x - y)$
  4. $(x + a)(x + b) = x^2 + (a + b)x + ab$
  5. $(x + y + z)^2 = x^2 + y^2 + z^2 + 2xy + 2yz + 2zx$
  6. $(x + y)^3 = x^3 + y^3 + 3xy(x + y)$
  7. $(x - y)^3 = x^3 - y^3 - 3xy(x - y)$
  8. $x^3 + y^3 + z^3 - 3xyz = (x + y + z)(x^2 + y^2 + z^2 - xy - yz - zx)$

The Conditional Cubic Corollary: If $x + y + z = 0$, then: $$\mathbf{x^3 + y^3 + z^3 = 3xyz}$$

3. Concrete Worked Example

Problem: Without actually calculating cubes, evaluate: $(-12)^3 + 7^3 + 5^3$.

Step 1: Let $x = -12, y = 7, z = 5$.

Step 2: Check sum: $x + y + z = -12 + 7 + 5 = 0$.

Step 3: Since $x + y + z = 0$, $x^3 + y^3 + z^3 = 3xyz$.

Calculation: $3(-12)(7)(5) = -36 \times 35 = -1260$.

4. Pitfall & Examiner Trap
⚠️ Expansion Error in $(x - y)^3$:
Students frequently write $(x - y)^3 = x^3 - y^3 - 3x^2y - 3xy^2$. Watch the final sign!
Correct: $-3xy(-y) = +3xy^2$. The correct expansion is $x^3 - 3x^2y + 3xy^2 - y^3$.
5. Real-World Relevance

Cryptographic hash algorithms (like SHA-256 powering Bitcoin) use modular polynomial identity arithmetic to guarantee one-way encryption security.

Polynomial Anatomy & Geometric Zero Mapping

Polynomial Degree & Zeroes Geometric Landscape Visualizing how polynomial degree determines the maximum number of x-axis intersections X Y Linear (Degree 1, 1 Zero) Quadratic (Degree 2, 2 Zeroes) Cubic (Degree 3, 3 Zeroes) Degree 1: Line (1 Zero) Degree 2: Parabola (2 Zeroes) Degree 3: Cubic (3 Zeroes)

Chapter Summary & 10 Key Takeaways

Takeaway 1
Polynomial Definition: An algebraic expression where all variable exponents are strictly non-negative integers (whole numbers).
Takeaway 2
Degree Concept: The highest exponent of the variable in a polynomial; determines the maximum theoretical number of zeroes.
Takeaway 3
Zero of a Polynomial: Any real value $k$ such that $p(k) = 0$. Geometrically, the $x$-intercepts of the graph.
Takeaway 4
Factor Theorem: $(x - a)$ is a factor of polynomial $p(x)$ if and only if $p(a) = 0$.
Takeaway 5
Trinomial Square: $(x+y+z)^2 = x^2+y^2+z^2+2xy+2yz+2zx$.
Takeaway 6
Zero Sum Cubic Rule: When $x + y + z = 0$, the sum of their cubes simplifies instantaneously to $3xyz$.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Find the value of the polynomial $5x - 4x^2 + 3$ at: (i) $x = 0$, (ii) $x = -1$, (iii) $x = 2$.
Reveal Answer & Explanation
Answer: (i) At $x=0$: $5(0) - 4(0)^2 + 3 = 3$. (ii) At $x=-1$: $5(-1) - 4(-1)^2 + 3 = -5 - 4 + 3 = -6$. (iii) At $x=2$: $5(2) - 4(2)^2 + 3 = 10 - 16 + 3 = -3$.
(i) 3, (ii) -6, (iii) -3.
2
Find the zero of the polynomial in each case: (i) $p(x) = x + 5$, (ii) $p(x) = 2x + 5$, (iii) $p(x) = 3x - 2$.
Reveal Answer & Explanation
Answer: Set $p(x) = 0$: (i) $x + 5 = 0 \implies x = -5$. (ii) $2x + 5 = 0 \implies x = -5/2$. (iii) $3x - 2 = 0 \implies x = 2/3$.
(i) -5, (ii) -5/2, (iii) 2/3.
3
Find the value of $k$ if $(x - 1)$ is a factor of $p(x) = 2x^2 + kx + \sqrt{2}$.
Reveal Answer & Explanation
Answer: By Factor Theorem, $(x - 1)$ is a factor $\implies p(1) = 0$. $p(1) = 2(1)^2 + k(1) + \sqrt{2} = 0 \implies 2 + k + \sqrt{2} = 0 \implies k = -(2 + \sqrt{2})$.
k = -(2 + √2).
4
Factorize: $12x^2 - 7x + 1$.
Reveal Answer & Explanation
Answer: Product $ac = 12 \times 1 = 12$. Sum $b = -7$. Factors of 12 adding to $-7$ are $-4$ and $-3$. Split middle term: $12x^2 - 4x - 3x + 1 = 4x(3x - 1) - 1(3x - 1) = (3x - 1)(4x - 1)$.
(3x - 1)(4x - 1).
5
Expand using suitable identity: $(2x - y + z)^2$.
Reveal Answer & Explanation
Answer: Use $(a+b+c)^2 = a^2+b^2+c^2+2ab+2bc+2ca$ with $a=2x, b=-y, c=z$: $(2x)^2 + (-y)^2 + z^2 + 2(2x)(-y) + 2(-y)(z) + 2(z)(2x) = 4x^2 + y^2 + z^2 - 4xy - 2yz + 4zx$.
4x^2 + y^2 + z^2 - 4xy - 2yz + 4zx.
6
Without actually calculating the cubes, find the value of: $(28)^3 + (-15)^3 + (-13)^3$.
Reveal Answer & Explanation
Answer: Let $x=28, y=-15, z=-13$. Sum $x+y+z = 28 - 15 - 13 = 0$. Since $x+y+z=0$, $x^3+y^3+z^3 = 3xyz = 3(28)(-15)(-13) = 84 \times 195 = 16,380$.
16,380.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.