I got this question in which they ask me to explain why it is convergent and evaluate its limit.
$$a_1=3\;and\;a_n = \frac{1}{2} (a_{n-1} + 5) \\ n=2,3,4,... $$
To prove it's convergent, I show that it is increasing and bounded above by 5. Also, I find its limit by showing that
Let $L=\lim_{n\to\infty} a_n$
Notice that $a_n = \frac{1}{2} (a_{n-1} + 5)$
Hence $\lim_{n\to\infty} a_n = \lim_{n\to\infty} \frac{1}{2} (a_{n-1} + 5)$
$\Rightarrow L = \frac{1}{2}(L+5)$
$\Rightarrow 2L = L+5$
$\Rightarrow L = 5$
As the sequence is non-decreasing, $$L =\lim_{n\to\infty} a_n=5 $$
That's what I got. However, the book's answer for this question's limit is $\frac{5}{2}$
Is there anything wrong with my proof?
Thanks in advance.