If an iterative formula is to be used to solve an equation, Aitken’s method of accelerating convergence uses the initial value and the first two values obtained by the formula to calculate a better approximation than the iterative formula would produce. This can then be used as a new starting point from which to repeat the process until the required accuracy has been reached. While this is computationally intensive, it is the sort of process which spreadsheets handle very easily.
If are the initial value and the first two iterations and are the forward differences then . More generally this will be expressed as .