Show that $|c_n-c_{n+1}|=2^{-n-2}(b_0-a_0)$.

294 Views Asked by At

Let $c_n={1\over 2}(a_n+b_n)$, $r=\lim_{n\to \infty}c_n$, and $e_n=r-c_n$. Here $[a_n,b_n]$, with $n\geq 0$, denotes the successive intervals that arise in the bisection method when it is applied to a continuous function $f$. Show that $|c_n-c_{n+1}|=2^{-n-2}(b_0-a_0)$.

I'm having a tough time showing this. Any hints or solutions are greatly appreciated.

1

There are 1 best solutions below

0
On BEST ANSWER

$c_n$ is the mid point of $[a_n,b_n]$.

$c_{n+1}$ is the mid point of either $[a_n, c_n]$ or $[c_n,b_n]$.

Compute $|c_n-c_{n+1}|$ in terms of $a_n,b_n$.

$|c_n-c_{n+1}| = {1 \over 4} (b_n-a_n)$.

You know that $b_{n+1}-a_{n+1} = {1 \over 2} (b_n-a_n)$, hence

$b_n-a_n = {1 \over 2^n} (b_0-a_0)$.