You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers iterative methods for solving equations — rearranging f(x) = 0 into the form x = g(x) and using iteration — as required by the Edexcel A-Level Mathematics specification (9MA0). You need to understand convergence and divergence, and interpret staircase and cobweb diagrams.
Many equations cannot be solved exactly using algebraic methods. For example:
In these cases, we use numerical methods to find approximate solutions. Iterative methods generate a sequence of values x₁, x₂, x₃, ... that (hopefully) converge to the root.
If the sequence converges to a limit L, then as n → ∞: x_{n+1} → L and x_n → L
So the iteration formula x_{n+1} = g(x_n) becomes L = g(L).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.