Compute local equations of stable/ unstable manifolds

1k Views Asked by At

Today, the tutor of our dynamical system course said that in the exam one part will be to determine equilibria and to compute the local equations of stable and unstable manifold.

I do not know what is meant by giving the local equations for stable/ unstable manifold.

Can you give me a task/ example?

1

There are 1 best solutions below

8
On

You need to be more specific, at least whether you have discrete or continuous time. But a (local) stable manifold is simply a graph over the stable space, so you can (with reasonable regularity assumptions) write it say with the first few terms of a Taylor series.

For example, take $x'=-x+xy$, $y'=y+x^2$. The stable manifold will be the graph of the function $\varphi(x)=ax^2+bx^3+\cdots$ (in this example you can go up to any order), that is, the set of points $(x,y)$ with $y=\varphi(x)$. Computing you get $$ y'=\varphi'(x)x'=(2ax+3bx^2+\cdots)(-x+x(ax^2+bx^3+\cdots)). $$ On the other hand, $$ y'=y+x^2=ax^2+bx^3+\cdots+x^2. $$ The two right-hand sides are equal (write the first few terms), which gives you equations to determine $a$, $b$, etc successively.

Added:

We are taking as definition of stable manifold any smooth invariant curve that is tangent to the stable space at the origin. That is, $$V^s=\{(x,\varphi(x)):x\in(-\delta,\delta)\}$$ for some $C^k$ function $\varphi\colon(-\delta,\delta)\to\mathbb R$ with $\varphi(0)=\varphi'(0)=0$ and with the property that any solution starting in $V^s$ remains in $V^s$ for all positive time. This means that if $(x(t),y(t))$ is a solution with $(x(t_0),y(t_0))\in V^s$ for some $t_0$, then $(x(t),y(t))\in V^s$ for all $t>t_0$. This is why we must have $y(t)=\varphi(x(t))$ (written above simply as $y=\varphi(x)$.