Skip to content

Edexcel A-level Further Maths revision notes

Further calculus (Further Pure 1)

Section FP1-2
Year 2
Year 2: this is content the exam board adds beyond the AS subject content, for the full A-level.
5 specification points

Notes and three levels of exam-style practice for each registered specification point in this section.

Checked against Edexcel 9FM0 section FP1-2

Checked against Edexcel 9FM0 section FP1-2. Review basis: the qualification registry sourced from the Pearson Edexcel Level 3 Advanced GCE in Further Mathematics (9FM0) specification; registry verification recorded 17 July 2026.

How this checking works

In the exam: Formulae booklet provided · calculator allowed in every paper

Open the printable pack
FP1-2.1

Derivation and use of Taylor series.

Notes
Evidence from your answers: none yet
Your confidence:

A self-report of how sure you feel. It does not measure mastery. Evidence from your answers reaches secure after the latest Tier 2/3 attempt is correct, with three correct distinct drills across at least two dates and two practice sources.

Explanation

  • The Taylor expansion of ff about x=ax=a is f(x)=f(a)+f(a)(xa)+f(a)2!(xa)2+f(a)3!(xa)3+f(x)=f(a)+f'(a)(x-a)+\dfrac{f''(a)}{2!}(x-a)^2+\dfrac{f'''(a)}{3!}(x-a)^3+\cdots, and the equivalent shifted form is f(a+h)=f(a)+hf(a)+h22!f(a)+f(a+h)=f(a)+hf'(a)+\dfrac{h^2}{2!}f''(a)+\cdots.
  • Taking a=0a=0 recovers the Maclaurin series already met in A-level Mathematics.
  • In practice you build a short table of ff, ff', ff'', ff''', evaluate every entry at x=ax=a, and then assemble the series; keep the powers as (xa)k(x-a)^k throughout rather than expanding brackets, because the question almost always asks for the answer in ascending powers of (xa)(x-a).
  • Where a function is a product or composition of standard series it is usually far quicker to multiply or substitute known Maclaurin series than to differentiate repeatedly, and the two routes are a useful check on each other.
Worked example

Find the Taylor expansion of sinx\sin x in ascending powers of (xπ)(x-\pi) as far as the term in (xπ)3(x-\pi)^3.

  1. 1.f(x)=sinxf(x)=\sin x gives f(π)=0f(\pi)=0.
  2. 2.f(x)=cosxf'(x)=\cos x gives f(π)=1f'(\pi)=-1; f(x)=sinxf''(x)=-\sin x gives f(π)=0f''(\pi)=0; f(x)=cosxf'''(x)=-\cos x gives f(π)=1f'''(\pi)=1.
  3. 3.Substituting into f(π)+f(π)(xπ)+f(π)2!(xπ)2+f(π)3!(xπ)3f(\pi)+f'(\pi)(x-\pi)+\tfrac{f''(\pi)}{2!}(x-\pi)^2+\tfrac{f'''(\pi)}{3!}(x-\pi)^3 gives (xπ)+16(xπ)3-(x-\pi)+\tfrac16(x-\pi)^3.

Answer: sinx=(xπ)+(xπ)36+\sin x=-(x-\pi)+\dfrac{(x-\pi)^3}{6}+\cdots

Common mistakes

  • Don't fall into the trap of dividing by nn instead of n!n! in the general term.
  • Don't fall into the trap of evaluating the derivatives at xx rather than at x=ax=a, leaving variables in the coefficients.
  • Don't fall into the trap of expanding the brackets when the question asked for ascending powers of (xa)(x-a).

Exam tip

Set out a two-column table of derivatives and their values at x=ax=a before writing a single term of the series; the marks follow the table.

Tier 1 · Easy

ORIGINAL

1.

Find the Taylor expansion of ex\mathrm{e}^{x} in ascending powers of (x1)(x-1) as far as the term in (x1)2(x-1)^2.

(3)

(Total for Question 1 is 3 marks)

Tier 2 · Standard

ORIGINAL

1.

