Binomial Theorem Class 11 Chapter Notes

Welcome to your revision notes for Chapter 8, Binomial Theorem. This chapter introduces a powerful algebraic formula for expanding any power of a binomial expression like (a + b)^n. Mastering this theorem is crucial as its applications extend to algebra, permutations and combinations, and even probability. These notes will provide a compact yet comprehensive overview, covering the core theorem, properties of binomial coefficients, finding the general and middle terms, and special cases. Use this as a quick reference to solidify your understanding of the formulas and techniques required for your exams. For an even more effective revision, use YoLearn AI Tools to create Flashcards for formulas, a Mind Map of the chapter's concepts, or take a quick Quiz to test your knowledge.

Key Terminology

Binomial Expression
An algebraic expression that contains exactly two terms. Examples: (x + y), (3a - 4b).
Binomial Theorem
A formula for finding any power of a binomial without multiplying at length. It states (a + b)^n = Σ C(n, r) a^(n-r) b^r for any positive integer n.
Binomial Coefficient
The coefficients of the terms in a binomial expansion, denoted by C(n, r) or nCr, calculated as n! / (r! * (n-r)!).
General Term
The (r+1)th term in the expansion of (a+b)^n, given by the formula T_(r+1) = C(n, r) a^(n-r) b^r.
Middle Term(s)
The term(s) in the middle of a binomial expansion. There is one middle term if n is even, and two middle terms if n is odd.
Term Independent of x
A term in the expansion that does not contain the variable x, meaning the power of x in that term is zero. It's a constant term.
Pascal's Triangle
A triangular array of numbers where each number is the sum of the two numbers directly above it. The nth row of the triangle gives the binomial coefficients for (a+b)^(n-1).

The Binomial Theorem for Positive Integral Indices

The Binomial Theorem provides a systematic way to expand the expression (a + b)^n where n is any positive integer. Instead of performing tedious multiplications, we can directly write the expansion. The formal statement of the theorem is:

(a + b)^n = ⁿC₀aⁿ + ⁿC₁aⁿ⁻¹b + ⁿC₂aⁿ⁻²b² + ... + ⁿCᵣaⁿ⁻ʳbʳ + ... + ⁿCₙbⁿ

Using summation notation, this can be written more compactly as:

(a + b)ⁿ = Σ_{r=0}^{n} ⁿCᵣ aⁿ⁻ʳ bʳ

Here's a breakdown of the components:

  • n: A positive integer, representing the power to which the binomial is raised.
  • a, b: Real numbers, which can be variables or constants. The first term is 'a' and the second is 'b'.
  • r: The index of the term, which ranges from 0 to n.
  • ⁿCᵣ: The binomial coefficient, representing the number of ways to choose 'r' items from a set of 'n' items. It is calculated as n! / (r! * (n-r)!). These coefficients are the same numbers found in Pascal's Triangle.

Must Remember Properties

  • The total number of terms in the expansion of (a+b)ⁿ is n + 1.
  • The sum of the exponents of 'a' and 'b' in any term of the expansion is always equal to n.
  • The binomial coefficients of terms equidistant from the beginning and the end are equal, i.e., ⁿCᵣ = ⁿCₙ₋ᵣ.
  • The sum of all binomial coefficients in the expansion is 2ⁿ (obtained by putting a=1, b=1).
  • The sum of coefficients of odd terms equals the sum of coefficients of even terms, and each sum is equal to 2ⁿ⁻¹.
  • The expansion of (a - b)ⁿ is similar, but the terms alternate in sign: ⁿC₀aⁿ - ⁿC₁aⁿ⁻¹b + ⁿC₂aⁿ⁻²b² - ... + (-1)ⁿ ⁿCₙbⁿ.
  • The general term is the (r+1)th term, denoted Tᵣ₊₁, and its formula is Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ.
  • For (1 + x)ⁿ, the expansion simplifies to 1 + nx + [n(n-1)/2!]x² + ... + xⁿ.
  • For (1 - x)ⁿ, the expansion is 1 - nx + [n(n-1)/2!]x² - ... + (-1)ⁿxⁿ.

