How to determine all the fixed points of the discrete dynamical system?

1.3k Views Asked by At

Determine all fixed points of the discrete dynamical system $$x_{n + 1} = e^{x_{n}} - 2 .$$

Determine if they are asymptotically stable.

How can I find the fixed points?

Thank you in advance.

2

There are 2 best solutions below

3
On

Hint: Draw the graphs of $e^x$ and $2+x$. Show (using e.g. the IVT and convexity of exp) that there are precisely two intersections and study the derivative of $e^x$ at each intersection point (I don't think there is any closed form expression for these points).

1
On

You have an iteration of the form $$ x_{n+1} = f(x_n) $$ with $$ f(x) = e^x - 2 $$ A fixed point $x_n$ would fullfil $$ f(x_n) = x_n \quad (*) $$ A graphical solution is to draw the graphs of $f$ and $\DeclareMathOperator{id}{id}\id$, where $\id(x) = x$ is the identity function.

graphs

Where those graphs intersect, the condition $(*)$ holds, that intersection point is a fixed point.