Binomial Theorem Class 11 Notes | CBSE Maths Chapter 7

Binomial Theorem is Chapter 7 of CBSE Class 11 Maths — the elegant shortcut for expanding expressions like (a + b)⁵ without multiplying the bracket out five times. Instead of grinding through tedious algebra, you use a single formula built on binomial coefficients (nCr) and Pascal’s triangle. Master it and questions on the general term, middle term, and “term independent of x” become almost mechanical.

By the end of these notes you will be able to expand any (a + b)ⁿ for a positive integer n, write down the general term Tᵣ₊₁ instantly, locate the middle term, find the coefficient of a particular power, identify the term independent of x, and pin down the greatest binomial coefficient. This chapter carries roughly 5–6 marks in boards and is a guaranteed scorer in JEE — pure pattern, very little to memorise.


Table of Contents


Key Concepts

1. What is a Binomial?

A binomial is an algebraic expression with exactly two terms, such as (a + b), (x − 2), or (2x + 3y). The Binomial Theorem gives a quick rule to expand any positive integral power of a binomial, like (a + b)ⁿ, without repeated multiplication.

For small powers you already know the pattern: (a + b)² = a² + 2ab + b² and (a + b)³ = a³ + 3a²b + 3ab² + b³. The theorem generalises this to any n.


2. Binomial Theorem for a Positive Integral Index

For any positive integer n, the expansion of (a + b)ⁿ is the sum of (n + 1) terms, each carrying a binomial coefficient nCr.

(a + b)ⁿ = nC₀ aⁿ + nC₁ aⁿ⁻¹b + nC₂ aⁿ⁻²b² + … + nCₙ bⁿ

In compact summation form:

(a + b)ⁿ = Σ nCr · aⁿ⁻ʳ · bʳ  (r = 0 to n)

where nCr = n! / [r!(n − r)!] is the binomial coefficient.


3. Observations from the Expansion

  • The total number of terms is (n + 1).
  • The power of a decreases from n to 0, while the power of b increases from 0 to n.
  • In every term, the sum of the exponents of a and b is always n.
  • The binomial coefficients nC₀, nC₁, …, nCₙ are equidistant from the ends and equal (since nCr = nCₙ₋ᵣ).

Useful Special Cases

  • (1 + x)ⁿ = nC₀ + nC₁x + nC₂x² + … + nCₙxⁿ
  • (a − b)ⁿ = nC₀ aⁿ − nC₁ aⁿ⁻¹b + nC₂ aⁿ⁻²b² − … + (−1)ⁿ nCₙ bⁿ (signs alternate).
  • Putting a = b = 1 in (a + b)ⁿ gives nC₀ + nC₁ + … + nCₙ = 2ⁿ (sum of all coefficients).

4. Pascal’s Triangle

Pascal’s triangle is a triangular array in which the binomial coefficients of each expansion appear as a row. Each entry is the sum of the two entries directly above it.

[DIAGRAM: Pascal’s triangle — row n = 0 is 1; n = 1 is 1 1; n = 2 is 1 2 1; n = 3 is 1 3 3 1; n = 4 is 1 4 6 4 1; n = 5 is 1 5 10 10 5 1. Each number is the sum of the two numbers above it.]

Row n directly gives the coefficients of (a + b)ⁿ. For example, row 4 (1 4 6 4 1) gives (a + b)⁴ = a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴. The construction relies on Pascal’s rule: ⁿCr + ⁿCr₋₁ = ⁿ⁺¹Cr.


5. General Term of the Expansion

The single most important tool in this chapter is the general term, written T₍ᵣ₊₁₎ (the (r + 1)ᵗʰ term). Almost every exam question is solved by writing this term and choosing r.

Tᵣ₊₁ = nCr · aⁿ⁻ʳ · bʳ

  • For the 1st term put r = 0, for the 2nd term r = 1, and so on.
  • For (1 + x)ⁿ the general term simplifies to Tᵣ₊₁ = nCr · xʳ.

6. Middle Term(s)

