Fixed-Point Stability
Core Sentence / 核心句
A fixed point is locally stable when repeated application of the function contracts small errors around it.
中文理解:不动点本身满足 ;稳定性进一步问,受到微小扰动后,迭代是回到它还是远离它。
Formula / 公式或规则
For and :
When To Use / 什么时候用
用于 repeated function iteration、fixed-point algorithms、recursive sequences 和 dynamical systems 的局部收敛判断。
Watch Out / 易错点
必须看 ,不是只看 。这个 test 是 local 的; 时不能下结论,还需 higher-order analysis。
Search and Source Mentions / 搜索与出现位置
Mentioned In / 出现位置
- Differential Equations 01 · Continuous-Time Stability
- phase flow asks whether nearby states contract toward or expand away from an equilibrium
- Chapter 12 · Stable Fixed Point
- local linearization turns derivative magnitude into an error-contraction factor
- Chapter 12 · Unstable Fixed Point
- the negative fixed point of expands and flips nearby errors
- Chapter 12 · Roots vs Limits
- solving finds candidates, while stability decides attracting limits