Center manifold of nonhyperbolic fixed point

227 Views Asked by At

Question: Consider the following autonomous vector field on the plane: $$\dot x = −x $$ $$\dot y = −x^2$$ $$(x,y) \in \mathbb{R}^2$$

$\bullet$ Compute the flow generated by this vector field.

$\bullet$ Can this vector field have periodic orbits? You must justify your answer.

$\bullet$ Compute the centre manifold of the origin.

$\bullet$ Compute the stable manifold of the origin.

$\bullet$ Show that the origin is Lyapunov stable.

I will be showing my working throughout this question then pointing out my questions and queries with my answers that I am unsure on.

Answers:

$\bullet$ $\dot x = -x \Rightarrow \bar x = 0,$

$\dot y = -x^2 \Rightarrow \bar y = 0 \Rightarrow (0,0) $ being the fixed point of the system

Calculating the flow:

$\dot x = -x \Rightarrow \frac{\dot x}{x} = -1$

Integrating: $\int \frac{\dot x}{x} dt$ = $\int \frac{dx}{x}$ = $-\int dt$

$\Rightarrow log(x) = -t + c_x$, $c_x$ is a constant

$\Rightarrow x = e^{-t + c_x} = Ce^{-t}$ where $C = e^{c_x}$

Taking an initial condition $x(0) = x_0$

$\Rightarrow x_0 = C \rightarrow x = x_0 e^{-t}$

We have that $\dot y = -x^2 = -(x_0 e^{-t})^2 = -x_0 ^2 e^{-2t}$

$\Rightarrow \int \dot y dt = \int dy = -x_0 ^2\int e^{-2t}dt$

$\Rightarrow y = \frac{x_0 ^2}{2}e^{-2t} + c_y$, $c_y$ is a constant.

Taking $y(0) = y_0$ as an initial condition:

$y_0 = \frac{x_0 ^2}{2} + c_y$

$\Rightarrow c_y = y_0 - \frac{x_0 ^2}{2}$

Thus the flow is:

$y = \frac{x_0 ^2}{2}e^{-2t} + y_0 - \frac{x_0 ^2}{2} = \frac{x_0 ^2}{2}(e^{-2t}-1) + y_0$

$\bullet$ As $t \rightarrow \infty $, $x \rightarrow 0$ regardless of the choices of $x_0$, $x_0$ is free. For $y \rightarrow 0$ as $t \rightarrow \infty$, we must have $ y_0 = \frac{x_0 ^2}{2} $

$\Rightarrow y = \frac{x^2}{2}$ is the stable manifold

$\bullet$ To analyse the fixed point, we take the Jacobian of the system.

$J = \begin{pmatrix} -1 & 0 \\ -2x & 0 \end{pmatrix}$

$\Rightarrow J(0,0) = \begin{pmatrix} -1 & 0 \\ 0 & 0 \end{pmatrix}$ which is nonhyperbolic, thus linearization is not sufficient, however the eigenvalues of this matrix are $0$ and $-1$ which correspond to a centre subspace $\begin{bmatrix} 0 \\ 1 \end{bmatrix}$ and a stable subspace $\begin{bmatrix} 1 \\ 0 \end{bmatrix}$

I think that the curve $y = \frac{x^2}{2}$ is tangent to the stable subspace spanned by $\begin{bmatrix} 1 \\ 0 \end{bmatrix}$ at the origin, and it is invariant thus it is stable manifold? As the choice of $x_0$ is free, the whole y axis (x=0) is the centre manifold. Someone please confirm or verify this.

The vector field cannot have periodic orbits due to both component of the field having exponential decay solutions which are strictly decreasing.

$\bullet$ For lyapunov stability:

We have $|y(t_0)| = |\frac{x_0 ^2}{2}| \lt x_0 ^2$ and $|y(t)| = |\frac{x_0 ^2 (e^{-2t} - 1)}{2} + y_0| \leq |\frac{x_0 ^ 2}{2} + y_0| \lt |\frac{x_0 ^2}{2}+\frac{x_0 ^2}{2}| = x_0^2$ choosing $\delta = \epsilon = x_0^2$

I am not sure about this last bit regarding the centre manifold of the origin, and thus showing it is Lyapunov stable? Is calculating the eigenvalues of the linearized matrix not enough to show this is if the eignevalues aren't positive? The order of which these questions are asked makes me think that I should be doing it another way but I am unsure of how to go about this. Center manifold theory comes to mind but if I were to do this, I am unsure about the degree of the polynomial that I would use to approximate the center manifold.

Any help and guidance would be appreciated.