Let $x_0 = 1, x_1 = \frac{1}{1+x_0}, x_2 = \frac{1}{1+x_1} \cdots x_n = \frac{1}{1+x_{n-1}}$
Find $\lim_{n\rightarrow \infty} x_n$ as $n$ approaches infinity.
I don't know to represent this recurrence relation in a way that I can solve for $x_n$ and take the limit. Is there another way that I can do this?