A Maclaurin series expresses a function as an infinite power series centred at x=0. It lets you approximate complicated functions with polynomials — invaluable for limits, small-angle work, and integration in H2 Maths.
What you need to know
The Maclaurin formula is f(x)=f(0)+f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+⋯; each coefficient is a derivative evaluated at x=0.
Standard series (must know with validity):
ex=1+x+2!x2+3!x3+⋯, valid for all x∈R
sinx=x−3!x3+5!x5−⋯, valid for all x∈R
cosx=1−2!x2+4!x4−⋯, valid for all x∈R
ln(1+x)=x−2x2+3x3−⋯, valid for −1<x≤1
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+⋯, valid for ∣x∣<1 (any real n; terminates when n is a non-negative integer)
To derive a series, either differentiate f repeatedly and apply the formula, or substitute/combine/multiply existing standard series — whichever is less laborious.
Small-angle approximations (for x in radians, x≈0): sinx≈x, cosx≈1−2x2, tanx≈x.
The validity range matters when the series is used for approximations or infinite sums; always state it for ln(1+x) and (1+x)n.
Worked example 1 — deriving a series by repeated differentiation
Find the Maclaurin series for f(x)=excosx up to and including the term in x3.
Compute successive derivatives and evaluate at x=0:
Wrong factorials: cosx starts 1−2!x2+4!x4−⋯, not 1−2x2+24x4 rewritten carelessly — the factorials are 2!=2 and 4!=24, so those forms are the same, but forgetting a factorial entirely (writing x3/3 instead of x3/3!=x3/6 for sinx) is a common slip.
Sign errors in ln(1+x): the series alternates +x−2x2+3x3−⋯; substituting a negative argument (e.g. ln(1−x)) flips every sign.
Forgetting the validity range: (1+x)n and ln(1+x) are only valid for ∣x∣<1 and −1<x≤1 respectively — always state this if the question asks for the range of validity.
Truncating too early when multiplying series: when combining two series, carry enough terms in each factor before multiplying, or you will miss contributions to the final degree you need.