Skip to main content

Class 9 Maths Chapter 2 Polynomials complete chapter

Class 9 Mathematics

Polynomials

Class 9 Mathematics Chapter 2: Polynomials

Class 9 Mathematics Chapter 2: Polynomials

Welcome to the complete, comprehensive guide to Class 9 Maths Chapter 2: Polynomials. In this article, we will explore the mathematical foundations of algebraic expressions, focusing entirely on polynomials. We will study their types, how to find their zeroes, the fascinating Remainder Theorem, factorization techniques, and standard algebraic identities. Let us dive into the world of algebra!

1. Polynomials in One Variable

Let us begin by understanding what an algebraic expression is. An algebraic expression is a combination of variables (like x, y, z) and constants (like 2, -5, 1/2) connected by mathematical operations. A Polynomial is a special type of algebraic expression.

Definition: A polynomial in one variable x is an algebraic expression of the form:
p(x) = anxn + an-1xn-1 + ... + a1x + a0
where a0, a1, ..., an are constants and the exponents of x are whole numbers.

Key Terms to Remember:

  • Terms: The parts of a polynomial separated by '+' or '-' signs. For example, in 3x2 + 5x - 2, the terms are 3x2, 5x, and -2.
  • Coefficients: The numerical factor attached to the variable. In 5x, the coefficient is 5.
  • Degree of a Polynomial: The highest power of the variable in a polynomial. For example, the degree of 4x3 - 2x2 + 8 is 3.

Classification of Polynomials Based on Degree:

Degree Name of Polynomial General Form Example
1 Linear Polynomial ax + b 2x + 3
2 Quadratic Polynomial ax2 + bx + c y2 - 5y + 6
3 Cubic Polynomial ax3 + bx2 + cx + d 4z3 - z + 1

2. Zeroes of a Polynomial

When we substitute a specific real number for the variable in a polynomial, we get a value. If that specific value makes the entire polynomial equal to zero, we call that number a "Zero of the polynomial".

Definition: A real number c is a zero of the polynomial p(x) if p(c) = 0.

Numerical Example 1: Find the value of the polynomial p(x) = x2 - 3x + 2 at x = 2.

Solution:
Substitute x = 2 into the polynomial:
p(2) = (2)2 - 3(2) + 2
p(2) = 4 - 6 + 2
p(2) = 6 - 6 = 0
Since p(2) = 0, we can say that 2 is a zero of the polynomial p(x).

Important Notes on Zeroes:

  1. A non-zero constant polynomial (like p(x) = 5) has no zero.
  2. Every real number is a zero of the zero polynomial (p(x) = 0).
  3. A linear polynomial has exactly one zero.
  4. A polynomial can have more than one zero (e.g., a quadratic polynomial can have up to two zeroes).

3. Remainder Theorem

When dividing polynomials, the long division method can be tedious. The Remainder Theorem provides a brilliant shortcut to find the remainder when a polynomial is divided by a linear polynomial.

Remainder Theorem Statement: Let p(x) be any polynomial of degree greater than or equal to one and let a be any real number. If p(x) is divided by the linear polynomial (x - a), then the remainder is p(a).

Numerical Example 2: Find the remainder when p(x) = x4 + x3 - 2x2 + x + 1 is divided by (x - 1).

Solution:
Here, the divisor is x - 1. To find the root of the divisor, we set x - 1 = 0, which gives x = 1.
According to the Remainder Theorem, the remainder is p(1).
p(1) = (1)4 + (1)3 - 2(1)2 + (1) + 1
p(1) = 1 + 1 - 2 + 1 + 1
p(1) = 2 - 2 + 2 = 2
Therefore, the remainder is 2.

4. Factorisation of Polynomials

Factorisation is the reverse process of multiplication. It involves breaking down a polynomial into a product of simpler polynomials. Two primary methods are used for Class 9 Maths:

A. The Factor Theorem

The Factor Theorem is closely related to the Remainder Theorem.

Factor Theorem: If p(x) is a polynomial of degree n ≥ 1 and a is any real number, then:
(i) (x - a) is a factor of p(x), if p(a) = 0, and
(ii) p(a) = 0, if (x - a) is a factor of p(x).

B. Splitting the Middle Term

This is the most common method for factoring quadratic polynomials of the form ax2 + bx + c. We need to find two numbers p and q such that p + q = b and pq = ac.

Numerical Example 3: Factorise y2 - 5y + 6 by splitting the middle term.

Solution:
Here, a = 1, b = -5, c = 6.
We need two numbers that multiply to ac = 1 × 6 = 6 and add up to b = -5.
These two numbers are -2 and -3.
Rewrite the middle term:
y2 - 2y - 3y + 6
Take common factors from pairs:
y(y - 2) - 3(y - 2)
Take (y - 2) common:
(y - 2)(y - 3)
Hence, the factors are (y - 2) and (y - 3).

5. Algebraic Identities

