3. General Term & Coefficients0%

Binomial Theorem · Topic 3 of 4

3. General Term & Coefficients

Video coming soon3 worked examples

Theory

Often an exam asks only for one term — the term in x5x^5, or the constant term — so expanding everything is wasted effort. Instead, use the general term (the (r+1)(r+1)th term) of (a+b)n(a+b)^n:

Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r

The Golden Rule: find rr first. Write the general term, simplify the power of xx to a single expression in rr, set it equal to the power you need, and solve for rr. Only then substitute back to evaluate that one term.

⚠️ Common Examiner Traps

  • Off-by-one: it is the (r+1)(r+1)th term, so rr starts at 00. The term in xkx^k is not the kkth term.
  • “The kkth term” means r=k1r = k-1: a question asking for the fourth term needs r=3r = 3, not r=4r = 4.
  • “Independent of xx” means power zero: the constant term is the one where the total power of xx equals 00.
  • Index algebra: when combining xnrx^{n-r} with xrx^{-r} you get xn2rx^{n-2r} — a very common place to slip.

Worked examples

Example 1

Find the term independent of xx in the expansion of (2x+1x)6\left(2x + \dfrac{1}{x}\right)^6.

Step 1: Write the general term with a=2xa = 2x, b=1xb = \dfrac{1}{x}, n=6n = 6:

Tr+1=(6r)(2x)6r(1x)r=(6r)26rx62rT_{r+1} = \binom{6}{r}(2x)^{6-r}\left(\frac{1}{x}\right)^r = \binom{6}{r}2^{6-r}\,x^{6-2r}

Step 2: “Independent of xx” means the power of xx is zero:

62r=0    r=36 - 2r = 0 \implies r = 3

Step 3: Substitute r=3r=3 into the general term:

T4=(63)23=20×8=160T_4 = \binom{6}{3}2^{3} = 20 \times 8 = 160

The term independent of xx is 160160.

Example 2

Find the coefficient of x3x^3 in the expansion of (x22x)6\left(x^2 - \dfrac{2}{x}\right)^6.

Step 1: Write the general term with a=x2a = x^2, b=2xb = -\dfrac{2}{x}, n=6n = 6:

Tr+1=(6r)(x2)6r(2x)r=(6r)(2)rx123rT_{r+1} = \binom{6}{r}(x^2)^{6-r}\left(-\frac{2}{x}\right)^r = \binom{6}{r}(-2)^r\,x^{12-3r}

Step 2: We need the power of xx to be 33:

123r=3    r=312 - 3r = 3 \implies r = 3

Step 3: Evaluate the coefficient at r=3r=3:

(63)(2)3=20×(8)=160\binom{6}{3}(-2)^3 = 20 \times (-8) = -160

The coefficient of x3x^3 is 160-160.

Example 3

Find the fourth term in the expansion of (3a2b)6(3a - 2b)^6, written in descending powers of aa.

Step 1: The general term is the (r+1)(r+1)th term, so the fourth term needs r=3r = 3:

Tr+1=(6r)(3a)6r(2b)r    T4=(63)(3a)3(2b)3T_{r+1} = \binom{6}{r}(3a)^{6-r}(-2b)^r \quad\implies\quad T_4 = \binom{6}{3}(3a)^{3}(-2b)^{3}

Step 2: Evaluate each factor separately, taking care to raise the whole bracket to the power:

(63)=20,(3a)3=27a3,(2b)3=8b3\binom{6}{3} = 20, \qquad (3a)^3 = 27a^3, \qquad (-2b)^3 = -8b^3

Step 3: Multiply the three factors together:

T4=20×27a3×(8b3)=4320a3b3T_4 = 20 \times 27a^3 \times (-8b^3) = -4320\,a^3b^3

The odd power of 2b-2b makes this term negative.