Maclaurin Series
A Maclaurin series expresses a function as a power series centred at x = 0, using successive derivatives at the origin:
Standard Series — Must Memorise
These six series are the foundation. All others are derived from them by substitution, differentiation, or integration.
Deriving New Series — Three Methods
f''(0) = 1·(1−0) = 1
sin(x²) = (x²) − (x²)³/6 + (x²)⁵/120 − ···
- Always state the range of validity — Cambridge awards a mark for this.
- For product series: multiply term by term, collecting like powers. Work systematically up to the required degree.
- The direct method requires computing derivatives — use the chain rule carefully and substitute x=0 at each stage rather than carrying complicated expressions.
- Series can be used to evaluate limits: e.g. lim(x→0) sin x/x = lim(x→0) (x − x³/6 + ···)/x = 1.
Improper Integrals
An integral is improper when either the interval is unbounded (infinite limits) or the integrand is unbounded (singularity within the interval). Convergence must always be checked by taking a limit.
Type 1 — Infinite Limits
Type 2 — Integrand Unbounded (Singularity)
Convergence Test — Comparison
| Integral | Behaviour as x→∞ | Converges? |
|---|---|---|
| ∫₁∞ xᵖ dx | p < −1 (i.e. f(x) → 0 fast enough) | ✓ iff p < −1 |
| ∫₁∞ 1/x dx | Decays too slowly (logarithm) | ✗ Diverges |
| ∫₁∞ e^(−x) dx | Exponential decay — very fast | ✓ Always |
| ∫₀¹ xᵖ dx | Singularity at 0 iff p < 0 | ✓ iff p > −1 |
Writing [−1/x]₁∞ = 0 − (−1) = 1 without the limit is technically incorrect and loses the method mark in Cambridge. Always write: lim[t→∞] [−1/x]₁ᵗ = lim[t→∞] (−1/t + 1) = 1.
∫xe^(−x)dx = −xe^(−x) + ∫e^(−x)dx = −xe^(−x) − e^(−x) + C = −e^(−x)(x+1) + C
= 0 − (−1) [since te^(−t) → 0 by L'Hôpital]
Reduction Formulae
A reduction formula expresses Iₙ (an integral with parameter n) in terms of Iₙ₋₁ or Iₙ₋₂ — reducing the problem step by step until a base case is reached. The method is always integration by parts.
- Define Iₙ = ∫ f(x)ⁿ g(x) dx (or a definite integral version).
- Apply IBP: choose u and dv to reduce the power by 1 or 2.
- Express the remaining integral as a multiple of Iₙ₋₁ (or Iₙ₋₂).
- Rearrange to get Iₙ = F(n)·Iₙ₋₁ + G(n).
- State the base cases I₀ or I₁ (computed directly).
- Apply the formula iteratively to reach the required value.
Choose: u = sinⁿ⁻¹x, dv = sin x dx
Then: du = (n−1)sinⁿ⁻²x cos x dx, v = −cos x
Boundary term: at π/2: −sin^(n−1)(π/2)cos(π/2) = 0; at 0: 0. So boundary = 0.
Iₙ = (n−1)∫₀^(π/2) sinⁿ⁻²x (1−sin²x) dx = (n−1)[Iₙ₋₂ − Iₙ]
Iₙ = ((n−1)/n) · Iₙ₋₂
I₄ = 3π/16
Wallis's Formula — A Beautiful Result
= eˣ(x²−2x+2) + C
Other Common Reduction Formulae
| Iₙ | Reduction formula | Base case |
|---|---|---|
| ∫cosⁿx dx | Iₙ = ((n−1)/n)·Iₙ₋₂ [same as sin] | I₀=π/2, I₁=1 (over [0,π/2]) |
| ∫tanⁿx dx | Iₙ = tanⁿ⁻¹x/(n−1) − Iₙ₋₂ | I₀=x+C, I₁=ln|sec x|+C |
| ∫₀¹ xⁿe^(−x) dx | Iₙ = −e⁻¹ + n·Iₙ₋₁ | I₀ = 1−e⁻¹ |
| ∫secⁿx dx | Iₙ = [secⁿ⁻²x tanx]/(n−1) + ((n−2)/(n−1))·Iₙ₋₂ | I₁=ln|sec x+tan x|+C |
Arc Length & Surface Area
Arc Length — Cartesian Form
Arc Length — Parametric Form
Arc Length — Polar Form
Surface of Revolution
= ln(√2 + 1) − ln(1 + 0)
= π/6 · (17^(3/2) − 1)
Worked Examples
(ii) Find the series for eˣ cos x up to x⁴.
(iii) Hence evaluate lim(x→0) (eˣ cos x − 1)/x.
cos x = 1 − x²/2 + x⁴/24 + ···
constant: 1·1 = 1
x¹: 1·x + x·1 = x → wait, cos has no x term → x coefficient: x·1 = x
x²: (x²/2)·1 + 1·(−x²/2) = 0
x³: (x³/6)·1 + x·(−x²/2) = x³/6 − x³/2 = −x³/3
x⁴: (x⁴/24)·1 + (x²/2)·(−x²/2) + 1·(x⁴/24) = x⁴/24 − x⁴/4 + x⁴/24 = −x⁴/6
As x→0:
Iₙ = [xⁿeˣ]₀¹ − n∫₀¹ xⁿ⁻¹eˣ dx = e − n·Iₙ₋₁ ✓
This limit is finite iff p+1 < 0, i.e. p < −1.
Value = 0 − 1/(p+1) = −1/(p+1) = 1/(−p−1)
Practice Questions
Replace x with 2x:
ln(1+2x) = (2x) − (2x)²/2 + (2x)³/3 − (2x)⁴/4 + ···
lim[ε→0⁺] ∫ε¹ x^(−1/3) dx = lim[ε→0⁺] [x^(2/3)/(2/3)]ε¹ = lim[ε→0⁺] (3/2)[1 − ε^(2/3)]
= (3/2)(1 − 0)
(i) Show that Iₙ = ((n−1)/n) Iₙ₋₂ for n ≥ 2.
(ii) Hence find I₅.
Iₙ = [cosⁿ⁻¹x sin x]₀^(π/2) + (n−1)∫₀^(π/2) cosⁿ⁻²x sin²x dx
Boundary = 0 (sin 0=0, cos(π/2)=0).
Iₙ = (n−1)∫cosⁿ⁻²x(1−cos²x)dx = (n−1)(Iₙ₋₂ − Iₙ)
nIₙ = (n−1)Iₙ₋₂ → Iₙ = ((n−1)/n)Iₙ₋₂ ✓
(ii) I₁ = ∫₀^(π/2) cos x dx = 1
I₃ = (2/3)I₁ = 2/3
I₅ = (4/5)I₃ = (4/5)(2/3) =
√(cosh²x) = cosh x (since cosh x > 0 always)
L = ∫₀^(ln2) cosh x dx = [sinh x]₀^(ln2)
sinh(ln 2) = (e^(ln2) − e^(−ln2))/2 = (2 − 1/2)/2 = 3/4
sinh(0) = 0
(ii) Hence find an approximation for ∫₀^(0.1) e^(sin x) dx, giving your answer to 6 decimal places.
e^u = 1 + u + u²/2 + u³/6 + ···
= 1 + (x−x³/6) + (x−x³/6)²/2 + (x)³/6 + ···
= 1 + x − x³/6 + x²/2 + x³/6 + ··· (collecting up to x³, cross terms cancel)
(ii) ∫₀^(0.1)(1 + x + x²/2)dx = [x + x²/2 + x³/6]₀^(0.1)
= 0.1 + 0.01/2 + 0.001/6
= 0.1 + 0.005 + 0.000167
Interactive Maclaurin Series Visualiser
Select a function and adjust the number of terms. The tool shows the polynomial approximation converging to the true function.
Formula Sheet — Further Calculus
- Maclaurin series: Always state the range of validity — this earns a separate mark. For product series, multiply term by term and collect like powers carefully up to the required degree.
- Limits using series: Substitute the series, cancel, and take x→0. Far faster than L'Hôpital for higher-order limits.
- Improper integrals: Always introduce lim[t→∞] or lim[ε→0⁺] explicitly. State whether the integral converges or diverges — Cambridge awards this conclusion as a separate mark.
- Reduction formulae: Show the IBP working fully. The boundary evaluation and the use of a trig identity (sin²=1−cos², etc.) are where marks are allocated.
- Arc length: The key step is simplifying 1+(dy/dx)² to a perfect square — look for sec²x = 1+tan²x, cosh²x = 1+sinh²x, or similar. This makes the integral tractable.
- Convergence of series: State whether each standard series converges for all x or only for |x| < R. Substituted series inherit the convergence condition (scaled).
Further Pure Mathematics P2 — All 6 Lessons Done
You have now covered the full 9231 P2 syllabus: Summation of Series, Mathematical Induction, Matrices, Eigenvalues & Eigenvectors, Complex Numbers, and Further Calculus. Upload all six files to gpmeducation.org and link them from your Further Maths course index page.