Class 11Mathematics · AlgebraFull chapter

Binomial Theorem

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Pascal's Triangle and Binomial Coefficients

Quick answer Pascal's triangle arranges the binomial coefficients ⁿCᵣ in a triangular pattern where each entry equals the sum of the two entries above it.

Pascal's triangle is a triangular arrangement of numbers in which the first and last entry of every row is 1, and every other entry is the sum of the two entries just above it in the previous row. Row n (counting rows from n = 0) of the triangle contains exactly the numbers that appear as coefficients when (a + b)n is expanded.

For example, expanding (a+b)0, (a+b)1, (a+b)2, (a+b)3, (a+b)4 gives the coefficient rows 1; 1 1; 1 2 1; 1 3 3 1; 1 4 6 4 1. These numbers are exactly the binomial coefficients nCr = n! / (r!(n−r)!), read across row n as nC0, nC1, …, nCn.

Worked example. Write row 5 of Pascal's triangle and use it to expand (a+b)5. Row 5 is built by adding adjacent entries of row 4 (1 4 6 4 1): the ends stay 1, and 1+4=5, 4+6=10, 6+4=10, 4+1=5. So row 5 is 1 5 10 10 5 1, giving (a+b)5 = a5 + 5a4b + 10a3b2 + 10a2b3 + 5ab4 + b5.

This row-building rule is exactly the identity nCr = n−1Cr−1 + n−1Cr, called Pascal's rule, which lets each new row be built from the previous one without recomputing factorials.

