Last time | Next time |
We discovered that other values of \(a\) couldn't solve the problem, which is that \(f'(x) \approx 1\) at values of \(x\) near 1, and that's a problem for fixed point iteration.
Proposition 5: Let $f$ be a differentiable function with fixed point $\hat{x}$ and let $[a,b]$ be an interval containing $\hat{x}$. If $|f'(x)|\leq M<1$ for all $x\in[a,b]$ and $f([a,b])\subseteq[a,b]$, then for any initial value $x_{0}\in[a,b]$, fixed point iteration, with $x_{k+1}=f(x_{k})$ for all $k\geq0$, gives an approximation of $\hat{x}$ with absolute error no more than $M^{k}|x_{0}-\hat{x}|$.
\[ p\approx p_{n}-\frac{(p_{n+1}-p_{n})^{2}}{p_{n+2}-2p_{n+1}+p_{n}} \]
We'll derive the method in two different ways.