RankLab
Back to Concepts
MathsMediumClass 11

Binomial Coefficients — Properties, sum of coefficients

Binomial Theorem

9

JEE Qs

8%

Hard

60

min

Master the art of deriving various sums by substituting values, differentiating, or integrating the binomial expansion, and recognize common combinatorial identities for efficient problem-solving.

🧮 Key Formulas

(x+y)^n = Σ_{r=0 to n} (nCr) x^(n-r) y^r
Σ_{r=0 to n} (nCr) = 2^n
Σ_{r=0 to n} (-1)^r (nCr) = 0
nCr = nC(n-r)
nCr + nC(r-1) = (n+1)Cr
r * nCr = n * (n-1)C(r-1)
nCr / (nC(r-1)) = (n-r+1)/r
Σ_{r=0 to n} (nCr)^2 = (2n)Cn

✅ Key Points for JEE

  • 1Many summation properties of binomial coefficients (e.g., sum of all, alternating sum) can be derived by substituting specific values for variables (e.g., x=1, y=1 or x=1, y=-1) in the general binomial expansion.
  • 2Sums involving r * nCr or r^2 * nCr can often be solved by differentiating the binomial expansion (1+x)^n with respect to x, and then substituting x=1.
  • 3Sums involving nCr/(r+1) can often be solved by integrating the binomial expansion (1+x)^n with respect to x, and then substituting appropriate limits.
  • 4Recognize and apply fundamental combinatorial identities like symmetry (nCr = nC(n-r)), Pascal's Identity (nCr + nC(r-1) = (n+1)Cr), and the identity r * nCr = n * (n-1)C(r-1) for simplification.
  • 5Sums involving products of binomial coefficients, like Σ (nCr)(mCk-r), are often related to Vandermonde's Identity; a common case is Σ (nCr)^2 = (2n)Cn, which can be derived by comparing coefficients of x^n in (1+x)^n * (1+x)^n = (1+x)^(2n).

⚠️ Common Mistakes

  • Incorrectly applying differentiation or integration techniques without adjusting the summation limits or terms properly.
  • Confusing (Σ nCr)^2 with Σ (nCr)^2, leading to incorrect calculations.
  • Errors in algebraic manipulation of 'nCr' or not recognizing which identity to use for a specific sum.
  • Forgetting the initial term (r=0) or the final term (r=n) when evaluating sums, especially after differentiation/integration.

NCERT Chapters

  • Class 11 Maths Ch 8: Binomial Theorem