3.3.13Sequences & Series

General term of binomial expansion — finding specific terms

1,616 words7 min readdifficulty · medium1 backlinks

WHY do we even need a "general term"?

WHAT we want: a formula that gives any term of (a+b)n(a+b)^n by plugging in an index, so we can grab (say) the 7th term or the coefficient of x10x^{10} without writing out all n+1n+1 terms.

WHY it matters: expanding (x+2)15(x+2)^{15} fully is 16 terms of pain. If a question only asks for "the coefficient of x9x^9", the general term lets us find it in one line.


Deriving it from scratch

(a+b)n=(a+b)(a+b)(a+b)n brackets(a+b)^n = \underbrace{(a+b)(a+b)\cdots(a+b)}_{n \text{ brackets}}

HOW a single term forms: to make one term of the product, you walk through all nn brackets and, from each, choose either aa or bb. Suppose you choose bb from exactly rr brackets. Then:

  • those rr brackets contribute brb^r,
  • the remaining nrn-r brackets contribute anra^{n-r}.

Why this step? Multiplication just picks one term from each bracket; the product is the product of your picks.

The number of different ways to choose which rr of the nn brackets give the bb is ==(nr)====\binom{n}{r}==. All those ways give the identical term anrbra^{n-r}b^r, so they add up:

