maths.freeDifferential Equations › Higher order and systems › Stability theory

Stability theory

In mathematics, stability theory addresses the stability of solutions of differential equations and of trajectories of dynamical systems under small perturbations of initial conditions.

Stability theory

In mathematics, stability theory addresses the stability of solutions of differential equations and of trajectories of dynamical systems under small perturbations of initial conditions. The heat equation, for example, is a stable partial differential equation because small perturbations of initial data lead to small variations in temperature at a later time as a result of the maximum principle. In partial differential equations one may measure the distances between functions using L norms or the sup norm, while in differential geometry one may measure the distance between spaces using the Gromov-Hausdorff distance.

In dynamical systems, an orbit is called Lyapunov stable if the forward orbit of any point is in a small enough neighborhood or it stays in a small (but perhaps, larger) neighborhood. Various criteria have been developed to prove stability or instability of an orbit. Under favorable circumstances, the question may be reduced to a well-studied problem involving eigenvalues of matrices. A more general method involves Lyapunov functions. In practice, any one of a number of different stability criteria are applied.

Overview in dynamical systems

Many parts of the qualitative theory of differential equations and dynamical systems deal with asymptotic properties of solutions and the trajectories, what happens with the system after a long period of time. The simplest kind of behavior is exhibited by equilibrium points, or fixed points, and by periodic orbits. If a particular orbit is well understood, it is natural to ask next whether a small change in the initial condition will lead to similar behavior. Stability theory addresses the following questions: Will a nearby orbit indefinitely stay close to a given orbit? Will it converge to the given orbit? In the former case, the orbit is called stable; in the latter case, it is called asymptotically stable and the given orbit is said to be attracting.

An equilibrium solution \(f_e\) to an autonomous system of first order ordinary differential equations is called:

  • stable if for every (small) \(\epsilon > 0\), there exists a \(\delta > 0\) such that every solution \(f(t)\) having initial conditions within distance \(\delta\) i.e. \(\| f(t_0) - f_e \| < \delta\) of the equilibrium remains within distance \(\epsilon\) i.e. \(\| f(t) - f_e \| < \epsilon\) for all \(t \ge t_0\).
  • asymptotically stable if it is stable and, in addition, there exists \(\delta_0 > 0\) such that whenever \(\| f(t_0) - f_e \| < \delta_0\) then \(f(t) \rightarrow f_e\)as \(t \rightarrow \infty\).

Stability means that the trajectories do not change too much under small perturbations. The opposite situation, where a nearby orbit is getting repelled from the given orbit, is also of interest. In general, perturbing the initial state in some directions results in the trajectory asymptotically approaching the given one and in other directions to the trajectory getting away from it. There may also be directions for which the behavior of the perturbed orbit is more complicated (neither converging nor escaping completely), and then stability theory does not give sufficient information about the dynamics.

One of the key ideas in stability theory is that the qualitative behavior of an orbit under perturbations can be analyzed using the linearization of the system near the orbit. In particular, at each equilibrium of a smooth dynamical system with an n-dimensional phase space, there is a certain n×n matrix A whose eigenvalues characterize the behavior of the nearby points (Hartman-Grobman theorem). More precisely, if all eigenvalues are negative real numbers or complex numbers with negative real parts then the point is a stable attracting fixed point, and the nearby points converge to it at an exponential rate, cf Lyapunov stability and exponential stability. If none of the eigenvalues are purely imaginary (or zero) then the attracting and repelling directions are related to the eigenspaces of the matrix A with eigenvalues whose real part is negative and, respectively, positive. Analogous statements are known for perturbations of more complicated orbits.

Stability of fixed points in 2D

The paradigmatic case is the stability of the origin under the linear autonomous differential equation \(\dot X = AX\) where \(X = \begin{bmatrix} x\\y\end{bmatrix}\) and \(A\) is a 2×2 matrix.

