Skip to content

Edexcel A-level Maths revision notes

Numerical methods

Section 9
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 9MA0 section 9

Checked against Edexcel 9MA0 section 9. Review basis: the qualification registry sourced from the Pearson Edexcel Level 3 Advanced GCE in Mathematics (9MA0) specification; registry verification recorded 11 July 2026.

How this checking works

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

Open the printable pack
9.1

Locate roots of f(x) = 0 by considering changes of sign of f(x) in an interval on which f(x) is sufficiently well behaved; understand how change of sign methods can fail.

Notes
Worked answers & exam appearances →
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 a continuous function has values of opposite sign at the endpoints of an interval, the intermediate value theorem guarantees at least one root inside that interval.
  • Evaluate f(a)f(a) and f(b)f(b) accurately, record their signs, and conclude that a root lies in (a,b)(a,b) only after checking that ff is continuous there.
  • For example, f(1)<0f(1)<0 and f(2)>0f(2)>0 for a continuous ff, so the graph must cross the xx-axis at least once between 11 and 22.
  • A sign change across a discontinuity need not contain a root, while a repeated root can touch the axis without changing sign; a common error is to treat the sign test as an equivalence.
Worked example

For f(x)=x3+x5f(x)=x^3+x-5, show that there is exactly one root in (1,2)(1,2).

  1. 1.Calculate f(1)=1+15=3f(1)=1+1-5=-3 and f(2)=8+25=5f(2)=8+2-5=5.
  2. 2.Continuity gives at least one root in (1,2)(1,2).
  3. 3.Also f(x)=3x2+1f'(x)=3x^2+1, which is positive for every real xx, so ff is strictly increasing and cannot cross the axis more than once.

Answer: f(1)=3f(1)=-3 and f(2)=5f(2)=5, so a root lies in (1,2)(1,2).; Since f(x)=3x2+1>0f'(x)=3x^2+1>0, ff is strictly increasing and the root is unique.

Common mistakes

  • Don't conclude that an even-multiplicity root cannot exist because endpoint values have the same sign.
  • Don't claim a root from a sign change without checking continuity, or claim uniqueness without a monotonicity argument.

Exam tip

To establish exactly one root, combine a sign change on a continuous interval with a separate uniqueness argument.

Tier 1 · Easy

ORIGINAL

1.

Let f(x)=x2x1f(x)=x^2-x-1. Use endpoint values to establish that (1,2)(1,2) brackets a zero of ff.

(2)

(Total for Question 1 is 2 marks)

Tier 2 · Standard

ORIGINAL

1.

The function f(x)=(x1)2f(x)=(x-1)^2 has a root in the interval [0,2][0,2]. Explain why a search based only on a change of sign between the endpoints does not detect this root.

(3)

(Total for Question 1 is 3 marks)

Tier 3 · Hard

ORIGINAL

1.

Two sign tests are proposed. For h(x)=1x2h(x)=\frac{1}{x-2}, the values h(1)h(1) and h(3)h(3) have opposite signs. For k(x)=(x2)2k(x)=(x-2)^2, the values k(1.9)k(1.9) and k(2.1)k(2.1) have the same sign. Explain why neither test gives the correct conclusion about roots in the stated intervals.

(4)

