Skip to main content
Admissions Open 2026-27Ravindra Higher Secondary School (Est. 1988) | Waidhan, Singrauli (MP)
+91 9826986106• Student Portal• Study Notes
Ravindra Higher Secondary School Logo
Ravindra Higher Secondary SchoolWaidhan, Singrauli (M.P.)
Home
Contact
Home
Study Portal
Class 9 Mathematics
Polynomials - Algebraic identities, remainder theorem, factor theorem, and factorization
Back to All Study GuidesOpen in Interactive App
MathematicsClass 9Polynomials

Polynomials - Algebraic identities, remainder theorem, factor theorem, and factorization

2026-08-2811 min readRHS Academic Faculty
Overview & Key Summary:Master Class 9 Maths: Polynomials – Remainder Theorem, Factor Theorem, Factorization & Identities If you have ever played with LEGO bricks, you already understand polynomials! Ju...

Master Class 9 Maths: Polynomials – Remainder Theorem, Factor Theorem, Factorization & Identities

If you have ever played with LEGO bricks, you already understand polynomials! Just as you build complex structures by snapping together basic bricks, in algebra, we build complex expressions by combining numbers, variables, and exponents.

In Class 9, this chapter is one of the most important scoring topics. It also forms the backbone for Class 10 Board exams and higher mathematics. Let us break down the core concepts step-by-step with simple logic, real-world analogies, and clear examples!


1. Quick Recap: What is a Polynomial?

A polynomial is an algebraic expression consisting of variables, coefficients, and non-negative integer exponents.

