md_files/科研/李雅普诺夫稳定性.md
2025-03-19 18:31:37 +08:00

146 lines
4.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 李雅普诺夫方法
判断系统是否能够在受到扰动后返回平衡状态或维持在稳定状态。
## 数学基础
**雅各比矩阵定义**
雅可比矩阵Jacobian matrix是一个重要的数学概念它在向量值函数的微分方面起着关键作用。雅可比矩阵描述了一个向量值函数的局部线性近似。
![image-20240413104858542](https://pic.bitday.top/i/2025/03/19/u8jm0n-2.png)
理解从n维实向量空间到m维实向量空间的函数f假设输入为2维用x,y表示即二维平面上的一个点输出为3维每个点的位置由坐标f1(x,y),f2(x,y),f3(x,y)表示。
**求解雅各比矩阵:**
![image-20240413105515972](https://pic.bitday.top/i/2025/03/19/u8h7eb-2.png)
**状态空间**
![image-20240413122729169](https://pic.bitday.top/i/2025/03/19/u8fycf-2.png)
**特征值、特征向量的几何意义**
![image-20240413162816588](https://pic.bitday.top/i/2025/03/19/u8hmgh-2.png)
矩阵A表示某线性变换
![image-20240413163625587](https://pic.bitday.top/i/2025/03/19/u8i8s1-2.png)
<img src="https://pic.bitday.top/i/2025/03/19/u8matf-2.png" alt="image-20240413165536752" style="zoom:50%;" />
<img src="https://pic.bitday.top/i/2025/03/19/u8jxu7-2.png" alt="image-20240413165512450" style="zoom:50%;" />
为结论
## 稳定性的定义
![微信图片_20240413101222](https://pic.bitday.top/i/2025/03/19/u8m4zk-2.png)
![微信图片_20240413101229](https://pic.bitday.top/i/2025/03/19/u8lkg7-2.png)
## 李雅普诺夫第一法(间接方法)
通过分析线性系统的系数矩阵的特征值来判断系统的稳定性
![微信图片_20240413101333](https://pic.bitday.top/i/2025/03/19/u8gyz3-2.png)
![image-20240413110954014](https://pic.bitday.top/i/2025/03/19/u8gf0q-2.png)
**雅各比矩阵**使我们能够将非线性系统在平衡点附近的行为**近似为线性系统**。通过这种局部线性化,我们可以应用线性系统理论来研究非线性系统的稳定性。
特征值的实部决定了系统在这些点附近是趋向平衡点还是远离平衡点。
- 所有特征值的实部都小于零意味着系统是渐进稳定的;
- 任何特征值的实部大于零意味着系统在该点是不稳定的。
- 如果所有特征值的实部都不大于零,并且存在实部正好为零的特征值,李一法失效。
**why特征值**
![微信图片_20240413162152](https://pic.bitday.top/i/2025/03/19/u8g41q-2.jpg)
可以以对角矩阵为例特征值为对角线上元素设平衡点x1=0,x2=0;
- **基变换**:将一个向量**左乘特征向量矩阵V**实际上是在将这个向量**从原始坐标系转换到以A的特征向量为基的新坐标系**。在新的坐标系中原始向量的坐标表示由特征向量矩阵V 决定。
- 原始坐标系y1、y2 新坐标系x1、x2
eg:
![微信图片_20240413102132](https://pic.bitday.top/i/2025/03/19/u8jpf2-2.png)
## 希尔维斯特判据
![微信图片_20240413101523](https://pic.bitday.top/i/2025/03/19/u8kfe8-2.png)
## 李雅普诺夫第二法(直接法)
关键是构造一个李雅普诺夫函数V(x)
![微信图片_20240413101545](https://pic.bitday.top/i/2025/03/19/u8iyew-2.png)
eg:![微信图片_20240413101643](https://pic.bitday.top/i/2025/03/19/u8gv30-2.png)
当使用李雅普诺夫的第二方法分析系统稳定性时,直接找到一个合适的李雅普诺夫函数可能很困难。
### 线性定常连续系统
$$
\dot{x} = Ax
$$
A为系统的状态矩阵应用**李雅普诺夫方程**可构造李雅普诺夫函数。
![微信图片_20240413101732](https://pic.bitday.top/i/2025/03/19/u8hxva-2.png)
eg:
![微信图片_20240413101758](https://pic.bitday.top/i/2025/03/19/u8hii5-2.png)
### 非线性系统
$$
\dot{x} = f(x)
$$
**克拉索夫斯基算法**
![微信图片_20240413101854](https://pic.bitday.top/i/2025/03/19/u8l2ip-2.png)
eg:
![微信图片_20240413101950](https://pic.bitday.top/i/2025/03/19/u8ifh3-2.png)
![微信图片_20240413101959](https://pic.bitday.top/i/2025/03/19/u8ja27-2.png)