NCERT Class 10 Maths Chapter 2 Polynomials | Full Lecture Notes with Examples, Mnemonics & Worksheets

NCERT Class 10 Maths – Chapter 2 Polynomials | Full Lecture

NCERT Class 10 Maths – Chapter 2: Polynomials

Full Lecture with Examples, Mnemonics, Diagrams, Worksheets & Animated Slides

Introduction to Polynomials

A polynomial is an algebraic expression consisting of variables (also called indeterminates) and coefficients, involving operations of addition, subtraction, multiplication, and non-negative integer exponents of variables.

Example 1: 2x³ + 3x² – 5x + 7 is a polynomial in x.
Example 2: y² – 9y + 20 is a polynomial in y.
Example 3: 5a⁴ – 3a² + a – 6 is a polynomial in a.
Example 4: 3x²y + 2xy² + y² is a polynomial in two variables x and y.
Example 5: –4x³ + 0x² + 7 is still a polynomial (zero coefficients allowed).

Degree of a Polynomial

The degree of a polynomial is the highest power of the variable in the polynomial.

किसी polynomial का degree उस variable का highest power होता है जो उसमें आता है।

Note: Multiple variables वाले polynomial में degree = सभी variables के powers का sum का सबसे बड़ा मान।

Example 1: Degree of 3x³ + 2x² – 7x + 1 is 3.
Example 2: Degree of y² – 9y + 5 is 2.
Example 3: Degree of 7a⁴ – a³ + 3 is 4.
Example 4: Degree of 6x²y³ – y⁵ is 5.
Example 5: Degree of constant polynomial 9 is 0.

Types of Polynomials

Polynomials can be classified according to the number of terms:

  • Monomial: One term (e.g., 5x).
  • Binomial: Two terms (e.g., x² + 5).
  • Trinomial: Three terms (e.g., x² + 3x + 2).
  • Quadrinomial: Four terms (rarely used in terminology).
Example 1: 7x is a monomial.
Example 2: 3y² + 2 is a binomial.
Example 3: a² – a + 1 is a trinomial.
Example 4: x³ + 2x² – 3x + 4 is a quadrinomial.
Example 5: –9 is a constant polynomial (monomial).

Zeros of a Polynomial

The zeros of a polynomial are the values of the variable for which the polynomial becomes zero.

वह values of variable जिनसे polynomial का value = 0 हो जाता है।

Example 1: For p(x) = x – 5, zero is x = 5.
Example 2: For p(x) = x² – 9, zeros are x = ±3.
Example 3: For p(y) = y² – 7y + 12, zeros are y = 3, 4.
Example 4: For p(x) = 2x² + 3x, zeros are x = 0, –3/2.
Example 5: For p(a) = a³ – a, zeros are a = 0, 1, –1.

Relation between Zeros and Coefficients

This relation connects the sum and product of zeros with coefficients of the polynomial.

Quadratic Polynomial: ax² + bx + c

Sum of zeros = –b/a, Product of zeros = c/a

यह सबसे important form है।

इसमें हमेशा दो zeros होते हैं (same भी हो सकते हैं या real नहीं भी हो सकते)।

Zeros निकालने के लिए methods:

  • Factorization
  • Completing the square
  • Quadratic formula → x = [–b ± √(b² – 4ac)] / (2a)
  • Example 1: For x² – 5x + 6, sum = 5, product = 6.
    Example 2: For 2x² + 3x – 2, sum = –3/2, product = –1.
    Example 3: For x² + 7x + 10, sum = –7, product = 10.
    Example 4: For 3x² – 2x – 1, sum = 2/3, product = –1/3.
    Example 5: For 4x² + 4x + 1, sum = –1, product = 1/4.

Division Algorithm for Polynomials

For any polynomials p(x) and g(x), we can write: p(x) = g(x)·q(x) + r(x), where r(x) = 0 or degree r(x) < degree g(x).