Find the Taylor expansion of cosx\cos x in ascending powers of (xπ3)\left(x-\tfrac{\pi}{3}\right) as far as the term in (xπ3)2\left(x-\tfrac{\pi}{3}\right)^2.

(4)

(Total for Question 1 is 4 marks)

Tier 3 · Hard

ORIGINAL

1.

Show that the Maclaurin expansion of secx\sec x as far as the term in x4x^4 is 1+x22+5x4241+\dfrac{x^2}{2}+\dfrac{5x^4}{24}.

(6)

(Total for Question 1 is 6 marks)

Your progress and exam materials

This section: Evidence from your answers: 0/5 secureYour confidence: 0 self-rated secureTracker status: 0/5 secure, 0 shaky, 5 unseen

Overall: Evidence from your answers: 0/116 secureYour confidence: 0 self-rated secureTracker status: 0/116 secure, 0 shaky, 116 unseen

Progress is saved on this device for guests and accounts right now; cross-device account sync is not live yet.

FP1-2.2

Use of series expansions to find limits.

Notes
Evidence from your answers: none yet
Your confidence:

A self-report of how sure you feel. It does not measure mastery. Evidence from your answers reaches secure after the latest Tier 2/3 attempt is correct, with three correct distinct drills across at least two dates and two practice sources.

Explanation

  • To evaluate an indeterminate limit by series, replace each function by its Maclaurin expansion, keep enough terms to reach the lowest power that survives, and then cancel.
  • The five expansions that cover almost every question are sinx=xx36+\sin x=x-\tfrac{x^3}{6}+\cdots, cosx=1x22+x424\cos x=1-\tfrac{x^2}{2}+\tfrac{x^4}{24}-\cdots, tanx=x+x33+\tan x=x+\tfrac{x^3}{3}+\cdots, ex=1+x+x22+\mathrm{e}^{x}=1+x+\tfrac{x^2}{2}+\cdots and ln(1+x)=xx22+x33\ln(1+x)=x-\tfrac{x^2}{2}+\tfrac{x^3}{3}-\cdots; arctanx=xx33+\arctan x=x-\tfrac{x^3}{3}+\cdots is also worth knowing.
  • Decide in advance how many terms you need: if the denominator is x3x^3 you must expand every numerator to at least x3x^3, and stopping a term early is the standard way to produce a wrong limit.
  • Differences of two singular expressions such as 1x21sin2x\tfrac1{x^2}-\tfrac1{\sin^2x} should first be combined over a common denominator, then expanded.
Worked example

Use series expansions to evaluate limx0xarctanxx3\lim_{x\to0}\dfrac{x-\arctan x}{x^3}.

  1. 1.arctanx=xx33+x55\arctan x=x-\dfrac{x^3}{3}+\dfrac{x^5}{5}-\cdots.
  2. 2.So xarctanx=x33x55+x-\arctan x=\dfrac{x^3}{3}-\dfrac{x^5}{5}+\cdots.
  3. 3.Dividing by x3x^3 gives 13x25+\dfrac13-\dfrac{x^2}{5}+\cdots, and letting x0x\to0 leaves 13\dfrac13.

Answer: The limit is 13\dfrac13.

Common mistakes

  • Don't fall into the trap of truncating a series one term too early, so the surviving power is missed and the limit comes out as 00 or infinite.
  • Don't fall into the trap of expanding only the numerator and leaving the denominator unexpanded when it is not already a pure power.
  • Don't fall into the trap of writing lim\lim signs on lines where the variable has already been cancelled away.

Exam tip

Look at the denominator first: its degree tells you exactly how many terms of every numerator expansion you must keep.

Tier 1 · Easy

ORIGINAL

1.

Use a series expansion to evaluate limx01cosxx2\lim_{x\to0}\dfrac{1-\cos x}{x^2}.

(3)

(Total for Question 1 is 3 marks)

Tier 2 · Standard

ORIGINAL

1.

Use series expansions to evaluate limx0xsinxx3\lim_{x\to0}\dfrac{x-\sin x}{x^3}.

