Coefficients of (1+x)n are nC0,nC1,…,nCn; the row sum =2n.
First term an, last term bn; coefficients are symmetric.
Beyond-NCERT JEE Formulae
Past the NCERT core (general term, middle term, the row sum ∑nCr=2n, the square sum ∑nCr2=2nCn 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
Compare consecutive terms through their ratio:
TrTr+1=rn−r+1∣x∣.
The terms increase while this ratio exceeds 1 and decrease once it drops below 1. Solving rn−r+1∣x∣≥1 gives r≤1+∣x∣(n+1)∣x∣, so the numerically greatest term is Tm+1 (the r=m term) with
m=⌊1+∣x∣(n+1)∣x∣⌋.[JEE Tip] If 1+∣x∣(n+1)∣x∣ is itself an integer, the ratio equals 1 there, so Tm and Tm+1 are equal and jointly greatest. For (a+bx)n first pull out an to write an(1+abx)n, then apply the rule with abx in place of x.
2. Binomial series for any real index
For a real index n (fractional or negative) and ∣x∣<1,
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+⋯
This is an infinite series unless n is a non-negative integer. For small x the linear estimate (1+x)n≈1+nx is quick; keep the x2 term for four-decimal accuracy. Useful special cases are (1−x)−1=1+x+x2+⋯ and (1+x)−2=1−2x+3x2−⋯.
3. Weighted coefficient sums
Differentiating or integrating (1+x)n and then setting x=1 produces
r=0∑nrnCr=n2n−1,r=0∑nr2nCr=n(n+1)2n−2,r=0∑nr+1nCr=n+12n+1−1.
The first two follow from rnCr=nn−1Cr−1; the third from r+1nCr=n+11n+1Cr+1 (equivalently, integrate (1+x)n over [0,1]).
4. Number of rational (integral) terms
In (a1/p+b1/q)n the general term is Tr+1=nCra(n−r)/pbr/q. It is rational only when both exponents pn−r and qr are integers. [JEE Tip] The tighter condition qr∈Z usually shortlists r to 0,q,2q,…,n; test each against pn−r∈Z and count the survivors, which sit lcm(p,q) apart.
5. Multinomial expansion
For k symbols,
(x1+x2+⋯+xk)n=∑n1!n2!⋯nk!n!x1n1x2n2⋯xknk,
the sum running over all non-negative integers with n1+n2+⋯+nk=n. The number of distinct terms equals the number of such solutions,
N=n+k−1Ck−1.
For k=3 this is n+2C2=2(n+1)(n+2), and the largest multinomial coefficient occurs when the ni 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
Problem. Find the numerically greatest term in the expansion of (1+x)10 when x=32.
Solution. With n=10 and ∣x∣=32,
1+∣x∣(n+1)∣x∣=1+3211⋅32=5/322/3=522=4.4,
so m=⌊4.4⌋=4 and the greatest term is T5 (the r=4 term):
T5=10C4(32)4=210⋅8116=271120≈41.5.
Check.T4=10C3(32)3=27960≈35.6 and T6=10C5(32)5=2438064≈33.2, both smaller than T5.
Answer.T5=271120.
Example 2 — Greatest term after factoring, equal-terms case
Problem. Find the numerically greatest term in the expansion of (2+3x)9 when x=1.
Solution. Pull out 29: (2+3x)9=29(1+23x)9, so at x=1 the effective variable is y=23 with n=9. Then
1+∣y∣(n+1)∣y∣=1+2310⋅23=5/215=6,
an integer, so T6 and T7 are equal and jointly greatest. Using the original term Tr+1=9Cr29−r3r,
T6=9C52435=126⋅16⋅243=489888,T7=9C62336=84⋅8⋅729=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 489888, attained by both T6 and T7.
Example 3 — Approximation with an integer index
Problem. Estimate (1.02)10 using the binomial series up to the x3 term.
Solution. Write 1.02=1+0.02 with n=10:
(1+0.02)10≈1+10(0.02)+2!10⋅9(0.02)2+3!10⋅9⋅8(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.21896.
Check. The exact value is (1.02)10=1.218994…, so the four-term estimate is right to four decimals.
Answer.(1.02)10≈1.2190.
Example 4 — Approximation with a fractional index
Problem. Estimate 31.03=(1.03)1/3 keeping terms up to x2.
Solution. Here n=31 and x=0.03, so
(1+x)1/3≈1+31x+2!31(31−1)x2=1+31(0.03)+231(−32)(0.03)2.
This gives 1+0.01−91(0.0009)=1+0.01−0.0001=1.0099.
Check. Cubing back, (1.0099)3=1.02999…≈1.03; the exact root is 1.009901….
Answer.31.03≈1.0099.
Example 5 — Weighted sums ∑rnCr and ∑r2nCr
Problem. Evaluate r=0∑10r10Cr and r=0∑10r210Cr.
Solution. Apply the closed forms with n=10:
r=0∑10r10Cr=n2n−1=10⋅29=5120,r=0∑10r210Cr=n(n+1)2n−2=10⋅11⋅28=110⋅256=28160.
Check. Summing the ten coefficients directly reproduces 5120 and 28160.
Answer.5120 and 28160.
Example 6 — Sum weighted by r+11
Problem. Evaluate r=0∑5r+15Cr.
Solution. Use r=0∑nr+1nCr=n+12n+1−1 with n=5:
r=0∑5r+15Cr=626−1=663=221.
Check. Adding term by term, 1+25+310+410+55+61=221=10.5.
Answer.221.
Example 7 — Number of rational terms
Problem. How many terms in the expansion of (2+33)12 are rational?
Solution. The general term is
Tr+1=12Cr2(12−r)/23r/3.
Rationality needs 212−r∈Z (so r is even) and 3r∈Z (so 3∣r). Both hold together exactly when 6∣r, giving r=0,6,12 — three values.
Check.r=0:26=64; then r=6:12C62332=924⋅72=66528; then r=12:34=81 — all rational, and no other r qualifies.
Answer.3 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 after like monomials are collected?
Solution. Here k=4 symbols and n=10, so the count is
N=n+k−1Ck−1=13C3=613⋅12⋅11=286.
Check. This is the number of non-negative integer solutions of a+b+c+d=10, which a stars-and-bars count confirms as 286.
Answer.286 terms.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.