Skip to content

Edexcel A-level Further Maths revision notes

Further numerical methods (Further Pure 1)

Section FP1-6
Both years
Both years: this holds AS subject content and content the exam board adds beyond it for the full A-level.
2 specification points

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

Checked against Edexcel 9FM0 section FP1-6

Checked against Edexcel 9FM0 section FP1-6. 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-6.1

Numerical solution of first order and second order differential equations.

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

  • Three finite-difference approximations are quoted in the specification and must be known. The forward difference (dydx)nyn+1ynh\left(\dfrac{\mathrm{d}y}{\mathrm{d}x}\right)_n\approx\dfrac{y_{n+1}-y_n}{h} steps forward from a single known value.
  • The central difference (dydx)nyn+1yn12h\left(\dfrac{\mathrm{d}y}{\mathrm{d}x}\right)_n\approx\dfrac{y_{n+1}-y_{n-1}}{2h} is more accurate but needs two consecutive starting values.
  • The second-derivative formula is (d2ydx2)nyn+12yn+yn1h2\left(\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2}\right)_n\approx\dfrac{y_{n+1}-2y_n+y_{n-1}}{h^2}.
  • In every case, rearrange to make yn+1y_{n+1} the subject and then step forward, keeping more decimal places in the working than the question asks for in the answer.
  • The forward difference has error of order hh, whereas both central formulae have error of order h2h^2, which is why halving the step size reduces their error by about a factor of four.
Worked example

Given dydx=x+y\dfrac{\mathrm{d}y}{\mathrm{d}x}=x+y and y=1y=1 at x=0x=0, use the approximation (dydx)nyn+1ynh\left(\dfrac{\mathrm{d}y}{\mathrm{d}x}\right)_n\approx\dfrac{y_{n+1}-y_n}{h} with h=0.1h=0.1 to estimate yy at x=0.2x=0.2.

  1. 1.Rearranged, yn+1=yn+h(xn+yn)y_{n+1}=y_n+h\left(x_n+y_n\right).
  2. 2.y1=1+0.1(0+1)=1.1y_1=1+0.1(0+1)=1.1.
  3. 3.y2=1.1+0.1(0.1+1.1)=1.1+0.12=1.22y_2=1.1+0.1(0.1+1.1)=1.1+0.12=1.22.

Answer: y(0.2)1.22y(0.2)\approx1.22.

Common mistakes

  • Don't fall into the trap of using xn+1x_{n+1} instead of xnx_n inside the forward-difference step.
  • Don't fall into the trap of starting a central-difference calculation from a single value, when it needs two.
  • Don't fall into the trap of rounding the intermediate values to the accuracy demanded in the final answer, which loses a digit at every step.

Exam tip

Write the rearranged recurrence on its own line before any arithmetic, then tabulate nn, xnx_n and yny_n; the method mark is for the recurrence.

Tier 1 · Easy

ORIGINAL

1.

Given dydx=x+y\dfrac{\mathrm{d}y}{\mathrm{d}x}=x+y with y=1y=1 at x=0x=0, use the approximation (dydx)nyn+1ynh\left(\dfrac{\mathrm{d}y}{\mathrm{d}x}\right)_n\approx\dfrac{y_{n+1}-y_n}{h} with h=0.1h=0.1 to estimate yy at x=0.1x=0.1 and at x=0.2x=0.2.

(4)

(Total for Question 1 is 4 marks)

Tier 2 · Standard

ORIGINAL

1.

For dydx=x2y\dfrac{\mathrm{d}y}{\mathrm{d}x}=x^2-y it is given that y(1)=0.5y(1)=0.5 and y(1.1)=0.55y(1.1)=0.55. Use the approximation (dydx)nyn+1yn12h\left(\dfrac{\mathrm{d}y}{\mathrm{d}x}\right)_n\approx\dfrac{y_{n+1}-y_{n-1}}{2h} with h=0.1h=0.1 to estimate y(1.2)y(1.2).

(5)

