0
$\begingroup$

In this problem we consider one dimensional discrete time dynamical system $x(k+1)=f(x(k))$ with a fixed point $u$, at which |f'(u)|=1. For each of the following systems, find out the stability of the fixed point $u$:

  1. $f(x)= \sin x, u=0$.

  2. $f(x)=x^3+x, u=0$.

  3. $f(x)=1+ \log x, u=1$.

  4. $f(x)=x^{2}+\dfrac{1}{4}, u=\dfrac{1}{2}$.

  5. $f(x)=\dfrac{1}{x}, u=1$.

  6. $f(x)=\dfrac{1}{2x-2}+\dfrac{1}{2x+2}, u=0$.

  • 1
    Also, it would be nice of you to st$a$rt accepti$n$g answers to your previous questions. It's a good way to give feedback and reward answerers, and it makes people more willing to answer your questions.2011-12-29

2 Answers 2

4

Even if $|f'(u)| = 1$, the following criteria still work:

  • The fixed point $u$ is locally stable if there exists a neighborhood $U$ of $u$ such that $|f(x)-u| < |x-u|$ for all $x \in U$, $x \ne u$.

  • The fixed point $u$ is locally unstable if there exists a neighborhood $U$ of $u$ such that $|f(x)-u| > |x-u|$ for all $x \in U$, $x \ne u$.

Often, it helps to look at the graph of the function $f$ (here $f(x)=1+\log x$) near the fixed point:

$\hspace{160px}$Graph of <span class=f near its fixed point">

If the graph of the function near the fixed point lies entirely within green area delimited by the line $y=x$ and its reflection through the fixed point, the fixed point is locally stable. If the graph lies entirely in the red area near the fixed point, it is locally unstable.

If, as in this example, the graph of $f$ lies in the green area on one side of the fixed point and in the red area on the other, things get more complicated. If, like here, $f$ is increasing near the fixed point, it will be locally stable on one side and unstable on the other, and is thus a saddle point. If $f$ is decreasing, you'll need to repeat the stability analysis for its second iterate $f^{(2)}$ (which will be increasing) and see what happens to it.

Finally, if the graph of $f$ lies on the line $y=x$, it has a continuum of neutrally stable fixed points, while if it lies on the reflected line (or, more generally, if the graph of $f^{(2)}$ lies on the $y=x$ line), it will have a single neutrally stable fixed point surrounded by neutral 2-cycles.

Of course, just looking at the graph is in general not enough: you have to prove that the graph doesn't cross over into another area even closer to the fixed point. But as long as $f$ is fairly well-behaved, looking at the graph at least gives you a good idea what the answer is going to be.

Since this is homework, I won't spoon-feed you the answers, but you should be able to figure them out using the criteria I gave above.

1

Since this is homework, you ought to have seen in class that a sufficient condition for stability (or instability) is that |f'(u)|<1 (or |f'(u)|>1, respectively). (When |f'(u)|=1, no conclusion can be drawn.)

So what you have to do in each case is simply to compute f'(x) and plug in $x=u$, and see what you get.

  • 1
    @msnaber: This criterion *is* for the nonlinear case! (It's called "linear stability analysis" because you use Taylor series to approximate your nonlinear system by a linear one in the vicinity of the equilibrium point, and then determine the (in)stability of the original system from the (in)stability of the simpler linear system.) No need for epsilons or deltas.2011-10-30