The position of the middle term depends on whether n is even or odd, because there are (n + 1) terms in total.

  • If n is even: there is one middle term, the (n/2 + 1)ᵗʰ term.
  • If n is odd: there are two middle terms, the ((n+1)/2)ᵗʰ and ((n+3)/2)ᵗʰ terms.

To find a middle term, just substitute the correct value of r into the general term Tᵣ₊₁.


7. Coefficient of a Particular Term

To find the coefficient of a specific power, say xᵐ, write the general term, simplify the power of x, set its exponent equal to m, and solve for r.

Method: Tᵣ₊₁ = nCr · (power of x in terms of r) → equate exponent to m → solve for r → substitute back to read off the coefficient.

Note the difference between the term (which includes the variable) and its coefficient (the numerical part only).


8. Term Independent of x

A term independent of x is the constant term — the one in which the net power of x is zero. It is found by the same method as above, but you set the exponent of x equal to 0.

Method: Write Tᵣ₊₁, collect the power of x as an expression in r, put that power = 0, solve for r, and substitute to get the constant term.

If the value of r comes out as a non-integer, then no term independent of x exists in that expansion.


9. Greatest Binomial Coefficient

Among the coefficients nC₀, nC₁, …, nCₙ, the largest one is the greatest binomial coefficient, which always occurs at the middle term.

  • If n is even: the greatest coefficient is nC₍ₙ/₂₎.
  • If n is odd: there are two equal greatest coefficients, nC₍₍ₙ₋₁₎/₂₎ = nC₍₍ₙ₊₁₎/₂₎.

Caution: The greatest binomial coefficient (just nCr) is different from the numerically greatest term in an expansion, which also depends on the values of a and b.


10. Simple Applications

The binomial theorem is handy for quick numerical estimates and divisibility proofs.

  • Approximation: for small x, (1 + x)ⁿ ≈ 1 + nx, so a number like (1.01)⁵ ≈ 1 + 5(0.01) = 1.05.
  • Computing powers: evaluate (99)⁴ as (100 − 1)⁴ using the expansion.
  • Divisibility / remainder: write a number as (multiple ± 1)ⁿ and expand to find the remainder, e.g. showing 6ⁿ − 5n leaves remainder 1 on division by 25.

Weightage in Board & Entrance Exams

ExamTypical WeightageMost-Tested Areas
CBSE Board (Class 11)5–6 marksGeneral term, middle term, coefficient of a term, independent term
JEE Main / Advanced1–2 questionsIndependent term, greatest coefficient, sum of coefficients, divisibility
Other entrances (CUET, etc.)1–2 questionsBasic expansion, Pascal’s triangle, nCr properties

[TABLE: Question-type split — VSA (1 mark): number of terms, value of nCr, sum of coefficients; SA (2–3 marks): general term, middle term, coefficient of a power; LA (4–5 marks): term independent of x, greatest coefficient, application/divisibility problems.]


Important Formulae & Definitions

TermFormula / Definition
Binomial theorem(a + b)ⁿ = Σ nCr aⁿ⁻ʳ bʳ, r = 0 to n
Binomial coefficientnCr = n! / [r!(n − r)!]
Number of terms(n + 1) terms in the expansion of (a + b)ⁿ
General termTᵣ₊₁ = nCr aⁿ⁻ʳ bʳ
Middle term (n even)(n/2 + 1)ᵗʰ term
Middle terms (n odd)((n+1)/2)ᵗʰ and ((n+3)/2)ᵗʰ terms
Term independent of xTerm in which the net power of x equals 0
Pascal’s rulenCr + nCr₋₁ = (n+1)Cr
Sum of coefficientsnC₀ + nC₁ + … + nCₙ = 2ⁿ
Symmetry propertynCr = nCₙ₋ᵣ

Solved Examples

Example 1

Expand (x + 2)⁴ using the binomial theorem.

Answer: Coefficients from row 4 are 1, 4, 6, 4, 1. So (x + 2)⁴ = x⁴ + 4x³(2) + 6x²(2²) + 4x(2³) + 2⁴ = x⁴ + 8x³ + 24x² + 32x + 16.

