You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Builds on: aqa-alevel-maths-pure-1 / sequences-and-series — this lesson is the A2-level deep dive.
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)n for positive integer n. At A-Level, you must also be able to expand (1+x)n for rational (including negative and fractional) values of n, determine the range of validity, and use expansions for approximations.
Spec Mapping — AQA 7357 Section D Sequences and Series. This lesson covers the general binomial expansion for rational index content of Section D, at the depth required for A2-level synoptic questions. Refer to the official AQA specification document for exact wording.
For a positive integer n:
(a+b)n=r=0∑n(rn)an−rbrwhere (rn)=r!(n−r)!n!.
This is a finite expansion with (n+1) terms.
Example: (1+x)4=1+4x+6x2+4x3+x4.
When n is not a positive integer (i.e., n is negative, fractional, or zero), the expansion of (1+x)n is an infinite series:
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+⋯This can be written as:
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+4!n(n−1)(n−2)(n−3)x4+⋯This infinite series is only valid (converges) when:
∣x∣<1This 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)−1 up to and including the term in x3, stating the range of validity.
Using the general formula with n=−1:
(1+x)−1=1+(−1)x+2!(−1)(−2)x2+3!(−1)(−2)(−3)x3+⋯=1−x+x2−x3+⋯Valid for ∣x∣<1.
Check: This is the geometric series 1+x1=1−x+x2−x3+⋯, which we know converges for ∣x∣<1. ✓
Example: Expand (1+x)−2 up to the term in x3.
n=−2:(1+x)−2=1+(−2)x+2!(−2)(−3)x2+3!(−2)(−3)(−4)x3+⋯=1−2x+3x2−4x3+⋯Valid for ∣x∣<1.
Example: Expand (1+x)1/2 up to the term in x3, stating the validity condition.
n=21:(1+x)1/2=1+21x+2!21(−21)x2+3!21(−21)(−23)x3+⋯=1+2x+2−41x2+683x3+⋯=1+2x−8x2+16x3+⋯Valid for ∣x∣<1.
Example: Expand (1+x)−1/3 up to and including the x2 term.
n=−31:(1+x)−1/3=1+(−31)x+2!(−31)(−34)x2+⋯=1−3x+294x2+⋯=1−3x+92x2+⋯Valid for ∣x∣<1.
To use the formula, the expression must be in the form (1+something)n. Factor out the constant:
(a+bx)n=an(1+abx)nThen expand (1+abx)n using the general formula and multiply by an.
The validity condition becomes abx<1, i.e. ∣x∣<ba.
Example: Expand 4−x1 up to the term in x2, stating the validity condition.
4−x1=(4−x)−1/2=4−1/2(1−4x)−1/2=21(1−4x)−1/2Now expand (1+u)−1/2 where u=−4x:
(1+u)−1/2=1+(−21)u+2!(−21)(−23)u2+⋯=1−2u+83u2+⋯Substituting u=−4x:
=1−2(−x/4)+83(−x/4)2+⋯=1+8x+1283x2+⋯Multiplying by 21:
4−x1=21+16x+2563x2+⋯Valid for −4x<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+20.04−8(0.04)2+16(0.04)3≈1+0.02−0.0002+0.000004≈1.019804The exact value is 1.04=1.01980390… ✓
Example: Estimate 3.921 using the expansion of 4−x1 with x=0.08.
3.921≈21+160.08+2563(0.08)2≈0.5+0.005+0.0000750≈0.5050750Sometimes a rational expression is decomposed using partial fractions, and each fraction is then expanded using the binomial theorem.
Example: Express (1+x)(1−2x)1 in partial fractions, and expand up to the x2 term.
(1+x)(1−2x)1=1+xA+1−2xBCover-up: x=−1: A=1+21=31. x=21: B=1+1/21=32.
=31(1+x)−1+32(1−2x)−1=31(1−x+x2−⋯)+32(1+2x+4x2+⋯)=31−3x+3x2+32+34x+38x2+⋯=1+x+3x2+⋯Valid for ∣x∣<1 and ∣2x∣<1, i.e. ∣x∣<21.
This topic connects to:
aqa-alevel-maths-pure-1 / sequences-and-series) — the positive-integer binomial theorem and convergence ideas this lesson generalises.aqa-alevel-maths-pure-2 / differentiation-techniques) — series approximations link to small-x methods for derivatives and limits.aqa-alevel-maths-advanced-algebra / partial-fractions-depth) — combined with binomial expansion for rational-function approximations.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 an when expanding (a+bx)n. Show each coefficient calculation clearly, and always simplify fractions. If the question says "up to and including the term in x3", you must give exactly four terms (constant, x, x2, x3).
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).
Note: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
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.
Mid-band response (~190 words):
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.