Math · Algebra

Binomial Theorem revision notes

A concise JEE revision summary of Binomial Theorem.

FormulasRevision notes
Mathrevision notes

Key Concepts & Definitions

Binomial Expression:
An algebraic expression consisting of two terms.
Binomial Theorem:
A theorem that provides an easier way to expand (a+b)n(a + b)^n(a+b)n, where nnn is an integer or a rational number, overcoming the difficulty of repeated multiplication for higher powers.
Binomial Coefficients:
The coefficients nCrnC_rnCr​ occurring in the binomial expansion.
Pascal's Triangle:
A triangular array of numbers where each row gives the binomial coefficients for a specific power. It starts with 1 at the top vertex and runs down the two slanting sides. It is also historically known as Meru-Prastara by the ancient Indian mathematician Pingla (200 B.C.). The pattern dictates that the addition of two adjacent numbers in a row gives the number directly below them in the next row (nCr+nCr−1=n+1CrnC_r + nC_{r-1} = {}^{n+1}C_rnCr​+nCr−1​=n+1Cr​).

Formulae, Equations & Units

1. Binomial Theorem for Positive Integral Indices

For any positive integer nn: (a+b)n=nC0an+nC1an1b+nC2an2b2++nCn1abn1+nCnbn(a + b)^n = {}^nC_0 a^n + {}^nC_1 a^{n-1}b + {}^nC_2 a^{n-2}b^2 + \dots + {}^nC_{n-1} a b^{n-1} + {}^nC_n b^n Using summation notation, this is expressed as: k=0nnCkankbk\sum_{k=0}^n {}^nC_k a^{n-k} b^k

Observations on the Expansion:

  1. Number of Terms: The total number of terms in the expansion is (n+1)(n + 1), which is one more than the index.
  2. Power Progression: The powers of the first quantity 'aa' go on decreasing by 1 (starting from nn to 00), whereas the powers of the second quantity 'bb' increase by 1 (starting from 00 to nn).
  3. Sum of Indices: In each term of the expansion, the sum of the indices of aa and bb is always equal to nn.

2. Special Cases of the Binomial Expansion