(Total for Question 1 is 4 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/89 secureYour confidence: 0 self-rated secureTracker status: 0/89 secure, 0 shaky, 89 unseen

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

Answer conventions

Follow the wording on the question and its mark scheme. awrt means an appropriately rounded value is accepted; an exact answer must stay as a fraction, surd, logarithm or multiple of π when required, and a rounded decimal may be disallowed. Include requested units and forms. A cso tag protects that accuracy mark, while earlier method marks follow the question-specific dependencies.

9.2

Solve equations approximately using simple iterative methods; be able to draw associated cobweb and staircase diagrams.

Notes
Worked answers & exam appearances →
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

  • A fixed-point iteration rewrites an equation as x=g(x)x=g(x) and generates approximations using xn+1=g(xn)x_{n+1}=g(x_n) from a chosen starting value.
  • Calculate successive values without premature rounding; on a graph of y=g(x)y=g(x) and y=xy=x, move vertically to y=g(x)y=g(x) and horizontally to y=xy=x to display each iteration.
  • Near a fixed point α\alpha, iterations usually converge when g(α)<1|g'(\alpha)|<1: a positive gradient gives a staircase pattern and a negative gradient gives a cobweb pattern.
  • Different rearrangements of the same equation can converge at different rates or diverge; a common error is to assume that obtaining x=g(x)x=g(x) automatically produces a useful recurrence.
A staircase diagram alternates between y=g(x)y=g(x) and y=xy=x to display successive fixed-point iterates.
Worked example

Use xn+1=7xnx_{n+1}=\sqrt{7-x_n} with x0=2x_0=2 to calculate x1x_1, x2x_2 and x3x_3 to 44 decimal places. State the equation satisfied by any limiting value.

  1. 1.Repeated substitution gives x1=5=2.236067x_1=\sqrt5=2.236067\ldots, x2=72.236067=2.182643x_2=\sqrt{7-2.236067\ldots}=2.182643\ldots and x3=72.182643=2.194847x_3=\sqrt{7-2.182643\ldots}=2.194847\ldots.
  2. 2.If the sequence tends to LL, then L=7LL=\sqrt{7-L}, so L2+L7=0L^2+L-7=0.

Answer: x1=2.2361x_1=2.2361, x2=2.1826x_2=2.1826 and x3=2.1948x_3=2.1948.; A limiting value satisfies x2+x7=0x^2+x-7=0.

Common mistakes

  • Don't draw horizontal moves to y=g(x)y=g(x) and vertical moves to y=xy=x, reversing the cobweb construction.
  • Don't calculate iterates and fail to state the fixed-point equation or assess convergence from the iteration graph.

Exam tip

Show each substituted iterate to the requested accuracy, then set the limiting value equal to the iteration function.

Tier 1 · Easy

ORIGINAL

1.

The recurrence xn+1=12(xn+6xn)x_{n+1}=\frac{1}{2}\left(x_n+\frac{6}{x_n}\right) is used with x0=2x_0=2. Find x1x_1 and x2x_2.

(2)

(Total for Question 1 is 2 marks)

Tier 2 · Standard

ORIGINAL

1.

On a pair of axes, draw y=xy=x and y=2+14xy=2+\dfrac14x. Starting at x0=0x_0=0 on the xx-axis, draw the first three steps of the fixed-point construction. State whether the construction is a staircase or a cobweb, and find its limiting value.

(4)

(Total for Question 1 is 4 marks)

Tier 3 · Hard

ORIGINAL

1.

For xn+1=30.4xnx_{n+1}=3-0.4x_n with x0=1x_0=1, find x1x_1 to x4x_4. Determine the limiting value and state whether the graphical construction is a cobweb or a staircase, giving a reason.

(5)

(Total for Question 1 is 5 marks)

9.3

Solve equations using the Newton-Raphson method and other recurrence relations of the form xₙ₊₁ = g(xₙ); understand how such methods can fail.

Notes
Worked answers & exam appearances →
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

  • Newton-Raphson replaces the curve locally by its tangent, giving xn+1=xnf(xn)f(xn)x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} for a root of f(x)=0f(x)=0.
  • Differentiate first, substitute the current approximation into both ff and ff', and retain extra calculator digits until the requested final accuracy.
  • For instance, applying Newton-Raphson to f(x)=x2af(x)=x^2-a gives xn+1=12(xn+axn)x_{n+1}=\frac12\left(x_n+\frac{a}{x_n}\right).
  • The method can fail when f(xn)=0f'(x_n)=0, when a tangent sends the next value away from the desired root, or when the values enter a cycle; a common error is to continue without checking the iterates.
  • Set f(x)=x3+x4f(x)=x^3+x-4, so f(x)=3x2+1f'(x)=3x^2+1.
Newton–Raphson uses the tangent at xnx_n; its intercept with the xx-axis is the next iterate xn+1x_{n+1}.
Worked example

