Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Beng (বাংলা) Hindi (हिन्दी)
WBB • Class XI • Mathematics • Ch 9
Estimated Time: 80 minutes
Study Progress: In Progress

Binomial Theorem

The Binomial Theorem is an algebraic cornerstone that provides a systematic and powerful algebraic expansion for powers of a binomial expression (a + b)ⁿ for any positive integer n, as well as for arbitrary rational indices when the absolute value of x is strictly less than 1. First discovered in ancient India by Pingala in the Meru Prastara (~3rd-2nd century BCE) and later formalized in Europe by Blaise Pascal (1654) and generalized to fractional and negative exponents by Sir Isaac Newton (1665), the theorem replaces tedious manual multiplication with an elegant combinatorial summation involving combination coefficients ⁿCᵣ. For a positive integer n, the expansion of (a + b)ⁿ contains exactly n + 1 terms, where the powers of a decrease monotonically from n to 0 while the powers of b increase from 0 to n, maintaining a constant total degree of n in every single term. The binomial coefficients exhibit perfect bilateral symmetry since ⁿCᵣ = ⁿCₙ₋ᵣ, directly reflecting the entries along the rows of Pascal's Triangle. The chapter systematically equips students with analytical tools to determine the general term T_{r+1} = ⁿCᵣ aⁿ⁻ʳ bʳ, identify single or dual middle terms depending on whether n is even or odd, extract constant terms independent of x, evaluate numerically greatest terms, and leverage combinatorial calculus to prove advanced coefficient identities. Furthermore, the extension to negative and fractional indices reveals an infinite converging series that forms the computational engine for numerical approximations, calculus expansions, and mathematical physics.

Why This Chapter Matters

The Binomial Theorem is universally ubiquitous across pure mathematics, theoretical physics, modern computer science, and quantitative finance. In probability theory and statistics, the binomial distribution model—derived directly from the terms of (q + p)ⁿ—governs hypothesis testing, genetic inheritance ratios, risk modeling in actuarial science, and quality control engineering. In computer science and algorithm analysis, binomial coefficients determine the complexity of combinatorial algorithms, binomial heaps, and cryptographic hashing security bounds. In computational finance and investment banking, the Cox-Ross-Rubinstein binomial options pricing model evaluates multi-billion dollar derivative contracts on Wall Street by discretizing stochastic asset price paths into binomial lattices. In theoretical and applied physics, Newton's generalized binomial expansion enables Taylor series approximations, relativistic corrections (such as approximating the Lorentz factor γ = (1 - v²/c²)⁻¹/² ≈ 1 + ½v²/c² at everyday velocities), and perturbation theory in quantum mechanics. For students preparing for WBCHSE Class 11 board examinations and competitive examinations like WBJEE, JEE Main, and JEE Advanced, Binomial Theorem is a high-yield, indispensable chapter whose mastery builds rigorous algebraic fluency and unlocks superior problem-solving efficiency.

Chapter Roadmap & Progression

