Quick Recap — Binomial Theorem

  • (a+b)n=r=0nnCranrbr(a+b)^n=\sum_{r=0}^{n}{}^nC_r\,a^{n-r}b^r, with n+1n+1 terms.
  • General term: Tr+1=nCranrbrT_{r+1}={}^nC_r\,a^{n-r}b^r.
  • Coefficients of (1+x)n(1+x)^n are nC0,nC1,,nCn^nC_0,{}^nC_1,\dots,{}^nC_n; the row sum =2n=2^n.
  • First term ana^n, last term bnb^n; coefficients are symmetric.

Beyond-NCERT JEE Formulae

Past the NCERT core (general term, middle term, the row sum nCr=2n\sum {}^{n}C_{r}=2^{n}, the square sum nCr2=2nCn\sum {}^{n}C_{r}^{2}={}^{2n}C_{n} and the greatest binomial coefficient are assumed known), these are the high-yield extras that decide JEE Main marks.

1. Numerically greatest term in (1+x)n(1+x)^{n}

Compare consecutive terms through their ratio: Tr+1Tr=nr+1rx.\dfrac{T_{r+1}}{T_{r}}=\dfrac{n-r+1}{r}\,|x|. The terms increase while this ratio exceeds 11 and decrease once it drops below 11. Solving nr+1rx1\dfrac{n-r+1}{r}|x|\ge 1 gives r(n+1)x1+xr\le\dfrac{(n+1)|x|}{1+|x|}, so the numerically greatest term is Tm+1T_{m+1} (the r=mr=m term) with m=(n+1)x1+x.m=\left\lfloor\dfrac{(n+1)|x|}{1+|x|}\right\rfloor. [JEE Tip] If (n+1)x1+x\dfrac{(n+1)|x|}{1+|x|} is itself an integer, the ratio equals 11 there, so TmT_{m} and Tm+1T_{m+1} are equal and jointly greatest. For (a+bx)n(a+bx)^{n} first pull out ana^{n} to write an(1+bax)na^{n}\left(1+\dfrac{b}{a}x\right)^{n}, then apply the rule with bax\dfrac{b}{a}x in place of xx.

2. Binomial series for any real index

For a real index nn (fractional or negative) and x<1|x|<1, (1+x)n=1+nx+n(n1)2!x2+n(n1)(n2)3!x3+(1+x)^{n}=1+nx+\dfrac{n(n-1)}{2!}x^{2}+\dfrac{n(n-1)(n-2)}{3!}x^{3}+\cdots This is an infinite series unless nn is a non-negative integer. For small xx the linear estimate (1+x)n1+nx(1+x)^{n}\approx 1+nx is quick; keep the x2x^{2} term for four-decimal accuracy. Useful special cases are (1x)1=1+x+x2+(1-x)^{-1}=1+x+x^{2}+\cdots and (1+x)2=12x+3x2(1+x)^{-2}=1-2x+3x^{2}-\cdots.

3. Weighted coefficient sums

Differentiating or integrating (1+x)n(1+x)^{n} and then setting x=1x=1 produces r=0nrnCr=n2n1,r=0nr2nCr=n(n+1)2n2,\sum_{r=0}^{n} r\,{}^{n}C_{r}=n\,2^{n-1},\qquad \sum_{r=0}^{n} r^{2}\,{}^{n}C_{r}=n(n+1)\,2^{n-2}, r=0nnCrr+1=2n+11n+1.\sum_{r=0}^{n}\dfrac{{}^{n}C_{r}}{r+1}=\dfrac{2^{n+1}-1}{n+1}. The first two follow from rnCr=nn1Cr1r\,{}^{n}C_{r}=n\,{}^{n-1}C_{r-1}; the third from nCrr+1=1n+1n+1Cr+1\dfrac{{}^{n}C_{r}}{r+1}=\dfrac{1}{n+1}\,{}^{n+1}C_{r+1} (equivalently, integrate (1+x)n(1+x)^{n} over [0,1][0,1]).

4. Number of rational (integral) terms

In (a1/p+b1/q)n\left(a^{1/p}+b^{1/q}\right)^{n} the general term is Tr+1=nCra(nr)/pbr/qT_{r+1}={}^{n}C_{r}\,a^{(n-r)/p}\,b^{r/q}. It is rational only when both exponents nrp\dfrac{n-r}{p} and rq\dfrac{r}{q} are integers. [JEE Tip] The tighter condition rqZ\dfrac{r}{q}\in\mathbb{Z} usually shortlists rr to 0,q,2q,,n0,q,2q,\dots,n; test each against nrpZ\dfrac{n-r}{p}\in\mathbb{Z} and count the survivors, which sit lcm(p,q)\operatorname{lcm}(p,q) apart.

5. Multinomial expansion

