Definition:Direct Iteration

From ProofWiki
Jump to navigation Jump to search

Definition

Direct iteration is iteration of the form:

$x_{n + 1} = \map \phi {x_n}$

for $n = 0, 1, 2, \ldots$, where $x_0$ is chosen as a first approximation to the desired root.


Also known as

Direct iteration is also known as fixed-point iteration.


Examples

Example: $x = \cos x$

The following is a graph of the direct iteration $x_{n + 1} = \map \cos {x_n}$ for $n = 0, 1, 2, 3, 4$ where $x_0$ is an arbitrary point such that $1 < x_0 < \dfrac \pi 2$:


Iterated-cosine.png


Also see

  • Results about direct iteration can be found here.


Sources