$$a,b \in \mathbb R , \ 0\lt a\lt 1 . $$ Define the sequence $$x_{n+1}=ax_{n}+b \text{ for } n\ge0\ .$$ Then for a given $\ \ x_0\ \ $ , does this sequence converge? And if it does, to where?
Now what I did was write down the first few terms , say, $x_0,x_1,x_2,\ldots$ and found out that the sequence goes by the rule $$x^n=a^nx_{0}+\sum_{i=0}^{n-1} a^i b$$ Now I suppose the sequence $x_{0}\{a^n\}$ will converge as $0< a < 1$. And the series is $b\left(\sum_{i=0}^{n-1} a^i \right)$. Not sure about the series. And what will be the limit?
Thanks for any help.
This only answers the "to what does this converge?" part of the question and does not prove the sequence actually converges.
A neat trick for these sorts of problems is to assume the sequence converges and then use simple algebra to find the limit.
If $x_n$ converges, then $\lim_{n\to\infty} x_n = \lim_{n\to\infty}x_{n+1} = x$. Then, we just solve the equation: $x=ax+b$ for $x$: $$x = \frac{b}{1-a}$$