Let $a_n \in \Bbb{R}$ such that: $$ a_{n+1}=1+\frac{2}{a_n} \text{ and } a_1=1$$
Prove that $\lim_{n \to +\infty}a_n=2$
We have that $a_n \geq 1,\forall n \in \Bbb{N}$ thus $$\limsup_na_n \geq \liminf_na_n \geq 1$$
Let $\liminf_na_n=l$
Then we have that $l^2-l-2=0$ thus $l=2,-1$
But $a_n \geq 1$ thus $l=2$.
Applying the same argument we prove that $\limsup_na_n=2$
Also we can also derive a contradiction if we assume that the limit superior and inferior are infinite.
Is my attempt an efficient way to prove this statement?
Also can someone provide additional solutions?
Thank you in advance.
Banach's Fixed Point theorem also provides the limit. It states that the iteration $a_{n+1} = f(a_n)$ will converge to $a^* = f(a^*)$ if $|f'(a)| <1$ during the iteration.
Now $|f'(a)| = 2/a^2$ which in general will not be less than one. Taking two iteration steps however gives
$$ a_{n+2} = g(a_n) = 3 - \frac{4}{a_n+2} $$
and $|g'(a)| = \frac{4}{(a+2)^2}$ which is less than one for all $a_n >0$, which will always be the case over the iteration.