(Total for Question 1 is 5 marks)

Tier 3 · Hard

ORIGINAL

1.

Given dydx=x+y2\dfrac{\mathrm{d}y}{\mathrm{d}x}=x+y^2 with y=0.5y=0.5 at x=0x=0, use the forward-difference approximation with h=0.05h=0.05 to estimate y(0.1)y(0.1), giving your answer to 44 decimal places.

(6)

(Total for Question 1 is 6 marks)

Your progress and exam materials

This section: Evidence from your answers: 0/2 secureYour confidence: 0 self-rated secureTracker status: 0/2 secure, 0 shaky, 2 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-6.2

Simpson'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

  • Simpson's rule estimates abydx\displaystyle\int_a^b y\,\mathrm{d}x by fitting a quadratic through each consecutive group of three ordinates.
  • With nn strips of width h=banh=\dfrac{b-a}{n} and ordinates y0,y1,,yny_0,y_1,\dots,y_n, the rule is abydxh3[(y0+yn)+4(y1+y3+)+2(y2+y4+)]\displaystyle\int_a^b y\,\mathrm{d}x\approx\frac{h}{3}\left[\left(y_0+y_n\right)+4\left(y_1+y_3+\cdots\right)+2\left(y_2+y_4+\cdots\right)\right].
  • The number of strips must be even, because the ordinates are consumed three at a time with the outer ones shared, so the strips pair up.
  • The end ordinates take coefficient 11, the odd-numbered ones take 44 and the even-numbered interior ones take 22; a quick check is that the coefficients must total 3n3n.
  • The rule is exact for every polynomial of degree at most three, and its error is of order h4h^4, so halving the strip width reduces the error by roughly a factor of sixteen.
Worked example

Use Simpson's rule with four strips to estimate 12lnxdx\displaystyle\int_1^2\ln x\,\mathrm{d}x, giving your answer to 55 decimal places.

  1. 1.h=0.25h=0.25 and the ordinates are 00, 0.22314360.2231436, 0.40546510.4054651, 0.55961580.5596158 and 0.69314720.6931472.
  2. 2.The bracket is (0+0.6931472)+4(0.2231436+0.5596158)+2(0.4054651)(0+0.6931472)+4(0.2231436+0.5596158)+2(0.4054651).
  3. 3.=0.6931472+3.1310376+0.8109302=4.635115=0.6931472+3.1310376+0.8109302=4.635115.
  4. 4.Multiplying by h3=0.0833333\dfrac{h}{3}=0.0833333 gives 0.38625960.3862596.

Answer: 12lnxdx0.38626\displaystyle\int_1^2\ln x\,\mathrm{d}x\approx0.38626.

Common mistakes

  • Don't fall into the trap of using an odd number of strips, for which the rule is not defined.
  • Don't fall into the trap of attaching the coefficient 44 to the even-numbered ordinates instead of the odd-numbered ones.
  • Don't fall into the trap of using h2\dfrac{h}{2} from the trapezium rule instead of h3\dfrac{h}{3}.

Exam tip

Tabulate nn, xnx_n, yny_n and the coefficient in four columns and check that the coefficients sum to 3n3n before multiplying.

Tier 1 · Easy

ORIGINAL

1.

Use Simpson's rule with four strips to estimate 011+x3dx\displaystyle\int_0^1\sqrt{1+x^3}\,\mathrm{d}x, giving your answer to 44 decimal places.

(4)

(Total for Question 1 is 4 marks)

Tier 2 · Standard

ORIGINAL

1.

Use Simpson's rule with four strips to estimate 01ex2dx\displaystyle\int_0^1\mathrm{e}^{-x^2}\,\mathrm{d}x, giving your answer to 66 decimal places.

(5)

(Total for Question 1 is 5 marks)

Tier 3 · Hard

ORIGINAL

1.

Show that Simpson's rule is exact for 02hx3dx\displaystyle\int_0^{2h}x^3\,\mathrm{d}x.

(5)

(Total for Question 1 is 5 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.