An Algebraic Identity is an algebraic equation that is true for all values of the variables occurring in it. They are incredibly useful for quick calculations and factorisations. Let us deeply understand each of the standard identities for Class 9 Maths with a solved example.

  • Identity I: (x + y)2 = x2 + 2xy + y2
  • Identity II: (x - y)2 = x2 - 2xy + y2
  • Identity III: x2 - y2 = (x + y)(x - y)
  • Identity IV: (x + a)(x + b) = x2 + (a + b)x + ab
  • Identity V: (x + y + z)2 = x2 + y2 + z2 + 2xy + 2yz + 2zx
  • Identity VI: (x + y)3 = x3 + y3 + 3xy(x + y)
  • Identity VII: (x - y)3 = x3 - y3 - 3xy(x - y)
  • Identity VIII: x3 + y3 + z3 - 3xyz = (x + y + z)(x2 + y2 + z2 - xy - yz - zx)

Solved Examples for Each Identity:

Applying Identity I: (x + y)2 = x2 + 2xy + y2

Question: Expand (2a + 3b)2.

Solution: Here, x = 2a and y = 3b.
= (2a)2 + 2(2a)(3b) + (3b)2
= 4a2 + 12ab + 9b2

Applying Identity II: (x - y)2 = x2 - 2xy + y2

Question: Expand (4p - 5q)2.

Solution: Here, x = 4p and y = 5q.
= (4p)2 - 2(4p)(5q) + (5q)2
= 16p2 - 40pq + 25q2

Applying Identity III: x2 - y2 = (x + y)(x - y)

Question: Factorise 49m2 - 64n2.

Solution: This can be written as (7m)2 - (8n)2.
Here, x = 7m and y = 8n.
= (7m + 8n)(7m - 8n)

Applying Identity IV: (x + a)(x + b) = x2 + (a + b)x + ab

Question: Evaluate 105 × 106 without directly multiplying.

Solution: We can write this as (100 + 5)(100 + 6).
Here, x = 100, a = 5, and b = 6.
= (100)2 + (5 + 6)(100) + (5)(6)
= 10000 + 11(100) + 30
= 10000 + 1100 + 30 = 11130

Applying Identity V: (x + y + z)2 = x2 + y2 + z2 + 2xy + 2yz + 2zx

Question: Expand (3a + 4b + 5c)2.

Solution: Here, x = 3a, y = 4b, and z = 5c.
= (3a)2 + (4b)2 + (5c)2 + 2(3a)(4b) + 2(4b)(5c) + 2(5c)(3a)
= 9a2 + 16b2 + 25c2 + 24ab + 40bc + 30ac

Applying Identity VI: (x + y)3 = x3 + y3 + 3xy(x + y)

Question: Expand (2x + 3)3.

Solution: Here, x = 2x and y = 3.
= (2x)3 + (3)3 + 3(2x)(3)(2x + 3)
= 8x3 + 27 + 18x(2x + 3)
= 8x3 + 36x2 + 54x + 27

Applying Identity VII: (x - y)3 = x3 - y3 - 3xy(x - y)

Question: Evaluate (99)3 using a suitable identity.

Solution: Write 99 as (100 - 1).
= (100 - 1)3
= (100)3 - (1)3 - 3(100)(1)(100 - 1)
= 1000000 - 1 - 300(99)
= 1000000 - 1 - 29700
= 970299

Applying Identity VIII: x3 + y3 + z3 - 3xyz = (x + y + z)(x2 + y2 + z2 - xy - yz - zx)

Question: Factorise 8x3 + y3 + 27z3 - 18xyz.

Solution: First, rewrite it in the form of cubes:
= (2x)3 + (y)3 + (3z)3 - 3(2x)(y)(3z)
Here, replace x with 2x, y with y, and z with 3z in the identity.
= (2x + y + 3z)[(2x)2 + y2 + (3z)2 - (2x)(y) - (y)(3z) - (3z)(2x)]
= (2x + y + 3z)(4x2 + y2 + 9z2 - 2xy - 3yz - 6zx)

Conclusion

Mastering Class 9 Maths Chapter 2 Polynomials is essential, as these concepts form the foundation for higher-level mathematics. By understanding polynomials in one variable, zeroes, the remainder theorem, factorisation, and practically applying algebraic identities, solving complex algebra problems becomes much easier and highly logical.

Comments

Popular Posts

शैक्षिक तकनीकी का अर्थ तथा परिभाषायें shaikshik takniki ka Arth tatha paribhasha

