The Theorem

Binomial theorem statement sigma form and observations card

Key Point (Binomial Theorem): For any positive integer nn,

(a+b)n=nC0an+nC1an1b+nC2an2b2++nCn1abn1+nCnbn=k=0nnCkankbk(a+b)^n = {^nC_0}a^n + {^nC_1}a^{n-1}b + {^nC_2}a^{n-2}b^2 + \cdots + {^nC_{n-1}}a\,b^{n-1} + {^nC_n}b^n = \sum_{k=0}^{n} {^nC_k}\,a^{n-k}b^k

The nCr^nC_r are the binomial coefficients. The proof is by mathematical induction: P(1)P(1) is immediate, and multiplying the assumed expansion of (a+b)k(a+b)^k by one more (a+b)(a+b), then grouping like terms, produces exactly row k+1k+1 — because the coefficients combine by the Pascal identity kCr+kCr1=k+1Cr^kC_r + {^kC_{r-1}} = {^{k+1}C_r}.

A worked illustration:

(x+2)6=x6+12x5+60x4+160x3+240x2+192x+64(x+2)^6 = x^6 + 12x^5 + 60x^4 + 160x^3 + 240x^2 + 192x + 64

where each coefficient is 6Cr2r^6C_r \cdot 2^r — e.g. the x3x^3 term is 6C3x323=208x3=160x3^6C_3\,x^3\,2^3 = 20 \cdot 8\,x^3 = 160x^3.

[Board Tip] Bookkeeping wins marks: for index nn expect exactly n+1n+1 terms, powers of the first quantity falling n0n \to 0, powers of the second rising 0n0 \to n, and each term's indices adding to nn. Count your terms before moving on.

Special Cases That Do the Real Work

Special case expansions and the two coefficient identities

Replace bb by y-y — signs alternate, starting positive:

(xy)n=nC0xnnC1xn1y+nC2xn2y2+(1)nnCnyn(x-y)^n = {^nC_0}x^n - {^nC_1}x^{n-1}y + {^nC_2}x^{n-2}y^2 - \cdots + (-1)^n\,{^nC_n}y^n

For example: (x2y)5=x510x4y+40x3y280x2y3+80xy432y5(x - 2y)^5 = x^5 - 10x^4y + 40x^3y^2 - 80x^2y^3 + 80xy^4 - 32y^5.

Set a=1a = 1 — the workhorse forms:

(1+x)n=nC0+nC1x+nC2x2++nCnxn(1+x)^n = {^nC_0} + {^nC_1}x + {^nC_2}x^2 + \cdots + {^nC_n}x^n

(1x)n=nC0nC1x+nC2x2+(1)nnCnxn(1-x)^n = {^nC_0} - {^nC_1}x + {^nC_2}x^2 - \cdots + (-1)^n\,{^nC_n}x^n

Key Point (put x=1x = 1):   nC0+nC1++nCn=2n\;{^nC_0} + {^nC_1} + \cdots + {^nC_n} = 2^n and   nC0nC1+nC2+(1)nnCn=0\;{^nC_0} - {^nC_1} + {^nC_2} - \cdots + (-1)^n\,{^nC_n} = 0 — the two coefficient identities every exam quotes.

[JEE Tip] Adding and subtracting the two identities splits the coefficients: the even-position ones (nC0+nC2+^nC_0 + {^nC_2} + \cdots) and the odd-position ones (nC1+nC3+^nC_1 + {^nC_3} + \cdots) each sum to 2n12^{n-1}.

Solved Examples

Example 1: Fractional second term

Expand (x2+3x)4\left(x^2 + \frac{3}{x}\right)^4, x0x \ne 0.

Solution:

Step 1 — Set up the theorem. With a=x2a = x^2, b=3xb = \frac{3}{x}, n=4n = 4:

4C0(x2)4+4C1(x2)33x+4C2(x2)29x2+4C3(x2)27x3+4C481x4^4C_0(x^2)^4 + {^4C_1}(x^2)^3\frac{3}{x} + {^4C_2}(x^2)^2\frac{9}{x^2} + {^4C_3}(x^2)\frac{27}{x^3} + {^4C_4}\frac{81}{x^4}

Step 2 — Evaluate the coefficients. 1,4,6,4,11, 4, 6, 4, 1 times 30,31,32,33,343^0, 3^1, 3^2, 3^3, 3^4: 1,12,54,108,811, 12, 54, 108, 81.

Step 3 — Combine the powers of xx. x8,x6x1=x5,x4x2=x2,x2x3=x1,x4x^8, x^6 \cdot x^{-1} = x^5, x^4 \cdot x^{-2} = x^2, x^2 \cdot x^{-3} = x^{-1}, x^{-4}:

=x8+12x5+54x2+108x+81x4= x^8 + 12x^5 + 54x^2 + \frac{108}{x} + \frac{81}{x^4}

