Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we derive a Maclaurin series, including by repeated implicit differentiation, and use it for limits and approximations?

Derive Maclaurin series including by repeated implicit differentiation and use series to evaluate limits and approximations

A focused answer to the H2 Further Mathematics outcome on Maclaurin series. The general formula, deriving series by repeated and implicit differentiation, combining standard expansions, and using series to evaluate limits and small-value approximations.

Generated by Claude Opus 4.811 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 Maclaurin series, including the harder case where the function is given implicitly and you must differentiate the defining equation repeatedly, and to use series for two applications: evaluating limits of the indeterminate 00\tfrac{0}{0} type and approximating function values. At Further level the emphasis is on the implicit-differentiation derivation and on series as a tool for limits.

The answer

The Maclaurin formula

The Maclaurin series expands a function as a power series about x=0x = 0:

f(x)=f(0)+f(0)x+f(0)2!x2+f(0)3!x3+=r=0f(r)(0)r!xr.\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 = \sum_{r=0}^{\infty} \frac{\mathrm{f}^{(r)}(0)}{r!}\,x^r.

Deriving a series by repeated differentiation

When derivatives are easy, differentiate f\mathrm{f} repeatedly, evaluate each derivative at 00, and substitute. For a function defined implicitly (for example y=ln(1+sinx)y = \ln(1 + \sin x)), it is usually neater to clear the denominator to get a relation such as (1+sinx)y=cosx(1 + \sin x)y' = \cos x, then differentiate that relation repeatedly with the product rule, evaluating at x=0x = 0 at each stage to generate y,y,y,y', y'', y''', \dots in turn.

The standard series

The expansions to know:

ex=1+x+x22!+,sinx=xx33!+,cosx=1x22!+,\mathrm{e}^x = 1 + x + \frac{x^2}{2!} + \cdots, \quad \sin x = x - \frac{x^3}{3!} + \cdots, \quad \cos x = 1 - \frac{x^2}{2!} + \cdots,

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 substitution (for example x2xx \to 2x), multiplication, or term-by-term differentiation and integration. This is faster than repeated differentiation when a standard series applies.

Series for limits

A limit of the form 00\dfrac{0}{0} as x0x \to 0 is found by replacing numerator and denominator with their series and cancelling the lowest powers of xx. The surviving constant term is the limit. This is a clean alternative to repeated L'Hopital differentiation.

Examples in context

Example 1. Replacing L'Hopital's rule. A limit like limx01cosxx2\displaystyle\lim_{x\to 0}\dfrac{1 - \cos x}{x^2} is read straight off the series 1cosx=x221 - \cos x = \tfrac{x^2}{2} - \cdots, giving 12\tfrac{1}{2} in one line where repeated differentiation would be slower.

Example 2. Linearising for physics. Approximating esinx1+x\mathrm{e}^{\sin x} \approx 1 + x for small xx, or cosx1x22\cos x \approx 1 - \tfrac{x^2}{2}, is exactly the small-oscillation approximation used to linearise pendulum and circuit equations before solving them.

Try this

Q1. Write the Maclaurin series of ex\mathrm{e}^x up to the term in x3x^3. [1 mark]

  • Cue. 1+x+x22+x36+1 + x + \dfrac{x^2}{2} + \dfrac{x^3}{6} + \cdots.

Q2. Use series to evaluate limx01cosxx2\displaystyle\lim_{x\to 0}\dfrac{1 - \cos x}{x^2}. [2 marks]

  • Cue. 1cosx=x221 - \cos x = \tfrac{x^2}{2} - \cdots, so the ratio tends to 12\tfrac{1}{2}.

Q3. If y=(1+x)1/2y = (1 + x)^{1/2}, give the first three terms of its Maclaurin series. [2 marks]

  • Cue. Binomial with n=12n = \tfrac{1}{2}: 1+12x18x2+1 + \tfrac{1}{2}x - \tfrac{1}{8}x^2 + \cdots.

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.

Original7 marksGiven that y=ln(1+sinx)y = \ln(1 + \sin x), show that dydx=cosx1+sinx\dfrac{dy}{dx} = \dfrac{\cos x}{1 + \sin x}, and hence find the Maclaurin series of yy up to and including the term in x3x^3.
Show worked answer →

Differentiate: dydx=11+sinxcosx=cosx1+sinx\dfrac{dy}{dx} = \dfrac{1}{1 + \sin x}\cdot\cos x = \dfrac{\cos x}{1 + \sin x}.

It is cleaner to multiply through: (1+sinx)dydx=cosx(1 + \sin x)\dfrac{dy}{dx} = \cos x. Differentiate again (product rule on the left):

cosxdydx+(1+sinx)d2ydx2=sinx.\cos x\,\dfrac{dy}{dx} + (1 + \sin x)\dfrac{d^2y}{dx^2} = -\sin x.

Differentiate once more:
sinxdydx+cosxd2ydx2+cosxd2ydx2+(1+sinx)d3ydx3=cosx.-\sin x\,\dfrac{dy}{dx} + \cos x\,\dfrac{d^2y}{dx^2} + \cos x\,\dfrac{d^2y}{dx^2} + (1 + \sin x)\dfrac{d^3y}{dx^3} = -\cos x.

Now evaluate at x=0x = 0: y=ln1=0y = \ln 1 = 0; dydx=11=1\dfrac{dy}{dx} = \dfrac{1}{1} = 1; from the second equation 11+1y=0y=11\cdot1 + 1\cdot y'' = 0 \Rightarrow y'' = -1; from the third 0+2(1)+y=1y=10 + 2(−1) + y''' = -1 \Rightarrow y''' = 1.

Maclaurin: y=0+1x+12!x2+13!x3+=xx22+x36+y = 0 + 1\cdot x + \dfrac{-1}{2!}x^2 + \dfrac{1}{3!}x^3 + \cdots = x - \dfrac{x^2}{2} + \dfrac{x^3}{6} + \cdots

Markers reward the first derivative, repeated implicit differentiation, the values of the derivatives at 00, and the correct series with factorials.

Original4 marksUse Maclaurin series to evaluate limx0xsinxx3\displaystyle\lim_{x \to 0} \frac{x - \sin x}{x^3}.
Show worked answer →

Use the standard expansion sinx=xx36+x5120\sin x = x - \dfrac{x^3}{6} + \dfrac{x^5}{120} - \cdots. Then

xsinx=x(xx36+x5120)=x36x5120+.x - \sin x = x - \left(x - \frac{x^3}{6} + \frac{x^5}{120} - \cdots\right) = \frac{x^3}{6} - \frac{x^5}{120} + \cdots.

Divide by x3x^3:
xsinxx3=16x2120+.\frac{x - \sin x}{x^3} = \frac{1}{6} - \frac{x^2}{120} + \cdots.

As x0x \to 0 the remaining terms vanish, so the limit is 16\dfrac{1}{6}.

Markers reward substituting the series for sinx\sin x, the leading non-zero term x36\tfrac{x^3}{6}, dividing by x3x^3, and the limit 16\tfrac{1}{6}.

Related dot points