Rates of convergence numerical analysis

915 Views Asked by At

I have been leaning about fixed point iterations, and have been introduced to the notion of rates of convergence, in the quadratic, and linear case. Consider a fixed point iteration $x_{n+1} = g(x_n)$, then the iteration converges linearly if $|x_{n+1} - \alpha| \leq C|x_n - \alpha|$, $C > 0$, and quadratically if $|x_{n+1} - \alpha| \leq K|x_n - \alpha|^2$, $K > 0$.

Are there any different rates of convergence? What are examples of say, sequences that converge, but neither quadratically nor linearly?

Thank you.

2

There are 2 best solutions below

0
On
0
On

Try $x_n := x^{3^n}$ with $0<x<1$ converging cubicly to zero.