This topic covers the use of simple iterative methods to find approximate solutions to equations of the form x = f(x). Students must understand the concept of convergence and be able to represent the iterative process geometrically using cobweb and staircase diagrams.
This topic focuses on solving equations that cannot be rearranged algebraically, such as x = cos(x) or x^3 - x - 1 = 0. Iterative methods, like the rearrangement method x_{n+1} = g(x_n), allow you to find approximate solutions by repeatedly applying a function. Starting from an initial guess, each iteration produces a value that (hopefully) converges to a root. Understanding when and why convergence occurs is key, and graphical representations—cobweb and staircase diagrams—help visualise the process.
Cobweb diagrams are used when the iteration oscillates around the root, while staircase diagrams show monotonic convergence (either increasing or decreasing). These diagrams plot y = g(x) and the line y = x; the path between them illustrates how successive approximations move toward the intersection point. Mastery of these diagrams is essential for interpreting convergence behaviour and identifying divergence or periodic cycles.
This topic is part of the numerical methods section in Edexcel A-Level Mathematics, often appearing in Paper 2 (Pure). It builds on earlier work with functions, graphs, and solving equations, and provides a foundation for more advanced numerical analysis. Being able to solve equations approximately is a practical skill used in engineering, physics, and economics, where exact solutions are often impossible.
Key skills and knowledge for this topic
Key points examiners look for in your answers
Expert advice for maximising your marks
Pitfalls to avoid in your exam answers
Common questions students ask about this topic
Essential terms to know
How questions on this topic are typically asked
Practice questions tailored to this topic