शैक्षिक तकनीकी का अर्थ तथा परिभाषायें   शैक्षिक तकनीकी का अर्थ   शैक्षिक तकनीकी कोई शिक्षण- पद्धति नहीं है। यह एक ऐसा विज्ञान है, जिसके आधार पर शिक्षा के विशिष्ट उद्देश्यों की अधिकतम प्राप्ति के लिए विभिन्न व्यूह रचनाओं का विकास किया जा सकता है। अब शिक्षण के उद्देश्य निर्धारित हो जाते हैं तो उनको प्राप्त करने के लिए शैक्षिक तकनीकी अस्तित्व में आती है। सामान्य भाषा में ' तकनीकी ' शब्द का अर्थ ' शिल्प ' अथवा ' कला विज्ञान ' से है। तकनीकी शब्द को ग्रीक भाषा में ' टेक्निकोज ' शब्द से लिया गया है। इस शब्द का अर्थ है ' एक कला ' तकनीकी का संबंध कौशल तथा दक्षता से है।। कुछ वर्ष पहले शैक्षिक तकनीकी को दृश्य- श्रव्य सामग्री से और कक्षा में अध्यापन सामग्री से संबंधित माना जाता था, लेकिन शैक्षिक तकनीकी और श्रव्य - दृश्य सामग्री एक जैसे नहीं है। शैक्षिक तकनीकी की परिभाषायें शैक्षिक तकनीकी के अर्थ को और अधिक स्पष्ट करने के लिए विभिन्न परिभाषायें दी गई है जिनका विवरण अग्र प्रकार है- एस.एस. कुलकर्णी के अनुसार, " शैक्षिक तकनीकी को शिक्षण प्रक्रिया में प्...

बी. एस. ब्लूम के ज्ञानात्मक और भावात्मक पक्ष के उद्देश्य Bloom Ke Gyanatmak Bhavatmak Paksh

 बी. एस. ब्लूम के ज्ञानात्मक पक्ष  इस पक्ष का इस पक्ष का विकास प्रोफेसर ब्लूम ने 1956 में किया। इसका संबंध प्रमुख रूप से सूचनाओं, ज्ञान तथा तथ्यों का ज्ञान एवं विषय वस्तु के विश्लेषण, संश्लेषण एवं मूल्यांकन आदि बौद्धिक क्रियाओ से होता है। बौद्धिक प्रक्रियाएं बालक को अधिक अनुभव प्रदान कर अपेक्षित व्यवहार परिवर्तन की ओर ले जाती है। इस पक्ष के उपवर्गीकरण इस प्रकार है _ ज्ञान  बोध  प्रयोग  विश्लेषण संश्लेषण  मूल्यांकन ज्ञानात्मक उद्देश्य इस बात पर बल देते हैं कि विद्यार्थियों को अधिक से अधिक ज्ञान प्राप्त करना चाहिए। क्योंकि ज्ञानात्मक पक्ष से संबंधित व्यवहार में प्रत्यय स्मरण तथा पहचान की मनोवैज्ञानिक प्रक्रिया क्रियाशील रहती है इसलिए स्कूल में पढ़ाई जाने वाले विभिन्न विषयों के द्वारा इस पक्ष को अधिक से अधिक विकसित करने का प्रयास किया जाता है इस पक्ष से संबंधित विभिन्न उद्देश्यों का संक्षिप्त विवरण निम्न प्रकार है- १ ज्ञान - ज्ञान उद्देश्य का संबंध शब्दों, तथ्यों, नियमों, सूचनाओं एवं सिद्धांतों की सहायता से विद्यार्थियों की प्रत्ययस्मरण तथा पहचान संबंधी क...

अधिगम के उपागम adhigam ke upagam

  अधिगम के उपागम  Approaches to learning आधुनिक युग में अधिगम- परिस्थितियों को अधिक प्रभावशाली बनाने के लिए यंत्रीकृत एवं यंत्रेतर साधनो का प्रयोग अत्यधिक आवश्यक है। अधिगम- परिस्थितियों को उत्पन्न करने के लिए शिक्षक विभिन्न रचनाओं तथा युक्तियों को प्रभावशाली बनाने के लिए सहायता सामग्री का उपयोग करता है। शिक्षा के क्षेत्र में तकनीकी की सहायता से एक उपागम का विकास हुआ है जिसे हार्डवेयर उपागम कहते हैं। इस उपागम के अंतर्गत शिक्षण में विभिन्न प्रकार की दृश्य - श्रव्य सामग्री का उपयोग किया जाता है। हार्डवेयर उपागम एवं सॉफ्टवेयर उपागमों का अर्थ शिक्षण में प्रयुक्त होने वाली श्रव्य- दृश्य सामग्री को हार्डवेयर तथा सॉफ्टवेयर का उपागम कहा जाता है, क्योंकि ये साधन छात्रों की श्रवण तथा चाक्षक इंद्रियों को किसी न किसी मात्रा में प्रभावित करते हैं। अतः इसे दृश्य- श्रव्य सामग्री भी कहा जाता है। अतः दृश्य - श्रव्य सामग्री से अभिप्राय है- वे शिक्षण साधन जिनका प्रयोग छात्रों के दृश्य - श्रव्य की ज्ञानेंद्रियों को सक्रिय कर दें और जिनके पाठ सरल हो जाए।  शिक्षण प्रक्रिया में जब शिक्षण विधिया...