ODE – Autonomous Equations and Stability

Autonomous Equation

is an equation of the special form
x=f(x)(1) x'=f(x) \qquad (1)
Note: 可以看出这个方程于函数x(t)x(t)的自变量tt无关

Direction field

因为与自变量无关,所以对于任意的t值,v相同处的方向场都是一样的

如下图
常微分方程 ODE -- Autonomous Equations and Stability

Equilibrium Points and Solutions

If f(x0)=0f(x_0)=0, then the constant function x(t)=x0x(t)=x_0 satisfies
x(t)=0=f(x0)=f(x(t)) x'(t)=0=f(x_0)=f(x(t))
This constant function is a particular solution to (1).

We call a point x0x_0 such that f(x0)=0f(x_0)=0 an equilibrium point.

The constant function x(t)=x0x(t)=x_0 is called an equilibrium solution.

Phase Line

简单来说,对于一个autonomous equation y=f(y)y'=f(y), y(t)y(t)就是phase line

Stability

两种Equilibrium points

Asymptotically stable: Solution curves 在 tt \rightarrow \infty 时逼近 equilibrium point

Unstable: Solution curves 远离 equilibrium point

在phase line上,stable用实心点,unstable用空心点,根据f(x)的正负标记箭头

如下图
常微分方程 ODE -- Autonomous Equations and Stability

Theorem

Suppose that x0x_0 is an equilibrium point for the differential equation x=f(x)x'=f(x), where ff is a differentiable function

  1. If f(x0)<0f'(x_0) \lt 0, then ff is decreasing at x0x_0 and x0x_0 is asymptotically stable.
  2. If f(x0)>0f'(x_0) \gt 0, then ff is increasing at x0x_0 and x0x_0 is unstable.
  3. If f(x0)=0f'(x_0)=0, no conclusion can be drawn.

如下图
常微分方程 ODE -- Autonomous Equations and Stability

相关文章: