Chapter Summary: Binomial Theorem

  • Positive Integral Index: The expansion of (x+a)n(x+a)^n for a positive integer n is given by the formula:

(x+a)n=r=0nnCrxnrar(x+a)^n = \sum_{r=0}^{n} {^nC_r x^{n-r} a^r}

  • General Term: The most important formula is for the (r+1)th(r+1)^{th} term: Tr+1=nCrxnrarT_{r+1} = {^nC_r}x^{n-r}a^r.

  • Middle Term:

    • If n is even, the single middle term is the (n2+1)th(\frac{n}{2} + 1)^{th} term.
    • If n is odd, there are two middle terms: the (n+12)th(\frac{n+1}{2})^{th} and (n+32)th(\frac{n+3}{2})^{th} terms.
  • Binomial Coefficients: The coefficients nCr^nC_r have several properties. The sum of all coefficients in (x+a)n(x+a)^n is found by setting x=1,a=1x=1, a=1, which gives 2n2^n.

  • Any Index: For any rational number n, the expansion of (1+x)n(1+x)^n is an infinite series, valid only for x<1|x|<1.

(1+x)n=1+nx+n(n1)2!x2+...(1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + ...

  • Applications: The theorem is widely used to solve problems involving divisibility, remainders, and approximations.

🎯 Strategic Tips for JEE Main & Advanced

  • Master the General Term: Nearly every problem related to finding a specific term (e.g., the 5th term, the middle term, the term independent of x, the term with x7x^7) is solved using the general term formula, Tr+1T_{r+1}. Practice it until it's second nature.

  • Coefficient Properties are Shortcuts: Many complex-looking problems are made simple by using the properties of binomial coefficients. Memorize the formulas for the sum of all coefficients (2n2^n) and the sum of even/odd coefficients (2n12^{n-1}).

  • Remainder & Divisibility Problems: This is a very common application. The key is to express the base of the power in the form (kd±1)(kd \pm 1), where 'd' is the divisor. For example, to find the remainder of 9n9^n divided by 8, write it as (1+8)n(1+8)^n.

  • Greatest Term vs. Greatest Coefficient: Do not confuse these. The greatest coefficient is always the coefficient of the middle term(s). The greatest term, however, depends on the value of 'x' and requires solving the inequality Tr+1Tr1\frac{T_{r+1}}{T_r} \ge 1 to find the value of r.

  • Binomial Series (JEE Advanced): Be prepared to recognize infinite series that match the standard expansions for negative or fractional indices, like (1x)1(1-x)^{-1}, (1x)2(1-x)^{-2}, etc. This is a key topic for advanced problems.