1 1. Historical Foundations, Pascal's...
2 2. The Binomial Theorem for Positiv...
3 3. The General Term, Terms from the...
4 4. Term Independent of $x$ (Constan...
5 5. Properties of Binomial Coefficie...
6 6. Binomial Theorem for Any Rationa...

Complete Concept Guide (100% Curriculum Coverage)

1. Historical Foundations, Pascal's Triangle (Meru Prastara) & Recursive Identity

Expanding powers of a two-term algebraic expression (binomial) is a fundamental operation in algebra. The geometric arrangement of binomial coefficients reveals profound recursive structures.

1.1 Historical Context: Pingala\'s Meru Prastara to Pascal

Centuries before Blaise Pascal published his Traité du triangle arithmétique in 1654, the ancient Indian mathematician Pingala described the exact triangular array of combinatoric numbers in his Sanskrit treatise Chandas Shastra (c. 3rd–2nd century BCE) under the name Meru Prastara (the staircase/pyramid of Mount Meru). Later, Persian mathematician Omar Khayyam (c. 1048–1131) and Chinese mathematician Yang Hui (1261) documented the same pyramidal arithmetic array.

1.2 Construction and Geometric Properties of Pascal\'s Triangle

Each row begins and ends with $1$. Every interior entry is the exact arithmetic sum of the two numbers directly above it in the preceding row:

Row index $n$ Binomial Expansion $(a + b)^n$ Coefficients (Entries of Row) Row Sum $\sum_{r=0}^n {^nC_r}$
$n = 0$$(a + b)^0 = 1$1$1 = 2^0$
$n = 1$$(a + b)^1 = a + b$1, 1$2 = 2^1$
$n = 2$$(a + b)^2 = a^2 + 2ab + b^2$1, 2, 1$4 = 2^2$
$n = 3$$(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$1, 3, 3, 1$8 = 2^3$
$n = 4$$(a + b)^4 = a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4$1, 4, 6, 4, 1$16 = 2^4$
$n = 5$$(a + b)^5 = a^5 + 5a^4b + 10a^3b^2 + 10a^2b^3 + 5ab^4 + b^5$1, 5, 10, 10, 5, 1$32 = 2^5$
1.3 Pascal\'s Recursive Identity
Fundamental Theorem (Pascal\'s Identity): For any positive integers $n$ and $r$ with $1 \le r \le n$: $$\mathbf{^nC_r + {^nC_{r-1}} = {^{n+1}C_r}}$$

Algebraic Proof:

$$^nC_r + {^nC_{r-1}} = \frac{n!}{r!(n - r)!} + \frac{n!}{(r - 1)!(n - r + 1)!}$$

Express factorials with common denominators: $r! = r \cdot (r - 1)!$ and $(n - r + 1)! = (n - r + 1)(n - r)!$:

$$= \frac{n!}{(r - 1)!(n - r)!} \left[ \frac{1}{r} + \frac{1}{n - r + 1} \right] = \frac{n!}{(r - 1)!(n - r)!} \left[ \frac{(n - r + 1) + r}{r(n - r + 1)} \right]$$ $$= \frac{n! \cdot (n + 1)}{r(r - 1)! \cdot (n - r + 1)(n - r)!} = \frac{(n + 1)!}{r!(n + 1 - r)!} = \mathbf{^{n+1}C_r}$$

2. The Binomial Theorem for Positive Integral Index & Proof by Induction

The Binomial Theorem provides an exact algebraic formula to expand $(a + b)^n$ into a sum of monomials without expanding brackets term-by-term.

2.1 Formal Statement of the Binomial Theorem
Theorem (Binomial Theorem for $n \in \mathbb{N}$): If $a$ and $b$ are real (or complex) numbers and $n$ is any positive integer, then: $$(a + b)^n = {^nC_0} a^n + {^nC_1} a^{n-1} b + {^nC_2} a^{n-2} b^2 + \dots + {^nC_r} a^{n-r} b^r + \dots + {^nC_n} b^n = \mathbf{\sum_{r=0}^n {^nC_r} a^{n-r} b^r}$$
2.2 Proof by the Principle of Mathematical Induction

Let $P(n)$ be the statement: $(a + b)^n = \sum_{r=0}^n {^nC_r} a^{n-r} b^r$.

  1. Base Step ($n = 1$): $$\text{LHS} = (a + b)^1 = a + b$$ $$\text{RHS} = {^1C_0} a^1 b^0 + {^1C_1} a^0 b^1 = 1 \cdot a + 1 \cdot b = a + b$$ Since $\text{LHS} = \text{RHS}$, $P(1)$ is strictly true.
  2. Inductive Hypothesis: Assume $P(k)$ is true for some positive integer $k \ge 1$: $$(a + b)^k = {^kC_0} a^k + {^kC_1} a^{k-1} b + {^kC_2} a^{k-2} b^2 + \dots + {^kC_k} b^k$$
  3. Inductive Step ($n = k + 1$): Multiply both sides by $(a + b)$: $$(a + b)^{k+1} = (a + b) (a + b)^k = (a + b) \left[ {^kC_0} a^k + {^kC_1} a^{k-1} b + \dots + {^kC_k} b^k \right]$$ Distribute $a$ and $b$: $$= a \left[ \sum_{r=0}^k {^kC_r} a^{k-r} b^r \right] + b \left[ \sum_{r=0}^k {^kC_r} a^{k-r} b^r \right]$$ $$= \sum_{r=0}^k {^kC_r} a^{k-r+1} b^r + \sum_{r=0}^k {^kC_r} a^{k-r} b^{r+1}$$ Expand and group like powers of $a^{k+1-r} b^r$: $$= {^kC_0} a^{k+1} + \sum_{r=1}^k \left( {^kC_r} + {^kC_{r-1}} \right) a^{k+1-r} b^r + {^kC_k} b^{k+1}$$ Using Pascal\'s Identity (${^kC_r} + {^kC_{r-1}} = {^{k+1}C_r}$) and noting ${^kC_0} = 1 = {^{k+1}C_0}$ and ${^kC_k} = 1 = {^{k+1}C_{k+1}}$: $$= {^{k+1}C_0} a^{k+1} + \sum_{r=1}^k {^{k+1}C_r} a^{k+1-r} b^r + {^{k+1}C_{k+1}} b^{k+1} = \sum_{r=0}^{k+1} {^{k+1}C_r} a^{k+1-r} b^r$$ This proves $P(k + 1)$ is true whenever $P(k)$ is true.

Hence, by the Principle of Mathematical Induction, the theorem holds for all $n \in \mathbb{N}$.

2.3 Vital Structural Observations
  • Total Terms: The expansion contains exactly $\mathbf{n + 1}$ terms. For instance, $(x + y)^{10}$ has 11 terms.
  • Degree Invariance: In every term ${^nC_r} a^{n-r} b^r$, the sum of the exponents of $a$ and $b$ is $(n - r) + r = \mathbf{n}$.
  • Symmetry of Coefficients: Coefficients equidistant from the beginning and end are equal: ${^nC_r} = {^nC_{n-r}}$.
  • Alternating Expansion $(a - b)^n$: $$(a - b)^n = [a + (-b)]^n = \sum_{r=0}^n (-1)^r {^nC_r} a^{n-r} b^r = {^nC_0} a^n - {^nC_1} a^{n-1} b + {^nC_2} a^{n-2} b^2 - \dots + (-1)^n {^nC_n} b^n$$
  • Standard Single-Variable Expansion $(1 + x)^n$: $$(1 + x)^n = {^nC_0} + {^nC_1} x + {^nC_2} x^2 + \dots + {^nC_n} x^n = \sum_{r=0}^n {^nC_r} x^r$$

3. The General Term, Terms from the End, and Middle Term(s)

To analyze specific terms in an expansion without writing out the full polynomial, mathematicians utilize the General Term formula.

3.1 The General Term $T_{r+1}$

Because the first term corresponds to $r = 0$, the $(r + 1)$-th term in the expansion of $(a + b)^n$ is denoted $T_{r+1}$:

$$\mathbf{T_{r+1} = {^nC_r} \, a^{n-r} \, b^r}$$

For the alternating expansion $(a - b)^n$:

$$T_{r+1} = (-1)^r \, {^nC_r} \, a^{n-r} \, b^r$$
3.2 The $p$-th Term from the End

In the expansion of $(a + b)^n$, which contains $(n + 1)$ terms:

$$\mathbf{p\text{-th term from the end}} = \mathbf{(n - p + 2)\text{-th term from the beginning}}$$

Alternative Method: The $p$-th term from the end of $(a + b)^n$ is simply the $p$-th term from the beginning of the inverted expansion $(b + a)^n$.

3.3 Determination of Middle Term(s)

The number of middle terms depends strictly on whether the exponent $n$ is even or odd:

Nature of $n$ Total Terms $(n + 1)$ Number of Middle Terms Formula for Middle Term(s)
$n$ is EVEN Odd ($n + 1$) Exactly 1 Middle Term $$T_{\frac{n}{2} + 1} = {^nC_{n/2}} \, a^{n/2} \, b^{n/2}$$ Note: The binomial coefficient ${^nC_{n/2}}$ is the greatest coefficient in the expansion.
$n$ is ODD Even ($n + 1$) Exactly 2 Middle Terms $$\text{1st Middle Term: } T_{\frac{n+1}{2}} = {^nC_{\frac{n-1}{2}}} \, a^{\frac{n+1}{2}} \, b^{\frac{n-1}{2}}$$ $$\text{2nd Middle Term: } T_{\frac{n+3}{2}} = {^nC_{\frac{n+1}{2}}} \, a^{\frac{n-1}{2}} \, b^{\frac{n+1}{2}}$$ Note: Both coefficients are equal (${^nC_{(n-1)/2}} = {^nC_{(n+1)/2}}$) and represent the greatest coefficients.

4. Term Independent of $x$ (Constant Term) and Numerically Greatest Term

Two classic high-weightage problem types in WBCHSE and competitive examinations are finding the constant term and the numerically greatest term.

4.1 Term Independent of $x$ (Constant Term)

To find the term independent of $x$ in an expansion such as $\left(A x^p + \frac{B}{x^q}\right)^n$:

  1. Write the general term $T_{r+1}$: $$T_{r+1} = {^nC_r} (A x^p)^{n-r} \left(\frac{B}{x^q}\right)^r = {^nC_r} A^{n-r} B^r \cdot x^{p(n-r) - qr} = {^nC_r} A^{n-r} B^r \cdot x^{pn - (p+q)r}$$
  2. Set the net exponent of $x$ equal to zero: $$pn - (p + q)r = 0 \implies \mathbf{r = \frac{pn}{p + q}}$$
  3. Integrity Check: If $r$ evaluates to a non-negative integer with $0 \le r \le n$, substitute $r$ back into $T_{r+1}$ to obtain the constant term. If $r$ is fractional or negative, no term independent of $x$ exists in the expansion.
4.2 Numerically Greatest Term (NGT)

To determine which term has the largest numerical value in the expansion of $(1 + x)^n$ for a specified real value of $x$:

Consider the consecutive term ratio $\left|\frac{T_{r+1}}{T_r}\right|$:

$$\left| \frac{T_{r+1}}{T_r} \right| = \left| \frac{{^nC_r} x^r}{{^nC_{r-1}} x^{r-1}} \right| = \frac{n - r + 1}{r} |x|$$

Setting $\left| \frac{T_{r+1}}{T_r} \right| \ge 1$ yields:

$$\mathbf{r \le \frac{(n + 1)|x|}{|x| + 1}}$$
  • Case 1: If $\frac{(n + 1)|x|}{|x| + 1} = m$ is an integer: Both the $m$-th term ($T_m$) and $(m + 1)$-th term ($T_{m+1}$) are numerically equal and are the two greatest terms.
  • Case 2: If $\frac{(n + 1)|x|}{|x| + 1} = m + f$ is not an integer: (where $m = \lfloor \cdot \rfloor$ is the integer part), then the single numerically greatest term is $\mathbf{T_{m+1}}$.

5. Properties of Binomial Coefficients and Combinatorial Summations

For brevity, the binomial coefficient ${^nC_r}$ is often written simply as $C_r$. These coefficients satisfy fundamental summation identities.

5.1 Fundamental Identity: $(1 + x)^n = C_0 + C_1 x + C_2 x^2 + \dots + C_n x^n$
Key Summation Theorems:
  1. Sum of All Coefficients: Setting $x = 1$: $$C_0 + C_1 + C_2 + \dots + C_n = \mathbf{2^n}$$
  2. Alternating Sum: Setting $x = -1$: $$C_0 - C_1 + C_2 - C_3 + \dots + (-1)^n C_n = \mathbf{0}$$
  3. Sum of Even and Odd Coefficients: Adding and subtracting the two equations above: $$C_0 + C_2 + C_4 + \dots = C_1 + C_3 + C_5 + \dots = \mathbf{2^{n-1}}$$
5.2 Weighted Coefficient Summations via Calculus and Combinatorics

To evaluate sums where coefficients are multiplied by integers, two primary methods are available:

  • Identity 1: $r \cdot {^nC_r} = n \cdot {^{n-1}C_{r-1}}$: $$\sum_{r=1}^n r C_r = \sum_{r=1}^n n \cdot {^{n-1}C_{r-1}} = n \sum_{r=1}^n {^{n-1}C_{r-1}} = \mathbf{n \cdot 2^{n-1}}$$ Alternative Calculus Method: Differentiate $(1 + x)^n = \sum_{r=0}^n C_r x^r$ with respect to $x$: $$n(1 + x)^{n-1} = \sum_{r=1}^n r C_r x^{r-1} \xrightarrow{x = 1} \mathbf{\sum_{r=1}^n r C_r = n \cdot 2^{n-1}}$$
  • Identity 2: Sum of Squares of Coefficients: $$C_0^2 + C_1^2 + C_2^2 + \dots + C_n^2 = \mathbf{^{2n}C_n = \frac{(2n)!}{(n!)^2}}$$ Proof: Equate the coefficient of $x^n$ on both sides of $(1 + x)^n (x + 1)^n = (1 + x)^{2n}$, noting that $C_r = C_{n-r}$.
  • Identity 3: Integration of Binomial Series: $$\int_0^1 (1 + x)^n dx = \sum_{r=0}^n \frac{C_r}{r + 1} \implies \left[ \frac{(1 + x)^{n+1}}{n + 1} \right]_0^1 = \mathbf{\frac{2^{n+1} - 1}{n + 1} = \sum_{r=0}^n \frac{C_r}{r + 1}}$$

6. Binomial Theorem for Any Rational Index (Negative & Fractional Powers)

When the exponent is not a positive integer, the expansion does not terminate; it becomes an infinite converging series with strict domain constraints.

6.1 Statement of Newton\'s Generalized Binomial Theorem
Theorem (Newton, 1665): If $n$ is any rational number (positive fraction, negative integer, or negative fraction) and real variable $|x| < 1$, then: $$(1 + x)^n = 1 + n x + \frac{n(n - 1)}{2!} x^2 + \frac{n(n - 1)(n - 2)}{3!} x^3 + \dots + \frac{n(n - 1)\dots(n - r + 1)}{r!} x^r + \dots \infty$$
6.2 Critical Differences from Positive Integral Index
  1. Infinite Terms: The series never terminates because $n(n - 1)\dots(n - r + 1)$ never equals zero for non-integer $n$.
  2. Convergence Condition: The expansion is strictly valid if and only if $|x| < 1$. If $|x| \ge 1$, the series diverges and is invalid.
  3. Normalization to Unity: To expand $(a + b)^n$ where $n \notin \mathbb{N}$, one must factor out $a^n$: $$(a + b)^n = a^n \left(1 + \frac{b}{a}\right)^n, \quad \text{valid only when } \left|\frac{b}{a}\right| < 1 \iff |b| < |a|$$
6.3 Standard Negative and Fractional Expansions
Expression Expanded Infinite Series ($|x| < 1$) General Term $T_{r+1}$
$(1 - x)^{-1}$ $1 + x + x^2 + x^3 + x^4 + \dots$ $x^r$
$(1 + x)^{-1}$ $1 - x + x^2 - x^3 + x^4 - \dots$ $(-1)^r x^r$
$(1 - x)^{-2}$ $1 + 2x + 3x^2 + 4x^3 + \dots$ $(r + 1) x^r$
$(1 + x)^{-2}$ $1 - 2x + 3x^2 - 4x^3 + \dots$ $(-1)^r (r + 1) x^r$
6.4 Numerical Approximations for Small $|x| \ll 1$

When $|x|$ is very small ($x^2, x^3 \approx 0$):

$$\mathbf{(1 + x)^n \approx 1 + nx}$$

Example: To compute $\sqrt{1.02} = (1 + 0.02)^{1/2}$:

$$\sqrt{1.02} \approx 1 + \frac{1}{2}(0.02) = 1 + 0.01 = \mathbf{1.01} \quad (\text{Exact value: } 1.00995\dots)$$

Key Formulas, Identities & Theorems

Binomial Theorem (Positive Integral Index)
Sum of (n + 1) terms
Valid for any positive integer n. In every term, exponents sum to n.
General Term (r + 1)-th Term
ⁿCᵣ · aⁿ⁻ʳ · bʳ
For alternating expansion (a - b)ⁿ, include factor (-1)ʳ.
Middle Term Formula
1 term (even n) or 2 terms (odd n)
Middle term coefficients are the maximum binomial coefficients in the expansion.
Pascal's Recursive Identity
ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ
Constructs adjacent node additions in Pascal's Triangle / Meru Prastara.
Sum of Binomial Coefficients
Total sum = 2ⁿ; Even sum = 2ⁿ⁻¹
Obtained by substituting x = 1 and x = -1 into (1 + x)ⁿ.
Generalized Binomial Theorem
Infinite series (valid for |x| < 1)
Foundation for negative powers, fractional roots, and small-x linear approximations (1 + nx).

Conceptual Solved Examples & Case Studies

Example 1
Find the 4th term in the expansion of \(\left(2x - \frac{y}{3}\right)^7\). [2 marks]
Step-by-Step Solution:
Solution: Comparing with $(a + b)^n$: Here $a = 2x$, $b = -\frac{y}{3}$, and $n = 7$. The general term is given by: $$T_{r+1} = {^nC_r} \, a^{n-r} \, b^r$$ For the 4th term, set $r + 1 = 4 \implies r = 3$: $$T_4 = {^7C_3} \, (2x)^{7-3} \, \left(-\frac{y}{3}\right)^3$$ Evaluate each component: $${^7C_3} = \frac{7 \times 6 \times 5}{3 \times 2 \times 1} = 35$$ $$(2x)^4 = 16x^4$$ $$\left(-\frac{y}{3}\right)^3 = -\frac{y^3}{27}$$ Multiply together: $$T_4 = 35 \cdot (16x^4) \cdot \left(-\frac{y^3}{27}\right) = -\frac{35 \times 16}{27} x^4 y^3 = \mathbf{-\frac{560}{27} x^4 y^3}$$
Example 2
Find the middle term in the expansion of \(\left(\frac{x}{3} + 9y\right)^8\). [3 marks]
Step-by-Step Solution:
Solution: In the expansion of $\left(\frac{x}{3} + 9y\right)^8$, the index $n = 8$ is EVEN. Total number of terms = $n + 1 = 8 + 1 = 9$ (an odd number). Therefore, there is exactly one middle term, which is: $$T_{\frac{n}{2} + 1} = T_{\frac{8}{2} + 1} = T_{4 + 1} = T_5$$ Here $a = \frac{x}{3}$, $b = 9y$, $n = 8$, and $r = 4$. Applying the general term formula $T_{r+1} = {^nC_r} a^{n-r} b^r$: $$T_5 = {^8C_4} \left(\frac{x}{3}\right)^{8-4} (9y)^4 = {^8C_4} \left(\frac{x}{3}\right)^4 (9y)^4$$ Compute the individual values: $${^8C_4} = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1} = 70$$ $$\left(\frac{x}{3}\right)^4 = \frac{x^4}{81}$$ $$(9y)^4 = 9^4 y^4 = (81)^2 y^4 = 6561 y^4$$ Now simplify: $$T_5 = 70 \cdot \frac{x^4}{81} \cdot 6561 y^4 = 70 \cdot x^4 \cdot (81 y^4) = 70 \times 81 \, x^4 y^4 = \mathbf{5670 \, x^4 y^4}$$ Hence, the middle term is $5670 x^4 y^4$.
Example 3
Find the term independent of \(x\) in the expansion of \(\left(3x^2 - \frac{1}{2x^3}\right)^{10}\). [3 marks]
Step-by-Step Solution:
Solution: Given expression: $\left(3x^2 - \frac{1}{2x^3}\right)^{10}$. Here $a = 3x^2$, $b = -\frac{1}{2x^3}$, and $n = 10$. The general term is: $$T_{r+1} = {^{10}C_r} (3x^2)^{10-r} \left(-\frac{1}{2x^3}\right)^r$$ $$= {^{10}C_r} \cdot 3^{10-r} \cdot (x^2)^{10-r} \cdot \left(-\frac{1}{2}\right)^r \cdot (x^{-3})^r$$ $$= {^{10}C_r} \cdot 3^{10-r} \cdot \left(-\frac{1}{2}\right)^r \cdot x^{2(10-r) - 3r}$$ $$= {^{10}C_r} \cdot 3^{10-r} \cdot \left(-\frac{1}{2}\right)^r \cdot x^{20 - 5r}$$ For the term to be independent of $x$, the exponent of $x$ must be zero: $$20 - 5r = 0 \implies 5r = 20 \implies \mathbf{r = 4}$$ Since $r = 4$ is a non-negative integer and $0 \le 4 \le 10$, the independent term is $T_{4+1} = T_5$: $$T_5 = {^{10}C_4} \cdot 3^{10-4} \cdot \left(-\frac{1}{2}\right)^4 \cdot x^0$$ Evaluate the values: $${^{10}C_4} = \frac{10 \times 9 \times 8 \times 7}{4 \times 3 \times 2 \times 1} = 210$$ $$3^6 = 729$$ $$\left(-\frac{1}{2}\right)^4 = \frac{1}{16}$$ Substitute and reduce: $$T_5 = 210 \times 729 \times \frac{1}{16} = \frac{105 \times 729}{8} = \mathbf{\frac{76545}{8}}$$ Hence, the term independent of $x$ is $\frac{76545}{8}$.
Example 4
If the coefficients of the \(r\)-th, \((r + 1)\)-th, and \((r + 2)\)-th terms in the expansion of \((1 + x)^n\) are in Arithmetic Progression (A.P.), prove that \(n^2 - n(4r + 1) + 4r^2 - 2 = 0\). [4 marks]
Step-by-Step Solution:
Solution: In the expansion of $(1 + x)^n$: The general term is $T_{k+1} = {^nC_k} x^k$. Therefore:
  • Coefficient of $r$-th term ($T_r = T_{(r-1)+1}$) is ${^nC_{r-1}}$.
  • Coefficient of $(r+1)$-th term ($T_{r+1}$) is ${^nC_r}$.
  • Coefficient of $(r+2)$-th term ($T_{r+2} = T_{(r+1)+1}$) is ${^nC_{r+1}}$.
Since these coefficients are in Arithmetic Progression (A.P.): $$2 \cdot {^nC_r} = {^nC_{r-1}} + {^nC_{r+1}}$$ Divide both sides by ${^nC_r}$: $$2 = \frac{^nC_{r-1}}{^nC_r} + \frac{^nC_{r+1}}{^nC_r}$$ Using the standard combinatoric ratios $\frac{^nC_{r-1}}{^nC_r} = \frac{r}{n - r + 1}$ and $\frac{^nC_{r+1}}{^nC_r} = \frac{n - r}{r + 1}$: $$2 = \frac{r}{n - r + 1} + \frac{n - r}{r + 1}$$ Combine the fractions on the RHS over common denominator $(n - r + 1)(r + 1)$: $$2 = \frac{r(r + 1) + (n - r)(n - r + 1)}{(n - r + 1)(r + 1)}$$ $$2(n - r + 1)(r + 1) = r^2 + r + [n^2 - nr + n - nr + r^2 - r]$$ $$2[nr + n - r^2 - r + r + 1] = r^2 + r + n^2 - 2nr + n + r^2 - r$$ $$2nr + 2n - 2r^2 + 2 = n^2 - 2nr + n + 2r^2$$ Rearrange all terms to the right-hand side: $$0 = n^2 - 2nr + n + 2r^2 - 2nr - 2n + 2r^2 - 2$$ $$0 = n^2 - 4nr - n + 4r^2 - 2$$ $$0 = n^2 - n(4r + 1) + 4r^2 - 2$$ $$\mathbf{n^2 - n(4r + 1) + 4r^2 - 2 = 0}$$ Hence proved.
Example 5
Prove that \(C_0^2 + C_1^2 + C_2^2 + \dots + C_n^2 = \frac{(2n)!}{(n!)^2} = {^{2n}C_n}\), where \(C_r = {^nC_r}\). [4 marks]
Step-by-Step Solution:
Solution: Consider the two identical binomial expansions: $$(1 + x)^n = C_0 + C_1 x + C_2 x^2 + \dots + C_{n-1} x^{n-1} + C_n x^n \quad \text{--- (Equation 1)}$$ $$(x + 1)^n = C_0 x^n + C_1 x^{n-1} + C_2 x^{n-2} + \dots + C_{n-1} x + C_n \quad \text{--- (Equation 2)}$$ Multiplying Equation 1 and Equation 2: $$(1 + x)^n (x + 1)^n = (1 + x)^{2n}$$ $$\left( \sum_{r=0}^n C_r x^r \right) \left( \sum_{k=0}^n C_k x^{n-k} \right) = (1 + x)^{2n} \quad \text{--- (Equation 3)}$$ Let us find the coefficient of $x^n$ on both sides of Equation 3:
On the LHS: Powers of $x$ combine as $x^r \cdot x^{n-k} = x^{n + r - k}$. To obtain the term with $x^n$, we must have $n + r - k = n \implies r = k$. Therefore, the coefficient of $x^n$ is formed by multiplying corresponding pairs: $$C_0 \cdot C_0 + C_1 \cdot C_1 + C_2 \cdot C_2 + \dots + C_n \cdot C_n = C_0^2 + C_1^2 + C_2^2 + \dots + C_n^2$$
On the RHS: The RHS is $(1 + x)^{2n}$. By the Binomial Theorem, the general term is $T_{r+1} = {^{2n}C_r} x^r$. The term containing $x^n$ corresponds to $r = n$: $$\text{Coefficient of } x^n \text{ in } (1 + x)^{2n} = {^{2n}C_n} = \frac{(2n)!}{n!(2n - n)!} = \frac{(2n)!}{(n!)^2}$$ Equating the coefficient of $x^n$ from both sides: $$\mathbf{C_0^2 + C_1^2 + C_2^2 + \dots + C_n^2 = {^{2n}C_n} = \frac{(2n)!}{(n!)^2}}$$ Hence proved.
Example 6
(i) Using the Binomial Theorem, prove that \(6^n - 5n - 1\) is divisible by \(25\) for all positive integers \(n\). [2.5 marks] (ii) Find the numerically greatest term in the expansion of \((3 - 5x)^{11}\) when \(x = \frac{1}{5}\). [2.5 marks] [5 marks total]
Step-by-Step Solution:
Solution:
Part (i): Prove $6^n - 5n - 1$ is divisible by $25$: [2.5 marks] Express $6$ as $(1 + 5)$. Then: $$6^n = (1 + 5)^n$$ Applying the Binomial Theorem for positive integer $n$: $$(1 + 5)^n = {^nC_0} + {^nC_1} (5) + {^nC_2} (5^2) + {^nC_3} (5^3) + \dots + {^nC_n} (5^n)$$ Substitute ${^nC_0} = 1$ and ${^nC_1} = n$: $$6^n = 1 + 5n + {^nC_2} (25) + {^nC_3} (125) + \dots + {^nC_n} (5^n)$$ Subtract $(5n + 1)$ from both sides: $$6^n - 5n - 1 = 25 \left[ {^nC_2} + {^nC_3} (5) + \dots + {^nC_n} (5^{n-2}) \right]$$ Since $n \ge 1$ and all binomial coefficients ${^nC_r}$ are integers, the bracketed quantity is an integer $k$. $$6^n - 5n - 1 = 25k, \quad k \in \mathbb{Z}$$ Hence, $6^n - 5n - 1$ is divisible by $25$ for all $n \in \mathbb{N}$.
Part (ii): Numerically greatest term in $(3 - 5x)^{11}$ when $x = 1/5$: [2.5 marks] Write the expression in standard form $(1 + y)^n$: $$(3 - 5x)^{11} = \left[ 3 \left( 1 - \frac{5x}{3} \right) \right]^{11} = 3^{11} \left( 1 - \frac{5x}{3} \right)^{11}$$ For $x = \frac{1}{5}$: $$y = -\frac{5(1/5)}{3} = -\frac{1}{3} \implies |y| = \frac{1}{3}$$ Here $n = 11$ and $|y| = \frac{1}{3}$. Calculate the threshold ratio: $$\frac{(n + 1)|y|}{|y| + 1} = \frac{(11 + 1) \cdot \frac{1}{3}}{\frac{1}{3} + 1} = \frac{12 \cdot \frac{1}{3}}{\frac{4}{3}} = \frac{4}{4/3} = 4 \cdot \frac{3}{4} = \mathbf{3}$$ Since this threshold evaluates to an exact integer ($m = 3$): $$\left| \frac{T_{3+1}}{T_3} \right| = \left| \frac{T_4}{T_3} \right| = 1 \implies |T_3| = |T_4|$$ Thus, there are two numerically greatest terms: the 3rd term ($T_3$) and the 4th term ($T_4$). Let us compute their common magnitude: $$|T_4| = {^{11}C_3} \cdot 3^{11-3} \cdot |-5(1/5)|^3 = {^{11}C_3} \cdot 3^8 \cdot 1^3$$ $${^{11}C_3} = \frac{11 \times 10 \times 9}{3 \times 2 \times 1} = 165, \quad 3^8 = 6561$$ $$|T_4| = 165 \times 6561 = \mathbf{1,082,565}$$ Therefore, the 3rd and 4th terms are the numerically greatest terms, each having magnitude $1,082,565$.

Common Misconceptions & Examiner Traps

Common Misconception

Miscounting the Total Number of Terms

Scientific Reality & Correction

Remember that the summation index r runs from 0 to n, inclusive, yielding exactly (n + 1) terms.

Common Misconception

Single vs Dual Middle Terms Confusion

Scientific Reality & Correction

Check n: if n is even, 1 middle term at T_{(n/2)+1}; if n is odd, 2 middle terms at T_{(n+1)/2} and T_{(n+3)/2}.

Common Misconception

Index Shift Error in General Term T_{r+1}

Scientific Reality & Correction

The k-th term has index r = k - 1. For the 5th term, set r + 1 = 5 ⇒ r = 4.

Common Misconception

Ignoring the Negative Sign in Alternating Expansions

Scientific Reality & Correction

Always write (a - b)ⁿ as [a + (-b)]ⁿ so that (-b)ʳ cleanly produces (-1)ʳ bʳ.

Common Misconception

Applying Newton's Infinite Series when |x| ≥ 1

Scientific Reality & Correction

The binomial expansion for negative or fractional exponents is valid ONLY when |x| < 1.

Binomial Theorem Architecture, Pascal's Triangle & Coefficient Identities

WBCHSE CLASS 11 • ALGEBRA • CHAPTER 9 Binomial Theorem Architecture & Pascal's Triangle Meru Prastara • General Term • Middle Terms • Coefficient Identities ✓ (a + b)ⁿ = Σ ⁿCᵣ aⁿ⁻ʳ bʳ Total terms in expansion = n + 1 PASCAL'S TRIANGLE / MERU PRASTARA Row sums generate powers of 2: Σ ⁿCᵣ = 2ⁿ 1 2⁰ = 1 1 1 2¹ = 2 1 2 1 2² = 4 1 3 3 1 2³ = 8 1 4 6 4 1 2⁴ = 16 1 5 10 10 5 1 2⁵ = 32 Pascal's Recursive Identity: ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ (Symmetry: ⁿCᵣ = ⁿCₙ₋ᵣ) BINOMIAL THEOREM (POSITIVE INTEGRAL INDEX) GENERAL TERM (r + 1)-th TERM T_{r+1} = ⁿCᵣ · aⁿ⁻ʳ · bʳ p-th term from end = (n - p + 2)-th term from start MIDDLE TERM(S) CRITERIA n is EVEN → 1 Middle Term: T_{(n/2)+1} T_{(n/2)+1} = ⁿC_{n/2} · a^{n/2} · b^{n/2} n is ODD → 2 Middle Terms: T_{(n+1)/2} & T_{(n+3)/2} 1st: T_{(n+1)/2} = ⁿC_{(n-1)/2} a^{(n+1)/2} b^{(n-1)/2} 2nd: T_{(n+3)/2} = ⁿC_{(n+1)/2} a^{(n-1)/2} b^{(n+1)/2} TERM INDEPENDENT OF x Set net exponent of x in T_{r+1} = 0 to solve for integer r Power of x in T_{r+1} = 0 ⇒ r ∈ [0, n] KEY COEFFICIENT IDENTITIES C₀ + C₁ + C₂ + ... + Cₙ = 2ⁿ (Substitute x = 1 in (1 + x)ⁿ) C₀ + C₂ + C₄ + ... = C₁ + C₃ + ... = 2ⁿ⁻¹ (Substitute x = -1 in (1 + x)ⁿ) C₀² + C₁² + C₂² + ... + Cₙ² = ²ⁿCₙ (Sum of squares of binomial coefficients) Σ r·Cᵣ = n · 2ⁿ⁻¹ (Differentiating (1 + x)ⁿ or using r·ⁿCᵣ) ANY RATIONAL INDEX (|x| < 1) (1 + x)ⁿ = 1 + nx + [n(n-1)/2!]x² + ... (Infinite series) (1 - x)⁻¹ = 1 + x + x² + x³ + ... (1 - x)⁻² = 1 + 2x + 3x² + 4x³ + ... Approximation for small |x| << 1: (1 + x)ⁿ ≈ 1 + nx (Neglect x², x³, ...)

Chapter Summary & 10 Key Takeaways

Takeaway 1
For any positive integer n, (a + b)ⁿ = Σ ⁿCᵣ aⁿ⁻ʳ bʳ = ⁿC₀ aⁿ + ⁿC₁ aⁿ⁻¹ b + ... + ⁿCₙ bⁿ.
Takeaway 2
The expansion of (a + b)ⁿ contains exactly (n + 1) terms; the sum of powers of a and b in each term is always n.
Takeaway 3
Binomial coefficients are symmetrical from both ends because ⁿCᵣ = ⁿCₙ₋ᵣ.
Takeaway 4
Pascal's Identity states that ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ, which forms the basis of Pascal's Triangle / Meru Prastara.
Takeaway 5
The General Term is T_{r+1} = ⁿCᵣ aⁿ⁻ʳ bʳ; the p-th term from the end equals the (n - p + 2)-th term from the beginning.
Takeaway 6
If n is even, there is 1 middle term: T_{(n/2)+1}; if n is odd, there are 2 middle terms: T_{(n+1)/2} and T_{(n+3)/2}.
Takeaway 7
To find the term independent of x, express T_{r+1} with all x factors combined into x^k and set k = 0 to solve for integer r.
Takeaway 8
Sum of all binomial coefficients: C₀ + C₁ + C₂ + ... + Cₙ = 2ⁿ; sum of odd equals sum of even coefficients = 2ⁿ⁻¹.
Takeaway 9
Sum of squares of binomial coefficients: C₀² + C₁² + ... + Cₙ² = ²ⁿCₙ = (2n)! / (n!)².
Takeaway 10
For any rational index n and |x| < 1: (1 + x)ⁿ = 1 + nx + [n(n-1)/2!]x² + ... (infinite series, valid only when |x| < 1).

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
How many terms are there in the expansion of (2x + 3y)¹²?
Reveal Answer & Explanation
Answer: The expansion contains n + 1 terms. For n = 12, there are 12 + 1 = 13 terms.
Recall the rule relating the index n to the total number of terms.
2
What is the sum of all binomial coefficients in the expansion of (1 + x)⁸?
Reveal Answer & Explanation
Answer: The sum is 2ⁿ = 2⁸ = 256.
Substitute x = 1 into (1 + x)⁸.
3
Which term is the middle term in the expansion of (x² - 2y)¹⁰?
Reveal Answer & Explanation
Answer: Since n = 10 is even, the single middle term is T_{(10/2)+1} = T_6 (the 6th term).
Since n = 10 is even, compute (n/2) + 1.
4
What is the value of ⁿC₀ + ⁿC₂ + ⁿC₄ + ... for n = 6?
Reveal Answer & Explanation
Answer: 2ⁿ⁻¹ = 2⁶⁻¹ = 2⁵ = 32.
The sum of even binomial coefficients is 2ⁿ⁻¹.
5
Under what condition is the infinite expansion (1 - x)⁻² valid?
Reveal Answer & Explanation
Answer: It is valid if and only if |x| < 1 (i.e. -1 < x < 1).
Consider the convergence restriction for the generalized binomial theorem.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.