I have a sequence defined as such: $x_{n+1} = 1 + \frac{1}{1+\frac{1}{x_n}}$
When calculating the limit of this recursive sequence, I get $$L = \frac{1 \pm \sqrt{5}}{2}$$ I've deduced that if $x_n > 0$ or $x_n <-1$, it must converge to a positive limit, but I am having trouble with $-1 < x_n < 0$. Is it ever possible for such sequence to converge to $- \phi$?
The possible limits of $(x_n)$ are fixed points of $g(x)=\frac{2x+1}{x+1}$. Since $|g'(-\phi)|>1$, the convergence to $-\phi$ is only possible if $x_{n_0} = -\phi$, for some $n_0$.