By substituting specific values into the standard expansion, we get the following critical identities:

  • Replacing bb with y-y: (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 - \dots + (-1)^n {}^nC_n y^n
  • Setting a=1a = 1 and b=xb = x: (1+x)n=nC0+nC1x+nC2x2++nCnxn(1 + x)^n = {}^nC_0 + {}^nC_1 x + {}^nC_2 x^2 + \dots + {}^nC_n x^n
  • Setting a=1a = 1 and b=xb = -x: (1x)n=nC0nC1x+nC2x2+(1)nnCnxn(1 - x)^n = {}^nC_0 - {}^nC_1 x + {}^nC_2 x^2 - \dots + (-1)^n {}^nC_n x^n
  • Sum of all Binomial Coefficients (Setting x=1x = 1 in (1+x)n(1+x)^n): 2n=nC0+nC1+nC2++nCn2^n = {}^nC_0 + {}^nC_1 + {}^nC_2 + \dots + {}^nC_n
  • Alternating Sum of Binomial Coefficients (Setting x=1x = 1 in (1x)n(1-x)^n): 0=nC0nC1+nC2+(1)nnCn0 = {}^nC_0 - {}^nC_1 + {}^nC_2 - \dots + (-1)^n {}^nC_n

3. General Term & Specific Terms

  • General Term (Tr+1T_{r+1}): The (r+1)th(r+1)^{th} term in the expansion of (a+b)n(a+b)^n is given by Tr+1=nCranrbrT_{r+1} = {}^nC_r a^{n-r} b^r.
    • JEE TIPAlways map the "k-th term" to r=k1r = k-1. If a question asks for the 5th term, r=4r=4.
  • Middle Term(s):
    • If nn is even, there is exactly 1 middle term: T(n/2)+1T_{(n/2)+1}.
    • If nn is odd, there are 2 middle terms: T(n+1)/2T_{(n+1)/2} and T(n+3)/2T_{(n+3)/2}.
  • Numerically Greatest Term (NGT): To find the greatest term in (a+x)n(a+x)^n, calculate m=(n+1)xa+xm = \frac{(n+1)|x|}{|a| + |x|}.
    • If mm is an integer, TmT_m and Tm+1T_{m+1} are the greatest terms and are equal.
    • If mm is not an integer, the greatest term is T[m]+1T_{[m]+1} (where [.][.] is the greatest integer function).

4. Properties of Binomial Coefficients

Let CrC_r denote nCr{}^nC_r:

  • Cr=CnrC_r = C_{n-r} (Symmetry)
  • rnCr=nn1Cr1r \cdot {}^nC_r = n \cdot {}^{n-1}C_{r-1}JEE TIP(Crucial for cancelling rr in summation problems).
  • nCrr+1=n+1Cr+1n+1\frac{{}^nC_r}{r+1} = \frac{{}^{n+1}C_{r+1}}{n+1} (Crucial for integration-based series).
  • nCr+nCr1=n+1Cr{}^nC_r + {}^nC_{r-1} = {}^{n+1}C_r (Pascal's Identity, heavily used in proofs).
  • r=0nCr2=2nCn\sum_{r=0}^n C_r^2 = {}^{2n}C_n
  • r=0nkCrCr+k=2nCnk\sum_{r=0}^{n-k} C_r \cdot C_{r+k} = {}^{2n}C_{n-k}

5. Multinomial Theorem

For an expansion of (x1+x2++xk)n(x_1 + x_2 + \dots + x_k)^n:

  • General term: n!p1!p2!pk!x1p1x2p2xkpk\frac{n!}{p_1! p_2! \dots p_k!} x_1^{p_1} x_2^{p_2} \dots x_k^{p_k}, subject to p1+p2++pk=np_1 + p_2 + \dots + p_k = n.
  • Total number of distinct terms = n+k1Ck1{}^{n+k-1}C_{k-1}.
    • JEE TIPUse this directly to find the number of non-negative integral solutions to p1+p2++pk=np_1 + p_2 + \dots + p_k = n.

6. Binomial Theorem for Any Index

If nn is a negative integer or a fraction, and x<1|x| < 1: (1+x)n=1+nx+n(n1)2!x2+n(n1)(n2)3!x3+ up to (1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \dots \text{ up to } \infty

  • JEE TIPThe series goes to infinity. The concept of nCrnC_r is invalid here because factorials of negative/fractional numbers are undefined in standard elementary combinatorics.

Conditions & Limitations

  • The combination formula nCr=n!r!(nr)!nC_r = \frac{n!}{r!(n-r)!} is ONLY valid for 0rn0 \le r \le n, where nn is a non-negative integer.
  • By definition, nC0=1nC_0 = 1 and nCn=1nC_n = 1.
  • The standard expansion (a+b)n(a+b)^n strictly assumes nn is a positive integer. For fractional/negative indices (JEE Advanced), you must extract the dominant term to force the form (1+x)n(1+x)^n where x<1|x| < 1.

Important Graphs & Diagrams

  • Pascal's Triangle: A structural diagram resembling a triangle. The rows correspond to the index nn. For example, the row for index 5 is 1 5 10 10 5 1. Using this row, (2x+3y)5(2x + 3y)^5 expands easily by attaching decreasing powers of (2x)(2x) and increasing powers of (3y)(3y).

Standard Derivations & Step-by-Step Problem Solving

Derivation 1: Proof of the Binomial Theorem by Principle of Mathematical Induction

  1. Base Case (n=1n=1): (a+b)1=1C0a1+1C1b1=a+b(a+b)^1 = {}^1C_0 a^1 + {}^1C_1 b^1 = a+b. True.
  2. Assumption Case (n=kn=k): Assume (a+b)k=r=0kkCrakrbr(a+b)^k = \sum_{r=0}^k {}^kC_r a^{k-r} b^r.
  3. Inductive Step (n=k+1n=k+1): Multiply the assumption by (a+b)(a+b). (a+b)k+1=(a+b)(kC0ak+kC1ak1b++kCkbk)(a+b)^{k+1} = (a+b)({}^kC_0 a^k + {}^kC_1 a^{k-1}b + \dots + {}^kC_k b^k) Group like terms: =kC0ak+1+(kC1+kC0)akb+(kC2+kC1)ak1b2++kCkbk+1= {}^kC_0 a^{k+1} + ({}^kC_1 + {}^kC_0)a^k b + ({}^kC_2 + {}^kC_1)a^{k-1}b^2 + \dots + {}^kC_k b^{k+1} Using Pascal's Identity (kCr+kCr1=k+1Cr)({}^kC_r + {}^kC_{r-1} = {}^{k+1}C_r) and kC0=k+1C0=1{}^kC_0 = {}^{k+1}C_0 = 1, the expansion morphs precisely into the definition for index k+1k+1.

Problem Solving Approach: Divisibility Problems

Objective: Prove anbna^n - b^n leaves a specific remainder when divided by a number PP. Standard Step-by-Step:

  1. Express the larger base as the smaller base plus a constant. E.g., to find the remainder of 6n5n6^n - 5^n mod 25, write 6=1+56 = 1+5.
  2. Expand (1+5)n(1+5)^n using Binomial Theorem: nC0+nC15+nC252++nCn5n{}^nC_0 + {}^nC_1 5 + {}^nC_2 5^2 + \dots + {}^nC_n 5^n.
  3. Subtract the 5n5^n (or whatever is given in the problem) and observe that all remaining higher power terms contain the divisor (e.g., 52=255^2 = 25).
  4. Factor out the divisor: 6n5n=1+25(nC2+5nC3+)6^n - 5^n = 1 + 25({}^nC_2 + 5 {}^nC_3 + \dots).
  5. Formulate as Pk+RP \cdot k + R. Remainder is R=1R=1.
  • JEE TIPIf the remainder RR turns out to be negative (e.g., 4-4 mod 25), convert it to a positive remainder by adding the divisor: 4+25=21-4 + 25 = 21.

Problem Solving Approach: Estimation Problems

Objective: Compare a massive exponent (e.g., 1.0110000001.01^{1000000}) to a static number (e.g., 1000010000).

  1. Split the decimal into (1+x)(1 + x) where xx is small: (1+0.01)1000000(1 + 0.01)^{1000000}.
  2. Expand the first few terms: nC0+nC1(0.01)+positive terms{}^nC_0 + {}^nC_1(0.01) + \text{positive terms}.
  3. Evaluate: 1+1000000×0.01=1+10000=100011 + 1000000 \times 0.01 = 1 + 10000 = 10001.
  4. Conclude: Since 10001>1000010001 > 10000, and all subsequent terms are strictly positive, the exponential expression is strictly larger.

⚠️ COMMON MISCONCEPTIONS & SIGN CONVENTIONS

  • Term Position vs Index r: The rr-th term in an expansion is NOT Tr=nCranrbrT_r = {}^nC_r a^{n-r}b^r. Due to the nC0{}^nC_0 term, the rr-th term is actually Tr=nCr1an(r1)br1T_r = {}^nC_{r-1} a^{n-(r-1)}b^{r-1}. Always use Tr+1T_{r+1}.
  • Sign Alternate Convention: In (xy)n(x-y)^n, students often try to absorb the minus sign arbitrarily. It is much safer to treat it as (x+(y))n(x + (-y))^n and carry the (y)r(-y)^r strictly in the general term formula to avoid parity mistakes.
  • Bounds of Combinatorics: In series expansions, remember that nCr=0{}^nC_r = 0 for r>nr > n or r<0r < 0. Many summation questions rely on you extending the bounds to infinity simply because the terms automatically become zero.
  • Rational Index: The formula (1+x)n=1+nx+(1+x)^n = 1 + nx + \dots ONLY converges if x<1|x| < 1. If x=3x = 3, you cannot use it. You must pull out the dominant term first.

Previous Year JEE Topics

  1. Finding the coefficient of a specific power of xx (requires equating the exponent of xx in the general term to the target power).
  2. Summation of Series involving Binomial Coefficients (often using calculus: differentiating (1+x)n(1+x)^n to get rnCrr \cdot {}^nC_r series, or integrating for series with rr in the denominator).
  3. Remainder when a large exponent like 71037^{103} is divided by 25.
  4. Number of rational/irrational terms in expansions like (21/3+31/4)100(2^{1/3} + 3^{1/4})^{100}.

Top 10 JEE MCQ Traps

  1. Misconception: The (r)th(r)^{th} term of (a+b)n(a+b)^n is nCranrbr{}^nC_r a^{n-r}b^r. Correct Understanding: The (r+1)th(r+1)^{th} term is nCranrbr{}^nC_r a^{n-r}b^r. The index rr starts at 0, making the first term r=0r=0.
  2. Misconception: When asked for the "Greatest Coefficient", finding the Middle Term is enough. Correct Understanding: The middle term has the greatest binomial coefficient (nCn/2{}^nC_{n/2}), but the Numerically Greatest Term (NGT) depends entirely on the values of aa and xx in (a+x)n(a+x)^n.
  3. Misconception: (1x)n(1-x)^{-n} expands with alternating signs just like (1x)n(1-x)^n. Correct Understanding: For negative indices, (1x)n=1+nx+n(n+1)2!x2+(1-x)^{-n} = 1 + nx + \frac{n(n+1)}{2!}x^2 + \dots. All terms are POSITIVE.
  4. Misconception: Differentiating a binomial series nC0+nC1x+{}^nC_0 + {}^nC_1 x + \dots gives a valid numeric summation immediately. Correct Understanding: After differentiating/integrating, you MUST substitute x=1x=1 or x=1x=-1 to get the final numeric series value.
  5. Misconception: Integrating a binomial series doesn't require a constant of integration. Correct Understanding: Integration generates a +C+ C. You must evaluate the series at x=0x=0 to find the value of CC before calculating the sum at x=1x=1.
  6. Misconception: Finding remainder of an/Pa^n / P, one can randomly expand using any base. Correct Understanding: You must manipulate the base aa so that a=kP±1a = kP \pm 1 or a=kP±something smalla = kP \pm \text{something small}, allowing the binomial expansion to wipe out all terms containing PP.
  7. Misconception: Negative remainders are final answers in modular arithmetic MCQs. Correct Understanding: If binomial theorem yields a remainder of r-r, the actual mathematical remainder is Divisor r- r.
  8. Misconception: The total number of terms in (a+b+c)n(a+b+c)^n is 3n3^n or something similar. Correct Understanding: Total distinct terms is given by stars and bars: (n+31)C(31)=n+2C2{}^{(n+3-1)}C_{(3-1)} = {}^{n+2}C_2.
  9. Misconception: r=0nnCrnCnr\sum_{r=0}^n {}^nC_r {}^nC_{n-r} is evaluated by isolating terms individually. Correct Understanding: This represents the coefficient of xnx^n in (1+x)n(1+x)n=(1+x)2n(1+x)^n(1+x)^n = (1+x)^{2n}, so the answer is immediately 2nCn{}^{2n}C_n.
  10. Misconception: If a question asks for the sum of even-positioned coefficients (C0+C2+C4C_0 + C_2 + C_4 \dots), you just divide 2n2^n by rr. Correct Understanding: Add the identity for x=1x=1 (2n2^n) and x=1x=-1 (00) together and divide by 2. The sum is exactly 2n12^{n-1}.
Notes fade fast. Rhovecs re-surfaces each concept on a forgetting schedule and picks what you practise next — so revision sticks.See how it works
Other chapters

Rhovecs re-surfaces each concept right before you’d forget it — and picks the next thing to practise. We decide, you execute.

Get started