I'm trying to solve the following difference equation: $$x_n = x_{n - 1} + 2\pi \lambda \sin(x_{n-1})$$ I'm an electrical engineer, so I only briefly learned about difference equations. I'm looking for a solution, but more important, I need to show that the equation is instable for some values of $\lambda$.
In my analysis, I've found the value of $\lambda$, for which the equation becomes unstable, $\lambda = \pi^{-1}$. I showed this by assuming that $x_n = 2\pi - x_{n - 1}$, which can also be seen in a simple matlab simulation. I'm not entirely happy with this reasoning, because I'm not sure if I'm missing out on solutions that do not fit this premise.
How do you do this the proper way?