Derive a Newton-Raphson recurrence for x3+x4=0x^3+x-4=0. Starting with x0=1.3x_0=1.3, find x1x_1 and x2x_2 to 55 decimal places.

  1. 1.Set f(x)=x3+x4f(x)=x^3+x-4, so f(x)=3x2+1f'(x)=3x^2+1.
  2. 2.Substitution in the Newton-Raphson formula gives xn+1=xnxn3+xn43xn2+1x_{n+1}=x_n-\frac{x_n^3+x_n-4}{3x_n^2+1}.
  3. 3.Using x0=1.3x_0=1.3 gives x1=1.382866x_1=1.382866\ldots, and substituting this unrounded value gives x2=1.378806x_2=1.378806\ldots.

Answer: xn+1=xnxn3+xn43xn2+1x_{n+1}=x_n-\frac{x_n^3+x_n-4}{3x_n^2+1}.; x1=1.38287x_1=1.38287 and x2=1.37881x_2=1.37881.

Common mistakes

  • Don't choose a starting value where f(x0)=0f'(x_0)=0, making the first Newton step undefined.
  • Don't use the Newton formula with the derivative evaluated at the new iterate rather than the current one.

Exam tip

Write the Newton recurrence explicitly, retain guard digits between iterations and round only the reported values.

Tier 1 · Easy

ORIGINAL

1.

Use one Newton-Raphson step on f(x)=x27f(x)=x^2-7 starting from x0=2.5x_0=2.5. Find x1x_1.

(2)

(Total for Question 1 is 2 marks)

Tier 2 · Standard

ORIGINAL

1.

Newton-Raphson is applied to f(x)=x32x+2f(x)=x^3-2x+2 starting from x0=0x_0=0. Calculate x1x_1, x2x_2 and x3x_3, and explain why the method fails to converge to a root from this starting value.

(4)

(Total for Question 1 is 4 marks)

Tier 3 · Hard

ORIGINAL

1.

Newton-Raphson is applied to f(x)=x2af(x)=x^2-a, where a>0a>0, starting from x0=4x_0=4. The first iterate is x1=134x_1=\dfrac{13}{4}. Find aa. Then calculate x2x_2 exactly and x3x_3 to six decimal places, and hence give the positive root of f(x)=0f(x)=0 correct to four decimal places.

(5)

(Total for Question 1 is 5 marks)

9.4

Understand and use numerical integration of functions, including the use of the trapezium rule and estimating the approximate area under a curve and limits that it must lie between.

Notes
Worked answers & exam appearances →
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 trapezium rule approximates an integral by replacing the curve over each strip with a straight chord and adding the resulting trapezium areas.
  • For ordinates y0,,yny_0,\ldots,y_n at equal spacing hh, use h2[y0+yn+2(y1++yn1)]\frac{h}{2}[y_0+y_n+2(y_1+\cdots+y_{n-1})] and include each interior ordinate twice.
  • A convex curve with f(x)>0f''(x)>0 lies below its chords, so the trapezium rule overestimates its integral; more, narrower strips usually improve the estimate.
  • Numerical area is not automatically the signed integral: a common error is to leave contributions below the xx-axis negative when the question asks for total area.
The trapezium rule joins consecutive ordinates with straight segments; convexity indicates whether this polygonal boundary lies above or below the curve.
Worked example

Use four equal strips and the trapezium rule to estimate 02(x2+1)dx\int_0^2(x^2+1)\,dx. State whether the estimate is an overestimate or an underestimate, with a reason.

  1. 1.Here h=0.5h=0.5 and the ordinates at x=0,0.5,1,1.5,2x=0,0.5,1,1.5,2 are 1,1.25,2,3.25,51,1.25,2,3.25,5.
  2. 2.Thus the estimate is 0.52[1+5+2(1.25+2+3.25)]=0.25(19)=4.75\frac{0.5}{2}[1+5+2(1.25+2+3.25)]=0.25(19)=4.75.
  3. 3.Since f(x)=2>0f''(x)=2>0, each chord lies above the curve, so the result is an overestimate.

Answer: 4.754.75; It is an overestimate because f(x)=2>0f''(x)=2>0, so the curve is convex.

Common mistakes

  • Don't apply weight two to the endpoints and weight one to the interior ordinates, reversing the trapezium-rule coefficients.
  • Don't use the number of ordinates as the number of strips, giving the wrong strip width and endpoint weights.

Exam tip

For the trapezium rule, calculate strip width from the interval and use half weight only on the two endpoints.

Tier 1 · Easy

ORIGINAL

1.

