I have this fixed point iteration for finding a solution of the given equation: $x_{n+1} = e^{\frac13(x_n-2)}$.
I have to show that if $x_0=\beta+\epsilon$, where $\epsilon$ is a positive real number, then $x_1>x_0$.
And also to deduce that this fixed point iteration does not converge to $\beta$ for all $x_0>\beta$.
(Hint: You may need to use the facts that $\beta$ is a solution of $x-3lnx=2$, and that $\beta>3$)
OK. My approach is to start from the equation $x-3lnx=2$ and use $\beta$ as a solution. And then I add $\epsilon$ to one side of the equation to arrive at the inequality $x_0<x_1+\epsilon$, which is not what I exactly want.
Any suggestions?
Thanks