lacunary - Mathnotes

Here we'll talk about both linear and nonlinear planar systems of the form

x˙=f(x,y)y˙=g(x,y).

Definition: Separatrix \@{separatrix}

A separatrix is the boundary that separating two modes of behavior in a dynamical system.

Definition: Homoclinic Orbit \@{homoclinic-orbit}

Trajectories that start and end at the same fixed point are called homoclinic orbits.

Definition: Heteroclinc Trajectory \@{heteroclinc-trajectory}

Trajectories that connect two fixed point are called heteroclinic orbits.

Definition: Hyperbolic Fixed Point \@{hyperbolic-fixed-point}

A hyperbolic fixed point is a fixed point for which the real part of both eigenvalues is non-zero.

Nullclines

Definition: Nullcline \@{nullcline}

The nullclines of a planar system are the curves where either x˙=0 or y˙=0 and indicate where the flow is either purely horizontal or purely vertical. fixed points occur at intersections of nullclines.

Referenced by (1 direct)

Direct references:

Classification of Linear Systems

We can write a linear planar system as

x˙=Ax,xR2

where

A=(abcd).

Definition: Characteristic equation \@{characteristic-equation}

The characteristic equation tells us how to find the @eigenvalues and is given by:

λ2τλ+Δ=0.

Referenced by (4 direct)

Rewriting that using the quadratic equation gives:

λ1,2=12(τ±τ24Δ)

where

τ=tr(A)=a+d=λ1+λ2,Δ=det(A)=adbc=λ1λ2.

Type Condition
Stable Node λ1,λ2<0, real
Unstable Node λ1,λ2>0, real
Saddle Δ<0, equiv λ1<0<λ2
Stable Spiral Reλ<0, complex
Unstable Spiral Reλ>0, complex
Center Reλ=0, complex (purely imaginary)

Linear systems only have one fixed point, the origin!

Jacobian Linearization

Given general (can be nonlinear planar system:

x˙=f(x,y),y˙=g(x,y),

if we have a fixed point (x,y),

then

f(x,y)=0,g(x,y)=0.

We can do linear stability analysis on this system to understand the local behavior near fixed points. We use the Jacobian matrix of the system, then plug in (x,y). For the nonlinear case, we have the same geometric interpretations as the linear case. Topologically, if the real part of any eigenvalue of a fixed point is positive, then the fixed point is unstable. If the real part of all eigenvalues of a fixed point is negative, then the fixed point is asymptotically stable. We call these cases (both eigenvalues have nonzero real parts) hyperbolic @fixed points

However, if the real part of any eigenvalue is zero, this linearized approached does not tell us about the stability of the fixed point.