A binomial expansion (a+b)n has exactly n+1 terms. Among these, one (or two) sits in the geometric centre , the middle term(s). Why care? Because the middle is typically where the binomial coefficient (rn) is largest, and a remarkable number of textbook and competitive problems hinge on isolating it. A close relative is the term independent of x, the constant lurking inside an expansion like (x+x21)9.
Definitions
In the expansion of (a+b)n, r runs from 0 to n, so there are n+1 terms numbered T1,T2,…,Tn+1.
If n is even, there is exactly one middle term: Tn/2+1.
If n is odd, there are two middle terms: T(n+1)/2 and T(n+3)/2.
A simple rule: count the number of terms, n+1. If n+1 is odd (n even), the centre term is at position (n+1+1)/2=n/2+1. If n+1 is even (n odd), the two centre terms straddle the middle.
The term independent of x in an expansion that involves powers of x is the term in which x appears to the zeroth power , that is, the constant term. It need not be a middle term, and it may not exist at all if no admissible r makes the exponent of x vanish.
Why the middle is largest
For 0≤r≤n, the ratio of consecutive binomial coefficients is
(rn)(r+1n)=r+1n−r.
This ratio is greater than 1 when r<(n−1)/2 and less than 1 when r>(n−1)/2. So (rn) grows, hits a maximum near r=n/2, and decreases , the binomial coefficients are unimodal, peaking at the middle. This is one reason the middle term matters: it carries the largest coefficient.
Finding the middle term , recipe
Identify n. Decide whether it is even or odd.
Compute the middle index: r=n/2 if n even, else r=(n−1)/2 and r=(n+1)/2.
Substitute into Tr+1=(rn)an−rbr.
Simplify carefully , pay attention to signs and powers.
Worked examples
Example 1. Find the middle term in (x+2)8.
Here n=8 is even, so there is one middle term at r=4:
T5=(48)x4⋅24=70⋅16⋅x4=1120x4.
Example 2. Find the middle terms in (2x−y)7.
n=7 is odd. Middle terms are T4 (r=3) and T5 (r=4).
T4=(37)(2x)4(−y)3=35⋅16x4⋅(−y3)=−560x4y3.T5=(47)(2x)3(−y)4=35⋅8x3⋅y4=280x3y4.
Example 3. Find the middle term of (x+x1)10.
n=10 even, middle at r=5.
T6=(510)x5⋅x51=252.
The middle term is the constant 252.
Example 4. Find the term independent of x in (x−x22)10.