You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the advanced binomial expansion as required by the AQA A-Level Mathematics specification (7357). At AS-Level, you studied the binomial expansion of (a + b)ⁿ for positive integer n. At A-Level, you must also be able to expand (1 + x)ⁿ for rational (including negative and fractional) values of n, determine the range of validity, and use expansions for approximations.
For a positive integer n:
(a + b)ⁿ = ∑ᵣ₌₀ⁿ ⁿCᵣ aⁿ⁻ʳ bʳ
where ⁿCᵣ = n!/(r!(n − r)!).
This is a finite expansion with (n + 1) terms.
Example: (1 + x)⁴ = 1 + 4x + 6x² + 4x³ + x⁴.
When n is not a positive integer (i.e., n is negative, fractional, or zero), the expansion of (1 + x)ⁿ is an infinite series:
(1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + ...
This can be written as:
(1 + x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + n(n−1)(n−2)(n−3)x⁴/4! + ...
This infinite series is only valid (converges) when:
|x| < 1
This is a critical condition that must always be stated.
Exam Tip: You must state the validity condition |x| < 1 (or the equivalent for more complex expressions). Failure to do so will lose you a mark.
Example: Expand (1 + x)⁻¹ up to and including the term in x³, stating the range of validity.
Using the general formula with n = −1:
(1 + x)⁻¹ = 1 + (−1)x + (−1)(−2)/2! x² + (−1)(−2)(−3)/3! x³ + ...
= 1 − x + x² − x³ + ...
Valid for |x| < 1.
Check: This is the geometric series 1/(1 + x) = 1 − x + x² − x³ + ..., which we know converges for |x| < 1. ✓
Example: Expand (1 + x)⁻² up to the term in x³.
n = −2:
(1 + x)⁻² = 1 + (−2)x + (−2)(−3)/2! x² + (−2)(−3)(−4)/3! x³ + ...
= 1 − 2x + 3x² − 4x³ + ...
Valid for |x| < 1.
Example: Expand (1 + x)^(1/2) up to the term in x³, stating the validity condition.
n = 1/2:
(1 + x)^(1/2) = 1 + (1/2)x + (1/2)(−1/2)/2! x² + (1/2)(−1/2)(−3/2)/3! x³ + ...
= 1 + x/2 + (−1/4)/2 x² + (3/8)/6 x³ + ...
= 1 + x/2 − x²/8 + x³/16 + ...
Valid for |x| < 1.
Example: Expand (1 + x)^(−1/3) up to and including the x² term.
n = −1/3:
(1 + x)^(−1/3) = 1 + (−1/3)x + (−1/3)(−4/3)/2! x² + ...
= 1 − x/3 + (4/9)/2 x² + ...
= 1 − x/3 + 2x²/9 + ...
Valid for |x| < 1.
To use the formula, the expression must be in the form (1 + something)ⁿ. Factor out the constant:
(a + bx)ⁿ = aⁿ(1 + bx/a)ⁿ
Then expand (1 + bx/a)ⁿ using the general formula and multiply by aⁿ.
The validity condition becomes |bx/a| < 1, i.e. |x| < |a/b|.
Example: Expand 1/√(4 − x) up to the term in x², stating the validity condition.
1/√(4 − x) = (4 − x)^(−1/2)
= 4^(−1/2) (1 − x/4)^(−1/2)
= (1/2)(1 − x/4)^(−1/2)
Now expand (1 + u)^(−1/2) where u = −x/4:
(1 + u)^(−1/2) = 1 + (−1/2)u + (−1/2)(−3/2)/2! u² + ...
= 1 − u/2 + 3u²/8 + ...
Substituting u = −x/4:
= 1 − (−x/4)/2 + 3(−x/4)²/8 + ...
= 1 + x/8 + 3x²/128 + ...
Multiplying by 1/2:
1/√(4 − x) = 1/2 + x/16 + 3x²/256 + ...
Valid for |−x/4| < 1, i.e. |x| < 4.
Substituting a small value of x into a binomial expansion gives an approximation.
Example: Use the expansion of (1 + x)^(1/2) to estimate √1.04.
√1.04 = (1 + 0.04)^(1/2) ≈ 1 + (0.04)/2 − (0.04)²/8 + (0.04)³/16
≈ 1 + 0.02 − 0.0002 + 0.000004
≈ 1.019804
The exact value is √1.04 = 1.01980390... ✓
Example: Estimate 1/√(3.92) using the expansion of 1/√(4 − x) with x = 0.08.
1/√(3.92) ≈ 1/2 + 0.08/16 + 3(0.08)²/256
≈ 0.5 + 0.005 + 0.0000750
≈ 0.5050750
Sometimes a rational expression is decomposed using partial fractions, and each fraction is then expanded using the binomial theorem.
Example: Express 1/((1 + x)(1 − 2x)) in partial fractions, and expand up to the x² term.
1/((1 + x)(1 − 2x)) = A/(1 + x) + B/(1 − 2x)
Cover-up: x = −1: A = 1/(1 + 2) = 1/3. x = 1/2: B = 1/(1 + 1/2) = 2/3.
= (1/3)(1 + x)⁻¹ + (2/3)(1 − 2x)⁻¹
= (1/3)(1 − x + x² − ...) + (2/3)(1 + 2x + 4x² + ...)
= 1/3 − x/3 + x²/3 + 2/3 + 4x/3 + 8x²/3 + ...
= 1 + x + 3x² + ...
Valid for |x| < 1 and |2x| < 1, i.e. |x| < 1/2.
Exam Tip: The most common errors are: (1) forgetting to state the validity condition, (2) making sign errors in the coefficients (especially with negative n), and (3) forgetting to multiply by aⁿ when expanding (a + bx)ⁿ. Show each coefficient calculation clearly, and always simplify fractions. If the question says "up to and including the term in x³", you must give exactly four terms (constant, x, x², x³).
AQA 7357 specification, Paper 1 — Pure Mathematics, Section D: Sequences and Series. The AQA spec requires students to "use the binomial expansion of (1+x)n for any rational n, including its use for approximation; be aware that the expansion is valid for ∣x∣<1 (proof not required)." This builds on the GCSE positive-integer expansion but generalises it to rational and negative n, where the series becomes infinite and convergence becomes a binding concern. The AQA formula booklet does print the general binomial series, but does not flag the validity condition — that must be supplied by the student. Binomial expansion is examined in its own right but also synoptically: alongside partial fractions (Section B) to expand rational functions, alongside calculus (Section G) for series-based approximations, and as a precursor to Taylor's theorem (off-spec, but widely set as stretch material).
Question (8 marks):
(a) Find the binomial expansion of (1−2x)1/2 in ascending powers of x, up to and including the term in x3, simplifying each coefficient. (5)
(b) State the range of values of x for which the expansion is valid. (1)
(c) Use your expansion with a suitable value of x to estimate 0.96 to 5 decimal places. (2)
Solution with mark scheme:
(a) The general binomial series is
(1+y)n=1+ny+2!n(n−1)y2+3!n(n−1)(n−2)y3+…
Here n=21 and y=−2x.
M1 — quoting the correct general form with n=21 and y=−2x identified. Candidates who write (kn) in its positive-integer factorial form lose this mark immediately because (21/2) is undefined as a factorial expression.
Step 1 — first-order term: ny=21(−2x)=−x.
Step 2 — second-order term: 2!n(n−1)y2=2(1/2)(−1/2)(−2x)2=2−1/4⋅4x2=−21x2.
M1 — correct setup of the second coefficient with the falling product n(n−1).
A1 — coefficient −21 correct.
Step 3 — third-order term: 3!n(n−1)(n−2)y3=6(1/2)(−1/2)(−3/2)(−2x)3=63/8(−8x3)=161(−8x3)=−21x3.
M1 — correct n(n−1)(n−2) product, correctly cubed (−2x)3=−8x3.
A1 — coefficient −21 correct.
So (1−2x)1/2≈1−x−21x2−21x3.
(b) Validity condition. The expansion of (1+y)n converges for ∣y∣<1. With y=−2x, this requires ∣−2x∣<1, i.e. ∣x∣<21.
B1 — explicit statement ∣x∣<21 (or equivalent −21<x<21).
(c) Choosing x. We want 1−2x=0.96, giving x=0.02. Check: ∣0.02∣=0.02<21, so within validity.
Substituting:
0.96≈1−0.02−21(0.0004)−21(0.000008)=1−0.02−0.0002−0.000004=0.979796
M1 — correct substitution into the truncated expansion. A1 — final value 0.97980 to 5 dp.
Total: 8 marks (M3 A2 B1 M1 A1).
Question (6 marks): f(x)=(1+3x)(1−x)1.
(a) Express f(x) in partial fractions. (2)
(b) Hence find the binomial expansion of f(x) up to and including the term in x2, and state the range of x for which the full expansion is valid. (4)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 5, AO2 = 1. The AO2 mark is awarded specifically for recognising that combined validity is the intersection of the two individual ranges, not the union — a synoptic-reasoning mark that distinguishes A* from A.
Connects to:
Positive-integer binomial (Year 12 Section D start): (1+x)n for n∈N truncates after n+1 terms because (kn)=0 for k>n. The Year-13 generalisation removes this truncation and the series runs forever — but only converges for ∣x∣<1. Recognising the structural continuity between the two cases (the formula is the same; only the termination changes) is a key conceptual step.
Partial fractions (Section B): rational functions like (1−x)(1+2x)2x+1 are not directly expandable, but their partial-fraction decomposition is — each fraction 1+axA expands as A(1−ax+a2x2−…). The combined validity is the intersection of individual validities.
Calculus and approximation (Section G): the binomial series for (1+x)1/2 truncated to two terms gives 1+x≈1+21x, which is precisely the linearisation f(x)≈f(0)+f′(0)x at x=0. The binomial expansion is the Taylor series at the origin in disguise.
Differentiation as series-coefficient extraction: the coefficient of xk in the expansion of f(x) at x=0 is k!f(k)(0). The binomial coefficients (kn) for rational n are exactly k!n(n−1)⋯(n−k+1) — the Taylor coefficient formula specialised to f(x)=(1+x)n.
Calculator approximations and significant-figure analysis: truncating after the x3 term incurs an error of order x4. For x=0.02 this is ∼10−7, justifying 5-dp accuracy. Quantifying the truncation error is the bridge to numerical-analysis arguments.
Advanced binomial questions on 7357 split AO marks across all three:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–60% | Quoting the general series correctly, computing falling-product coefficients, simplifying powers of y=ax |
| AO2 (reasoning / interpretation) | 25–35% | Stating validity $ |
| AO3 (problem-solving) | 10–20% | Open-ended approximation tasks where the substitution x is not handed to the student; comparing truncation error to required accuracy |
Examiner-rewarded phrasing: "the expansion is valid for ∣2x∣<1, that is ∣x∣<21"; "since x=0.02 lies in the range of validity, the approximation is justified"; "the combined validity is the intersection of the two individual ranges". Phrases that lose marks: stating "x is small" without a numerical bound; writing ∣x∣<1 when the actual bound is tighter (a common slip when the inner expression is ax with a=1); omitting validity entirely (B1 lost without recovery).
A specific AQA pattern to watch: questions phrased "find the expansion and state its validity" carry two distinct marks. The validity is never a free hint — it is always its own B1, and is always lost if the candidate writes only the expansion. Read every "and" in the stem as a mark boundary.
Question: Find the first three terms in the expansion of (1+4x)−2 in ascending powers of x, and state the range of x for which the expansion is valid.
Grade C response (~190 words):
Using the binomial series with n=−2 and y=4x:
(1+4x)−2=1+(−2)(4x)+2!(−2)(−3)(4x)2+…
=1−8x+3⋅16x2+…=1−8x+48x2+…
Valid for ∣x∣<41.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.