1. Binomial Theorem — Statement

For any positive integer n and real numbers a, b:

(a+b)n=r=0n(nr)anrbr=(n0)an+(n1)an1b++(nn)bn

Where (nr)=nCr=n!r!(nr)! are the binomial coefficients.

Pascal's Triangle — First 6 Rows

nCoefficientsSum
011
11   12
21   2   14
31   3   3   18
41   4   6   4   116
51   5   10   10   5   132

Sum of coefficients in (a+b)ⁿ = 2ⁿ. This follows by putting a = b = 1.

2. General Term (T_{r+1})

The (r+1)th term in the expansion of (a+b)ⁿ is:

Tr+1=(nr)anrbrwhere r=0,1,2,,n

Total number of terms in the expansion = n + 1

Key pattern: In T_{r+1}, the power of a is (n−r) and the power of b is r. They always sum to n.

Finding a Specific Term — Worked Examples

Example 1: Find T₄ in the expansion of (x + 2)⁸.

T₄ = T_{3+1}: r = 3, n = 8, a = x, b = 2

T₄ = C(8,3) · x⁵ · 2³ = 56 · 8 · x⁵ = 448x⁵

Example 2: Find T₄ in the expansion of (2x − 1/x)¹⁰.

r = 3, n = 10, a = 2x, b = −1/x

T₄ = C(10,3) · (2x)⁷ · (−1/x)³ = 120 · 128 · x⁷ · (−1) · x⁻³ = −15360 · x⁴ = −15360x⁴

3. Term Independent of x (Constant Term)

To find the term not containing x: write T_{r+1} with all powers of x, set the total power of x equal to zero, solve for r, then substitute.

Step-by-Step Method

  1. Write T_{r+1} = C(n,r) · (first part)^(n−r) · (second part)^r
  2. Collect all x terms and write the power of x as a function of r: power(x) = f(r)
  3. Set f(r) = 0 and solve for r (must be a non-negative integer)
  4. Substitute r back to find the coefficient

Worked Examples

Example 1: Find the term independent of x in (x + 1/x²)⁹.

T_{r+1} = C(9,r) · x^(9−r) · (x⁻²)^r = C(9,r) · x^(9−r−2r) = C(9,r) · x^(9−3r)

Set 9 − 3r = 0 → r = 3

T₄ = C(9,3) = 84

Example 2: Find the term independent of x in (2x² − 1/x)¹².

T_{r+1} = C(12,r) · (2x²)^(12−r) · (−1/x)^r = C(12,r) · 2^(12−r) · x^(24−2r) · (−1)^r · x^(−r)

Power of x = 24 − 2r − r = 24 − 3r. Set = 0 → r = 8

T₉ = C(12,8) · 2⁴ · (−1)⁸ = 495 · 16 · 1 = 7920

4. Middle Term(s)

n even1 middle term: Tn2+1n odd2 middle terms: Tn+12 and Tn+32

Total terms = n + 1. If n+1 is odd (n even), there is one middle term. If n+1 is even (n odd), there are two middle terms.

Examples

(a+b)¹²: n = 12 (even) → 13 terms → Middle term = T₇ (r = 6)

T₇ = C(12,6) · a⁶ · b⁶ = 924 a⁶b⁶

(a+b)⁹: n = 9 (odd) → 10 terms → Two middle terms: T₅ and T₆

5. Greatest Term in the Expansion

The numerically greatest term in (1+x)ⁿ is found using the ratio test:

|Tr+1||Tr|=(nr+1)|x|r

T_{r+1} ≥ T_r when this ratio ≥ 1, i.e., when:

r(n+1)|x|1+|x|

Let m = (n+1)|x|/(1+|x|). The greatest term is T_{⌊m⌋+1} if m is not an integer; if m is an integer, T_m and T_{m+1} are equally greatest.

Worked Example

Find the greatest term in (1+2)⁸ (i.e., x = 2, n = 8):

m = (8+1)×2/(1+2) = 18/3 = 6 (integer) → T₆ and T₇ are equally greatest

T₇ = C(8,6) · 2⁶ = 28 · 64 = 1792 (both T₆ and T₇ equal 1792)

6. Key Standard Results

ResultFormulaObtained by
Sum of all coefficients2ⁿPut a = b = 1 in (a+b)ⁿ
Sum of even-position coefficients2^(n-1)Average of (1+1)ⁿ and (1−1)ⁿ
Sum of odd-position coefficients2^(n-1)Same as above
C₀ − C₁ + C₂ − ··· = 00Put x = −1 in (1+x)ⁿ
Expansion of (1+x)ⁿ at x=1C₀+C₁+C₂+···+Cₙ = 2ⁿPut x = 1