We would sometimes perform change-of-basis by \(X' = CX\) for some invertible matrix \(C\), which gives \(\dot X' = C^{-1}ACX'\). We say \(C^{-1}AC\) is "\(A\) in the new basis". Since \(\det A = \det C^{-1} A C\) and \(\operatorname{tr} A = \operatorname{tr} C^{-1}AC\), we can classify the stability of origin using \(\det A\) and \(\operatorname{tr} A\), while freely using change-of-basis.

Classification of stability types

If \(\det A = 0\), then the rank of \(A\) is zero or one.

  • If the rank is zero, then \(A=0\), and there is no flow.
  • If the rank is one, then \(\ker A\) and \(\operatorname{im} A\) are both one-dimensional.
    • If \(\ker A = \operatorname{im} A\), then let \(v\) span \(\ker A\), and let \(w\) be a preimage of \(v\), then in \(\{v, w\}\) basis, \(A = \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}\), and so the flow is a shearing along the \(v\) direction. In this case, \(\operatorname{tr} A = 0\).
    • If \(\ker A \neq \operatorname{im} A\), then let \(v\) span \(\ker A\) and let \(w\) span \(\operatorname{im} A\), then in \(\{v, w\}\) basis, \(A = \begin{bmatrix} 0 & 0 \\ 0 & a \end{bmatrix}\) for some nonzero real number \(a\).
      • If \(\operatorname{tr} A > 0\), then it is unstable, diverging at a rate of \(a\) from \(\ker A\) along parallel translates of \(\operatorname{im} A\).
      • If \(\operatorname{tr} A < 0\), then it is stable, converging at a rate of \(a\) to \(\ker A\) along parallel translates of \(\operatorname{im} A\).

