I have the following equation which I am trying to find the closed form for: $$ x_{n+1} = \frac{1}{2}-\frac{x_{n}}{2}$$
So far rearranging and substituting has yielded the following equations:
$$2x_{n+1}+ x_{n-1} = 1$$
$$2x_{n+1} = x_{n}+ x_{n-1}$$ $$2x_{n+1} = 1- x_{n}$$ $$ 6x_{n+1} - x_{n}-2x_{n-1} =1$$ $$4x_{n+1} - x_{n-1}=1$$ I've just been trying to solve a jumble of these equations which hasn't yielded much so any help would be appreciated. Thanks!
If $y_n=x_n-\frac 1 3$ then $y_{n+1}=-\frac {y_n} 2$ and you can iterate this easily.
[If $x_n$ converges the limit has to be $\frac 1 3$ from the given recurrence relation. This suggests that you look at $x_n-\frac 1 3$].