Example 1: Divide x² + 3x + 2 by x + 1 → quotient = x + 2, remainder = 0.
Example 2: Divide x³ – 1 by x – 1 → quotient = x² + x + 1, remainder = 0.
Example 3: Divide x³ + 2x² + x + 2 by x + 1 → quotient = x² + x, remainder = 2.
Example 4: Divide x³ – 2x² + 4x – 8 by x – 2 → quotient = x² + 0x + 4, remainder = 0.
Example 5: Divide 2x³ + 3x² + x + 5 by x + 2 → quotient = 2x² – x + 3, remainder = –1.

Applications of Polynomials

Polynomials are used in curve fitting, solving equations, graphing functions, and real-life problem modeling.

Example 1: Profit function of a business can be polynomial.
Example 2: Physics motion equations are polynomials (s = ut + ½at²).
Example 3: Geometry problems involve polynomial equations (area = x² + 5x + 6).
Example 4: Economics demand-supply curves often polynomial.
Example 5: Engineering structural models use polynomials.

Mnemonic Aids

Tip 1: Remember Quadratic sum-product with phrase: “Signs Swap for Sum, Same for Product”.
Tip 2: Degree = Highest Power → Think “Degree is the tallest tower.”
Tip 3: Monomial, Binomial, Trinomial → Prefix mono=1, bi=2, tri=3.
Tip 4: Division Algorithm → “Polynomial = Divisor × Quotient + Remainder.”
Tip 5: Zeros → “Zeros are Heroes, they make polynomial = 0.”

Colored Diagrams

y = x² – 4x + 3
y = x³ – x
Linear Quadratic Cubic Quartic 1 2 3 4
Dividend Divisor Quotient Remainder
Curve fitting example

Animated Slides

Slide 1: Title + Definition

A polynomial is an algebraic expression consisting of variables and coefficients, combined using only addition, subtraction, and multiplication.

Slide 2: Types of Polynomials

  • Linear Polynomial
  • Quadratic Polynomial
  • Cubic Polynomial
  • Quartic Polynomial

Slide 3: Degree Concept

The degree of a polynomial is the highest power of the variable in it.

(Imagine tower heights: Degree 1 → small, Degree 4 → tall)

Slide 4: Zeros of a Polynomial

Zeros are the values of x where the polynomial becomes 0.

Example: y = x² – 4x + 3 → Zeros at x=1, 3

Slide 5: Relation of Coefficients

For ax² + bx + c = 0:

  • Sum of zeros = –b/a
  • Product of zeros = c/a

Slide 6: Division Algorithm

Dividend = Divisor × Quotient + Remainder

(Step-by-step arrows shown in flowchart)

Slide 7: Applications

  • Business (Profit, Cost functions)
  • Physics (Projectile motion)
  • Geometry (Area & Curve fitting)

Slide 8: Mnemonics

"Some People Catch Monkeys" → (Sum, Product, Coefficients, Multiplication)

Slide 9: Worksheets

Q1: Find the zeros of x² – 5x + 6

Q2: Verify sum and product of zeros for 2x² + 3x – 2

Slide 10: Summary & Homework

✔ Degree → highest power

✔ Zeros → where P(x)=0

✔ Relation: Sum = –b/a, Product = c/a

Homework: Practice Ex 2.1 from NCERT

Homework Worksheets

Q1: Find the zeros of x² – 7x + 10.

Zeros = 2, 5

Q2: If α, β are zeros of x² + 3x + 2, find α+β and αβ.

α+β = –3, αβ = 2

Q3: Divide x³ – 2x² – x + 2 by x – 2.

Quotient = x², Remainder = –2

Q4: Write polynomial whose zeros are –2 and 3.

(x + 2)(x – 3) = x² – x – 6

Q5: State degree of 7x⁴ – 3x² + 2x – 5.

Degree = 4

Post a Comment

Previous Next

نموذج الاتصال

🙏 Support Our Institute

ज्ञान बांटने की इस यात्रा में आपका योगदान अमूल्य है। 💡. Thanks in advance for being with us.