Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

Binomial Theorem — Mathematics Class 11 Notes (CBSE & HBSE)

Free NCERT Mathematics notes for Binomial Theorem (Class 11) on Siksha Sarovar, aligned to CBSE and Haryana Board (HBSE). This chapter is broken into 3 topics with clear explanations, formulas, solved examples and board-pattern practice — free to read, no sign-up required.

Board exam focus — Binomial Theorem (CBSE & HBSE)

Expansion formula and properties of binomial coefficients. CBSE asks 5–6 marks: general/middle term, numerical coefficient finding, identities. HBSE asks 4–5 marks.

Binomial Theorem for Positive Integral Index

Statement

For any positive integer n and real numbers a, b: (a + b)ⁿ = ⁿC₀ aⁿ + ⁿC₁ aⁿ⁻¹b + ⁿC₂ aⁿ⁻²b² + … + ⁿCₙ bⁿ.

Compact form: (a + b)ⁿ = Σᵣ₌₀ⁿ ⁿCᵣ aⁿ⁻ʳ bʳ.

Number of Terms

Expansion has (n + 1) terms — one more than the exponent.

Pascal's Triangle

Row n of Pascal's triangle gives the binomial coefficients ⁿC₀, ⁿC₁, …, ⁿCₙ.

For n = 0..6:

        1
       1 1
      1 2 1
     1 3 3 1
    1 4 6 4 1
   1 5 10 10 5 1
  1 6 15 20 15 6 1

Properties of Binomial Coefficients

  1. ⁿC₀ = ⁿCₙ = 1
  2. ⁿCᵣ = ⁿCₙ₋ᵣ (symmetric)
  3. ⁿCᵣ + ⁿCᵣ₋₁ = (n+1)Cᵣ (Pascal rule)
  4. Sum of coefficients in (a + b)ⁿ = 2ⁿ (set a = b = 1)
  5. Sum of even-indexed coefficients = sum of odd-indexed coefficients = 2ⁿ⁻¹

Substitution Tricks

  • Set b = 1: (1 + x)ⁿ = ⁿC₀ + ⁿC₁ x + … + ⁿCₙ xⁿ.
  • Replace x by −x: (1 − x)ⁿ = ⁿC₀ − ⁿC₁ x + ⁿC₂ x² − …
  • Adding the two: even-indexed terms doubled; subtracting: odd-indexed.

Expansion of (a − b)ⁿ

Replace b by (−b) in the standard formula: (a − b)ⁿ = Σᵣ₌₀ⁿ (−1)ʳ ⁿCᵣ aⁿ⁻ʳ bʳ.

CBSE Tip: Always write the general expansion symbolically before plugging in numerical values — it earns method marks.

General Term & Middle Term

General Term

In the expansion of (a + b)ⁿ, the (r + 1)-th term is: T_{r+1} = ⁿCᵣ aⁿ⁻ʳ bʳ.

This is the workhorse formula — most problems reduce to finding the right r.

Middle Term

If n is even, the middle term is the ((n/2) + 1)-th term.

If n is odd, there are two middle terms: the ((n+1)/2)-th and ((n+3)/2)-th.

Term Independent of x

Set the power of x in T_{r+1} to zero and solve for r.

Example: in (x + 1/x)¹⁰, T_{r+1} = ¹⁰Cᵣ · x^(10−r) · x^(−r) = ¹⁰Cᵣ · x^(10−2r). Independent of x ⇒ 10 − 2r = 0 ⇒ r = 5. Value = ¹⁰C₅ = 252.

Coefficient of xᵏ

In T_{r+1}, isolate the exponent of x; equate to k and solve for r; then the binomial coefficient is the answer.

Greatest Coefficient & Greatest Term

  • Greatest binomial coefficient in (a + b)ⁿ:
  • n even ⇒ ⁿC_{n/2}.
  • n odd ⇒ ⁿC_{(n−1)/2} = ⁿC_{(n+1)/2}.

Useful Identity

T_{r+1} / Tᵣ = (n − r + 1)/r · (b/a).

Useful for finding the largest term in numerical expansions like (1 + x)ⁿ.

Counting Tip

Number of rational terms in (√a + √b)ⁿ requires checking when both exponents become integers.

HBSE Tip: Always write T_{r+1} explicitly, then identify the condition (independent of x, coefficient of x^k) — half the marks are for setup.

Identities & Applications

Key Identities (Set x = 1 or −1)

  • ⁿC₀ + ⁿC₁ + ⁿC₂ + … + ⁿCₙ = 2ⁿ
  • ⁿC₀ − ⁿC₁ + ⁿC₂ − … + (−1)ⁿ ⁿCₙ = 0
  • ⁿC₀ + ⁿC₂ + ⁿC₄ + … = 2ⁿ⁻¹
  • ⁿC₁ + ⁿC₃ + ⁿC₅ + … = 2ⁿ⁻¹

Differentiation Trick (Class 11 — informal)

From (1 + x)ⁿ = Σ ⁿCᵣ xʳ, differentiating both sides w.r.t x gives identities like:

  • n(1 + x)ⁿ⁻¹ = Σ r · ⁿCᵣ xʳ⁻¹
  • Putting x = 1: n · 2ⁿ⁻¹ = Σ r · ⁿCᵣ.

Approximation Using Binomial (Real Exponent — Optional Preview)

For small |x|: (1 + x)ⁿ ≈ 1 + nx (first-order). More terms ⇒ better approximation.

Estimation Examples

  • (1.01)¹⁰ ≈ 1 + 10(0.01) = 1.10 (actual ≈ 1.1046).
  • (0.99)⁵ ≈ 1 + 5(−0.01) = 0.95.

Divisibility Applications

Binomial expansion is used to prove statements like "7ⁿ − 1 is divisible by 6": 7ⁿ − 1 = (1 + 6)ⁿ − 1 = Σᵣ₌₁ⁿ ⁿCᵣ 6ʳ = 6 · k where k ∈ ℤ. Hence divisible by 6.

Common Patterns

  • Find n if given relationship between consecutive coefficients (use ratio formula).
  • Sum of first k terms — split or use generating function trick.
  • Show divisibility via binomial.
CBSE Tip: Identity-based proofs are common 4-mark questions; remember the (1 + x)ⁿ and (1 − x)ⁿ substitutions.

Frequently asked questions

Are these Binomial Theorem notes free?

Yes — the Binomial Theorem notes for Mathematics (Class 11) on Siksha Sarovar are completely free to read, with no account required.

Do these notes follow CBSE and HBSE?

Yes. The Binomial Theorem notes are NCERT-aligned and include guidance for both CBSE and Haryana Board (HBSE), with important questions and MCQs for revision.

What does the Binomial Theorem chapter cover?

Concept explanations, key formulas and definitions, fully solved examples and board-pattern practice questions for Binomial Theorem.