(all terms with r b’s)=(nr)anrbr\text{(all terms with } r \text{ b's)} = \binom{n}{r} a^{n-r} b^r

Summing over every possible rr from 00 to nn:

(a+b)n=r=0n(nr)anrbr(a+b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r

Figure — General term of binomial expansion — finding specific terms

The universal method (works every time)

To find a specific term or coefficient:

  1. Write the general term Tr+1=(nr)anrbrT_{r+1}=\binom{n}{r} a^{n-r} b^r with your actual a,b,na,b,n.
  2. Collect the power of the variable into one exponent.
  3. Set that exponent equal to what the question demands → solve for rr.
  4. Plug rr back to get the term/coefficient.

Worked Example 1 — a plain "which term"

Find the 5th term of (2x+3)7(2x+3)^7.

  • 5th term means r+1=5r=4r+1=5 \Rightarrow r=4. Why? Term number is r+1r+1.
  • Here a=2x, b=3, n=7a=2x,\ b=3,\ n=7. T5=(74)(2x)74(3)4=35(2x)381T_5 = \binom{7}{4}(2x)^{7-4}(3)^4 = 35\cdot(2x)^3\cdot 81 Why this step? Direct substitution into the general term. =358x381=22680x3= 35 \cdot 8x^3 \cdot 81 = 22680\,x^3

Worked Example 2 — coefficient of a specific power

Find the coefficient of x9x^9 in (x2+1x)12(x^2 + \tfrac{1}{x})^{12}.

  • a=x2, b=x1, n=12a=x^2,\ b=x^{-1},\ n=12. Tr+1=(12r)(x2)12r(x1)r=(12r)x2(12r)xrT_{r+1}=\binom{12}{r}(x^2)^{12-r}(x^{-1})^r = \binom{12}{r}\,x^{2(12-r)}\,x^{-r} Why? We separate the variable powers so we can combine them. =(12r)x242rr=(12r)x243r= \binom{12}{r}\,x^{24-2r-r} = \binom{12}{r}\,x^{24-3r} Set the exponent to 9: 243r=93r=15r=524-3r = 9 \Rightarrow 3r = 15 \Rightarrow r = 5 Why set equal to 9? We want the term containing x9x^9. Coefficient=(125)=792\text{Coefficient} = \binom{12}{5} = 792

Worked Example 3 — the term independent of xx (constant term)

Find the term independent of xx in (2x1x2)9\left(2x - \dfrac{1}{x^2}\right)^{9}.

  • a=2x, b=x2, n=9a=2x,\ b=-x^{-2},\ n=9. Tr+1=(9r)(2x)9r(x2)r=(9r)29r(1)rx9rx2rT_{r+1}=\binom{9}{r}(2x)^{9-r}(-x^{-2})^r = \binom{9}{r}2^{9-r}(-1)^r\,x^{9-r}\,x^{-2r} =(9r)29r(1)rx93r= \binom{9}{r}2^{9-r}(-1)^r\,x^{9-3r} "Independent of xx" means exponent =0=0: 93r=0r=39-3r=0 \Rightarrow r=3 Why 0? x0=1x^0=1 carries no xx. T4=(93)26(1)3=8464(1)=5376T_4 = \binom{9}{3}2^{6}(-1)^3 = 84 \cdot 64 \cdot(-1) = -5376


Recall Feynman: explain it to a 12-year-old

Imagine you have nn boxes and each box hides either a red ball (aa) or a blue ball (bb). To build one "term," you open every box and read what's inside. If you decide "I want exactly rr blue balls," you multiply rr blues and nrn-r reds together. But there are many ways to pick which boxes are blue — that count is (nr)\binom{n}{r}. So each type of term appears (nr)\binom{n}{r} times: that's exactly (nr)anrbr\binom{n}{r}a^{n-r}b^r. To grab one special term, you don't open all boxes — you just say "how many blues make the power I need?" and jump straight there.


Connections

General term of (a+b)n(a+b)^n
Tr+1=(nr)anrbrT_{r+1}=\binom{n}{r}a^{n-r}b^r, with r=0,1,,nr=0,1,\dots,n.
Why is it Tr+1T_{r+1} and not TrT_r?
Because rr starts at 00; the first term corresponds to r=0r=0, so the (r+1)(r+1)-th term uses index rr.
Number of terms in (a+b)n(a+b)^n
n+1n+1.
How to find coefficient of xkx^k
Collect the variable's exponent in Tr+1T_{r+1}, set it equal to kk, solve for rr, then evaluate the coefficient.
Term independent of xx means what condition?
The net power of xx equals 00.
In (x2+1/x)12(x^2+1/x)^{12}, exponent of xx in general term
243r24-3r.
Coefficient of x9x^9 in (x2+1/x)12(x^2+1/x)^{12}
(125)=792\binom{12}{5}=792 (from r=5r=5).
Middle term rule
nn even → one middle term Tn/2+1T_{n/2+1}; nn odd → two middle terms T(n+1)/2,T(n+3)/2T_{(n+1)/2},T_{(n+3)/2}.
5th term of (2x+3)7(2x+3)^7
r=4r=4, T5=(74)(2x)3(3)4=22680x3T_5=\binom{7}{4}(2x)^3(3)^4=22680x^3.
Common sign trap in (1/x2)r(-1/x^2)^r
Write as (1)rx2r(-1)^r x^{-2r}; the sign depends on parity of rr.

Concept Map

pick b from r brackets

count the choices

multiplies

combined with count

sum over r=0..n

powers add

gives count

locates

apply 4-step method

r+1 = 5

match exponent

Product of n brackets a+b

Term a^(n-r) b^r

Binomial coeff nCr

General term T_(r+1) = nCr a^(n-r) b^r

Binomial theorem

(n-r)+r = n

n+1 terms total

Middle term(s)

Method: collect power, set exponent, solve r

Specific term e.g. 5th term

Coefficient of given power

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, jab hum (a+b)n(a+b)^n ko expand karte hain, to har term ek hi tarike se banta hai: nn brackets me se tumhe kuch me se bb lena hai aur baaki me se aa. Agar tum rr brackets me se bb choose karte ho, to brb^r banega aur bache nrn-r brackets se anra^{n-r}. Aur "kaunse rr brackets me se bb lein" iske (nr)\binom{n}{r} tarike hote hain — isliye general term ban jata hai Tr+1=(nr)anrbrT_{r+1}=\binom{n}{r}a^{n-r}b^r. Isko yaad rakho: powers hamesha add hoke nn dete hain.

Sabse important baat — term number r+1r+1 hota hai, rr nahi, kyunki rr shuru hota hai 00 se. Isliye 5th term chahiye to r=4r=4 lagao, seedha r=5r=5 mat kar dena. Ye galti sabse common hai.

Specific term ya coefficient nikaalne ka trick simple hai: general term likho, variable ki saari power ko ek jagah collect karo, phir jo power question maang raha hai usko exponent ke barabar rakho, aur rr solve karo. Jaise "coefficient of x9x^9" chahiye to exponent ko 99 ke equal karo; "term independent of xx" chahiye to exponent ko 00 ke equal karo. Yaad rakho jab bb me minus sign ho, jaise (1/x2)r(-1/x^2)^r, to usko (1)rx2r(-1)^r x^{-2r} likho — sign rr even/odd par depend karta hai, warna marks kat jaate hain!

Go deeper — visual, from zero

Test yourself — Sequences & Series

Connections