Takeaway: Powers of xx drop by 3 each term here — the exponent walk 8,5,2,1,48, 5, 2, -1, -4 is a quick self-check.

Example 2: Alternating signs

Expand (12x)5(1 - 2x)^5.

Special case expansions and the two coefficient identities

Solution:

Step 1 — Use the (1x)(1-x) pattern. Signs alternate starting positive:

(12x)5=5C05C1(2x)+5C2(2x)25C3(2x)3+5C4(2x)45C5(2x)5(1-2x)^5 = {^5C_0} - {^5C_1}(2x) + {^5C_2}(2x)^2 - {^5C_3}(2x)^3 + {^5C_4}(2x)^4 - {^5C_5}(2x)^5

Step 2 — Evaluate. Coefficients 5Cr2r^5C_r 2^r: 1,10,40,80,80,321, 10, 40, 80, 80, 32 with alternating signs:

=110x+40x280x3+80x432x5= 1 - 10x + 40x^2 - 80x^3 + 80x^4 - 32x^5

Step 3 — Check. At x=1x = 1: 110+4080+8032=1=(12)51 - 10 + 40 - 80 + 80 - 32 = -1 = (1-2)^5 ✓.

Takeaway: (2x)r(2x)^r contributes 2r2^r — and the x=1x = 1 substitution verifies the whole line at once.

Example 3: Both terms fractional

Expand (2xx2)5\left(\frac{2}{x} - \frac{x}{2}\right)^5, x0x \ne 0.

Solution:

Step 1 — Identify the parts. a=2xa = \frac{2}{x}, b=x2b = -\frac{x}{2}; odd powers of bb carry minus signs.

Step 2 — Write the five-row expansion.

32x5516x4x2+108x3x24104x2x38+52xx416x532\frac{32}{x^5} - 5 \cdot \frac{16}{x^4} \cdot \frac{x}{2} + 10 \cdot \frac{8}{x^3} \cdot \frac{x^2}{4} - 10 \cdot \frac{4}{x^2} \cdot \frac{x^3}{8} + 5 \cdot \frac{2}{x} \cdot \frac{x^4}{16} - \frac{x^5}{32}

Step 3 — Simplify term by term. 32x5, 40x3, +20x, 5x, +5x38, x532\frac{32}{x^5}, \ -\frac{40}{x^3}, \ +\frac{20}{x}, \ -5x, \ +\frac{5x^3}{8}, \ -\frac{x^5}{32}:

=32x540x3+20x5x+5x38x532= \frac{32}{x^5} - \frac{40}{x^3} + \frac{20}{x} - 5x + \frac{5x^3}{8} - \frac{x^5}{32}

Takeaway: Powers of xx climb by 2 each term (5-5 to +5+5) — another exponent walk to check against.

Example 4: A sixth-power expansion

Expand (2x3)6(2x - 3)^6.

Solution:

Step 1 — Set up with alternating signs.

6C0(2x)66C1(2x)5(3)+6C2(2x)4(9)6C3(2x)3(27)+6C4(2x)2(81)6C5(2x)(243)+6C6(729)^6C_0(2x)^6 - {^6C_1}(2x)^5(3) + {^6C_2}(2x)^4(9) - {^6C_3}(2x)^3(27) + {^6C_4}(2x)^2(81) - {^6C_5}(2x)(243) + {^6C_6}(729)

Step 2 — Evaluate each coefficient. 64, 6323=576, 15169=2160, 20827=4320, 15481=4860, 62243=2916, 72964, \ 6 \cdot 32 \cdot 3 = 576, \ 15 \cdot 16 \cdot 9 = 2160, \ 20 \cdot 8 \cdot 27 = 4320, \ 15 \cdot 4 \cdot 81 = 4860, \ 6 \cdot 2 \cdot 243 = 2916, \ 729.

Step 3 — Assemble.

=64x6576x5+2160x44320x3+4860x22916x+729= 64x^6 - 576x^5 + 2160x^4 - 4320x^3 + 4860x^2 - 2916x + 729

Step 4 — Check. At x=1x = 1: 64576+21604320+48602916+729=1=(23)664 - 576 + 2160 - 4320 + 4860 - 2916 + 729 = 1 = (2-3)^6 ✓.

Takeaway: Seven terms for index 6, signs strictly alternating — count both before simplifying.

Example 5: Fractional first term

Expand (x3+1x)5\left(\frac{x}{3} + \frac{1}{x}\right)^5, x0x \ne 0.

Solution:

Step 1 — Row 5 with a=x3a = \frac{x}{3}, b=1xb = \frac{1}{x}.

(x3)5+5(x3)41x+10(x3)31x2+10(x3)21x3+5(x3)1x4+1x5\left(\frac{x}{3}\right)^5 + 5\left(\frac{x}{3}\right)^4\frac{1}{x} + 10\left(\frac{x}{3}\right)^3\frac{1}{x^2} + 10\left(\frac{x}{3}\right)^2\frac{1}{x^3} + 5\left(\frac{x}{3}\right)\frac{1}{x^4} + \frac{1}{x^5}

