<p><strong>動的システムの安定性解析</strong>は工学・物理学・生物学・経済学において極めて重要で、システムが平衡点の近傍でどのような挙動を示すかを固有値の性質から判定する基本的な手法です。</p><h4>線形動的システムの安定性理論</h4><p>線形システム $\frac{d\vec{x}}{dt} = A\vec{x}$ の安定性は、行列 $A$ の固有値によって完全に決定されます:</p><ul><li><strong>安定</strong>:すべての固有値の実部が負</li><li><strong>不安定</strong>:少なくとも一つの固有値の実部が正</li><li><strong>中立安定</strong>:固有値の実部が0以下で、実部0の固有値は単純</li></ul><p class='step'>1. 係数行列の固有値計算</p><p>行列 $A = \begin{pmatrix} -2 & 1 \\ 1 & -2 \end{pmatrix}$ の特性方程式:</p><div class='formula'>$\det(A - \lambda I) = \det\begin{pmatrix} -2-\lambda & 1 \\ 1 & -2-\lambda \end{pmatrix}
lt;/div><div class='formula'>$= (-2-\lambda)^2 - 1 = (2+\lambda)^2 - 1 = \lambda^2 + 4\lambda + 4 - 1 = \lambda^2 + 4\lambda + 3
lt;/div><p class='step'>2. 固有値の求解</p><div class='formula'>$\lambda^2 + 4\lambda + 3 = 0
lt;/div><p>因数分解:$(\lambda + 1)(\lambda + 3) = 0
lt;/p><p>固有値:$\lambda_1 = -1, \lambda_2 = -3
lt;/p><p class='step'>3. 安定性の判定</p><p>両方の固有値が負の実数なので:</p><ul><li>$\lambda_1 = -1 < 0
lt;/li><li>$\lambda_2 = -3 < 0
lt;/li></ul><p>したがって、このシステムは<strong>漸近安定</strong>です。</p><p class='step'>4. 解の一般形と挙動解析</p><p>一般解は:$\vec{x}(t) = c_1 e^{-t}\vec{v_1} + c_2 e^{-3t}\vec{v_2}
lt;/p><p>$t \to \infty$ のとき:</p><ul><li>$e^{-t} \to 0$(指数的減衰)</li><li>$e^{-3t} \to 0$(より速い指数的減衰)</li></ul><p>よって $\vec{x}(t) \to \vec{0}$ as $t \to \infty
lt;/p><p class='step'>5. 固有ベクトルと主要減衰モード</p><p><strong>$\lambda_1 = -1$ の固有ベクトル:</strong></p><div class='formula'>$(A + I)\vec{v} = \begin{pmatrix} -1 & 1 \\ 1 & -1 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix}
lt;/div><p>固有ベクトル:$\vec{v_1} = \begin{pmatrix} 1 \\ 1 \end{pmatrix}
lt;/p><p><strong>$\lambda_2 = -3$ の固有ベクトル:</strong></p><div class='formula'>$(A + 3I)\vec{v} = \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix}
lt;/div><p>固有ベクトル:$\vec{v_2} = \begin{pmatrix} 1 \\ -1 \end{pmatrix}
lt;/p><p class='step'>6. 物理的解釈</p><p>このシステムの挙動:</p><ul><li>高速減衰モード($e^{-3t}$)が最初に支配的</li><li>長期的には低速減衰モード($e^{-t}$)が支配的</li><li>最終的にすべての軌道が原点に収束</li></ul><div class='key-point'><div class='key-point-title'>安定性判定のコツ</div><p><strong>固有値の符号</strong>:すべて負なら漸近安定</p><p><strong>判定基準</strong>:Re($\lambda$) < 0 ⟹ 安定</p><p><strong>長期挙動</strong>:固有値の符号で軌道の収束・発散を判定</p></div>