We wanna show that the sequence $(t_n)_{n=1}^{\infty}$ recursively defined by $t_1=1$, $t_{n+1}=\frac{1}{2+t_n}$ for $\forall n \in \mathbb{N}$ converges to $-1+\sqrt 2$.
NOTE: i have to use the CONTRACTION THEOREM TO SHOW THIS. I have to make the recursively sequence a $f(x)$ and SHOW that it is a contraction.
Now i started on this problem and i used according to the Contraction Theorem that
For every $x\subset$ $I$ where $I=[0,1]$ we have that $f(x)\subset I$
And that there is a number $c$ such that $0\leq c<1$ such that for every $x,y$ in the interval we have $|f(x) - f(y)|\leq c|x-y|$
Now i started of and then after some algebra i got $\leq \frac{|x-y|}{|2+x| |2+y|}$
but now should i take $x=0, y=0$ because that is the minimim of the interval and i will get $c=\frac{1}{4}$? But am left with the fraction $\frac{1}{4} |x-y|$ which is also true according to the definition but i dont understand that why $|x-y|$ in the numerator still can stand after we decided that in the denominator we plugged in $x=0, y=0$
We wanna show that the sequence ... recursively defined by ...
The sentence is unfinished. You want to show that the sequence does what? – dxiv Dec 30 '17 at 02:29