(3)

(Total for Question 1 is 3 marks)

Tier 3 · Hard

ORIGINAL

1.

Use series expansions to evaluate limx0ln(1+x)x+12x2x3\lim_{x\to0}\dfrac{\ln(1+x)-x+\tfrac12x^2}{x^3}.

(5)

(Total for Question 1 is 5 marks)

FP1-2.3

Leibnitz's theorem.

Notes
Evidence from your answers: none yet
Your confidence:

A self-report of how sure you feel. It does not measure mastery. Evidence from your answers reaches secure after the latest Tier 2/3 attempt is correct, with three correct distinct drills across at least two dates and two practice sources.

Explanation

  • Leibnitz's theorem gives the nnth derivative of a product: dndxn(uv)=r=0n(nr)u(nr)v(r)\dfrac{\mathrm{d}^n}{\mathrm{d}x^n}(uv)=\sum_{r=0}^{n}\binom{n}{r}u^{(n-r)}v^{(r)}, where u(k)u^{(k)} means the kkth derivative.
  • It is the differentiation analogue of the binomial expansion, and the binomial coefficients are the same ones.
  • The theorem is most useful when one factor is a polynomial, because that factor's derivatives stop after finitely many terms and the sum truncates: a quadratic factor leaves only three terms whatever the value of nn.
  • Its second use is to differentiate a differential relation nn times, producing a recurrence between successive derivatives at a point; this is the standard route to a Maclaurin series for functions such as arcsinx\arcsin x and earctanx\mathrm{e}^{\arctan x}.
  • Take care to attach the derivative counts to the correct factor: u(nr)u^{(n-r)} pairs with v(r)v^{(r)}, not the other way round.
Worked example

Use Leibnitz's theorem to find the third derivative of x2exx^2\mathrm{e}^{x}.

  1. 1.Take u=exu=\mathrm{e}^{x} and v=x2v=x^2, so u(k)=exu^{(k)}=\mathrm{e}^{x} for every kk and v=2xv'=2x, v=2v''=2, v=0v'''=0.
  2. 2.d3dx3(uv)=(30)exx2+(31)ex(2x)+(32)ex(2)\dfrac{\mathrm{d}^3}{\mathrm{d}x^3}(uv)=\binom30\mathrm{e}^{x}x^2+\binom31\mathrm{e}^{x}(2x)+\binom32\mathrm{e}^{x}(2).
  3. 3.This is ex(x2+6x+6)\mathrm{e}^{x}\left(x^2+6x+6\right).

Answer: d3dx3(x2ex)=ex(x2+6x+6)\dfrac{\mathrm{d}^3}{\mathrm{d}x^3}\left(x^2\mathrm{e}^{x}\right)=\mathrm{e}^{x}\left(x^2+6x+6\right).

Common mistakes

  • Don't fall into the trap of swapping the derivative orders so that the polynomial is differentiated nrn-r times instead of rr times.
  • Don't fall into the trap of continuing the sum past the point where the polynomial factor has been differentiated to zero, or stopping it too early.
  • Don't fall into the trap of using (nr)\binom{n}{r} with the wrong nn after differentiating a relation such as (1x2)y=xy(1-x^2)y''=xy'.

Exam tip

Write the sum out with its binomial coefficients before substituting anything; getting the Leibnitz structure down first makes the algebra that follows routine.

Tier 1 · Easy

ORIGINAL

1.

Use Leibnitz's theorem to find the fourth derivative of xsinxx\sin x.

(3)

(Total for Question 1 is 3 marks)

Tier 2 · Standard

ORIGINAL

1.

Use Leibnitz's theorem to show that the nnth derivative of x2exx^2\mathrm{e}^{x} is ex(x2+2nx+n(n1))\mathrm{e}^{x}\left(x^2+2nx+n(n-1)\right).

(4)

(Total for Question 1 is 4 marks)

Tier 3 · Hard

ORIGINAL

1.

