If $x_{n+1}=x_{n} + \dfrac{(2-e^{x_{n}})(x_{n} - x_{n-1})}{e^{x_{n}} - e^{x_{n-1}}}$ with $x_o=0$ and $x_1 = 1$. What is the $\lim_{n\to \infty}x_n$?
By doing a little manipulating from the equation above I found that $f(x)=e^{x}-2$ so can I say that
$\lim_{n \to \infty}x_n$ is the same as $\lim_{x \to p} e^{x}-2 = 0$?
$\Rightarrow e^{p}-2=0$
$\Rightarrow p=\ln(2)$
Thus the $\lim_{n \to \infty} x_n = \ln(2)$