Study notes

Binomial Expansion

Expanding \((a+b)^n\) for a positive integer \(n\) using \(\binom{n}{r}\), and finding a specific term or coefficient without expanding fully.

Learn it step by step

\(\binom{n}{r}\) counts a choice, and it's the coefficient engine of the expansion

is read "n choose r". For example . These numbers are exactly the coefficients that appear when you expand .

The general term formula finds any term without expanding everything

For , the term containing is , where runs from 0 to . The full expansion has exactly terms.

The coefficients are symmetric: \(\binom{n}{0} = \binom{n}{n} = 1\)

and are always 1, since there is only one way to pick none or all of the factors. More generally , so the row of coefficients reads the same forwards and backwards.

A negative second term makes the signs alternate

Rewrite as , so the general term becomes , which carries a factor of . The sign flips from term to term: positive when is even, negative when is odd.

To find a specific coefficient, match the power of \(x\) to the right \(r\), then substitute

Write the general term for the expression, work out which power of it produces in terms of , set that equal to the power you want, and solve for . Then plug that single value of back in; there is no need to expand every other term.

A term "independent of \(x\)" is the one whose total power of \(x\) is zero

When an expression mixes and (or similar), the power of in the general term is some expression in . Set that expression equal to 0 and solve for to find which term has no in it at all.

Finding a coefficient in a product of two expansions means pairing up powers that add to the target

To find the coefficient of in , expand each bracket (or list its coefficients), then add up every product of a term from the first bracket and a term from the second whose powers of sum to .

Worked examples

Find the coefficient of in the expansion of .
  1. The general term is . For the term, set .
  2. and .
  3. Coefficient .
Expand fully.
  1. General term: .
  2. For , gives .
  3. So . Check at : , which matches .
Find the term independent of in the expansion of .
  1. General term: .
  2. Independent of means , so .
  3. The term is .
Find the coefficient of in the expansion of .
  1. and .
  2. The coefficient in the product is the sum of pairs of terms whose powers add to 2: .
  3. .

Mind map

Mind map for Binomial Expansion.

  • nCr coefficients
    • nCr = n! / (r!(n-r)!)
    • nC0 = nCn = 1
    • symmetric: nCr = nC(n-r)
  • General term
    • T(r+1) = nCr a^(n-r) b^r
    • (a+b)^n has n+1 terms
    • r runs from 0 to n
  • Signs
    • (a-b)^n: term carries (-1)^r
    • alternates: + for even r, - for odd r
  • Finding one term
    • match power of x to solve for r
    • independent of x: total power = 0
  • Products of two expansions
    • expand each bracket separately
    • pair up powers that sum to the target
Practise this topic →