You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
When n is not a positive integer — for example n = 1/2, n = -1, or n = -3/2 — we can still expand (1 + x)^n, but the expansion is an infinite series and is only valid for |x| < 1. This extends the binomial theorem and is tested at A-Level (9MA0).
For any rational number n and |x| < 1:
(1 + x)^n = 1 + nx + n(n-1)/2! x² + n(n-1)(n-2)/3! x³ + ...
This is an infinite series (it never terminates unless n is a non-negative integer).
Key condition: the expansion is valid only when |x| < 1.
| Feature | Positive integer n | General/rational n |
|---|---|---|
| Number of terms | Finite (n + 1 terms) | Infinite |
| Values of x | All real x | Only |
| Coefficient formula | n!/(r!(n-r)!) | n(n-1)(n-2)...(n-r+1)/r! |
| Result | Exact | Approximation (using first few terms) |
Find the expansion of (1 + x)^(1/2) up to and including the term in x³.
Using the formula with n = 1/2:
= 1 + (1/2)x + (1/2)(-1/2)/2! x² + (1/2)(-1/2)(-3/2)/3! x³ + ...
= 1 + (1/2)x + (-1/4)/2 x² + (3/8)/6 x³ + ...
= 1 + (1/2)x - (1/8)x² + (1/16)x³ + ...
Valid for |x| < 1
Find the expansion of (1 + x)^(-1) up to the term in x³.
With n = -1:
= 1 + (-1)x + (-1)(-2)/2! x² + (-1)(-2)(-3)/3! x³ + ...
= 1 - x + x² - x³ + ...
Valid for |x| < 1
This is the well-known geometric series formula: 1/(1 + x) = 1 - x + x² - x³ + ...
Find the expansion of (1 + x)^(-2) up to and including the x³ term.
With n = -2:
= 1 + (-2)x + (-2)(-3)/2! x² + (-2)(-3)(-4)/3! x³ + ...
= 1 - 2x + 3x² - 4x³ + ...
Valid for |x| < 1
When the expression is not in the form (1 + x)^n, factor out to create it.
(a + bx)^n = a^n x (1 + bx/a)^n
Then expand (1 + bx/a)^n and multiply by a^n.
The validity condition becomes |bx/a| < 1, i.e. |x| < |a/b|.
Expand (4 + x)^(1/2) up to the x² term and state the range of validity.
= (4)^(1/2) x (1 + x/4)^(1/2)
= 2 x [1 + (1/2)(x/4) + (1/2)(-1/2)/2! (x/4)² + ...]
= 2 x [1 + x/8 - x²/128 + ...]
= 2 + x/4 - x²/64 + ...
Validity: |x/4| < 1, so |x| < 4
Expand 1/(2 - 3x)² up to the x² term and state the validity.
= (2 - 3x)^(-2) = 2^(-2) x (1 - 3x/2)^(-2)
= (1/4) x (1 + (-3x/2))^(-2)
Let u = -3x/2. Using the expansion of (1 + u)^(-2) = 1 - 2u + 3u² - ...
= (1/4) x [1 - 2(-3x/2) + 3(-3x/2)² - ...]
= (1/4) x [1 + 3x + 27x²/4 - ...]
= 1/4 + 3x/4 + 27x²/16 + ...
Validity: |3x/2| < 1, so |x| < 2/3
Use the expansion of (1 + x)^(1/2) to estimate sqrt(1.04).
From Example 1: (1 + x)^(1/2) ≈ 1 + (1/2)x - (1/8)x²
With x = 0.04:
≈ 1 + (1/2)(0.04) - (1/8)(0.04)²
= 1 + 0.02 - (1/8)(0.0016)
= 1 + 0.02 - 0.0002
= 1.0198
(Calculator gives sqrt(1.04) = 1.01980390..., so this is accurate to 4 d.p.)
Estimate the cube root of 8.24 using a binomial expansion.
8.24 = 8(1 + 0.03)
Cube root of 8.24 = (8)^(1/3) x (1 + 0.03)^(1/3)
= 2 x [1 + (1/3)(0.03) + (1/3)(-2/3)/2! (0.03)² + ...]
= 2 x [1 + 0.01 - (1/9)(0.0009) + ...]
= 2 x [1 + 0.01 - 0.0001 + ...]
= 2 x 1.0099
= 2.0198
A common A-Level question combines partial fractions with binomial expansion.
Express (3x + 1) / ((1 + x)(1 - 2x)) in partial fractions and hence find the expansion up to x².
Partial fractions: (3x + 1) / ((1 + x)(1 - 2x)) = A/(1 + x) + B/(1 - 2x)
3x + 1 = A(1 - 2x) + B(1 + x)
Let x = -1: -3 + 1 = A(3), so A = -2/3 Let x = 1/2: 3/2 + 1 = B(3/2), so B = 5/3
So: -2/3 x (1 + x)^(-1) + 5/3 x (1 - 2x)^(-1)
Expand each: (1 + x)^(-1) = 1 - x + x² - ... (1 - 2x)^(-1) = 1 + 2x + 4x² + ...
= -2/3 x (1 - x + x²) + 5/3 x (1 + 2x + 4x²)
= (-2/3 + 2x/3 - 2x²/3) + (5/3 + 10x/3 + 20x²/3)
= 1 + 4x + 6x²
Validity: |x| < 1 and |2x| < 1, so |x| < 1/2 (the stricter condition applies).
| Tip | Detail |
|---|---|
| Always state validity | You must state the range of x for which the expansion is valid to gain full marks |
| Factor out first | For (a + bx)^n, always write as a^n(1 + bx/a)^n before expanding |
| Careful with signs | n(n-1) when n = -2 gives (-2)(-3) = 6, not -6 |
| Check with substitution | Substitute a small x value to verify your expansion |
| Partial fractions | If the question involves a rational function, expect partial fractions first |
Edexcel 9MA0-02 specification, Year 2 Pure Mathematics, sub-strand 4.4 covers the 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) (refer to the official specification document for exact wording). This sits inside Sequences and series and is examined in Paper 2 — Pure Mathematics, where it routinely carries 6–10 marks across one or two questions. The Year 2 expansion extends the Year 1 result: where the positive-integer binomial (a+b)n=∑(kn)an−kbk terminates after n+1 terms, the rational-n version becomes an infinite series and only converges when ∣x∣<1. The validity statement is itself an A-mark — omitting it costs marks even when every coefficient is correct.
The expansion in the formula booklet is given as:
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+…,∣x∣<1
Synoptic reach is wide: positive-integer binomial (Year 1, sub-strand 4.3) provides the algebraic template; partial fractions (sub-strand 2.10) feed naturally into rational-n expansion when each linear factor is rewritten as a power series; the Taylor / Maclaurin series of further-maths is the natural generalisation (the binomial is the Maclaurin series of (1+x)n); integration of (1+x)−1 gives ln(1+x), providing a route to series for logarithms; and calculator-free approximation of expressions like 1.04 is the classic application question.
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. State the range of values of x for which the expansion is valid. (5)
(b) Hence, by substituting x=0.01, find an approximation to 0.98, giving your answer to 6 decimal places. (3)
Solution with mark scheme:
(a) Step 1 — identify n and the variable.
Here n=21 and the bracket variable is (−2x), not x. Substitute carefully into the formula (1+X)n with X=−2x.
M1 — correct identification of n=21 and X=−2x.
Step 2 — compute coefficients.
Constant term: 1.
Term in X: nX=21(−2x)=−x.
Term in X2: 2!n(n−1)X2=2(1/2)(−1/2)(−2x)2=−81⋅4x2=−2x2.
Term in X3: 3!n(n−1)(n−2)X3=6(1/2)(−1/2)(−3/2)(−2x)3=63/8(−8x3)=161(−8x3)=−2x3.
M1 — correct coefficient structure 2!n(n−1) etc. with the signed factors of n−k.
A1 — correct x and x2 coefficients: −x and −21x2.
A1 — correct x3 coefficient: −21x3.
So (1−2x)1/2≈1−x−21x2−21x3.
Step 3 — state the validity condition.
The expansion of (1+X)n for non-integer n is valid for ∣X∣<1. Here X=−2x, so ∣−2x∣<1⟹∣x∣<21.
B1 — validity ∣x∣<21 stated explicitly.
(b) Step 1 — engineer 1−2x=0.98.
Setting 1−2x=0.98 gives x=0.01, which lies inside ∣x∣<21, so the expansion is valid here.
M1 — correct value of x identified, with a comment confirming the substitution lies inside the validity range.
Step 2 — substitute.
0.98≈1−0.01−21(0.01)2−21(0.01)3 =1−0.01−0.00005−0.0000005 =0.9899495
M1 — substitution carried out arithmetically with each term retained.
A1 — final answer 0.98≈0.989949 to 6 d.p.
Total: 8 marks (M2 A3 B1 M1 A1, totalling 8).
Question (6 marks):
f(x)=(4+x)1/2.
(a) Find the binomial expansion of f(x) in ascending powers of x up to and including the term in x2, giving each coefficient as a simplified fraction. (4)
(b) State the range of values of x for which the expansion is valid. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. The factoring step in (a) is the gateway: candidates who attempt to expand (4+x)1/2 directly without factoring out 4 first will write something like 21⋅4−1/2⋅x=4x and may struggle to keep the structure correct on later terms. The "factor first" technique is the examiner-rewarded approach.
Connects to:
Sub-strand 4.3 — Positive-integer binomial: the Year 1 result (a+b)n=∑k=0n(kn)an−kbk is the finite case. When n is a positive integer, the factor n−k in the numerator hits zero at k=n and all subsequent terms vanish. For rational n, no such termination occurs and the series is genuinely infinite, requiring the convergence condition ∣x∣<1.
Sub-strand 2.10 — Partial fractions: an expression like (1−x)(1+2x)1 is split into partial fractions 1−xA+1+2xB, each of which can be expanded as (1−x)−1=1+x+x2+… and (1+2x)−1=1−2x+4x2−… using the rational binomial. The combined series gives a power-series expression for the original rational function.
Further Mathematics — Taylor / Maclaurin series: the Maclaurin expansion of (1+x)n is ∑k=0∞k!f(k)(0)xk, and computing f(k)(0) explicitly yields k!n(n−1)⋯(n−k+1)xk — exactly the binomial coefficient. The general binomial theorem is therefore the first non-trivial Maclaurin series students meet.
Sub-strand 8.2 — Integration of (1+x)−1: integrating the geometric series 1−x+x2−x3+… term-by-term gives x−2x2+3x3−…=ln(1+x) for ∣x∣<1. This route is how series for ln and arctan are derived in undergraduate analysis.
Calculator-free approximation: substituting small x values into a binomial expansion approximates roots and reciprocals (1.02, 1/1.04, 38.06). The accuracy depends on the truncation error, which the next term gives an upper bound on for alternating series.
Binomial-expansion (rational n) questions on 9MA0-02 split AO marks as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–70% | Correctly applying the formula, computing coefficients, factoring out leading constants, simplifying surds and fractions |
| AO2 (reasoning / interpretation) | 20–30% | Stating and justifying the validity range ∥x∥<r for the appropriate r, presenting answers in the form requested, recognising why a substitution is or is not in range |
| AO3 (problem-solving) | 5–15% | Combining partial fractions with binomial expansion, choosing a suitable x for an approximation question, error estimation |
Examiner-rewarded phrasing: "valid for ∣x∣<21" (or whatever the bound is — always an explicit modulus inequality, not "for small x"); "factor out a first to obtain an(1+x/a)n"; "since ∣0.01∣<21, the substitution is within the range of validity". Phrases that lose marks: writing the validity as x<21 (missing the modulus, so negative x values are wrongly excluded); stating "the series converges" without the explicit inequality (B0 — the bound is the mark); applying the positive-integer formula (kn) to a rational n, which makes no sense as (21/2) is not a "choose" coefficient.
A specific Edexcel pattern: the validity condition is examined with two common pitfalls. First, when the bracket variable is a multiple of x (X=−2x, say), candidates often quote ∣x∣<1 rather than transferring the bound through to obtain ∣x∣<21. Second, when the bracket has been factored as an(1+x/a)n, the bound becomes ∣x/a∣<1⟹∣x∣<∣a∣, which candidates routinely forget to scale up.
Question: Find the first three terms in the binomial expansion of (1+3x)−2 in ascending powers of x, simplifying each coefficient.
Grade C response (~210 words):
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.