If $f(x)=\frac{1}{3} \biggl ( f(x+1)+\frac{5}{f(x+2)}\biggl)$ and $f(x)>0$, $\forall$ $x\in \mathbb R$ then $\lim_{x \rightarrow \infty} f(x)$ is?
Doubt:
In solution provided in book they assumed that
$\displaystyle \lim_{x \rightarrow \infty} f(x)=\displaystyle \lim_{x \rightarrow \infty}f(x+1)=\displaystyle \lim_{x \rightarrow \infty}f(x+2)=l$.
How can they all be equal?
To say that $\lim_{x\to\infty} f(x) = L$ means that for all $\epsilon >0$ there exists $M > 0$ such that $$ |f(x) - L| < \epsilon $$ whenever $ x \geq M$. Suppose that $\epsilon$ and $M$ are fixed. Then $x+1 > x \geq M$, so by the definition of the statement $\lim_{x\to\infty} f(x) = L$ it must be the case that $$ |f(x+1) - L| < \epsilon.$$ So we obtain $\lim_{x\to\infty} f(x+1) = L$. An identical proof holds for the limit of $f(x+2)$.
As an example, consider $f(x) = \frac{1}{x}$. We have $$\lim_{x\to\infty} \frac{1}{x} = \lim_{x\to\infty} \frac{1}{x+1} = \lim_{x\to\infty} \frac{1}{x+2} = 0.$$ The idea here is that it doesn't matter if we shift the input $x$ by some finite value, since we are allowing $x$ to grow unboundedly large.