Step 2 — Simplify the powers of 3 and xx.

=x5243+5x381+10x27+109x+53x3+1x5= \frac{x^5}{243} + \frac{5x^3}{81} + \frac{10x}{27} + \frac{10}{9x} + \frac{5}{3x^3} + \frac{1}{x^5}

Takeaway: Denominators run 35,34,3^5, 3^4, \ldots against rising powers of 1x\frac{1}{x} — all signs positive since both terms are positive.

Example 6: A symmetric expansion

Expand (x+1x)6\left(x + \frac{1}{x}\right)^6, x0x \ne 0.

Solution:

Step 1 — Row 6 and the exponent walk. Coefficients 1,6,15,20,15,6,11, 6, 15, 20, 15, 6, 1; powers of xx run 6,4,2,0,2,4,66, 4, 2, 0, -2, -4, -6 (each step trades an xx for an x1x^{-1}).

Step 2 — Write it out.

x6+6x4+15x2+20+15x2+6x4+1x6x^6 + 6x^4 + 15x^2 + 20 + \frac{15}{x^2} + \frac{6}{x^4} + \frac{1}{x^6}

Step 3 — Note the constant. The middle term 6C3x3x3=20^6C_3\,x^3 x^{-3} = 20 is where the powers cancel exactly.

Takeaway: In (x+1x)n\left(x + \frac{1}{x}\right)^n the exponents fall by 2 per term — the constant term exists only when nn is even.

Example 7: (x2y)5(x - 2y)^5 line by line

Expand (x2y)5(x - 2y)^5.

Solution:

Step 1 — Row 5 with alternating signs.

x55x4(2y)+10x3(4y2)10x2(8y3)+5x(16y4)32y5x^5 - 5x^4(2y) + 10x^3(4y^2) - 10x^2(8y^3) + 5x(16y^4) - 32y^5

Step 2 — Simplify.

=x510x4y+40x3y280x2y3+80xy432y5= x^5 - 10x^4y + 40x^3y^2 - 80x^2y^3 + 80xy^4 - 32y^5

Step 3 — Check. At x=2,y=1x = 2, y = 1: 32160+320320+16032=0=(22)532 - 160 + 320 - 320 + 160 - 32 = 0 = (2-2)^5 ✓.

Takeaway: (2y)r(2y)^r compounds to 2ryr2^r y^r; the signs alternate because the second quantity is negative.

Example 8: The sigma form, read off

Write k=044Ck34kxk\sum_{k=0}^{4} {^4C_k}\,3^{4-k}x^k as a power of a binomial.

Solution:

Step 1 — Pattern-match. The theorem reads nCkankbk=(a+b)n\sum {^nC_k}a^{n-k}b^k = (a+b)^n.

Step 2 — Identify the parts. Here n=4n = 4, a=3a = 3 (falling powers), b=xb = x (rising powers).

Step 3 — Conclude. The sum is (3+x)4(3 + x)^4.

Takeaway: Falling-power base is aa, rising-power base is bb — read sigma forms straight back into (a+b)n(a+b)^n.

Example 9: Coefficient identities in action

Evaluate (i) 10C0+10C1++10C10^{10}C_0 + {^{10}C_1} + \cdots + {^{10}C_{10}} (ii) 10C010C1++10C10^{10}C_0 - {^{10}C_1} + \cdots + {^{10}C_{10}} (iii) 10C1+10C3++10C9^{10}C_1 + {^{10}C_3} + \cdots + {^{10}C_9}.

Solution:

Step 1 — (i) Full sum. Put x=1x = 1 in (1+x)10(1+x)^{10}: 210=10242^{10} = 1024.

Step 2 — (ii) Alternating sum. Put x=1x = 1 in (1x)10(1-x)^{10}: (11)10=0(1-1)^{10} = 0.

Step 3 — (iii) Odd positions. Subtracting (ii) from (i) doubles the odd-position sum: 102402=29=512\frac{1024 - 0}{2} = 2^9 = 512.

Takeaway: Full sum 2n2^n, alternating sum 00 — adding/subtracting splits even and odd positions into 2n12^{n-1} each.

Example 10: A disguised expansion

Prove that r=0n3rnCr=4n\sum_{r=0}^{n} 3^r\,{^nC_r} = 4^n.

Solution:

Step 1 — Start from the workhorse form. (1+x)n=rnCrxr(1 + x)^n = \sum_{r} {^nC_r}x^r for every real xx.

Step 2 — Choose x=3x = 3. The right side becomes nCr3r\sum {^nC_r}3^r — exactly the given sum.

Step 3 — Evaluate the left side. (1+3)n=4n(1+3)^n = 4^n. ∎

Takeaway: Sums of the shape nCrtr\sum {^nC_r}\,t^r are (1+t)n(1+t)^n in disguise — substitute, don't compute.