How to Find the Middle Term(s)

Worked Mini-Examples

  • {"heading":"Example 1: Expansion","bodyMarkdown":"Question: Expand (x + 3)⁴.\n\nSolution:\nHere, n=4, a=x, b=3.\n(x + 3)⁴ = ⁴C₀x⁴ + ⁴C₁x³(3)¹ + ⁴C₂x²(3)² + ⁴C₃x¹(3)³ + ⁴C₄(3)⁴\n= 1·x⁴ + 4·x³·3 + 6·x²·9 + 4·x·27 + 1·81\n= x⁴ + 12x³ + 54x² + 108x + 81"}
  • {"heading":"Example 2: Finding a specific term","bodyMarkdown":"Question: Find the 5th term in the expansion of (2x - y)⁹.\n\nSolution:\nWe need the 5th term, so T₅. This means r+1=5, so r=4.\nHere, n=9, a=2x, b=-y.\nGeneral term Tᵣ₊₁ = ⁹Cᵣ (2x)⁹⁻ʳ (-y)ʳ.\nSubstitute r=4:\nT₅ = ⁹C₄ (2x)⁹⁻⁴ (-y)⁴\n= [9!/(4!5!)] · (2x)⁵ · y⁴\n= 126 · (32x⁵) · y⁴\n= 4032x⁵y⁴"}
  • {"heading":"Example 3: Finding the middle term","bodyMarkdown":"Question: Find the middle term in the expansion of (x/2 + 3)⁸.\n\nSolution:\nHere n=8 (even). The number of terms is 8+1=9.\nThe middle term is the (8/2 + 1)th term, which is the 5th term.\nFor the 5th term, r=4.\nUsing Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ:\nT₅ = ⁸C₄ (x/2)⁸⁻⁴ (3)⁴\n= 70 · (x/2)⁴ · 81\n= 70 · (x⁴/16) · 81\n= (2835/8)x⁴"}

Common Exam Traps

A very common error is confusing the term number with the value of 'r'. The k-th term corresponds to r = k - 1 in the general term formula T_(r+1). For instance, to find the 4th term, you must substitute r = 3.

Also, pay close attention to negative signs. In an expansion like (x - 2y)^n, treat it as (x + (-2y))^n. The term b in the formula is -2y, so your general term should include (-2y)^r. Forgetting the negative sign or applying it incorrectly is a frequent source of lost marks.

Practice Questions with Solutions

  • How many terms are in the expansion of (3a - 7b)¹⁵? 16 terms (since n=15, the number of terms is n+1).
  • What is the formula for the general term (Tᵣ₊₁) in the expansion of (x + a)ⁿ? Tᵣ₊₁ = ⁿCᵣ xⁿ⁻ʳ aʳ.
  • In the expansion of (1 + x)¹⁰, what is the value of ⁿC₀ + ⁿC₁ + ... + ⁿC₁₀? 2¹⁰ = 1024. The sum of all binomial coefficients is 2ⁿ.
  • Which term is the middle term in the expansion of (a + b)¹²? The (12/2 + 1) = 7th term.

Frequently Asked Questions

What should I focus on in Binomial Theorem for CBSE Class 11 (FAQ 1)?

Revise the core definitions, follow the worked examples step by step, and practice the exercise questions with YoLearn AI Tutor.

What should I focus on in Binomial Theorem for CBSE Class 11 (FAQ 2)?

Revise the core definitions, follow the worked examples step by step, and practice the exercise questions with YoLearn AI Tutor.

What should I focus on in Binomial Theorem for CBSE Class 11 (FAQ 3)?

Revise the core definitions, follow the worked examples step by step, and practice the exercise questions with YoLearn AI Tutor.