Intuition. Each term in the expansion corresponds to a way of choosing a‘s and b‘s: from n
Factors of (a+b)Choosing r of them to contribute a b (and the remaining n−r to
Contribute an a) gives the term (rn)an−rbr.
Then expand (1+abx)n using the general binomial theorem. The convergence
Condition becomes abx<1.
Example
Expand $\sqrt{4 + x}$ in ascending powers of $x$ up to $x^2$.
(4+x)1/2=41/2(1+4x)1/2=2[1+21⋅4x+L◆B◆21⋅(−21)◆RB◆◆LB◆2!◆RB◆⋅16x2+⋯]=2[1+8x−128x2+⋯]=2+4x−64x2+⋯
Valid for 4x<1I.e., ∣x∣<4.
5. Finding Specific Terms
5.1 The General Term
In the expansion of (a+bx)nThe (r+1)Th term is:
Tr+1=(rn)an−r(bx)r
The index r counts from 0So the first term corresponds to r=0 and the last term (when n Is
a positive integer) corresponds to r=n.
5.2 Strategy for Finding a Specific Term
To find the coefficient of xk in (a+bx)n:
Write the general term: Tr+1=(rn)an−rbrxr.
Set the power of x equal to k: r=k.
Substitute r=k and evaluate.
When n is not a positive integer, the general term still works — but you must also check
Convergence (∣bx/a∣<1).
Example 1: Constant term
Find the constant term in the expansion of $\left(x^2 + \frac{2}{x}\right)^8$.
The general term is:
Tr+1=(r8)(x2)8−r(x2)r=(r8)2rx16−3r
For the constant term, set 16−3r=0Giving r=316. Since r must be a Non-negative
integer, there is no constant term.
(If the power had been 9We would get r=318=6And the constant term would be
(69)26=84⋅64=5376.)
Example 2: Specific power of $x$
Find the coefficient of $x^5$ in the expansion of $(1 + 2x)^{12}$.
The general term is Tr+1=(r12)(2x)r=(r12)2rxr.
Set r=5:
Coefficient=(512)25=792⋅32=25344
Example 3: Non-integer power
Find the coefficient of $x^3$ in the expansion of $(1 - 3x)^{-1/2}$ up to $x^3$.
The general term is:
Tr+1=(r−1/2)(−3x)r
For r=3:
(3−1/2)=3!(−1/2)(−3/2)(−5/2)=6−15/8=−165
T4=(−165)(−3x)3=(−165)(−27x3)=16135x3
Coefficient of x3: 16135.
6. Binomial Approximation and Error Estimation
6.1 Using Partial Sums for Approximation
When (1+x)n is expanded as an infinite series, taking only the first k+1 terms gives an
Approximation. The accuracy depends on how many terms are taken and how small ∣x∣ is.
For small ∣x∣The series converges rapidly, so few terms are needed for high accuracy.
6.2 Error Bounds
Theorem (Error bound for alternating decreasing series). If the terms of (1+x)n are
Alternating in sign and decreasing in magnitude, then the error when truncating after k terms is
Bounded by the magnitude of the next (first omitted) term:
∣(1+x)n−Sk∣≤∣Tk+1∣
Where Sk is the partial sum up to and including the xk term, and Tk+1 is the (k+1)Th
Term.
This applies when n<0 and x>0Or when n is fractional with alternating signs.
So the error in the expansion of (1+1/27)1/3 is at most ≈6.2×10−7And the
Error in 328 is at most 3×6.2×10−7≈1.9×10−6.
7. Relationships Between Binomial Coefficients
7.1 Sum of Binomial Coefficients
We already know (from Problem 7 below) that:
∑r=0n(rn)=2n
This follows from setting a=1, b=1 in the binomial theorem.
7.2 Weighted Sum: ∑r(rn)=n⋅2n−1
Theorem.r=0∑nr(rn)=n⋅2n−1.
Proof (using differentiation).
Start with (1+x)n=∑r=0n(rn)xr.
Differentiate both sides with respect to x:
n(1+x)n−1=∑r=0nr(rn)xr−1
Multiply through by x:
nx(1+x)n−1=∑r=0nr(rn)xr
Set x=1:
n⋅1⋅2n−1=∑r=0nr(rn)
Therefore ∑r=0nr(rn)=n⋅2n−1. ■
Intuition. If you want to select a committee of any size from n people and then choose a
Chairperson, you can first pick r members ((rn) ways) and then a chair from those r
(r ways). Summing over all r gives ∑r(rn). Alternatively, pick the chair first
(n ways) and then any subset of the remaining n−1 people (2n−1 ways), giving
n⋅2n−1.
7.3 Sum of Squares: ∑r2(rn)=n(n+1)2n−2
Theorem.r=0∑nr2(rn)=n(n+1)⋅2n−2.
Proof (using differentiation).
We have nx(1+x)n−1=∑r=0nr(rn)xr.
Differentiate both sides with respect to x:
n(1+x)n−1+n(n−1)x(1+x)n−2=∑r=0nr2(rn)xr−1
Multiply through by x:
nx(1+x)n−1+n(n−1)x2(1+x)n−2=∑r=0nr2(rn)xr
Set x=1:
n⋅2n−1+n(n−1)⋅2n−2=∑r=0nr2(rn)
Factor out n⋅2n−2:
n⋅2n−2(2+n−1)=n(n+1)⋅2n−2=∑r=0nr2(rn)■
7.4 Vandermonde’s Identity
Theorem (Vandermonde’s Identity). For non-negative integers n,r,m:
∑k=0m(kr)(m−kn−r)=(mn)
Proof (combinatorial).
Consider a set of n people, of which r are women and n−r are men. The right-hand side
(mn) counts the number of ways to choose a committee of m people from all n.
Alternatively, we can count by cases: choose k women and m−k men. The number of ways to choose
k women is (kr)And the number of ways to choose m−k men is (m−kn−r).
Summing over all valid k gives the left-hand side. ■
8. Validity of General Binomial Expansion
8.1 Single Expansion Validity
When expanding (a+bx)n with non-integer nWe write it as an(1+abx)n.
The expansion is valid when:
abx<1i.e.,∣x∣<ba
:::caution Always state the range of validity when working with non-integer powers. Marks are
Routinely deducted for omitting this.
:::
8.2 Product of Two Expansions
When a question asks for the expansion of a product of two binomial expressions, such as
(1+px)a(1+qx)bEach factor has its own validity range:
∣px∣<1and∣qx∣<1
The combined expansion is valid only where both individual expansions are valid. This means the
Overall validity is the intersection of the two ranges, which is always the more restrictive
Condition:
Why? The product expansion is obtained by multiplying the individual series term by term. If
Either series diverges, the term-by-term multiplication is not justified, so the product expansion
May not equal the original expression.
8.3 More Complex Cases
For expressions involving three or more factors, the validity is the intersection of all individual
Validity ranges.
For partial fraction decompositions that lead to sums of binomial expansions, the same principle
Applies: the overall validity is the most restrictive individual condition.
Example 1
Find the expansion of $(1 + x)^{-2}(1 - 3x)^{-1}$ up to $x^2$Stating the validity.
(1+x)−2: valid for ∣x∣<1.
(1−3x)−1: valid for ∣3x∣<1I.e., ∣x∣<31.
The combined validity is ∣x∣<31 (the more restrictive condition).
If you get this wrong, revise: [General binomial expansion](#4-general-binomial-expansion)
Problem 6. In the expansion of (1+ax)nThe coefficients of x, x2And x3 are in The
ratio 1:4:12. Find a and n.
Solution
Coefficient of $x$: $na$
Coefficient of x2: 2n(n−1)a2
Coefficient of x3: 6n(n−1)(n−2)a3
Ratio 1:4:12:
2n(n−1)a2=4na⟹2(n−1)a=4⟹(n−1)a=8−−−(1)
6n(n−1)(n−2)a3=12na⟹6(n−1)(n−2)a2=12−−−(2)
From (1): a=n−18. Substitute into (2):
6(n−1)(n−2)⋅(n−1)264=12
6(n−1)64(n−2)=12
64(n−2)=72(n−1)
64n−128=72n−72
−8n=56⟹n=−7
a=−88=−1.
If you get this wrong, revise: [General binomial expansion](#4-general-binomial-expansion)
Problem 7. Prove that ∑r=0n(rn)=2n.
Solution
Setting $a = 1$ and $b = 1$ in the binomial theorem:
(1+1)n=∑r=0n(rn)1n−r1r=∑r=0n(rn)
So ∑r=0n(rn)=2n. ■
Intuition. The sum of all binomial coefficients counts the total number of subsets of an
n-element set, which is 2n (each element can either be included or excluded).
If you get this wrong, revise: [Binomial coefficients](#2-binomial-coefficients)
Problem 8. Expand (1+x)(1−2x)1 in ascending powers of x up to x3Stating The
range of validity.
Solution
Using partial fractions: $\frac{1}{(1+x)(1-2x)} = \frac{1}{3}\cdot\frac{1}{1+x} + \frac{2}{3}\cdot\frac{1}{1-2x}$.
Valid for ∣x∣<21 (the more restrictive condition).
If you get this wrong, revise: [General binomial expansion](#4-general-binomial-expansion)
Problem 9. Given that the expansion of (1+kx)10 in ascending powers of x has a
Coefficient of x3 equal to 1080Find the value of k.
Solution
$$\binom{10}{3} k^3 = 1080$$
120k3=1080
k3=9
k=39
If you get this wrong, revise: [Binomial theorem](#3-the-binomial-theorem)
Problem 10. Prove that ∑r=0n(−1)r(rn)=0 for n≥1.
Solution
Setting $a = 1$ and $b = -1$ in the binomial theorem:
(1−1)n=∑r=0n(rn)1n−r(−1)r=∑r=0n(−1)r(rn)
0n=0 for n≥1. ■
Intuition. This counts the difference between subsets of even size and subsets of odd size — which
Is zero by a parity argument (there’s a bijection between even-sized and odd-sized subsets: add or
Remove one element).
If you get this wrong, revise: [Binomial coefficients](#2-binomial-coefficients)
Problem 11. Find the coefficient of x3 in the expansion of (1+x)−3(1−2x)−1 up to
x3Stating the range of validity.
Validity: the most restrictive condition is ∣x∣<1/2 (from (1−2x)−1).
If you get this wrong, revise: [Validity of general binomial expansion](#8-validity-of-general-binomial-expansion)
:::tip Tip Ready to test your understanding of Binomial Expansion? The contains the hardest
questions within the A-Level specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Binomial
Expansion with other pure mathematics topics to test synthesis under exam conditions.
See for instructions on self-marking and
building a personal test matrix.
Common Pitfalls
Misreading the question, particularly with ‘hence’ vs ‘hence or otherwise’ — the former requires
using previous work.
Forgetting to check that solutions satisfy the original equation (especially with squaring both
sides or dividing by variables).
Incorrectly applying integration by parts by choosing u and dxdv the wrong way
around.
Rounding too early in multi-step calculations — carry full precision through and round only the
final answer.
Summary
The key principles covered in this topic are linked in the sub-pages above. Focus on understanding
the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of
each approach.
Worked Examples
Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages
linked above.