Suppose I have the function $$f(x)=\frac{4x}{1+\frac{x}{M}}.$$ Denote the $n$th iteration as $f^n(x)$. What is $\lim_{n\rightarrow\infty}{f^n(x)}$?
This is from a physics problem and the book claims that the limit is $3M$, though it says this without justification. It says it becomes clear once you draw a graph and observe that $x=3M$ is a fixed point.
But this is hardly rigorous. Is there any rigorous way to prove this limit?
We have (after slightly re-arranging the RHSide): $f^{n+1}(x) = \frac{4}{1/M + 1/f^n(x)}$. Now, assume we have a limit of $f^n(x)$ and $n \to \infty$ denoted by $l$. Replacing it in the above equation, one has: $l = 4 / (1/M + 1/l)$, which gives $l=3M$.