Binomial coefficient ⁿCr = n! / (r!(n − r)!)
Pascal's rule ⁿCr = ⁿ⁻¹Cr−₁ + ⁿ⁻¹Cr
Symmetry property ⁿCr = ⁿCₙ−r
Remember
  • Row n of Pascal's triangle lists the binomial coefficients ⁿC₀, ⁿC₁, …, ⁿCₙ.
  • Each interior entry equals the sum of the two entries diagonally above it (Pascal's rule).
  • The triangle is symmetric: ⁿCr = ⁿCₙ−r.
  • Row n has exactly (n+1) entries, matching the (n+1) terms in the expansion of (a+b)ⁿ.

Binomial Theorem for a Positive Integral Index

Quick answer For a positive integer n, (a+b)ⁿ expands as a sum of (n+1) terms, each of the form ⁿCᵣ aⁿ⁻ʳ bʳ.

The binomial theorem states that for any real numbers a, b and any positive integer n, (a + b)n = nC0 an + nC1 an−1b + nC2 an−2b2 + … + nCn bn, that is, (a+b)n = Σr=0n nCr an−r br.

Three patterns are worth noting: the expansion always has exactly (n+1) terms; the power of a decreases step by step from n to 0 while the power of b increases from 0 to n, and in every term the two exponents always add up to n; the coefficients are precisely the binomial coefficients nCr, which can be read straight off Pascal's triangle.

Worked example. Expand (2x − 3)5 using the binomial theorem. Here a = 2x, b = −3, n = 5, so (2x−3)5 = 5C0(2x)5 + 5C1(2x)4(−3) + 5C2(2x)3(−3)2 + 5C3(2x)2(−3)3 + 5C4(2x)(−3)4 + 5C5(−3)5.

= 32x5 + 5(16x4)(−3) + 10(8x3)(9) + 10(4x2)(−27) + 5(2x)(81) + (−243)

= 32x5 − 240x4 + 720x3 − 1080x2 + 810x − 243. As a check, putting x = 1 gives 32−240+720−1080+810−243 = −1, matching (2−3)5 = (−1)5 = −1.

Binomial theorem (a + b)ⁿ = Σr=₀ⁿ ⁿCr aⁿ⁻r br valid for every positive integer n
Expansion of (a−b)ⁿ (a − b)ⁿ = Σr=₀ⁿ (−1)r ⁿCr aⁿ⁻r br terms alternate in sign
Number of terms n + 1
Remember
  • The expansion of (a+b)ⁿ always has exactly (n+1) terms.
  • In every term, the exponents of a and b add up to n.
  • The coefficients are the binomial coefficients ⁿCr, symmetric as ⁿCr = ⁿCₙ−r.
  • Substituting x = 1 (or another simple value) into an expansion is a quick way to check that the coefficients were computed correctly.

General Term in the Expansion

Quick answer The (r+1)th term of (a+b)ⁿ, called the general term, is Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ, letting us find any specific term without writing out the whole expansion.

In (a + b)n = nC0 an + nC1 an−1b + … + nCn bn, the term in position (r+1), counting the first term as T1, is called the general term: Tr+1 = nCr an−r br. It is called "general" because giving r the values 0, 1, 2, …, n in turn produces every term of the expansion, so it is the key tool for finding one particular term (a specific coefficient, a term with a given power of x, a term independent of x) without expanding the whole binomial.

Worked example. Find the general term of (x + 2y)7, and use it to write the 5th term. Here a = x, b = 2y, n = 7, so Tr+1 = 7Cr x7−r(2y)r. The 5th term corresponds to r + 1 = 5, that is r = 4: T5 = 7C4 x3(2y)4 = 35 · x3 · 16y4 = 560 x3y4.

When the binomial has a minus sign, as in (a − b)n, the general term carries an extra factor (−1)r: Tr+1 = (−1)r nCr an−r br.

General term Tr₊₁ = ⁿCr aⁿ⁻r br
General term with a minus sign Tr₊₁ = (−1)r ⁿCr aⁿ⁻r br for (a−b)ⁿ
Remember
  • Tr₊₁ = ⁿCr aⁿ⁻r br is the (r+1)th term, counting from T₁ at r = 0.
  • To find "the term containing xk" or "the term independent of x", write the general term and set the exponent of x equal to k (or to 0), then solve for r.
  • For (a − b)ⁿ, insert (−1)r into the general term.
  • r must come out as a whole number between 0 and n inclusive; otherwise the required term does not exist.

Middle Term(s) in the Expansion

Quick answer The expansion of (a+b)ⁿ has exactly one middle term when n is even, and exactly two middle terms when n is odd.

The expansion of (a+b)n has (n+1) terms in total. Whether this count is odd or even decides how many "middle" terms the expansion has.

Case 1: n is even. Then (n+1) is odd, so there is exactly one middle term, and it is the ((n/2)+1)th term, i.e., T(n/2)+1.

Worked example (n even). Find the middle term in the expansion of (x/3 + 9y)10. Here n = 10 is even, so the middle term is the (10/2 + 1) = 6th term, i.e., r = 5: T6 = 10C5 (x/3)5(9y)5 = 252 · (x5/243) · 59049y5 = 252 × 243 · x5y5 = 61236 x5y5, since 59049/243 = 243.

Case 2: n is odd. Then (n+1) is even, so there are exactly two middle terms, namely the ((n+1)/2)th and ((n+3)/2)th terms.

Worked example (n odd). Find the middle terms in the expansion of (x + 1/x)7. Here n = 7 is odd, so the middle terms are the 4th and 5th terms (r = 3 and r = 4): T4 = 7C3 x4(1/x)3 = 35x, and T5 = 7C4 x3(1/x)4 = 35/x.

Middle term, n even T(ₙ/₂)₊₁ = ⁿCₙ/₂ aⁿ/² bⁿ/²
Middle terms, n odd T(ₙ₊₁)/₂ and T(ₙ₊₃)/₂
Remember
  • If n is even, there is exactly one middle term: T(ₙ/₂)₊₁.
  • If n is odd, there are exactly two middle terms: T(ₙ₊₁)/₂ and T(ₙ₊₃)/₂.
  • Always find n first and check whether it is odd or even before deciding which term(s) to compute.
  • When n is odd, the binomial coefficients of the two middle terms are always equal, by the symmetry ⁿCr = ⁿCₙ−r.

Simple Applications of the Binomial Theorem

Quick answer The binomial theorem is used to pick out a particular term, such as one independent of x, and to compute powers of numbers like 99⁵ quickly and exactly.

Finding a term independent of x. To find the term that has no x in it at all, write the general term Tr+1, collect the power of x into a single exponent, set that exponent equal to 0, and solve for r.

Worked example. Find the term independent of x in the expansion of (x − 2/x2)15. The general term is Tr+1 = 15Cr x15−r(−2/x2)r = 15Cr(−2)r x15−3r. For the term independent of x, 15 − 3r = 0, so r = 5. Then T6 = 15C5(−2)5 = 3003 × (−32) = −96096.

Computing powers of numbers close to a round number. Writing a number as (round number ± small number) and expanding lets us compute an exact power without long multiplication.

Worked example. Evaluate 995 using the binomial theorem. Write 99 = 100 − 1, so 995 = (100−1)5 = Σ 5Cr 1005−r(−1)r = 1005 − 5(1004) + 10(1003) − 10(1002) + 5(100) − 1 = 10,000,000,000 − 500,000,000 + 10,000,000 − 100,000 + 500 − 1 = 9,509,900,499.

Condition for term independent of x exponent of x in Tr₊₁ = 0, solve for r
Numerical application (100 − 1)⁵ = Σr=₀⁵ ⁵Cr 100⁵⁻r(−1)r = 9,509,900,499
Remember
  • To find a term independent of x, equate the total exponent of x in the general term to 0 and solve for r.
  • To find the coefficient of a given power xk, equate the exponent of x to k, solve for r, then substitute back to get the numerical coefficient.
  • Writing a number as (a ± b)ⁿ with a round and b small turns a large multiplication into a short binomial sum.
  • Always verify that r comes out as a whole number between 0 and n; otherwise no such term exists.

Properties of Binomial Coefficients

Quick answer Substituting x = 1 or x = −1 in (1+x)ⁿ gives quick identities for the sum of all binomial coefficients and for the sum of coefficients at odd and even positions.

Putting particular values of x into (1 + x)n = nC0 + nC1x + nC2x2 + … + nCnxn produces useful identities among the binomial coefficients.

Putting x = 1: nC0 + nC1 + nC2 + … + nCn = 2n, i.e., the sum of all binomial coefficients in row n is 2n.

Putting x = −1 (for n ≥ 1): nC0nC1 + nC2 − … + (−1)n nCn = 0. Combining this with the x = 1 identity shows that the sum of coefficients at even positions equals the sum of coefficients at odd positions, and each of these two sums equals 2n−1.

Worked example. The sum of the binomial coefficients in the expansion of (1 + x)n is 256. Find n. By the identity above, 2n = 256 = 28, so n = 8.

Sum of all coefficients ⁿC₀+ⁿC₁+⋯+ⁿCₙ = 2ⁿ
Alternating sum ⁿC₀−ⁿC₁+ⁿC₂−⋯ = 0 n ≥ 1
Odd/even position split ⁿC₀+ⁿC₂+⋯ = ⁿC₁+ⁿC₃+⋯ = 2ⁿ⁻¹
Remember
  • Sum of all binomial coefficients of (1+x)ⁿ: ⁿC₀+ⁿC₁+…+ⁿCₙ = 2ⁿ.
  • Alternating sum of binomial coefficients is 0 for n ≥ 1: ⁿC₀ − ⁿC₁ + ⁿC₂ − … = 0.
  • Sum of coefficients at odd positions = sum of coefficients at even positions = 2ⁿ⁻¹.
  • These identities come purely from substituting x = 1 or x = −1; no separate formula needs to be memorised.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

ⁿCr = n! / (r!(n − r)!)
Binomial coefficient
ⁿCr = ⁿ⁻¹Cr−₁ + ⁿ⁻¹Cr
Pascal's rule
ⁿCr = ⁿCₙ−r
Symmetry property
(a + b)ⁿ = Σr=₀ⁿ ⁿCr aⁿ⁻r br
Binomial theorem
(a − b)ⁿ = Σr=₀ⁿ (−1)r ⁿCr aⁿ⁻r br
Expansion of (a−b)ⁿ
n + 1
Number of terms
Tr₊₁ = ⁿCr aⁿ⁻r br
General term
Tr₊₁ = (−1)r ⁿCr aⁿ⁻r br
General term with a minus sign
T(ₙ/₂)₊₁ = ⁿCₙ/₂ aⁿ/² bⁿ/²
Middle term, n even
T(ₙ₊₁)/₂ and T(ₙ₊₃)/₂
Middle terms, n odd
exponent of x in Tr₊₁ = 0, solve for r
Condition for term independent of x
(100 − 1)⁵ = Σr=₀⁵ ⁵Cr 100⁵⁻r(−1)r = 9,509,900,499
Numerical application
ⁿC₀+ⁿC₁+⋯+ⁿCₙ = 2ⁿ
Sum of all coefficients
ⁿC₀−ⁿC₁+ⁿC₂−⋯ = 0
Alternating sum
ⁿC₀+ⁿC₂+⋯ = ⁿC₁+ⁿC₃+⋯ = 2ⁿ⁻¹
Odd/even position split

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 General term / coefficients easy

What is the coefficient of x³ in the expansion of (1 + x)⁷?

Q2 Binomial theorem basics easy

How many terms are there in the expansion of (2x − 3y)¹⁰?

Q3 General term easy

The general term Tᵣ₊₁ in the expansion of (a+b)ⁿ is given by:

Q4 Middle term medium

The middle term in the expansion of (x+y)⁸ is the:

Q5 Middle term medium

In the expansion of (x + 1/x)¹¹, the middle term(s) is/are the:

Q6 Applications hard

The term independent of x in the expansion of (x² + 1/x)⁹ is:

Q7 Properties of coefficients easy

If the sum of the binomial coefficients in the expansion of (1+x)ⁿ is 128, then n equals:

Q8 Pascal's triangle easy

By Pascal's rule, ⁿ⁻¹Cᵣ₋₁ + ⁿ⁻¹Cᵣ equals:

Q9 General term easy

The coefficient of x⁵y² in the expansion of (x+y)⁷ is:

Q10 Middle term easy

If n is odd, the number of middle terms in the expansion of (a+b)ⁿ is:

Q11 Applications hard

Using the binomial theorem, the value of 99⁴ is:

Q12 Properties of coefficients medium

The greatest binomial coefficient in the expansion of (x+y)¹⁰ is:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Using the binomial theorem, expand (x/3 + 1/x)⁵.Binomial expansion

Here a = x/3, b = 1/x, n = 5. By the binomial theorem, (x/3 + 1/x)5 = Σr=05 5Cr (x/3)5−r(1/x)r.

  • r=0: 5C0(x/3)5 = x5/243
  • r=1: 5C1(x/3)4(1/x) = 5x3/81
  • r=2: 5C2(x/3)3(1/x)2 = 10x/27
  • r=3: 5C3(x/3)2(1/x)3 = 10/(9x)
  • r=4: 5C4(x/3)(1/x)4 = 5/(3x3)
  • r=5: 5C5(1/x)5 = 1/x5

So (x/3 + 1/x)5 = x5/243 + 5x3/81 + 10x/27 + 10/(9x) + 5/(3x3) + 1/x5.

2 Using the binomial theorem, evaluate 96³.Applications

Write 96 = 100 − 4, so 963 = (100−4)3. Using (a−b)3 = a3 − 3a2b + 3ab2 − b3 with a=100, b=4:

963 = 1003 − 3(100)2(4) + 3(100)(4)2 − 43 = 1,000,000 − 120,000 + 4,800 − 64 = 884,736.

3 Find the coefficient of x⁶y³ in the expansion of (x+y)⁹.General term

The general term is Tr+1 = 9Cr x9−ryr. The term containing y3 corresponds to r=3, giving x6y3.

So the required coefficient is 9C3 = (9×8×7)/(3×2×1) = 84.

4 Find the middle terms in the expansion of (3 − x³/6)⁷.Middle term

Here n=7 is odd, so there are two middle terms: T4 and T5 (r=3 and r=4). The general term is Tr+1 = 7Cr 37−r(−x3/6)r.

For r=3: T4 = 7C3·34·(−x3/6)3 = 35×81×(−x9/216) = −(2835/216)x9 = −(105/8)x9.

For r=4: T5 = 7C4·33·(−x3/6)4 = 35×27×(x12/1296) = (945/1296)x12 = (35/48)x12.

So the middle terms are T4 = −(105/8)x9 and T5 = (35/48)x12.

5 If the coefficients of the 5th, 6th and 7th terms in the expansion of (1+x)ⁿ are in arithmetic progression, find n.Properties of coefficients

The coefficients of the 5th, 6th and 7th terms are nC4, nC5, nC6. Being in AP means 2·nC5 = nC4 + nC6.

Using nC5/nC4 = (n−4)/5 and nC6/nC5 = (n−5)/6, divide the AP condition by nC4: 2(n−4)/5 = 1 + (n−4)(n−5)/30.

Multiplying by 30: 12(n−4) = 30 + (n−4)(n−5), so 12n−48 = n2−9n+50, giving n2−21n+98=0.

Solving, n = (21 ± √(441−392))/2 = (21±7)/2, so n = 14 or n = 7.

6 Find the term independent of x in the expansion of (2x² − 1/x)¹².Applications

The general term is Tr+1 = 12Cr(2x2)12−r(−1/x)r = 12Cr 212−r(−1)r x24−3r.

For the term independent of x, 24−3r=0, so r=8.

Then the term is 12C8·24·(−1)8 = 12C4 × 16 = 495×16 = 7920.

Previous-year board questions 4

Q1 Find the middle term in the expansion of (x − 1/x)¹⁰. CBSE 2023 2 marks

Here n=10 is even, so there is exactly one middle term: the ((10/2)+1)=6th term, i.e., r=5.

T6 = 10C5 x5(−1/x)5 = 252·x5·(−1/x5) = −252.

So the middle term is −252 (independent of x).

Q2 Find the coefficient of x⁵ in the expansion of (x+3)⁸. CBSE 2022 2 marks

The general term is Tr+1 = 8Cr x8−r 3r. For the term containing x5, 8−r=5, so r=3.

Coefficient = 8C3·33 = 56×27 = 1512.

Q3 Using the binomial theorem, prove that 6ⁿ − 5n − 1 is divisible by 25, for every positive integer n. CBSE 2019 5 marks

Write 6 = 1+5, so 6n = (1+5)n = Σr=0n nCr 5r = nC0 + nC1·5 + nC2·52 + … + nCn·5n.

Since nC0=1 and nC1·5=5n, we get 6n = 1 + 5n + nC2·52 + nC3·53 + … + nCn·5n.

Therefore 6n − 5n − 1 = 52[nC2 + nC3·5 + … + nCn·5n−2] = 25 × (an integer).

Hence 6n − 5n − 1 is always divisible by 25 for every positive integer n.

Q4 Find the general term in the expansion of (x² − y)⁶, and hence find the term containing y⁴. CBSE 2021 3 marks

The general term is Tr+1 = 6Cr(x2)6−r(−y)r = (−1)r 6Cr x12−2r yr.

For the term containing y4, r=4, so T5 = (−1)4 6C4 x4y4 = 15x4y4.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI