Dynamical Systems, Part 2
filed under : #dynamicalSystems #math #math324
This is a supplement for my Math 324 class for the summer of 2018.
Last time, we talked about fixed points for general systems $\dot{x} = v(x)$. In this post we'll focus on linear systems $\dot{x} = Ax$, where $A$ is a $n \times n$ matrix.
Linear Systems Review
For the linear system $\dot{x} = Ax$, a solution is given by $\phi_t(x) = e^{tA}x$, where
For complex eigenvalues $\lambda_j = \alpha_j + i\beta_j$ and $\bar{\lambda}_j = \alpha_j - i\beta_j$, we can write the solution as
Suppose $x_1(t), \dots, x_n(t)$ are $n$ linearly independent solutions to $\dot{x} = Ax$, then the matrix $X(t) = [x_1(t), \dots, x_n(t)]$ is called the The fundamental solution matrix. We then have
Let's do an example. Let's try to find $e^{At}$ for
Classification of Fixed Points of Linear System
For a linear system $\dot{x} = Ax$ with $\det(A) \ne 0$, there's only one fixed point: $x = 0$. For $2$ dimensional systems, let's break it down based on eigenvalues:
- For systems with two distinct real eigenvalues, we have three cases. For when both eigenvalues are positive, we have an unstable fixed point. For when both eigenvalues are negative, we have a stable fixed point. For when one eigenvalue is positive and one is negative, then we have an unstable fixed point.
- For when we have a repeated real eigenvalue, we have two cases. If the eigenvalue is positive then the fixed point is unstable, otherwise the fixed point is asymptotically stable.
- For when we have a complex conjugate eigenvalues we have three cases. If the real part is zero, then the fixed point is stable, but more specifically a center. When the real part is negative, then the fixed point is asymptotically stable, and if the real part is positive then the fixed point is unstable.
Nonlinear System
For the nonlinear system $\dot{x} = v{x}$, we can still approximate what the fixed points are going to look like. Suppose $\bar{x}$ is a fixed point so that $v(\bar{x}) = 0$. Consider $A$ to be the Jacobian of $v$ at $\bar{x}$, then we can study the behavior of $v$ around $\bar{x}$ by studying the linear system $\dot{x} = Ax$.
A Pendulum Example
We can model a pendulum with the differential equation $\ddot{\theta} + k\sin \theta = 0$, where $k > 0$. Take $x_1 = \theta$ and $x_2 = \dot{\theta}$. Then we have the following nonlinear system:
The Jacobian of this system is given by
Therefore at $(0,0)$, we have a stable center as the eigenvalues of $A_2$ are $\pm i\sqrt{k}$, and $(0, \pi)$ is unstable as the eigenvalues are $\pm \sqrt{k}$.