The values of a function are y=1,3,9y=1,3,9 at x=0,1,2x=0,1,2 respectively. Use two strips and the trapezium rule to estimate 02ydx\int_0^2 y\,dx.

(2)

(Total for Question 1 is 2 marks)

Tier 2 · Standard

ORIGINAL

1.

The values of a function at x=0,1,2,3,4x=0,1,2,3,4 are respectively 2,2.5,4,6.5,102,2.5,4,6.5,10. Use the trapezium rule to estimate 04f(x)dx\displaystyle\int_0^4 f(x)\,\mathrm dx.

(3)

(Total for Question 1 is 3 marks)

Tier 3 · Hard

ORIGINAL

1.

For f(x)=1xf(x)=\frac1x on 1x21\leq x\leq2, use four equal strips to find a trapezium-rule estimate. By using left- and right-endpoint rectangles, also give lower and upper bounds for 121xdx\int_1^2\frac1x\,dx. Give decimals to 44 decimal places.

(6)

(Total for Question 1 is 6 marks)

9.5

Use numerical methods to solve problems in context.

Notes
Worked answers & exam appearances →
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

  • A contextual numerical model translates a physical condition, such as a target value or accumulated quantity, into a root, recurrence or numerical integral.
  • Define the function and units before applying the method, choose an interval or starting value that is meaningful in the context, and state the requested accuracy.
  • For a threshold M(t)=CM(t)=C, solve M(t)C=0M(t)-C=0 numerically; for a varying rate q(t)q(t), approximate the accumulated change with q(t)dt\int q(t)\,dt.
  • A calculator value is not a complete contextual answer: a common error is to omit units, ignore the model's domain or round in a way that makes a safety decision invalid.
Worked example

A culture is modelled by P(t)=200e0.3tP(t)=200e^{0.3t}, where tt is in hours. Use Newton-Raphson on f(t)=200e0.3t1000f(t)=200e^{0.3t}-1000 with t0=5t_0=5 to find t1t_1 and t2t_2. Hence estimate when the culture reaches 10001000 cells.

  1. 1.Differentiate to get f(t)=60e0.3tf'(t)=60e^{0.3t}.
  2. 2.Use tn+1=tn200e0.3tn100060e0.3tnt_{n+1}=t_n-\frac{200e^{0.3t_n}-1000}{60e^{0.3t_n}}.
  3. 3.Substitution of t0=5t_0=5 gives t1=5.385502t_1=5.385502\ldots, and the next substitution gives t2=5.364857t_2=5.364857\ldots.
  4. 4.The positive time is therefore about 5.3655.365 hours.

Answer: t1=5.38550t_1=5.38550 and t2=5.36486t_2=5.36486.; The culture reaches 10001000 cells after approximately 5.3655.365 hours.

Common mistakes

  • Don't select a root that satisfies the equation but lies outside the interval allowed by the context.
  • Don't carry out a numerical iteration but give no contextual time, units or check that the root is meaningful.

Exam tip

After numerical iteration, translate the root back into the context and report a sensible accuracy with units.

Tier 1 · Easy

ORIGINAL

1.

A greenhouse temperature is modelled by T(t)=18+4tt2T(t)=18+4t-t^2 degrees Celsius, where tt is hours after noon. Show that the temperature returns to 20C20^\circ\mathrm{C} at a time between 33 and 44 hours after noon.

(2)

(Total for Question 1 is 2 marks)

Tier 2 · Standard

ORIGINAL

1.

A particle's height is modelled by h(t)=20t4.9t2h(t)=20t-4.9t^2 metres. Show that the positive time when the particle returns to the ground lies in (4.0,4.1)(4.0,4.1) seconds and, by considering the sign of h(4.05)h(4.05), show that it lies in (4.05,4.10)(4.05,4.10) seconds.

(4)

(Total for Question 1 is 4 marks)

Tier 3 · Hard

ORIGINAL

1.

Water enters a tank at rates 10,14,18,21,19,15,1110,14,18,21,19,15,11 litres per minute at times 0,5,10,15,20,25,300,5,10,15,20,25,30 minutes. The tank initially contains 350350 litres and has capacity 800800 litres. Use the trapezium rule to estimate whether the tank overflows during the 3030 minutes, and estimate any excess at the end.

(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.