Home/Class XI/Ch 7/Binomial theorem for positive integral indices
Binomial theorem for positive integral indices
You already know how to expand (a+b)2=a2+2ab+b2 and (a+b)3=a3+3a2b+3ab2+b3. The binomial theorem gives the formula for (a+b)n for any positive integer n , all in one stroke.
The theorem
Theorem. For any positive integer n and any real (or complex) a,b:
(a+b)n=r=0∑n(rn)an−rbr
where (rn)=r!(n−r)!n!.
Written out term by term:
(a+b)n=(0n)an+(1n)an−1b+(2n)an−2b2+⋯+(n−1n)abn−1+(nn)bn.
There are n+1 terms. The first (0n)=1 and the last (nn)=1. The coefficients form the n-th row of Pascal's triangle.
Combinatorial proof
When we expand (a+b)n=(a+b)(a+b)⋯(a+b) (n factors), each term in the expansion is formed by choosing either a or b from each of the n factors and multiplying. A term that uses b from exactly r factors and a from the other n−r contributes an−rbr. The number of ways to choose those r factors is (rn). Hence
(a+b)n=∑r=0n(rn)an−rbr.\qed
Proof by induction
Base.n=1: (a+b)1=a+b=(01)a+(11)b. ✓
Step. Assume true for some n. Then
(a+b)n+1=(a+b)⋅(a+b)n=(a+b)∑r=0n(rn)an−rbr.
Set a=b=1 in the binomial theorem:
2n=(1+1)n=∑r=0n(rn).\qed
Example 5 (harder). Prove ∑r=0nr(rn)=n⋅2n−1.
Use the identity r(rn)=n(r−1n−1):
∑r=0nr(rn)=∑r=1nn(r−1n−1)=n∑s=0n−1(sn−1)=n⋅2n−1.\qed
Alternatively, differentiate (1+x)n=∑(rn)xr with respect to x:
n(1+x)n−1=∑r(rn)xr−1.
Setting x=1 gives the result.
Try it yourself
Expand (x+3)4.
Expand (2x−1)5.
Find the value of (2+1)4+(2−1)4.
Compute (99)4 using 99=100−1.
Prove ∑r=0n(−1)r(rn)=0.
Show (0n)2+(1n)2+⋯+(nn)2=(n2n). (Hint: compare (1+x)n(1+x)n to (1+x)2n.)
Expand (x+x1)4 and identify all five terms.
Show that the coefficient of xr in (1+x)n equals the coefficient of xn−r.
Find an approximation to (1.02)6 using the first four terms.
Show (a+b)n+(a−b)n=2[(0n)an+(2n)an−2b2+…].
Expand (x2−2y)4.
Prove the formula by induction in detail (write out the n=2 to n=3 step in full).
Pitfalls / Tricks
The expansion of (a+b)n has n+1 terms (not n).
For (a−b)n, signs alternate: +,−,+,−,….
Always identify a,b,n explicitly before writing Tr+1.
Insight. The binomial theorem is a bridge between algebra (multiplication) and combinatorics (counting). Once you see (a+b)n as "every way to pick b's from n factors", the formula is unforgettable.
Practice quiz
Quick check on this topic.
Quiz
Quick check : Binomial theorem statement and proof