Use Leibnitz's theorem to find the nnth derivative of x2eaxx^2\mathrm{e}^{ax}, where aa is a non-zero constant and n2n\ge2.

(5)

(Total for Question 1 is 5 marks)

FP1-2.4

L'Hospital's Rule.

Notes
Evidence from your answers: none yet
Your confidence:

A self-report of how sure you feel. It does not measure mastery. Evidence from your answers reaches secure after the latest Tier 2/3 attempt is correct, with three correct distinct drills across at least two dates and two practice sources.

Explanation

  • If f(a)=g(a)=0f(a)=g(a)=0, or if both f|f| and g|g| tend to infinity, and gg' is non-zero near aa, then limxaf(x)g(x)=limxaf(x)g(x)\lim_{x\to a}\dfrac{f(x)}{g(x)}=\lim_{x\to a}\dfrac{f'(x)}{g'(x)} whenever the second limit exists.
  • The rule may be applied repeatedly while the quotient remains indeterminate, but you must check the 00\tfrac00 or \tfrac{\infty}{\infty} condition again before every application; applying it to a quotient that is not indeterminate is a guaranteed way to get the wrong answer.
  • Indeterminate forms of the types 0×0\times\infty, \infty-\infty, 000^0, 11^{\infty} and 0\infty^0 must first be rewritten: products become quotients by moving one factor to the denominator, differences are combined over a common denominator, and powers are handled by taking logarithms, finding the limit of lny\ln y and exponentiating at the end.
Worked example

Evaluate limx02sinxsin2xxsinx\lim_{x\to0}\dfrac{2\sin x-\sin 2x}{x-\sin x}.

  1. 1.Both numerator and denominator vanish at x=0x=0, so differentiate: 2cosx2cos2x1cosx\dfrac{2\cos x-2\cos 2x}{1-\cos x}, still 00\tfrac00.
  2. 2.Differentiate again: 2sinx+4sin2xsinx\dfrac{-2\sin x+4\sin 2x}{\sin x}, still 00\tfrac00.
  3. 3.Differentiate once more: 2cosx+8cos2xcosx\dfrac{-2\cos x+8\cos 2x}{\cos x}, which at x=0x=0 is 2+81=6\dfrac{-2+8}{1}=6.

Answer: The limit is 66.

Common mistakes

  • Don't fall into the trap of differentiating the quotient with the quotient rule instead of differentiating numerator and denominator separately.
  • Don't fall into the trap of applying the rule again once the quotient has stopped being indeterminate.
  • Don't fall into the trap of forgetting to exponentiate at the end after taking logarithms for a 11^{\infty} or 000^0 form.

Exam tip

Before you differentiate, make sure the expression is a quotient in indeterminate form — for a product or difference, the first method mark is for rewriting it as f(x)g(x)\dfrac{f(x)}{g(x)} with f(a)g(a)=00\dfrac{f(a)}{g(a)}=\tfrac00 or \tfrac{\infty}{\infty} (June 2022 9FM0/3A Q8(ii), M1). Annotating '00\tfrac00' on later lines earns no mark of its own, but it stops the classic over-application error.

Tier 1 · Easy

ORIGINAL

1.

Use L'Hospital's Rule to evaluate limx0e2x1sinx\lim_{x\to0}\dfrac{\mathrm{e}^{2x}-1}{\sin x}.

(3)

(Total for Question 1 is 3 marks)

Tier 2 · Standard

ORIGINAL

1.

Use L'Hospital's Rule to evaluate limx0+xlnx\lim_{x\to0^{+}}x\ln x.

(4)

(Total for Question 1 is 4 marks)

Tier 3 · Hard

ORIGINAL

1.

Use L'Hospital's Rule to evaluate limx0(1x1ex1)\lim_{x\to0}\left(\dfrac1x-\dfrac1{\mathrm{e}^{x}-1}\right).

(5)

(Total for Question 1 is 5 marks)

FP1-2.5

The Weierstrass substitution for integration.

Notes
Evidence from your answers: none yet
Your confidence:

A self-report of how sure you feel. It does not measure mastery. Evidence from your answers reaches secure after the latest Tier 2/3 attempt is correct, with three correct distinct drills across at least two dates and two practice sources.

Explanation

  • The Weierstrass, or tangent half-angle, substitution turns any rational function of sinx\sin x and cosx\cos x into a rational function of tt.
  • Put t=tanx2t=\tan\tfrac{x}{2}, so that sinx=2t1+t2\sin x=\dfrac{2t}{1+t^2}, cosx=1t21+t2\cos x=\dfrac{1-t^2}{1+t^2} and, differentiating tt with respect to xx, dtdx=12sec2x2=12(1+t2)\dfrac{\mathrm{d}t}{\mathrm{d}x}=\tfrac12\sec^2\tfrac{x}{2}=\tfrac12\left(1+t^2\right), giving dx=2dt1+t2\mathrm{d}x=\dfrac{2\,\mathrm{d}t}{1+t^2}.
  • That factor of 21+t2\dfrac{2}{1+t^2} almost always cancels against the 1+t21+t^2 produced by the trigonometric terms, leaving a straightforward rational integral.
  • For a definite integral, change the limits with the substitution rather than converting back: x=0x=0 gives t=0t=0 and x=π2x=\tfrac{\pi}{2} gives t=1t=1.
  • The substitution is invalid across x=πx=\pi, where tt becomes infinite, so an integral spanning that point must be split.
Worked example

Use the substitution t=tanx2t=\tan\tfrac{x}{2} to find dx1+cosx\displaystyle\int\frac{\mathrm{d}x}{1+\cos x}.

  1. 1.1+cosx=1+1t21+t2=21+t21+\cos x=1+\dfrac{1-t^2}{1+t^2}=\dfrac{2}{1+t^2}.
  2. 2.With dx=2dt1+t2\mathrm{d}x=\dfrac{2\,\mathrm{d}t}{1+t^2} the integral becomes 1+t222dt1+t2=dt\displaystyle\int\frac{1+t^2}{2}\cdot\frac{2\,\mathrm{d}t}{1+t^2}=\int\mathrm{d}t.
  3. 3.So the integral is t+ct+c.

Answer: dx1+cosx=tanx2+c\displaystyle\int\frac{\mathrm{d}x}{1+\cos x}=\tan\frac{x}{2}+c.

Common mistakes

  • Don't fall into the trap of forgetting to replace dx\mathrm{d}x by 2dt1+t2\dfrac{2\,\mathrm{d}t}{1+t^2}.
  • Don't fall into the trap of converting back to xx in a definite integral instead of changing the limits, and then using the wrong branch of arctan\arctan.
  • Don't fall into the trap of applying the substitution across x=πx=\pi, where tt is undefined.

Exam tip

Write the three substitution formulae and dx\mathrm{d}x at the top of your working; every mark in these questions flows from getting that 21+t2\dfrac{2}{1+t^2} right.

Tier 1 · Easy

ORIGINAL

1.

Use the substitution t=tanx2t=\tan\tfrac{x}{2} to show that cosecxdx=lntanx2+c\displaystyle\int\operatorname{cosec}x\,\mathrm{d}x=\ln\left|\tan\frac{x}{2}\right|+c.

(4)

(Total for Question 1 is 4 marks)

Tier 2 · Standard

ORIGINAL

1.

Use the substitution t=tanx2t=\tan\tfrac{x}{2} to find dx5+4cosx\displaystyle\int\frac{\mathrm{d}x}{5+4\cos x}.

(5)

(Total for Question 1 is 5 marks)

Tier 3 · Hard

ORIGINAL

1.

Use the substitution t=tanx2t=\tan\tfrac{x}{2} to evaluate 0π/2dx2+cosx\displaystyle\int_{0}^{\pi/2}\frac{\mathrm{d}x}{2+\cos x}, giving your answer in exact form.

(6)

(Total for Question 1 is 6 marks)

Want help turning these notes into marks?

Bring a tricky specification point or a recent answer, and we can work through the method and exam wording together.