Sequence defined by recursive relation $a_{n+1}=\alpha a_n +2$
Prove that if $\left|\alpha\right|\lt1,$ the sequence has a limit independent of $a_1$.
I have seen this work for the case when $\alpha=1/2$, but I'm not sure how to work out the math to generalize?
Clearly, if $a_n$ converges then the limit satisfies the equation $x=\alpha x+2$, and thus $x=\dfrac{2}{1-\alpha}$. We hence set $$ b_n=a_n-\frac{2}{1-\alpha}. $$ Then we have $$ b_{n+1}=a_{n+1}-\frac{2}{1-\alpha}=\alpha\,a_n+2-\frac{2}{1-\alpha} =\alpha\left(a_n-\frac{2}{1-\alpha}\right)=\alpha\,b_n. $$ Hence $$ b_n=\alpha\, b_{n-1}=\alpha^2 b_{n-2}=\cdots=\alpha^{n-1} b_1= \alpha^{n-1}\left(a_1-\frac{2}{1-\alpha}\right), $$ and thus $$ a_n=b_n+\frac{2}{1-\alpha}=\alpha^{n-1}\left(a_1-\frac{2}{1-\alpha}\right)+\frac{2}{1-\alpha}, $$ and therefore $$ \lim_{n\to\infty}a_n=\frac{2}{1-\alpha}. $$