Numerical Methods — A-Level Mathematics Pure 3 Study Guide
For: A-Level Mathematics candidates sitting Paper 3 (Pure Mathematics 3).
Covers: sign-change root location, iterative method convergence, the convergence condition, identification of divergent or oscillatory iterations, and application of these techniques to find roots to specified accuracy.
You should already know: A-Level Mathematics Pure 1 (functions, calculus, trig).
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the A-Level Mathematics style for educational use. They are not reproductions of past Cambridge International examination papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official Cambridge mark schemes for grading conventions.
1. What Is Numerical Methods?
Numerical methods are algorithmic, approximation-based techniques used to solve mathematical problems that have no closed-form algebraic solution, such as or high-degree polynomial equations. Unlike algebraic methods that return exact solutions, numerical methods generate increasingly precise estimates of the solution, up to a user-specified level of accuracy. This topic accounts for 8-12 marks per A-Level Mathematics Paper 3, usually in 1-2 structured questions, making it a high-yield, low-effort area to master for your exam.
2. Locating roots — sign-change argument
A root of a function is a value where , corresponding to the x-intercept of the graph . The sign-change argument is the first step in root finding, used to narrow down the interval where the root lies:
Sign-change rule: If is a continuous function (no breaks, jumps, or asymptotes) on the interval , and and have opposite signs, then there is at least one root of in the open interval .
Examiners explicitly require you to state the continuity condition to earn full marks for this step, even if the function is obviously continuous (e.g., a polynomial).
Worked Example
Show that has a root between and :
- Calculate (negative)
- Calculate (positive)
- State: is a polynomial, so it is continuous on . The opposite signs of and confirm there is a root in .
3. Iterative methods — convergence of
Once you have a rough interval for the root, iterative methods are used to generate increasingly precise estimates of the root. The process works as follows:
- Rearrange the original equation into the form , where is a continuous function.
- Choose an initial guess near the root (usually taken from the sign-change interval).
- Use the recurrence relation to generate a sequence of estimates
The sequence is convergent if , the true root, meaning each subsequent estimate gets closer to . If the sequence does not approach , it is non-convergent.
Worked Example
For , two possible rearrangements to form are:
Testing with initial guess :
- For : , , . The sequence converges to ~1.521.
- For : , , . The sequence moves further away from the root, so it diverges.
The choice of rearrangement directly determines if the iteration converges.
4. Convergence condition near the root
The convergence of depends on the gradient of near the root. We can derive the condition using the Mean Value Theorem:
- For the true root , by definition.
- The error at step is . Using the Mean Value Theorem: where is a value between and .
- Taking absolute values:
For the error to get smaller with each iteration, for all near the root . This is the core convergence condition you will be tested on in almost every numerical methods question.
Worked Example
Verify that converges to the root of :
- Calculate the derivative:
- Substitute :
- State: The absolute value of the derivative is less than 1 near the root, so the iteration converges.
For , , so , which explains why it diverges.
5. Spotting divergent or oscillatory iterations
Non-convergent sequences fall into two categories, and you can identify their behavior using both the sign and magnitude of without calculating multiple iterations:
- Divergent sequences: Values of move further away from , trending to . This occurs when .
- Oscillatory sequences: Values of bounce between values on either side of . This occurs when is negative. There are two subtypes:
- Oscillatory convergence: , so the oscillations get smaller over time and approach .
- Oscillatory divergence: , so the oscillations get larger over time and move away from .
Worked Example
For , the root of is :
- , so
- , so the sequence converges, and the negative derivative means it converges oscillatory. Testing with : , , , , which bounces around 0.739 while getting closer.
6. Application: find roots of equations to specified accuracy
To find a root to a specified level of accuracy, follow this exam-standard process:
- Use the sign-change rule to find an initial interval for the root.
- Generate iterative terms using the given formula, keeping 4-5 decimal places for intermediate values to avoid rounding error.
- Stop when two consecutive terms round to the same value at the required accuracy.
- Verify with a final sign-change test: confirm the root lies in an interval of width less than for decimal places, or the equivalent threshold for significant figures. This proves that all values in the interval round to the same final answer.
Worked Example
Find the root of to 2 decimal places:
- We already know the root is in .
- Iterative terms with : , , .
- Sign-change test: , . The interval has width (the threshold for 2 decimal places), so the root is to 2 decimal places.
7. Common Pitfalls (and how to avoid them)
- Wrong move: Forgetting to state continuity when using the sign-change argument. Why students do it: They assume the sign change alone is enough. Correct move: Always explicitly state the function is continuous on the interval, and explain why (e.g., "polynomial, so continuous everywhere") to earn full marks.
- Wrong move: Calculating incorrectly when checking convergence. Why students do it: Rushing differentiation, especially for fractional powers or quotients. Correct move: Write out the derivative step-by-step, substitute values across the full interval given in the question, and explicitly confirm for all x in the interval.
- Wrong move: Stopping iterations as soon as two terms match the required accuracy, without the final sign-change test. Why students do it: They think matching consecutive terms is sufficient proof. Correct move: Always perform the sign-change test on the interval of uncertainty to confirm the root lies inside, as required by Cambridge mark schemes.
- Wrong move: Rounding intermediate iteration values too early. Why students do it: To speed up calculation. Correct move: Keep at least 4-5 decimal places for all intermediate terms, only round your final answer to the required accuracy.
- Wrong move: Confusing the sign of for oscillatory behavior. Why students do it: They mix up magnitude and sign rules. Correct move: Remember magnitude of determines convergence/divergence, sign determines monotonic/oscillatory behavior.
8. Practice Questions (A-Level Mathematics P3 Style)
Question 1
(a) Show that the equation has a root in the interval . [2 marks] (b) The equation is rearranged to the form . Show that this iterative form will converge to for values of near . [3 marks]
Solution
(a) Let . (negative), (positive). is the sum of an exponential and linear function, so it is continuous on . The opposite signs confirm a root in . (b) Calculate . For near the root , , so near the root, confirming convergence.
Question 2
The iterative formula is used to find a root of , with initial value . (a) Calculate the first 4 iterations of the sequence, giving values to 4 decimal places. [3 marks] (b) Determine if the sequence is convergent, divergent, or oscillatory, justifying your answer. [2 marks]
Solution
(a) (b) . At the root , , and is positive, so the sequence converges monotonically.
Question 3
Find the root of to 3 significant figures, using the iterative formula with initial value . [5 marks]
Solution
Iterative terms (kept to 4 decimal places): , , , , , , , , , , , , , , , , , , Sign change test: Let . , . The interval has width , so the root is to 3 significant figures.
9. Quick Reference Cheatsheet
| Rule/Formula | Notes |
|---|---|
| Sign-change root location | For continuous on , opposite signs of and confirm at least one root in . Always state continuity. |
| Iterative recurrence | Rearrange to , use with initial guess near the root. |
| Convergence condition | $ |
| Iteration behavior | $ |
| Accuracy check | For decimal places, confirm root lies in interval of width . Always perform final sign-change test. |
10. What's Next
The numerical root-finding techniques you have learned in this guide are a foundational part of A-Level Mathematics Paper 3, and they also extend directly to later topics in the syllabus, including numerical solution of differential equations (Euler's method) and numerical integration (trapezium rule). The approximation and error-checking principles you practice here will also help you in applied topics like mechanics and statistics, where exact analytical solutions are often unavailable.
If you are stuck on any convergence proof, iteration calculation, or sign-change test, you can ask Ollie our AI tutor for personalized walkthroughs, extra practice questions, and feedback on your working directly on the homepage. You can also find more A-Level Mathematics Paper 3 topic guides and full mock papers on the OwlsPrep platform to refine your exam preparation.
Aligned with the Cambridge International AS & A Level Mathematics 9709 syllabus. OwlsAi is not affiliated with Cambridge Assessment International Education.