I have a sequence defined by the relation $$x_{n+1} = \alpha x_n + (1-\alpha)x_{n-1}$$ for $n\geq 1$, and I want to find the limit in terms of $\alpha , x_0,x_1$. I tried to do this by setting up a matrix equation, but that didn't work out, so I took a peek at the solution. It said that I first needed to realize that $x_n-x_{n-1} = (\alpha - 1)(x_n-x_{n-1})$. I've tried playing around with the initial relation algebraically, but I'm stuck as to how to get this second relation below.
Any pointers would be greatly appreciated!