I found this problem in Understanding Analysis by Stephen Abbott.
Define a recurrence relation as $x_1=3$ and $x_{n+1}=\frac{1}{4-x_n}$. Find the limit of the sequence $(x_n)$.
There are other parts to the question, but what I want to ask is: why do we reject a limit and not another when solving for the limit? If $(x_n) \rightarrow L$, it is not too hard to show that $(x_{n+1}) \rightarrow L$. Thus we can take the limit of both sides of $x_{n+1}=\frac{1}{4-x_n}$ to get $L=\frac{1}{4-L}$. We can solve for $L$ to get $L=0.268$ or $L=3.732$. My question is why $L=0.268$ is the answer, and not $3.732$. Is there any significance behind $3.732$ popping out here?
Logically, we can conclude that $x_n$ is strictly decreasing and reject $3.732$ on the basis that it is greater than $x_1$, but is that a valid reason though? What about sequences whose behaviour is neither monotone decreasing/increasing? How do we tell if a particular limit we solved for is correct or wrong?
