Binomial TheoremJEE Main

Expanding (1 + x)ⁿ term by term — interactive Mathematics simulation for IIT-JEE.

Concept

The binomial theorem expands (1+x)n(1+x)^n as a sum of n+1n+1 terms whose coefficients are exactly nCr^nC_r — the rows of Pascal's triangle. Each general term is Tr+1=nCrxrT_{r+1} = {}^nC_r\,x^r.

Key formula

(1+x)n=r=0nnCrxr,Tr+1=nCrxr(1+x)^n = \sum_{r=0}^{n} {}^nC_r\,x^r, \qquad T_{r+1} = {}^nC_r\,x^r

Derivation

Multiplying (1+x)(1+x) by itself nn times, each term picks either 11 or xx from every bracket. Choosing xx from exactly rr of the nn brackets can be done in nCr^nC_r ways, contributing nCrxr^nC_r x^r.

Summing over r=0r=0 to nn gives the full expansion. Setting x=1x=1 recovers rnCr=2n\sum_r {}^nC_r = 2^n; setting x=1x=-1 gives 00 for n1n\ge1.

Scenarios to explore

  • Binomial Theorem — Expanding (1 + x)ⁿ term by term.

Real-world applications

  • Approximations: (1+x)n1+nx(1+x)^n \approx 1+nx for small xx.
  • Probability — the binomial distribution uses these coefficients.
  • Series expansions and combinatorial identities.

JEE exam tips

  • Middle term: for even nn it is Tn/2+1T_{n/2+1}; for odd nn there are two middle terms.
  • Greatest coefficient sits at the centre of the Pascal row.
  • Ratio of consecutive terms Tr+1/Tr=nr+1rxT_{r+1}/T_r = \frac{n-r+1}{r}x — handy for the greatest term.

Common mistakes

  • Off-by-one on the term index — Tr+1T_{r+1} (not TrT_r) carries xrx^r.
  • Forgetting there are n+1n+1 terms, not nn.
  • Mis-placing the coefficient when the binomial is (a+b)n(a+b)^n — it is nCranrbr^nC_r a^{n-r} b^r.

Exam traps to avoid

  • For x<1|x|<1 and non-integer nn the series is infinite (general binomial series).
  • The 'greatest term' depends on xx, not just on the coefficients.