If \(\det A \neq 0\), we first find the Jordan normal form of the matrix, to obtain a basis \(\{v, w\}\) in which \(A\) is one of three possible forms:

  • \(\begin{bmatrix} a & 0 \\ 0 & b \end{bmatrix}\) where \(a, b \neq 0\).
    • If \(a, b > 0\), then \(\begin{cases} 4 \det A - (\operatorname{tr} A)^2 = -(a-b)^2 \leq 0 \\ \det A = ab > 0 \end{cases}\). The origin is a source, with integral curves of form \(y = cx^{b/a}\)
    • Similarly for \(a, b < 0\). The origin is a sink.
    • If \(a > 0 > b\) or a < 0 < b\), then \(\det A < 0\), and the origin is a saddle point. with integral curves of form \(y = cx^{-|b/a|}\).
  • \(\begin{bmatrix} a & 1 \\ 0 & a \end{bmatrix}\) where \(a \neq 0\). This can be further simplified by a change-of-basis with \(C = \begin{bmatrix} 1/a & 0 \\ 0 & 1 \end{bmatrix}\), after which \(A = a\begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}\). We can explicitly solve for \(\dot X = AX\) with \(A = a\begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}\). The solution is \(X(t) = e^{At}X(0)\) with \(e^{At} = e^{at}\begin{bmatrix} 1 & at \\ 0 & 1 \end{bmatrix}\). This case is called the "degenerate node". The integral curves in this basis are central dilations of \(x = y \ln y\), plus the x-axis.
    • If \(\operatorname{tr}A > 0\), then the origin is an degenerate source. Otherwise it is a degenerate sink.
    • In both cases, \(4\det A - (\operatorname{tr} A)^2 = 0\)
  • \(a\begin{bmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{bmatrix}\) where \(a > 0, \theta \in (-\pi, \pi]\). In this case, \(4\det A - (\operatorname{tr} A)^2 = (2a\sin\theta)^2 \geq 0\).
    • If \(\theta \in (-\pi, -\pi/2) \cup (\pi/2, \pi]\), then this is a spiral sink. In this case, \(\begin{cases} 4 \det A - (\operatorname{tr} A)^2 > 0 \\ \operatorname{tr} A < 0 \end{cases}\). The integral lines are logarithmic spirals.
    • If \(\theta \in (-\pi/2, \pi/2)\), then this is a spiral source. In this case, \(\begin{cases} 4 \det A - (\operatorname{tr} A)^2 > 0 \\ \operatorname{tr} A > 0 \end{cases}\). The integral lines are logarithmic spirals.
    • If \(\theta = -\pi/2, \pi/2\), then this is a rotation ("neutral stability") at a rate of \(a\), moving neither towards nor away from origin. In this case, \(\operatorname{tr} A = 0\). The integral lines are circles.

The summary is shown in the stability diagram on the right. In each case, except the case of \(4 \det A - (\operatorname{tr} A)^2= 0\), the values \((\operatorname{tr} A, \det A)\) allows unique classification of the type of flow.

Condensed: the full section is in Wikipedia.

Area-preserving flow

When \(\operatorname{tr} A = 0\), we have \(\det e^{At} = e^{\operatorname{tr}(A)t} = 1\), so the flow is area-preserving. In this case, the type of flow is classified by \(\det A\).

  • If \(\det A> 0\), then it is a rotation ("neutral stability") around the origin.
  • If \(\det A = 0\), then it is a shearing flow.
  • If \(\det A< 0\), then the origin is a saddle point.

Stability of fixed points

The simplest kind of an orbit is a fixed point, or an equilibrium. If a mechanical system is in a stable equilibrium state then a small push will result in a localized motion, for example, small oscillations as in the case of a pendulum. In a system with damping, a stable equilibrium state is moreover asymptotically stable. On the other hand, for an unstable equilibrium, such as a ball resting on a top of a hill, certain small pushes will result in a motion with a large amplitude that may or may not converge to the original state.

There are useful tests of stability for the case of a linear system. Stability of a nonlinear system can often be inferred from the stability of its linearization.

Maps

Let f: RR be a continuously differentiable function with a fixed point a, f(a) = a. Consider the dynamical system obtained by iterating the function f:

\[x_{n+1}=f(x_n), \quad n=0,1,2,\ldots.\]

The fixed point a is stable if the absolute value of the derivative of f at a is strictly less than 1, and unstable if it is strictly greater than 1. This is because near the point a, the function f has a linear approximation with slope f'(a):

\[f(x) \approx f(a) + f'(a) \left(x-a\right).\]

Thus

\[\begin{aligned} x_{n+1} = f(x_n) & \approx f(a) + f'(a) \left(x_n-a\right) \\ &= a + f'(a) \left(x_n-a\right) \end{aligned}\] \[\Rightarrow f'(a) \approx \frac{x_{n+1}-a}{x_n-a}\]

which means that the derivative measures the rate at which the successive iterates approach the fixed point a or diverge from it. If the derivative at a is exactly 1 or −1, then more information is needed in order to decide stability.

Condensed: the full section is in Wikipedia.

Linear autonomous systems

The stability of fixed points of a system of constant coefficient linear differential equations of first order can be analyzed using the eigenvalues of the corresponding matrix.

An autonomous system

\[x' = Ax,\]

where x(t) ∈ R and A is an n×n matrix with real entries, has a constant solution

\[x(t)=0.\]

(In a different language, the origin 0 ∈ R is an equilibrium point of the corresponding dynamical system.) This solution is asymptotically stable as t → ∞ ("in the future") if and only if for all eigenvalues λ of A, Re(λ) < 0. Similarly, it is asymptotically stable as t → −∞ ("in the past") if and only if for all eigenvalues λ of A, Re(λ) > 0. If there exists an eigenvalue λ of A with Re(λ) > 0 then the solution is unstable for t → ∞.

The stability of a linear system can be determined by solving the differential equation to find the eigenvalues, or without solving the equation by using the Routh-Hurwitz stability criterion. The eigenvalues of a matrix are the roots of its characteristic polynomial. A polynomial in one variable with real coefficients is called a Hurwitz polynomial if the real parts of all roots are strictly negative. The Routh-Hurwitz theorem implies a characterization of Hurwitz polynomials by means of an algorithm that avoids computing the roots.

Non-linear autonomous systems

Asymptotic stability of fixed points of a non-linear system can often be established using the Hartman-Grobman theorem.

Suppose that v is a C-vector field in R which vanishes at a point p, v(p) = 0. Then the corresponding autonomous system

\[x'=v(x)\]

has a constant solution

\[x(t)=p.\]

Let Jp(v) be the n×n Jacobian matrix of the vector field v at the point p. If all eigenvalues of J have strictly negative real part then the solution is asymptotically stable. This condition can be tested using the Routh-Hurwitz criterion.

Nå har du Ingen kalkulator setter opp denne, men brikkene kan brukes. Prøv en nedenfor eller skriv inn din egen.

Fortsett ditt eget arbeid

En gratis konto legger til notater om hver leksjon, en oversikt over hva du har fullført, problemene du har løst på ett sted og en lærer du kan spørre om. Matematikkene er åpne for alle, signerte på eller ikke.

Registrer Logg inn

Symboler som brukes her

Trykk på et symbol for den fulle definisjonen, et bilde og hva hver bokstav i det betyr.

Spørsmål folk stiller

What is a differential equation?

An equation whose unknown is a function, relating it to its own derivatives. "The rate of growth is proportional to the population" is y′ = ky, and solving it means finding y as a function of time.

Why does the solution have arbitrary constants?

Integrating loses information: many functions share the same derivative. An n-th order equation has n constants, fixed by n initial or boundary conditions.

Deler av denne siden er tilpasset fra Wikipedia (CC BY-SA 4.0). Kondensert og re-forklaret her, feil er vår.

Mer i Differential Equations