Expanding ( a + b ) 20 (a+b)^{20} ( a + b ) 20 by multiplying out is impossible. The binomial theorem gives every coefficient directly — and, extended to fractional and negative powers, turns awkward expressions into series you can work with.
Pascal's triangle and combinations
The coefficients of ( a + b ) n (a+b)^n ( a + b ) n are the entries in row n n n of Pascal's triangle:
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 \begin{array}{c}
1 \\
1 \quad 1 \\
1 \quad 2 \quad 1 \\
1 \quad 3 \quad 3 \quad 1 \\
1 \quad 4 \quad 6 \quad 4 \quad 1 \\
1 \quad 5 \quad 10 \quad 10 \quad 5 \quad 1
\end{array} 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1
Each entry is the sum of the two above it. Algebraically the same numbers are the combinations :
( n r ) = n C r = n ! r ! ( n − r ) ! \binom{n}{r} = {}^nC_r = \frac{n!}{r!(n-r)!} ( r n ) = n C r = r ! ( n − r )! n !
( 5 2 ) = 5 ! 2 ! 3 ! = 120 2 × 6 = 10 ( 8 3 ) = 8 ! 3 ! 5 ! = 56 \binom{5}{2} = \frac{5!}{2!\,3!} = \frac{120}{2 \times 6} = 10 \qquad \binom{8}{3} = \frac{8!}{3!\,5!} = 56 ( 2 5 ) = 2 ! 3 ! 5 ! = 2 × 6 120 = 10 ( 3 8 ) = 3 ! 5 ! 8 ! = 56
Two facts worth knowing: ( n 0 ) = ( n n ) = 1 \binom{n}{0} = \binom{n}{n} = 1 ( 0 n ) = ( n n ) = 1 , and ( n r ) = ( n n − r ) \binom{n}{r} = \binom{n}{n-r} ( r n ) = ( n − r n ) — the rows are symmetric.
Exam tip For hand calculation, cancel before multiplying. ( 8 3 ) = 8 × 7 × 6 3 × 2 × 1 = 56 \binom{8}{3} = \dfrac{8 \times 7 \times 6}{3 \times 2 \times 1} = 56 ( 3 8 ) = 3 × 2 × 1 8 × 7 × 6 = 56 — three factors on top, three on the bottom, and no need for 8 ! 8! 8 ! at all.
The binomial expansion
For a positive integer n n n :
( a + b ) n = ∑ r = 0 n ( n r ) a n − r b r (a+b)^n = \sum_{r=0}^{n}\binom{n}{r}a^{n-r}b^r ( a + b ) n = r = 0 ∑ n ( r n ) a n − r b r
The powers of a a a fall from n n n to 0 while the powers of b b b rise from 0 to n n n , and every term's powers add to n n n .
( 1 + x ) 4 = 1 + 4 x + 6 x 2 + 4 x 3 + x 4 (1+x)^4 = 1 + 4x + 6x^2 + 4x^3 + x^4 ( 1 + x ) 4 = 1 + 4 x + 6 x 2 + 4 x 3 + x 4
( 2 + x ) 5 = 32 + 80 x + 80 x 2 + 40 x 3 + 10 x 4 + x 5 (2+x)^5 = 32 + 80x + 80x^2 + 40x^3 + 10x^4 + x^5 ( 2 + x ) 5 = 32 + 80 x + 80 x 2 + 40 x 3 + 10 x 4 + x 5
since the terms are ( 5 r ) 2 5 − r x r \binom{5}{r}2^{5-r}x^r ( r 5 ) 2 5 − r x r : 32 , 5 ( 16 ) , 10 ( 8 ) , 10 ( 4 ) , 5 ( 2 ) , 1 32,\ 5(16),\ 10(8),\ 10(4),\ 5(2),\ 1 32 , 5 ( 16 ) , 10 ( 8 ) , 10 ( 4 ) , 5 ( 2 ) , 1 .
Key result The expansion of ( a + b ) n (a+b)^n ( a + b ) n has n + 1 n+1 n + 1 terms — one more than the power, because r r r runs from 0 to n n n .
Common mistake When the first term is not 1, its powers matter. In ( 2 + x ) 5 (2+x)^5 ( 2 + x ) 5 the x 2 x^2 x 2 coefficient is ( 5 2 ) × 2 3 = 80 \binom52 \times 2^3 = 80 ( 2 5 ) × 2 3 = 80 , not ( 5 2 ) = 10 \binom52 = 10 ( 2 5 ) = 10 . Forgetting the 2 n − r 2^{n-r} 2 n − r factor is the most common error in the whole topic.
The general term
T r + 1 = ( n r ) a n − r b r T_{r+1} = \binom{n}{r}a^{n-r}b^r T r + 1 = ( r n ) a n − r b r
This is the tool for questions that ask for one coefficient out of a large expansion, without expanding anything else.
Common mistake The term containing b r b^r b r is the ( r + 1 ) (r+1) ( r + 1 ) th term, because the count starts at r = 0 r = 0 r = 0 . "The 4th term" means r = 3 r = 3 r = 3 .
Finding a particular coefficient
Find the coefficient of x 2 x^2 x 2 in ( 1 + 2 x ) 6 (1+2x)^6 ( 1 + 2 x ) 6 .
T = ( 6 2 ) ( 1 ) 4 ( 2 x ) 2 = 15 × 4 x 2 = 60 x 2 T = \binom{6}{2}(1)^4(2x)^2 = 15 \times 4x^2 = 60x^2 T = ( 2 6 ) ( 1 ) 4 ( 2 x ) 2 = 15 × 4 x 2 = 60 x 2
The coefficient is 60 60 60 .
Find the coefficient of x 3 x^3 x 3 in ( 2 + 3 x ) 5 (2+3x)^5 ( 2 + 3 x ) 5 .
T = ( 5 3 ) ( 2 ) 2 ( 3 x ) 3 = 10 × 4 × 27 x 3 = 1080 x 3 T = \binom{5}{3}(2)^2(3x)^3 = 10 \times 4 \times 27x^3 = 1080x^3 T = ( 3 5 ) ( 2 ) 2 ( 3 x ) 3 = 10 × 4 × 27 x 3 = 1080 x 3
Find the term independent of x x x in ( x 2 + 1 x ) 6 \left(x^2 + \dfrac1x\right)^6 ( x 2 + x 1 ) 6 .
T r + 1 = ( 6 r ) ( x 2 ) 6 − r ( 1 x ) r = ( 6 r ) x 12 − 2 r − r = ( 6 r ) x 12 − 3 r T_{r+1} = \binom{6}{r}\left(x^2\right)^{6-r}\left(\frac1x\right)^r = \binom{6}{r}x^{12-2r-r} = \binom{6}{r}x^{12-3r} T r + 1 = ( r 6 ) ( x 2 ) 6 − r ( x 1 ) r = ( r 6 ) x 12 − 2 r − r = ( r 6 ) x 12 − 3 r
Independent of x x x means the power is zero:
12 − 3 r = 0 ⇒ r = 4 12 - 3r = 0 \quad \Rightarrow \quad r = 4 12 − 3 r = 0 ⇒ r = 4
( 6 4 ) = 15 \binom{6}{4} = 15 ( 4 6 ) = 15
Key result Write the general term, collect the powers of x x x into a single exponent, and set that exponent to whatever the question wants. Every "find the coefficient of…" question is this one method.
Common mistake The whole of 2 x 2x 2 x or 3 x 3x 3 x is raised to the power. ( 2 x ) 2 = 4 x 2 (2x)^2 = 4x^2 ( 2 x ) 2 = 4 x 2 , not 2 x 2 2x^2 2 x 2 — the bracket is doing real work.
The expansion for rational n
For any rational n n n , positive or not:
( 1 + x ) n = 1 + n x + n ( n − 1 ) 2 ! x 2 + n ( n − 1 ) ( n − 2 ) 3 ! x 3 + ⋯ (1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \cdots ( 1 + x ) n = 1 + n x + 2 ! n ( n − 1 ) x 2 + 3 ! n ( n − 1 ) ( n − 2 ) x 3 + ⋯
valid only for ∣ x ∣ < 1 |x| < 1 ∣ x ∣ < 1 .
When n n n is a positive integer the series terminates — a factor of zero eventually appears — recovering the ordinary expansion. Otherwise it runs forever.
( 1 + x ) 1 / 2 (1+x)^{1/2} ( 1 + x ) 1/2 :
1 + 1 2 x + 1 2 ( − 1 2 ) 2 x 2 + 1 2 ( − 1 2 ) ( − 3 2 ) 6 x 3 + ⋯ = 1 + x 2 − x 2 8 + x 3 16 − ⋯ 1 + \frac12 x + \frac{\frac12\left(-\frac12\right)}{2}x^2 + \frac{\frac12\left(-\frac12\right)\left(-\frac32\right)}{6}x^3 + \cdots = 1 + \frac{x}{2} - \frac{x^2}{8} + \frac{x^3}{16} - \cdots 1 + 2 1 x + 2 2 1 ( − 2 1 ) x 2 + 6 2 1 ( − 2 1 ) ( − 2 3 ) x 3 + ⋯ = 1 + 2 x − 8 x 2 + 16 x 3 − ⋯
( 1 + x ) − 2 (1+x)^{-2} ( 1 + x ) − 2 :
1 − 2 x + ( − 2 ) ( − 3 ) 2 x 2 + ( − 2 ) ( − 3 ) ( − 4 ) 6 x 3 + ⋯ = 1 − 2 x + 3 x 2 − 4 x 3 + ⋯ 1 - 2x + \frac{(-2)(-3)}{2}x^2 + \frac{(-2)(-3)(-4)}{6}x^3 + \cdots = 1 - 2x + 3x^2 - 4x^3 + \cdots 1 − 2 x + 2 ( − 2 ) ( − 3 ) x 2 + 6 ( − 2 ) ( − 3 ) ( − 4 ) x 3 + ⋯ = 1 − 2 x + 3 x 2 − 4 x 3 + ⋯
Key result The condition ∣ x ∣ < 1 |x| < 1 ∣ x ∣ < 1 must be stated . Outside it the series diverges and the expansion is meaningless — this is worth a mark in itself.
Common mistake The bracket must start with 1. For ( 2 + x ) 1 / 2 (2+x)^{1/2} ( 2 + x ) 1/2 , factor first: 2 ( 1 + x 2 ) 1 / 2 \sqrt2\left(1 + \frac{x}{2}\right)^{1/2} 2 ( 1 + 2 x ) 1/2 , valid for ∣ x 2 ∣ < 1 \left|\frac{x}{2}\right| < 1 2 x < 1 , that is ∣ x ∣ < 2 |x| < 2 ∣ x ∣ < 2 . Note that the validity condition changes too.
Approximations
A few terms of the series give an accurate value when x x x is small.
Estimate 1.02 \sqrt{1.02} 1.02 .
Use ( 1 + x ) 1 / 2 (1+x)^{1/2} ( 1 + x ) 1/2 with x = 0.02 x = 0.02 x = 0.02 :
1.02 ≈ 1 + 0.02 2 − ( 0.02 ) 2 8 = 1 + 0.01 − 0.00005 = 1.00995 \sqrt{1.02} \approx 1 + \frac{0.02}{2} - \frac{(0.02)^2}{8} = 1 + 0.01 - 0.00005 = 1.00995 1.02 ≈ 1 + 2 0.02 − 8 ( 0.02 ) 2 = 1 + 0.01 − 0.00005 = 1.00995
The true value is 1.0099504 … 1.0099504\ldots 1.0099504 … , so three terms are accurate to seven decimal places.
Exam tip Each term is roughly x x x times the last, so with x = 0.02 x = 0.02 x = 0.02 the fourth term is around 10 − 7 10^{-7} 1 0 − 7 — negligible. The smaller x x x is, the fewer terms you need.
Common mistake Check that your x x x actually satisfies ∣ x ∣ < 1 |x| < 1 ∣ x ∣ < 1 before substituting. Using x = 2 x = 2 x = 2 to estimate 3 \sqrt3 3 from ( 1 + x ) 1 / 2 (1+x)^{1/2} ( 1 + x ) 1/2 produces increasingly wild nonsense, because the series does not converge there.