Example 2

Find the general term in the expansion of (2x − 3)⁷ and hence the 4th term.

Answer: Tᵣ₊₁ = 7Cr (2x)⁷⁻ʳ (−3)ʳ. For the 4th term, r = 3: T₄ = 7C₃ (2x)⁴ (−3)³ = 35 × 16x⁴ × (−27) = −15120 x⁴.

Example 3

Find the middle term in the expansion of (x + y)⁸.

Answer: n = 8 is even, so there is one middle term, the (8/2 + 1) = 5th term. T₅ = 8C₄ x⁴ y⁴ = 70 x⁴y⁴.

Example 4

Find the coefficient of x⁵ in the expansion of (x + 3)⁸.

Answer: Tᵣ₊₁ = 8Cr x⁸⁻ʳ 3ʳ. For x⁵, 8 − r = 5 ⇒ r = 3. Coefficient = 8C₃ × 3³ = 56 × 27 = 1512.

Example 5

Find the term independent of x in the expansion of (x + 1/x)⁶.

Answer: Tᵣ₊₁ = 6Cr x⁶⁻ʳ (1/x)ʳ = 6Cr x⁶⁻²ʳ. For independence, 6 − 2r = 0 ⇒ r = 3. Term = 6C₃ = 20.

Example 6

Find the greatest binomial coefficient in the expansion of (1 + x)¹⁰.

Answer: n = 10 is even, so the greatest coefficient is 10C₍₁₀/₂₎ = 10C₅ = 252.


Important Questions for Board Exams

1-Mark Questions (VSA)

  1. How many terms are there in the expansion of (2a − 3b)¹²?
  2. Write the value of the sum nC₀ + nC₁ + nC₂ + … + nCₙ.
  3. What is the general term in the expansion of (a + b)ⁿ?
  4. State Pascal’s rule connecting nCr, nCr₋₁ and (n+1)Cr.
  5. Why are the coefficients nCr and nCₙ₋ᵣ always equal?

2–3-Mark Questions (SA)

  1. Find the 5th term in the expansion of (2x − y)⁶.
  2. Find the middle term(s) in the expansion of (x − 2y)⁷.
  3. Find the coefficient of x³ in the expansion of (1 + 2x)⁹.
  4. Find the term independent of x in the expansion of (2x² − 1/x)⁹.

4–5-Mark Questions (LA)

  1. Find the term independent of x in the expansion of (3x² − 1/(2x))⁹ and state whether it exists.
  2. Find the greatest binomial coefficient in (1 + x)¹¹ and explain why there are two equal greatest values.
  3. Using the binomial theorem, show that 6ⁿ − 5n always leaves remainder 1 when divided by 25.

Quick Revision Points

  • (a + b)ⁿ = Σ nCr aⁿ⁻ʳ bʳ has (n + 1) terms; exponents of a and b add up to n
  • Binomial coefficient nCr = n! / [r!(n − r)!]; nCr = nCₙ₋ᵣ (symmetry)
  • Pascal’s triangle: each row gives the coefficients; nCr + nCr₋₁ = (n+1)Cr
  • General term: Tᵣ₊₁ = nCr aⁿ⁻ʳ bʳ — the master tool for this chapter
  • Middle term: n even → (n/2 + 1)ᵗʰ term; n odd → two middle terms
  • Coefficient of xᵐ: equate the power of x in Tᵣ₊₁ to m, solve for r
  • Term independent of x: set the power of x equal to 0; non-integer r ⇒ no such term
  • Greatest binomial coefficient sits at the middle: nC₍ₙ/₂₎ (n even)
  • Sum of all coefficients = 2ⁿ (put a = b = 1)
  • Applications: approximations (1 + x)ⁿ ≈ 1 + nx, computing powers, divisibility proofs

Next Chapter: Chapter 8 — Sequences and Series

Studying this chapter? Track it — saved on this device, no login.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top