Class 9 Mathematics Notes Chapter 2 (Polynomials) – Mathematics Book

Alright class, let's dive straight into Chapter 2: Polynomials. This is a fundamental chapter, and understanding it well will be very helpful for your future studies and competitive exams. Pay close attention!
Chapter 2: Polynomials - Detailed Notes for Exam Preparation
1. Introduction to Polynomials
- Definition: A polynomial in one variable
xis an algebraic expression of the form:
p(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0
wherea_0, a_1, ..., a_nare constants (called coefficients) andnis a non-negative integer. The powers of the variable (x) must be whole numbers (0, 1, 2, 3,...). - Key Conditions:
- Coefficients (
a_i) can be any real numbers. - Powers of the variable must be non-negative integers.
- Coefficients (
- Examples of Polynomials:
2x + 5(Polynomial in x)3y^2 - 7y + 4(Polynomial in y)8(Constant polynomial)5t^3 - t(Polynomial in t)
- Examples of Expressions that are NOT Polynomials:
x + 1/x(because1/x = x^{-1}, power is negative)√t + 5(because√t = t^{1/2}, power is not an integer)y^{2/3} + 3(power is not an integer)
2. Terminology
- Terms: The parts of a polynomial separated by
+or-signs are called terms. For example, in3x^2 - 5x + 7, the terms are3x^2,-5x, and7. - Coefficient: The numerical part of a term is its coefficient. In
3x^2 - 5x + 7, the coefficient ofx^2is3, the coefficient ofxis-5, and the constant term (coefficient ofx^0) is7. - Constant Polynomial: A polynomial with only one term, which is a constant (like
5,-2,0). - Zero Polynomial: The constant polynomial
0is called the zero polynomial. Its degree is not defined.
3. Degree of a Polynomial
- Definition: The highest power of the variable in a polynomial is called its degree.
- Examples:
p(x) = 7x^3 - 4x^2 + x - 2: Degree is 3.q(y) = 5y^6 - 3y^4 + y: Degree is 6.r(t) = 9t - 1: Degree is 1.s(x) = 10: Degree is 0 (since10 = 10x^0).
- Degree of Zero Polynomial: The degree of the zero polynomial (
0) is not defined.
4. Types of Polynomials
- Based on Number of Terms:
- Monomial: A polynomial with only one term (e.g.,
5x^2,-3y,7). - Binomial: A polynomial with exactly two terms (e.g.,
x + 1,3t^2 - 5). - Trinomial: A polynomial with exactly three terms (e.g.,
2x^2 + 5x - 1,y^4 - y + 6).
- Monomial: A polynomial with only one term (e.g.,
- Based on Degree:
- Linear Polynomial: A polynomial of degree 1. Standard form:
ax + b, wherea ≠ 0(e.g.,2x - 3,y + √2). - Quadratic Polynomial: A polynomial of degree 2. Standard form:
ax^2 + bx + c, wherea ≠ 0(e.g.,x^2 - 5x + 6,3y^2 - 7). - Cubic Polynomial: A polynomial of degree 3. Standard form:
ax^3 + bx^2 + cx + d, wherea ≠ 0(e.g.,4x^3 - x^2 + 2x - 9). - Constant Polynomial: A polynomial of degree 0 (e.g.,
7,-1/2). (Excludes the zero polynomial).
- Linear Polynomial: A polynomial of degree 1. Standard form:
5. Zeroes of a Polynomial
- Definition: A real number
kis called a zero (or root) of a polynomialp(x)ifp(k) = 0. - Finding Zeroes: To find the zero(es) of a polynomial
p(x), setp(x) = 0and solve forx. - Example: Find the zero of
p(x) = 2x + 6.
Setp(x) = 0=>2x + 6 = 0=>2x = -6=>x = -3.
So,-3is the zero of the polynomial2x + 6. - Important Points:
- A non-zero constant polynomial has no zero.
- The zero polynomial has every real number as its zero.
- A linear polynomial (
ax + b,a ≠ 0) has exactly one zero:x = -b/a. - A polynomial of degree
ncan have at mostnzeroes.
6. Remainder Theorem
- Statement: Let
p(x)be any polynomial of degree greater than or equal to 1, and letabe any real number. Ifp(x)is divided by the linear polynomial(x - a), then the remainder isp(a). - Significance: It allows us to find the remainder without performing the long division.
- Example: Find the remainder when
p(x) = x^3 - 2x^2 + x + 1is divided byx - 1.
Here, the divisor isx - 1, soa = 1.
By Remainder Theorem, the remainder isp(1).
p(1) = (1)^3 - 2(1)^2 + (1) + 1 = 1 - 2 + 1 + 1 = 1.
So, the remainder is 1. - Note: If dividing by
(x + a), the remainder isp(-a). If dividing by(ax - b), the remainder isp(b/a).
7. Factor Theorem
- Statement: Let
p(x)be a polynomial of degreen ≥ 1andabe any real number.(x - a)is a factor ofp(x)ifp(a) = 0.p(a) = 0if(x - a)is a factor ofp(x).
- Connection: The Factor Theorem directly links the zeroes of a polynomial to its factors. If
kis a zero ofp(x), then(x - k)is a factor ofp(x). - Example: Check if
(x + 2)is a factor ofp(x) = x^3 + 3x^2 + 5x + 6.
The zero ofx + 2isx = -2.
We need to findp(-2).
p(-2) = (-2)^3 + 3(-2)^2 + 5(-2) + 6 = -8 + 3(4) - 10 + 6 = -8 + 12 - 10 + 6 = 0.
Sincep(-2) = 0, by the Factor Theorem,(x + 2)is a factor ofp(x).
8. Factorization of Polynomials
- Using Common Factors: Factor out the greatest common factor from all terms.
- Factorization by Grouping: Group terms strategically to find common factors.
- Splitting the Middle Term (for Quadratic Trinomials
ax^2 + bx + c):- Find two numbers, say
pandq, such thatp + q = b(the coefficient ofx) andp * q = a * c(the product of the coefficient ofx^2and the constant term). - Rewrite the middle term
bxaspx + qx. - Factor by grouping the first two terms and the last two terms.
- Example: Factorize
x^2 + 5x + 6.
Herea=1, b=5, c=6. We needp+q=5andp*q = 1*6=6. The numbers are2and3.
x^2 + 5x + 6 = x^2 + 2x + 3x + 6
= x(x + 2) + 3(x + 2)
= (x + 2)(x + 3)
- Find two numbers, say
- Using the Factor Theorem (especially for Cubic Polynomials):
- Find one zero
aofp(x)by testing factors of the constant term (using integer root theorem, if applicable, or simple trial). - If
p(a) = 0, then(x - a)is a factor. - Divide
p(x)by(x - a)using long division to get a quadratic quotientq(x). - Factorize the quadratic quotient
q(x)using splitting the middle term or identities. - The complete factorization is
(x - a) * (factors of q(x)).
- Find one zero
- Using Algebraic Identities: (See next section)
9. Algebraic Identities
These are crucial for both expansion and factorization. You MUST memorize them.
(a + b)^2 = a^2 + 2ab + b^2(a - b)^2 = a^2 - 2ab + b^2a^2 - b^2 = (a + b)(a - b)(x + a)(x + b) = x^2 + (a + b)x + ab(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca(a + b)^3 = a^3 + b^3 + 3ab(a + b) = a^3 + 3a^2b + 3ab^2 + b^3(a - b)^3 = a^3 - b^3 - 3ab(a - b) = a^3 - 3a^2b + 3ab^2 - b^3a^3 + b^3 = (a + b)(a^2 - ab + b^2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)- Special Case: If
a + b + c = 0, thena^3 + b^3 + c^3 = 3abc.
- Special Case: If
Key Takeaways for Exams:
- Be absolutely clear on the definition of a polynomial and its degree.
- Master the Remainder and Factor Theorems – they are frequently tested.
- Practice factorization techniques, especially splitting the middle term and using identities.
- Memorize all the algebraic identities thoroughly.
Multiple Choice Questions (MCQs)
-
Which of the following expressions is a polynomial in one variable?
(a)x + 1/x
(b)√y + 3
(c)3z^2 - 5z + √7
(d)t^2 + t^{3/2} -
The degree of the polynomial
p(x) = 5x^4 - 0x^5 + 3x + 7is:
(a) 5
(b) 4
(c) 1
(d) 0 -
The zero of the linear polynomial
f(x) = 3x + 5is:
(a) 5/3
(b) -5/3
(c) 3/5
(d) -3/5 -
What is the remainder when
x^3 - 1is divided byx - 1?
(a) -1
(b) 0
(c) 1
(d) 2 -
If
(x + 1)is a factor of the polynomial2x^2 + kx, then the value ofkis:
(a) -2
(b) -3
(c) 2
(d) 4 -
The factorization of
4x^2 - 9y^2is:
(a)(4x - 9y)(4x + 9y)
(b)(2x - 3y)(2x + 3y)
(c)(2x - 3y)(2x - 3y)
(d)(4x - 3y)(x + 3y) -
The expansion of
(x - 2y + 3z)^2will have how many terms?
(a) 3
(b) 6
(c) 8
(d) 9 -
If
p(x) = x^2 - 2√2 x + 1, thenp(2√2)is equal to:
(a) 0
(b) 1
(c)4√2
(d)8√2 + 1 -
The value of
102 × 98using a suitable identity is:
(a) 9996
(b) 10004
(c) 9986
(d) 10000 - 2 -
If
x + y + z = 0, thenx³ + y³ + z³is equal to:
(a)x² + y² + z²
(b)3xyz
(c)xyz
(d) 0
Answer Key for MCQs:
- (c) - Powers of z are 2, 1, and 0 (for the constant term √7), which are non-negative integers.
- (b) - The term
0x^5is zero. The highest power with a non-zero coefficient isx^4. - (b) - Set
3x + 5 = 0=>3x = -5=>x = -5/3. - (b) - By Remainder Theorem, remainder is
p(1) = (1)^3 - 1 = 1 - 1 = 0. - (c) - If
(x + 1)is a factor, thenp(-1) = 0.p(x) = 2x^2 + kx.p(-1) = 2(-1)^2 + k(-1) = 2(1) - k = 2 - k. Set2 - k = 0=>k = 2. - (b) - Use
a^2 - b^2 = (a - b)(a + b). Herea^2 = 4x^2 = (2x)^2andb^2 = 9y^2 = (3y)^2. So,(2x - 3y)(2x + 3y). - (b) - Using
(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca, which has 6 terms. - (b) -
p(2√2) = (2√2)^2 - 2√2 (2√2) + 1 = (4 * 2) - (4 * 2) + 1 = 8 - 8 + 1 = 1. - (a) -
102 × 98 = (100 + 2)(100 - 2) = 100^2 - 2^2 = 10000 - 4 = 9996. (Using(a+b)(a-b)=a^2-b^2) - (b) - Using the identity: If
a + b + c = 0, thena³ + b³ + c³ = 3abc.
Study these notes carefully, practice factorization, and make sure you know those identities inside out. Good luck with your preparation!