For kk symbols, (x1+x2++xk)n=n!n1!n2!nk!x1n1x2n2xknk,(x_{1}+x_{2}+\cdots+x_{k})^{n}=\sum \dfrac{n!}{n_{1}!\,n_{2}!\cdots n_{k}!}\,x_{1}^{n_{1}}x_{2}^{n_{2}}\cdots x_{k}^{n_{k}}, the sum running over all non-negative integers with n1+n2++nk=nn_{1}+n_{2}+\cdots+n_{k}=n. The number of distinct terms equals the number of such solutions, N=n+k1Ck1.N={}^{\,n+k-1}C_{k-1}. For k=3k=3 this is n+2C2=(n+1)(n+2)2{}^{\,n+2}C_{2}=\dfrac{(n+1)(n+2)}{2}, and the largest multinomial coefficient occurs when the nin_{i} are made as equal as possible.

Solved Examples — Beyond-NCERT Formulae

Each example names the formula it uses and ends with a quick check.

Example 1 — Numerically greatest term in (1+x)n(1+x)^{n}

Problem. Find the numerically greatest term in the expansion of (1+x)10(1+x)^{10} when x=23x=\dfrac{2}{3}.

Solution. With n=10n=10 and x=23|x|=\dfrac{2}{3}, (n+1)x1+x=11231+23=22/35/3=225=4.4,\dfrac{(n+1)|x|}{1+|x|}=\dfrac{11\cdot\frac{2}{3}}{1+\frac{2}{3}}=\dfrac{22/3}{5/3}=\dfrac{22}{5}=4.4, so m=4.4=4m=\lfloor 4.4\rfloor=4 and the greatest term is T5T_{5} (the r=4r=4 term): T5=10C4(23)4=2101681=11202741.5.T_{5}={}^{10}C_{4}\left(\dfrac{2}{3}\right)^{4}=210\cdot\dfrac{16}{81}=\dfrac{1120}{27}\approx 41.5.

Check. T4=10C3(23)3=9602735.6T_{4}={}^{10}C_{3}\left(\frac{2}{3}\right)^{3}=\dfrac{960}{27}\approx 35.6 and T6=10C5(23)5=806424333.2T_{6}={}^{10}C_{5}\left(\frac{2}{3}\right)^{5}=\dfrac{8064}{243}\approx 33.2, both smaller than T5T_{5}.

Answer. T5=112027T_{5}=\dfrac{1120}{27}.

Example 2 — Greatest term after factoring, equal-terms case

Problem. Find the numerically greatest term in the expansion of (2+3x)9(2+3x)^{9} when x=1x=1.

Solution. Pull out 292^{9}: (2+3x)9=29(1+32x)9(2+3x)^{9}=2^{9}\left(1+\dfrac{3}{2}x\right)^{9}, so at x=1x=1 the effective variable is y=32y=\dfrac{3}{2} with n=9n=9. Then (n+1)y1+y=10321+32=155/2=6,\dfrac{(n+1)|y|}{1+|y|}=\dfrac{10\cdot\frac{3}{2}}{1+\frac{3}{2}}=\dfrac{15}{5/2}=6, an integer, so T6T_{6} and T7T_{7} are equal and jointly greatest. Using the original term Tr+1=9Cr29r3rT_{r+1}={}^{9}C_{r}\,2^{9-r}\,3^{r}, T6=9C52435=12616243=489888,T7=9C62336=848729=489888.T_{6}={}^{9}C_{5}\,2^{4}\,3^{5}=126\cdot16\cdot243=489888,\qquad T_{7}={}^{9}C_{6}\,2^{3}\,3^{6}=84\cdot8\cdot729=489888.

Check. The two candidate terms coincide, exactly the integer-ratio tie predicted by the rule; every other term is strictly smaller.

Answer. The greatest term is 489888489888, attained by both T6T_{6} and T7T_{7}.

Example 3 — Approximation with an integer index

Problem. Estimate (1.02)10(1.02)^{10} using the binomial series up to the x3x^{3} term.

Solution. Write 1.02=1+0.021.02=1+0.02 with n=10n=10: (1+0.02)101+10(0.02)+1092!(0.02)2+10983!(0.02)3.(1+0.02)^{10}\approx 1+10(0.02)+\dfrac{10\cdot9}{2!}(0.02)^{2}+\dfrac{10\cdot9\cdot8}{3!}(0.02)^{3}. Term by term this is 1+0.2+45(0.0004)+120(0.000008)=1+0.2+0.018+0.00096=1.218961+0.2+45(0.0004)+120(0.000008)=1+0.2+0.018+0.00096=1.21896.

Check. The exact value is (1.02)10=1.218994(1.02)^{10}=1.218994\ldots, so the four-term estimate is right to four decimals.

Answer. (1.02)101.2190(1.02)^{10}\approx 1.2190.