General Form: p(x)=anxn+an−1xn−1+⋯+a1x+a0\text{General Form: } p(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0General Form: p(x)=an​xn+an−1​xn−1+⋯+a1​x+a0​

  • Variables: Symbols like x,y,zx, y, zx,y,z that can take different values.
  • Coefficients: Real numbers attached to the variables (e.g., in 5x25x^25x2, 555 is the coefficient).
  • Exponent Rule: The power of the variable must be a whole number (0,1,2,3,…0, 1, 2, 3, \dots0,1,2,3,…).
    • 3x2+2x+13x^2 + 2x + 13x2+2x+1 →\rightarrow→ Polynomial
    • x−2+5x^{-2} + 5x−2+5 or x+3\sqrt{x} + 3x​+3 →\rightarrow→ NOT a Polynomial (powers are negative or fractional).

2. The Remainder Theorem

Real-World Analogy: Division without Doing the Long Work

Imagine you want to know if 100 chocolates can be equally shared among 7 friends, and if not, how many will be left over. You could perform full long division, or you could use a quick mathematical trick to find just the remainder.

The Remainder Theorem does exactly this for polynomials! It gives you the remainder of a division without performing tedious long division.

Statement of the Theorem

Let p(x)p(x)p(x) be any polynomial of degree greater than or equal to 111, and let aaa be any real number. If p(x)p(x)p(x) is divided by the linear polynomial (x−a)(x - a)(x−a), then the remainder is p(a)p(a)p(a).

  Traditional Long Division:               Remainder Theorem Shortcut:
  Polynomial p(x) ÷ (x - a)    ======>     Step 1: Set divisor x - a = 0  => x = a
  [Takes 5-10 minutes]                     Step 2: Calculate p(a) directly!

Step-by-Step Procedure

  1. Take the linear divisor and set it to zero: x−a=0  ⟹  x=ax - a = 0 \implies x = ax−a=0⟹x=a.
  2. Substitute x=ax = ax=a into the polynomial p(x)p(x)p(x).
  3. The resulting value p(a)p(a)p(a) is your Remainder.


Common Student Mistakes to Avoid

  1. Sign Errors in Algebraic Calculations: Mistakes in distributing negative signs across brackets or when transferring terms across the equals sign.
  2. Formula Misapplication: Memorizing formulas without checking required units or conditions (e.g. using diameter instead of radius).
  3. Skipping Intermediate Steps: Jumping directly to final numerical answers without showing step-by-step mathematical working, leading to partial credit loss in board exams.
  4. Incorrect Unit Conversions: Forgetting to convert parameters into uniform SI units (e.g., cm to meters or minutes to seconds) before computing.

Solved Example:

Find the remainder when p(x)=x3−3x2+4x+5p(x) = x^3 - 3x^2 + 4x + 5p(x)=x3−3x2+4x+5 is divided by (x−2)(x - 2)(x−2).

  • Step 1: Find the zero of the divisor (x−2)(x - 2)(x−2). x−2=0  ⟹  x=2x - 2 = 0 \implies x = 2x−2=0⟹x=2
  • Step 2: Substitute x=2x = 2x=2 into p(x)p(x)p(x). p(2)=(2)3−3(2)2+4(2)+5p(2) = (2)^3 - 3(2)^2 + 4(2) + 5p(2)=(2)3−3(2)2+4(2)+5 p(2)=8−3(4)+8+5p(2) = 8 - 3(4) + 8 + 5p(2)=8−3(4)+8+5 p(2)=8−12+8+5=9p(2) = 8 - 12 + 8 + 5 = 9p(2)=8−12+8+5=9

Answer: The remainder is 999.


3. The Factor Theorem

Real-World Analogy: The Perfect Key

Think of a lock and a key. If a key turns smoothly with zero resistance (zero remainder), it is the correct key for that lock.

In mathematics, if dividing p(x)p(x)p(x) by (x−a)(x - a)(x−a) leaves a remainder of 000, then (x−a)(x - a)(x−a) is a factor (a perfect key) of p(x)p(x)p(x).

Statement of the Theorem

For a polynomial p(x)p(x)p(x):

  1. If p(a)=0p(a) = 0p(a)=0, then (x−a)(x - a)(x−a) is a factor of p(x)p(x)p(x).
  2. Conversely, if (x−a)(x - a)(x−a) is a factor of p(x)p(x)p(x), then p(a)=0p(a) = 0p(a)=0.

Solved Example:

Examine whether (x+2)(x + 2)(x+2) is a factor of p(x)=x3+3x2+5x+6p(x) = x^3 + 3x^2 + 5x + 6p(x)=x3+3x2+5x+6.

  • Step 1: Find the zero of (x+2)(x + 2)(x+2). x+2=0  ⟹  x=−2x + 2 = 0 \implies x = -2x+2=0⟹x=−2
  • Step 2: Substitute x=−2x = -2x=−2 into p(x)p(x)p(x). p(−2)=(−2)3+3(−2)2+5(−2)+6p(-2) = (-2)^3 + 3(-2)^2 + 5(-2) + 6p(−2)=(−2)3+3(−2)2+5(−2)+6 p(−2)=−8+3(4)−10+6p(-2) = -8 + 3(4) - 10 + 6p(−2)=−8+3(4)−10+6 p(−2)=−8+12−10+6=0p(-2) = -8 + 12 - 10 + 6 = 0p(−2)=−8+12−10+6=0
  • Step 3: Conclusion. Since p(−2)=0p(-2) = 0p(−2)=0, by the Factor Theorem, (x+2)(x + 2)(x+2) is indeed a factor of p(x)p(x)p(x).

4. Factorization of Polynomials

Factorization means breaking down a polynomial into a product of simpler polynomials.

Method 1: Splitting the Middle Term (For Quadratic Polynomials: ax2+bx+cax^2 + bx + cax2+bx+c)

To factorize ax2+bx+cax^2 + bx + cax2+bx+c, we need to find two numbers ppp and qqq such that:

  1. p+q=bp + q = bp+q=b (the middle coefficient)
  2. p×q=a×cp \times q = a \times cp×q=a×c (product of first and last coefficients)

Solved Example: Factorize 6x2+17x+56x^2 + 17x + 56x2+17x+5

  • Here, a=6,b=17,c=5a = 6, b = 17, c = 5a=6,b=17,c=5.
  • Product a×c=6×5=30a \times c = 6 \times 5 = 30a×c=6×5=30.
  • We need two numbers that multiply to 303030 and add up to 171717. The numbers are 151515 and 222 (since 15×2=3015 \times 2 = 3015×2=30 and 15+2=1715 + 2 = 1715+2=17).
  • Split the middle term 17x17x17x into 15x+2x15x + 2x15x+2x: 6x2+15x+2x+56x^2 + 15x + 2x + 56x2+15x+2x+5
  • Group terms in pairs and take out common factors: 3x(2x+5)+1(2x+5)3x(2x + 5) + 1(2x + 5)3x(2x+5)+1(2x+5)
  • Factor out the common binomial (2x+5)(2x + 5)(2x+5): (2x+5)(3x+1)(2x + 5)(3x + 1)(2x+5)(3x+1)

Method 2: Trial Method using Factor Theorem (For Cubic Polynomials: ax3+bx2+cx+dax^3 + bx^2 + cx + dax3+bx2+cx+d)

A cubic polynomial has at most 3 linear factors.

Steps:

  1. Find factors of the constant term ddd.
  2. Test these factors using hit-and-trial until you find one value aaa such that p(a)=0p(a) = 0p(a)=0. This gives your first factor (x−a)(x - a)(x−a).
  3. Divide p(x)p(x)p(x) by (x−a)(x - a)(x−a) to get a quadratic polynomial.
  4. Factorize the quadratic polynomial using the splitting middle term method.

5. Algebraic Identities (Class 9 Master List)

Identities are algebraic equations that are true for all values of the variables. Think of them as ultimate mathematical shortcuts!

Here are the 8 fundamental identities you MUST memorize for Class 9:

No.Algebraic Identity
1(x+y)2=x2+2xy+y2(x + y)^2 = x^2 + 2xy + y^2(x+y)2=x2+2xy+y2
2(x−y)2=x2−2xy+y2(x - y)^2 = x^2 - 2xy + y^2(x−y)2=x2−2xy+y2
3x2−y2=(x+y)(x−y)x^2 - y^2 = (x + y)(x - y)x2−y2=(x+y)(x−y)
4(x+a)(x+b)=x2+(a+b)x+ab(x + a)(x + b) = x^2 + (a + b)x + ab(x+a)(x+b)=x2+(a+b)x+ab
5(x+y+z)2=x2+y2+z2+2xy+2yz+2zx(x + y + z)^2 = x^2 + y^2 + z^2 + 2xy + 2yz + 2zx(x+y+z)2=x2+y2+z2+2xy+2yz+2zx
6(x+y)3=x3+y3+3xy(x+y)=x3+3x2y+3xy2+y3(x + y)^3 = x^3 + y^3 + 3xy(x + y) = x^3 + 3x^2y + 3xy^2 + y^3(x+y)3=x3+y3+3xy(x+y)=x3+3x2y+3xy2+y3
7(x−y)3=x3−y3−3xy(x−y)=x3−3x2y+3xy2−y3(x - y)^3 = x^3 - y^3 - 3xy(x - y) = x^3 - 3x^2y + 3xy^2 - y^3(x−y)3=x3−y3−3xy(x−y)=x3−3x2y+3xy2−y3
8x3+y3+z3−3xyz=(x+y+z)(x2+y2+z2−xy−yz−zx)x^3 + y^3 + z^3 - 3xyz = (x + y + z)(x^2 + y^2 + z^2 - xy - yz - zx)x3+y3+z3−3xyz=(x+y+z)(x2+y2+z2−xy−yz−zx)

Teacher's Golden Rule for Identity 8: If x+y+z=0x + y + z = 0x+y+z=0, then x3+y3+z3=3xyzx^3 + y^3 + z^3 = 3xyzx3+y3+z3=3xyz. This shortens huge calculations instantly!


6. Master Practice Corner (3 Board-Style Questions)

Let us test your understanding with these step-by-step practice problems!


Practice Question 1: Finding an Unknown Constant

Question: Find the value of kkk if (x−1)(x - 1)(x−1) is a factor of p(x)=2x2+kx+2p(x) = 2x^2 + kx + \sqrt{2}p(x)=2x2+kx+2​.

Solution:

  1. Apply the Factor Theorem: Since (x−1)(x - 1)(x−1) is a factor of p(x)p(x)p(x), the zero of (x−1)(x - 1)(x−1) must make p(x)=0p(x) = 0p(x)=0. x−1=0  ⟹  x=1x - 1 = 0 \implies x = 1x−1=0⟹x=1 Therefore, p(1)=0p(1) = 0p(1)=0.

  2. Substitute x=1x = 1x=1 into p(x)p(x)p(x): p(1)=2(1)2+k(1)+2=0p(1) = 2(1)^2 + k(1) + \sqrt{2} = 0p(1)=2(1)2+k(1)+2​=0 2(1)+k+2=02(1) + k + \sqrt{2} = 02(1)+k+2​=0 2+k+2=02 + k + \sqrt{2} = 02+k+2​=0

  3. Solve for kkk: k=−2−2=−(2+2)k = -2 - \sqrt{2} = -(2 + \sqrt{2})k=−2−2​=−(2+2​)

Final Answer: k=−(2+2)k = -(2 + \sqrt{2})k=−(2+2​)


Practice Question 2: Factorizing a Cubic Polynomial

Question: Factorize p(x)=x3−23x2+142x−120p(x) = x^3 - 23x^2 + 142x - 120p(x)=x3−23x2+142x−120.

Solution:

Step 1: Find the first factor by Trial Method. Look at factors of the constant term −120-120−120: ±1,±2,±3,±4,±5…\pm 1, \pm 2, \pm 3, \pm 4, \pm 5 \dots±1,±2,±3,±4,±5…

Let's test x=1x = 1x=1: p(1)=(1)3−23(1)2+142(1)−120p(1) = (1)^3 - 23(1)^2 + 142(1) - 120p(1)=(1)3−23(1)2+142(1)−120 p(1)=1−23+142−120p(1) = 1 - 23 + 142 - 120p(1)=1−23+142−120 p(1)=143−143=0p(1) = 143 - 143 = 0p(1)=143−143=0

Since p(1)=0p(1) = 0p(1)=0, by Factor Theorem, (x−1)(x - 1)(x−1) is a factor.

Step 2: Divide p(x)p(x)p(x) by (x−1)(x - 1)(x−1) to find the remaining quadratic factor. Using long division or term manipulation: x3−23x2+142x−120=x3−x2−22x2+22x+120x−120x^3 - 23x^2 + 142x - 120 = x^3 - x^2 - 22x^2 + 22x + 120x - 120x3−23x2+142x−120=x3−x2−22x2+22x+120x−120 =x2(x−1)−22x(x−1)+120(x−1)= x^2(x - 1) - 22x(x - 1) + 120(x - 1)=x2(x−1)−22x(x−1)+120(x−1) =(x−1)(x2−22x+120)= (x - 1)(x^2 - 22x + 120)=(x−1)(x2−22x+120)

Step 3: Factorize the quadratic polynomial x2−22x+120x^2 - 22x + 120x2−22x+120. We need two numbers that multiply to +120+120+120 and add up to −22-22−22. The numbers are −12-12−12 and −10-10−10. x2−12x−10x+120x^2 - 12x - 10x + 120x2−12x−10x+120 =x(x−12)−10(x−12)= x(x - 12) - 10(x - 12)=x(x−12)−10(x−12) =(x−12)(x−10)= (x - 12)(x - 10)=(x−12)(x−10)

Step 4: Combine all factors. p(x)=(x−1)(x−10)(x−12)p(x) = (x - 1)(x - 10)(x - 12)p(x)=(x−1)(x−10)(x−12)

Final Answer: (x−1)(x−10)(x−12)(x - 1)(x - 10)(x - 12)(x−1)(x−10)(x−12)


Practice Question 3: Smart Evaluation using Identities

Question: Evaluate the following without direct expansion/multiplication:

  1. 105×106105 \times 106105×106
  2. (−12)3+(7)3+(5)3(-12)^3 + (7)^3 + (5)^3(−12)3+(7)3+(5)3

Solution:

Part 1: Evaluate 105×106105 \times 106105×106 Rewrite using Identity 4: (x+a)(x+b)=x2+(a+b)x+ab(x + a)(x + b) = x^2 + (a + b)x + ab(x+a)(x+b)=x2+(a+b)x+ab 105×106=(100+5)(100+6)105 \times 106 = (100 + 5)(100 + 6)105×106=(100+5)(100+6)

Here, x=100,a=5,b=6x = 100, a = 5, b = 6x=100,a=5,b=6. (100+5)(100+6)=(100)2+(5+6)(100)+(5×6)(100 + 5)(100 + 6) = (100)^2 + (5 + 6)(100) + (5 \times 6)(100+5)(100+6)=(100)2+(5+6)(100)+(5×6) =10000+11(100)+30= 10000 + 11(100) + 30=10000+11(100)+30 =10000+1100+30=11130= 10000 + 1100 + 30 = 11130=10000+1100+30=11130


Part 2: Evaluate (−12)3+(7)3+(5)3(-12)^3 + (7)^3 + (5)^3(−12)3+(7)3+(5)3 Let x=−12x = -12x=−12, y=7y = 7y=7, and z=5z = 5z=5.

First, test the sum of x,y,zx, y, zx,y,z: x+y+z=−12+7+5=0x + y + z = -12 + 7 + 5 = 0x+y+z=−12+7+5=0

Since x+y+z=0x + y + z = 0x+y+z=0, we can use the conditional identity: x3+y3+z3=3xyzx^3 + y^3 + z^3 = 3xyzx3+y3+z3=3xyz

Substitute the values: (−12)3+(7)3+(5)3=3(−12)(7)(5)(-12)^3 + (7)^3 + (5)^3 = 3(-12)(7)(5)(−12)3+(7)3+(5)3=3(−12)(7)(5) =3×(−12)×35= 3 \times (-12) \times 35=3×(−12)×35 =−36×35=−1260= -36 \times 35 = -1260=−36×35=−1260

Final Answer:

  1. 111301113011130
  2. −1260-1260−1260

🌟 Teacher's Tip for Success

  • Always check the degree of your polynomial before applying theorems.
  • Watch out for signs! A common mistake is forgetting that x−a=0  ⟹  x=+ax - a = 0 \implies x = +ax−a=0⟹x=+a, while x+a=0  ⟹  x=−ax + a = 0 \implies x = -ax+a=0⟹x=−a.
  • Practice rewriting numbers into familiar identity formats (like writing 999999 as 100−1100 - 1100−1).

Keep practicing these concepts, write down the identities twice daily, and you will ace this chapter with full confidence! Happy Learning!

Exam Preparation & Frequently Asked Questions (FAQ)

Q1. How should I revise Polynomials for the Class 9 Mathematics examination?

Focus on mastering core textbook definitions, practicing 3-4 numerical problems daily with pen and paper, and reviewing previous year CBSE/NCERT board exam questions.

Q2. What are the key concepts that carry maximum marks in this chapter?

Pay special attention to core definitions, step-by-step derivations, solved textbook examples, and practical real-world applications outlined in your NCERT curriculum.

Q3. How can I avoid losing marks in long answer questions?

Always structure your answers with clear subheadings, write step-by-step working for numerical problems, state given values clearly, and highlight your final answers with correct SI units.

Verified NCERT & Board Exam Aligned Material
Ravindra Higher Secondary School, Waidhan
Previous GuideNumber Systems - Irrational numbers representation, laws of exponents, and rationalizing denominatorsNext GuideIntegers - Properties of addition, subtraction, multiplication, and division of integers

Related Study Notes

MathematicsClass 10

Triangles

Triangles - Criteria for similarity of triangles and application of the Basic Proportionality Theorem (Thales Theorem)

Read Article
MathematicsClass 10

Circles

Circles - Tangents to a circle, properties of tangents drawn from an external point, and geometric proofs

Read Article
ScienceClass 9

Structure of the Atom

Structure of the Atom - Thomson and Rutherford atomic models, Bohr model of the atom, distribution of electrons in orbits, valency, atomic number, mass number, and isotopes

Read Article

NCERT Study Guide Directory

Textbook solutions, chapter notes & practice worksheets by grade

Interlinked Syllabus
Class 10 NCERT Guides14 chapters
  • Triangles
  • Circles
  • The Human Eye and the Colourful World
  • Carbon and its Compounds
  • Magnetic Effects of Electric Current
  • Arithmetic Progressions
  • Electricity
  • Light - Reflection and Refraction
  • Life Processes
  • Acids, Bases and Salts
  • Chemical Reactions and Equations
  • Introduction to Trigonometry
  • Quadratic Equations
  • Real Numbers
Class 9 NCERT Guides11 chapters
  • Structure of the Atom
  • Atoms and Molecules
  • Work and Energy
  • Gravitation
  • Force and Laws of Motion
  • Motion
  • The Fundamental Unit of Life
  • Matter in Our Surroundings
  • Coordinate Geometry
  • Number Systems
  • → Polynomials (Mathematics)
Class 8 NCERT Guides11 chapters
  • Algebraic Expressions and Identities
  • Friction
  • Squares and Square Roots
  • Practical Geometry
  • Sound
  • Combustion and Flame
  • Coal and Petroleum
  • Microorganisms: Friend and Foe
  • Linear Equations in One Variable
  • Understanding Quadrilaterals
  • Rational Numbers
Class 7 NCERT Guides8 chapters
  • Acids, Bases and Salts
  • Heat
  • Nutrition in Animals
  • Nutrition in Plants
  • Perimeter and Area
  • Integers
  • Rational Numbers
  • Simple Equations
Class 6 NCERT Guides8 chapters
  • Algebra
  • Decimals
  • Fractions
  • Knowing Our Numbers
  • Electricity and Circuits
  • Components of Food
  • Getting to Know Plants
  • Separation of Substances
Ravindra Higher Secondary School Logo

Ravindra Higher Secondary School

Waidhan, Singrauli (M.P.)

We Serve Society By Serving People

Established in 1988, Ravindra Higher Secondary School (RHS Waidhan) is dedicated to delivering excellence in education, character building, and holistic growth for students in Waidhan, Singrauli (MP).

Quick Links

  • Home Page
  • About RHS & Leadership
  • Academic Programs & Curriculum
  • Admissions Process 2026-27
  • Campus & Facilities
  • Faculty & Staff Members
  • Photo & Video Gallery
  • Notice Board & Announcements
  • Contact & Location

Shift & Office Hours

KG to Class 5th (Morning Shift)

07:30 AM – 11:30 AM

Class 6th to 12th (Afternoon Shift)

12:00 PM – 05:00 PM

Administrative Office Hours

Mon – Sat: 09:00 AM – 04:00 PM

Address & Location

  • Ravindra Higher Secondary School, Main Campus, Waidhan, Singrauli, Madhya Pradesh – 486886
  • +91 9826986106
  • rhswaidhan@gmail.com

© 2026 Ravindra Higher Secondary School, Waidhan, Singrauli. All rights reserved.

Privacy Policy•Contact Us•Student Portal