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!
Subtract $x_n$ from both sides, to get $$x_{n+1}-x_n=(\alpha-1)x_n+(1-\alpha)x_{n-1}$$ Then collect to get $$x_{n+1}-x_n=(\alpha-1)(x_n-x_{n-1})$$
It's not exactly the hint, the index is off by one. However the conclusion is the same -- if $0< \alpha <1$, then the limit of $(\alpha-1)^n$ is zero.