Example 4 — Approximation with a fractional index

Problem. Estimate 1.033=(1.03)1/3\sqrt[3]{1.03}=(1.03)^{1/3} keeping terms up to x2x^{2}.

Solution. Here n=13n=\dfrac{1}{3} and x=0.03x=0.03, so (1+x)1/31+13x+13(131)2!x2=1+13(0.03)+13(23)2(0.03)2.(1+x)^{1/3}\approx 1+\dfrac{1}{3}x+\dfrac{\frac{1}{3}\left(\frac{1}{3}-1\right)}{2!}x^{2}=1+\dfrac{1}{3}(0.03)+\dfrac{\frac{1}{3}\left(-\frac{2}{3}\right)}{2}(0.03)^{2}. This gives 1+0.0119(0.0009)=1+0.010.0001=1.00991+0.01-\dfrac{1}{9}(0.0009)=1+0.01-0.0001=1.0099.

Check. Cubing back, (1.0099)3=1.029991.03(1.0099)^{3}=1.02999\ldots\approx 1.03; the exact root is 1.0099011.009901\ldots.

Answer. 1.0331.0099\sqrt[3]{1.03}\approx 1.0099.

Example 5 — Weighted sums rnCr\sum r\,{}^{n}C_{r} and r2nCr\sum r^{2}\,{}^{n}C_{r}

Problem. Evaluate r=010r10Cr\displaystyle\sum_{r=0}^{10} r\,{}^{10}C_{r} and r=010r210Cr\displaystyle\sum_{r=0}^{10} r^{2}\,{}^{10}C_{r}.

Solution. Apply the closed forms with n=10n=10: r=010r10Cr=n2n1=1029=5120,\sum_{r=0}^{10} r\,{}^{10}C_{r}=n\,2^{n-1}=10\cdot2^{9}=5120, r=010r210Cr=n(n+1)2n2=101128=110256=28160.\sum_{r=0}^{10} r^{2}\,{}^{10}C_{r}=n(n+1)2^{n-2}=10\cdot11\cdot2^{8}=110\cdot256=28160.

Check. Summing the ten coefficients directly reproduces 51205120 and 2816028160.

Answer. 51205120 and 2816028160.

Example 6 — Sum weighted by 1r+1\dfrac{1}{r+1}

Problem. Evaluate r=055Crr+1\displaystyle\sum_{r=0}^{5}\dfrac{{}^{5}C_{r}}{r+1}.

Solution. Use r=0nnCrr+1=2n+11n+1\displaystyle\sum_{r=0}^{n}\dfrac{{}^{n}C_{r}}{r+1}=\dfrac{2^{n+1}-1}{n+1} with n=5n=5: r=055Crr+1=2616=636=212.\sum_{r=0}^{5}\dfrac{{}^{5}C_{r}}{r+1}=\dfrac{2^{6}-1}{6}=\dfrac{63}{6}=\dfrac{21}{2}.

Check. Adding term by term, 1+52+103+104+55+16=212=10.51+\dfrac{5}{2}+\dfrac{10}{3}+\dfrac{10}{4}+\dfrac{5}{5}+\dfrac{1}{6}=\dfrac{21}{2}=10.5.

Answer. 212\dfrac{21}{2}.

Example 7 — Number of rational terms

Problem. How many terms in the expansion of (2+33)12\left(\sqrt{2}+\sqrt[3]{3}\right)^{12} are rational?

Solution. The general term is Tr+1=12Cr2(12r)/23r/3.T_{r+1}={}^{12}C_{r}\,2^{(12-r)/2}\,3^{r/3}. Rationality needs 12r2Z\dfrac{12-r}{2}\in\mathbb{Z} (so rr is even) and r3Z\dfrac{r}{3}\in\mathbb{Z} (so 3r3\mid r). Both hold together exactly when 6r6\mid r, giving r=0,6,12r=0,6,12 — three values.

Check. r=0: 26=64r=0:\ 2^{6}=64; then r=6: 12C62332=92472=66528r=6:\ {}^{12}C_{6}\,2^{3}3^{2}=924\cdot72=66528; then r=12: 34=81r=12:\ 3^{4}=81 — all rational, and no other rr qualifies.

Answer. 33 rational terms.

Example 8 — Number of terms in a multinomial

Problem. How many distinct terms appear in the expansion of (x+y+z+w)10(x+y+z+w)^{10} after like monomials are collected?

Solution. Here k=4k=4 symbols and n=10n=10, so the count is N=n+k1Ck1=13C3=1312116=286.N={}^{\,n+k-1}C_{k-1}={}^{13}C_{3}=\dfrac{13\cdot12\cdot11}{6}=286.

Check. This is the number of non-negative integer solutions of a+b+c+d=10a+b+c+d=10, which a stars-and-bars count confirms as 286286.

Answer. 286286 terms.