If $\langle f_{n}\rangle$ be a sequence of positive numbers such that $$f_{n}=\frac{f_{n-1}+f_{n-2}}{2}$$ $\forall n\gt2$ ,then show that $\lt f_{n}\gt$ converges to $$\frac{f_1+2f_2}{3}$$
Replacing $n$ by $3,4,5,....,n-1$,we get $$f_3=(f_2+f_1)/2$$ $$f_4=(f_3+f_2)/2$$ $$f_5=(f_4+f_3)/2$$ $$\dots\dots\dots\dots\dots$$ $$f_{n-1}=(f_{n-2}+f_{n-3})/2$$ $$f_{n}=(f_{n-1}+f_{n-2})/2$$
In the solution, its given as adding the corresponding sides of $f_n$ and $f_{n-1}$,the following expression is obtained
$$f_n+\frac12f_{n-1}=\frac12(f_1+2f_2)$$
I couldn't understand how this expression came.
May be be easier to follow if you first rewrite the given recurrence as:
$$f_{n} \color{red}{+\frac{f_{n-1}}{2}}=\frac{f_{n-1}+f_{n-2}}{2} \color{red}{+\frac{f_{n-1}}{2}} = f_{n-1}+\frac{f_{n-2}}{2}$$
It "telescopes" nicely from there on:
$$f_{n} +\frac{f_{n-1}}{2} = f_{n-1}+\frac{f_{n-2}}{2} = f_{n-2}+\frac{f_{n-3}}{2} = \cdots = f_2 + \frac{f_1}{2}$$