interval halving converges linearly
Theorem 1.
The interval halving algorithm converges linearly.
Proof.
To see that interval halving (or bisection) converges linearly we use the alternative definition of linear convergence that says that |xi+1-xi|<c|xi-xi-1| for some constant 1>c>0.
In the case of interval halving, |xi+1-xi| is the length of the interval we should search for the solution in and has xi+2 as its midpoint
. We have then that this interval has half the length of the previous interval which means, ๐๐๐๐๐กโi+1=12๐๐๐๐๐กโi. Thus c=1/2 and we have exact linear convergence.
โ
Title | interval halving converges linearly |
---|---|
Canonical name | IntervalHalvingConvergesLinearly |
Date of creation | 2013-03-22 14:21:02 |
Last modified on | 2013-03-22 14:21:02 |
Owner | rspuzio (6075) |
Last modified by | rspuzio (6075) |
Numerical id | 14 |
Author | rspuzio (6075) |
Entry type | Theorem |
Classification | msc 49M15 |