Skip to main content
SingaporeMathsSyllabus dot point

How does the Maclaurin series approximate a function as a power series, and how do we use the standard expansions?

Derive and use the Maclaurin series of a function, apply the standard series for common functions, and use series to obtain approximations

A focused answer to the H2 Mathematics outcome on the Maclaurin series. The general formula, deriving a series from repeated differentiation, the standard expansions, combining them, and approximating function values.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to derive the Maclaurin series of a function by repeated differentiation, use the standard series for common functions, combine them by multiplication, substitution or differentiation, and use a truncated series to approximate function values.

The answer

The Maclaurin formula

The Maclaurin series expands f(x)\mathrm{f}(x) as a power series about x=0x = 0:

f(x)=f(0)+f(0)x+f(0)2!x2+f(0)3!x3+\mathrm{f}(x) = \mathrm{f}(0) + \mathrm{f}'(0)x + \frac{\mathrm{f}''(0)}{2!}x^2 + \frac{\mathrm{f}'''(0)}{3!}x^3 + \cdots

Each coefficient uses a higher derivative evaluated at 00, divided by the factorial of the power.

Deriving a series

Differentiate f\mathrm{f} repeatedly, evaluate each derivative at x=0x = 0, and substitute into the formula. Look for a pattern to write the general term where possible.

The standard series

The expansions you should know (with their validity):

ex=1+x+x22!+x33!+ (all x)e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots \ (\text{all } x)

sinx=xx33!+x55!,cosx=1x22!+x44! (all x)\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots, \quad \cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots \ (\text{all } x)

ln(1+x)=xx22+x33 (1<x1),(1+x)n=1+nx+n(n1)2!x2+ (x<1)\ln(1 + x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \cdots \ (-1 < x \leq 1), \quad (1 + x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \cdots \ (|x| < 1)

Combining series

Build new series by multiplying two known ones (keeping terms up to the required power), substituting (for example x2xx \to 2x or xx2x \to x^2), or differentiating/integrating term by term. This is usually faster than repeated differentiation.

Approximation

For small xx, the first few terms give an accurate value. The smaller xx is, the fewer terms are needed, because successive terms shrink rapidly.

Examples in context

Example 1. Small-angle approximation. Truncating sinxx\sin x \approx x and cosx1x22\cos x \approx 1 - \dfrac{x^2}{2} for small xx underlies the pendulum and optics approximations in physics, all coming directly from the Maclaurin series.

Example 2. Linearising a model. Approximating ekt1+kte^{kt} \approx 1 + kt for small ktkt converts exponential growth into a linear estimate over short times, the basis of "for small changes" reasoning in economics and science.

Try this

Q1. Write the Maclaurin series of cosx\cos x up to the term in x4x^4. [2 marks]

  • Cue. 1x22+x4241 - \dfrac{x^2}{2} + \dfrac{x^4}{24} - \cdots.

Q2. Find the series of exe^{-x} up to x2x^2 using the standard series. [2 marks]

  • Cue. Substitute x-x into exe^x: 1x+x221 - x + \dfrac{x^2}{2} - \cdots.

Q3. State the validity range of the expansion of ln(1+x)\ln(1 + x). [1 mark]

  • Cue. 1<x1-1 < x \leq 1.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original5 marksFind the Maclaurin series of f(x)=e2x\mathrm{f}(x) = e^{2x} up to and including the term in x3x^3.
Show worked answer →

f(x)=e2x\mathrm{f}(x) = e^{2x}, f(x)=2e2x\mathrm{f}'(x) = 2e^{2x}, f(x)=4e2x\mathrm{f}''(x) = 4e^{2x}, f(x)=8e2x\mathrm{f}'''(x) = 8e^{2x}.

At x=0x = 0: f(0)=1\mathrm{f}(0) = 1, f(0)=2\mathrm{f}'(0) = 2, f(0)=4\mathrm{f}''(0) = 4, f(0)=8\mathrm{f}'''(0) = 8.

Maclaurin: f(x)=1+2x+42!x2+83!x3+=1+2x+2x2+43x3+\mathrm{f}(x) = 1 + 2x + \dfrac{4}{2!}x^2 + \dfrac{8}{3!}x^3 + \cdots = 1 + 2x + 2x^2 + \dfrac{4}{3}x^3 + \cdots

Markers reward the derivatives evaluated at 00, the Maclaurin formula with factorials, and the correct first four terms.

Original4 marksUsing the standard series for sinx\sin x and exe^x, find the Maclaurin series of exsinxe^x \sin x up to the term in x3x^3.
Show worked answer →

ex=1+x+x22+x36+e^x = 1 + x + \dfrac{x^2}{2} + \dfrac{x^3}{6} + \cdots and sinx=xx36+\sin x = x - \dfrac{x^3}{6} + \cdots.

Multiply, keeping terms up to x3x^3:
(1+x+x22+)(xx36+)=x+x2+x32x36+\left(1 + x + \dfrac{x^2}{2} + \cdots\right)\left(x - \dfrac{x^3}{6} + \cdots\right) = x + x^2 + \dfrac{x^3}{2} - \dfrac{x^3}{6} + \cdots

=x+x2+(1216)x3+=x+x2+x33+= x + x^2 + \left(\dfrac{1}{2} - \dfrac{1}{6}\right)x^3 + \cdots = x + x^2 + \dfrac{x^3}{3} + \cdots

Markers reward using the standard series, multiplying and collecting terms up to x3x^3, and the correct coefficients.

Related dot points