Pure · Sequences & series
1 / 9
The binomial expansion
Expanding (a + b)^n with binomial coefficients — Pascal's triangle and nCr — and picking out a single term or coefficient without expanding everything.
Pure · Sequences & series
The binomial expansion
Expanding (a + b)^n with binomial coefficients — Pascal's triangle and nCr — and picking out a single term or coefficient without expanding everything.
Why it works
Expanding by hand is just repeated multiplication, but the pattern of the answer is predictable, which lets you skip the grind.Reading along a row: the power of falls from to while the power of rises from to — the two powers always add to — and each term carries a binomial coefficient . Those coefficients are the rows of Pascal's triangle, or directly
Two things people drop:
- Raise the whole term. In , a term like
- The constant is raised too. is not — the powers
Picking one term. You rarely need the whole expansion. The term in is so to find, say, the coefficient of you set and evaluate that one term. (Mind signs: in the term carries .)