Polynomials Class 10 ||Maths|| Chapter 2 NCERT Notes

Polynomials Class 10 ||Maths|| Chapter 2 NCERT Notes

1. Polynomial Definition

A polynomial in one variable x is an algebraic expression of the form:

p(x)=anxn+an1xn1++a1x+a0

Where:

  • an,an1,,a1,a0 are real numbers (called the coefficients of the polynomial).
  • n is a non-negative integer, representing the degree of the polynomial.

Types of Polynomials Based on Degree:

  1. Constant Polynomial: Degree 0 (e.g., p(x)=7)
  2. Linear Polynomial: Degree 1 (e.g., p(x)=2x+3)
  3. Quadratic Polynomial: Degree 2 (e.g., p(x)=x24x+3)
  4. Cubic Polynomial: Degree 3 (e.g., p(x)=x3+2x2+x+1)

2. Zeros of a Polynomial

The zero(s) of a polynomial p(x) is any value of x that satisfies p(x)=0.

For Different Degrees:

  1. Linear Polynomial: Has exactly one zero.
  2. Quadratic Polynomial: Can have at most two zeros.
  3. Cubic Polynomial: Can have at most three zeros.

3. Relationship Between Zeros and Coefficients

For Quadratic Polynomials:

A general quadratic polynomial is written as:

p(x)=ax2+bx+c

Let α and β be the zeros of the quadratic polynomial. The relationship between the zeros and the coefficients is:

  • Sum of the zeros: α+β=ba
  • Product of the zeros: α×β=ca

For Cubic Polynomials:

A general cubic polynomial is written as:

p(x)=ax3+bx2+cx+d

Let α,β,γ be the zeros of the cubic polynomial. The relationships are:

  • Sum of the zeros: α+β+γ=ba
  • Sum of the product of the zeros taken two at a time: αβ+βγ+γα=ca
  • Product of the zeros: α×β×γ=da

4. Factorization of Polynomials

Polynomials can be factorized into their linear factors based on their zeros.

Quadratic Polynomials:

To factorize a quadratic polynomial ax2+bx+c:

  1. Find its zeros using methods like factorization, the quadratic formula, or completing the square.
  2. Express the quadratic as a product of linear factors:ax2+bx+c=a(xα)(xβ)Where α and β are the zeros of the polynomial.

5. Division Algorithm for Polynomials

Given two polynomials p(x) (dividend) and g(x) (divisor), there exist unique polynomials q(x) (quotient) and r(x) (remainder) such that:

p(x)=g(x)q(x)+r(x)

Where:

  • r(x)=0 or the degree of r(x) is less than the degree of g(x).

6. Algebraic Identities

Key identities related to polynomials include:

  1. (a+b)2=a2+2ab+b2
  2. (ab)2=a22ab+b2
  3. a2b2=(ab)(a+b)
  4. (x+a)(x+b)=x2+(a+b)x+ab

These identities are frequently used in factorization and simplification of polynomials.

Key Concepts:

  1. Degree of a Polynomial: The highest power of the variable in the polynomial.
  2. Zero of a Polynomial: The value(s) of the variable that makes the polynomial equal to zero.
  3. Factorization: The process of expressing a polynomial as the product of its factors.
  4. Division Algorithm: A method for dividing one polynomial by another, yielding a quotient and remainder.