Skip to main content
Mathematics LibreTexts

8.2: Stability and Classification of Isolated Critical Points

  • Page ID
    3417
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Isolated Critical Points and Almost Linear Systems

    A critical point is isolated if it is the only critical point in some small "neighborhood" of the point. That is, if we zoom in far enough it is the only critical point we see. In the above example, the critical point was isolated. If on the other hand there would be a whole curve of critical points, then it would not be isolated.

    A system is called almost linear (at a critical point \((x_0,y_0)\)) if the critical point is isolated and the Jacobian at the point is invertible, or equivalently if the linearized system has an isolated critical point. In such a case, the nonlinear terms will be very small and the system will behave like its linearization, at least if we are close to the critical point.

    In particular the system we have just seen in Examples 8.1.1 and 8.1.2 has two isolated critical points \((0,0)\) and \((0,1)\), and is almost linear at both critical points as both of the Jacobian matrices \( \begin{bmatrix} 0 & 1 \\ -1 & 0 \end{bmatrix}\) and \( \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} \) are invertible.

    On the other hand a system such as \(x' = x^2\),\(y' = y^2\) has an isolated critical point at \((0,0)\), however the Jacobian matrix

    \[\begin{bmatrix} 2x & 0 \\ 0 & 2y \end{bmatrix} \nonumber \]

    is zero when \((x,y) = (0,0)\). Therefore the system is not almost linear. Even a worse example is the system \(x' = x\),\(y' = x^2\),which does not have an isolated critical point, as \(x'\) and \(y'\) are both zero whenever \(x=0\), that is, the entire \(y\) axis.

    Fortunately, most often critical points are isolated, and the system is almost linear at the critical points. So if we learn what happens here, we have figured out the majority of situations that arise in applications.

    Stability and Classification of Isolated Critical Points

    Once we have an isolated critical point, the system is almost linear at that critical point, and we computed the associated linearized system, we can classify what happens to the solutions. We more or less use the classification for linear two-variable systems from Section 3.5, with one minor caveat. Let us list the behaviors depending on the eigenvalues of the Jacobian matrix at the critical point in Table \(\PageIndex{1}\). This table is very similar to Table 3.5.1, with the exception of missing “center” points. We will discuss centers later, as they are more complicated.

    Table \(\PageIndex{1}\): Behavior of an almost linear system near an isolated critical point.
    Eigenvalues of the Jacobian matrix Behavior Stability
    real and both positive source / unstable node unstable
    real and both negative sink / stable node asymptotically stable
    real and opposite signs saddle unstable
    complex with positive real part spiral source unstable
    complex with negative real part spiral sink asymptotically stable

    In the new third column, we have marked points as asymptotically stable or unstable. Formally, a stable critical point \((x_0,y_0)\) is one where given any small distance \(\epsilon\) to \((x_0,y_0)\),and any initial condition within a perhaps smaller radius around \((x_0,y_0)\),the trajectory of the system will never go further away from \((x_0,y_0)\) than \(\epsilon\). An unstable critical point is one that is not stable. Informally, a point is stable if we start close to a critical point and follow a trajectory we will either go towards, or at least not get away from, this critical point.

    A stable critical point \((x_0,y_0)\) is called asymptotically stable if given any initial condition sufficiently close to \((x_0,y_0)\) and any solution \(\bigl( x(t), y(t) \bigr)\) given that condition, then

    \[\lim_{t \to \infty} \bigl( x(t), y(t) \bigr) = (x_0,y_0) . \nonumber \]

    That is, the critical point is asymptotically stable if any trajectory for a sufficiently close initial condition goes towards the critical point \((x_0,y_0)\).

    Example \(\PageIndex{1}\)

    Consider \(x'=-y-x^2\), \(y'=-x+y^2\). See Figure \(\PageIndex{1}\) for the phase diagram. Let us find the critical points. These are the points where \(-y-x^2 = 0\) and \(-x+y^2=0\). The first equation means \(y = -x^2\), and so \(y^2 = x^4\). Plugging into the second equation we obtain \(-x+x^4 = 0\). Factoring we obtain \(x(1-x^3)=0\). Since we are looking only for real solutions we get either \(x=0\) or \(x=1\). Solving for the corresponding \(y\) using \(y = -x^2\),we get two critical points, one being \((0,0)\) and the other being \((1,-1)\). Clearly the critical points are isolated. Let us compute the Jacobian matrix:

    \[\begin{bmatrix}-2x & -1 \\-1 & 2y\end{bmatrix} . \nonumber \]

    At the point \((0,0)\) we get the matrix \(\left[ \begin{smallmatrix} 0 & -1 \\ -1 & 0 \end{smallmatrix} \right]\) and so the two eigenvalues are \(1\) and \(-1\). As the matrix is invertible, the system is almost linear at \((0,0)\). As the eigenvalues are real and of opposite signs, we get a saddle point, which is an unstable equilibrium point.

    The phase portrait with few sample trajectories of x'=-y-x^2, y'=-x+y^2
    Figure \(\PageIndex{1}\): The phase portrait with few sample trajectories of \(x'=-y-x^{2}\), \(y'=-x+y^{2}\).

    At the point \((1,-1)\) we get the matrix \(\left[ \begin{smallmatrix} -2 & -1 \\ -1 & -2 \end{smallmatrix} \right]\) and computing the eigenvalues we get \(-1\),\(-3\).The matrix is invertible, and so the system is almost linear at \((1,-1)\). As we have real eigenvalues both negative, the critical point is a sink, and therefore an asymptotically stable equilibrium point. That is, if we start with any point \((x_i,y_i)\) close to \((1,-1)\) as an initial condition and plot a trajectory, it will approach \((1,-1)\). In other words,

    \[\lim_{t \to \infty} \bigl( x(t), y(t) \bigr) = (1,-1) . \nonumber \]

    As you can see from the diagram, this behavior is true even for some initial points quite far from \((1,-1)\),but it is definitely not true for all initial points.

    Example \(\PageIndex{2}\)

    Let us look at \(x'=y+y^2e^x\), \(y'=x\). First let us find the critical points. These are the points where \(y+y^2e^x = 0\) and \(x=0\). Simplifying we get \(0=y+y^2 = y(y+1)\). So the critical points are \((0,0)\) and \((0,-1)\),and hence are isolated. Let us compute the Jacobian matrix:

    \[\begin{bmatrix}y^2e^x & 1+2ye^x \\1 & 0\end{bmatrix}. \nonumber \]

    At the point \((0,0)\) we get the matrix \(\left[ \begin{smallmatrix} 0 & 1 \\ 1 & 0 \end{smallmatrix} \right]\) and so the two eigenvalues are \(1\) and \(-1\). As the matrix is invertible, the system is almost linear at \((0,0)\). And, as the eigenvalues are real and of opposite signs, we get a saddle point, which is an unstable equilibrium point.

    At the point \((0,-1)\) we get the matrix \(\left[ \begin{smallmatrix} 1 & -1 \\ 1 & 0 \end{smallmatrix} \right]\) whose eigenvalues are \(\frac{1}{2} \pm i \frac{\sqrt{3}}{2}\). The matrix is invertible, and so the system is almost linear at \((0,-1)\). As we have complex eigenvalues with positive real part, the critical point is a spiral source, and therefore an unstable equilibrium point.

    The phase portrait with few sample trajectories of x'=y+y^2e^x, y'=x.
    Figure \(\PageIndex{2}\): The phase portrait with few sample trajectories of \(x'=y+y^{2}e^{x}\), \(y'=x\).

    See Figure \(\PageIndex{2}\) for the phase diagram. Notice the two critical points, and the behavior of the arrows in the vector field around these points.

    Trouble with Centers

    Recall, a linear system with a center meant that trajectories traveled in closed elliptical orbits in some direction around the critical point. Such a critical point we would call a center or a stable center. It would not be an asymptotically stable critical point, as the trajectories would never approach the critical point, but at least if you start sufficiently close to the critical point, you will stay close to the critical point. The simplest example of such behavior is the linear system with a center. Another example is the critical point \((0,0)\) in Example 8.1.1.

    The trouble with a center in a nonlinear system is that whether the trajectory goes towards or away from the critical point is governed by the sign of the real part of the eigenvalues of the Jacobian. Since this real part is zero at the critical point itself, it can have either sign nearby, meaning the trajectory could be pulled towards or away from the critical point.

    Example \(\PageIndex{3}\)

    An easy example where such a problematic behavior is exhibited is the system \(x'=y, y' = -x+y^3\). The only critical point is the origin \((0,0)\). The Jacobian matrix is

    \[\begin{bmatrix}0 & 1 \\-1 & 3 y^2 \\ \end{bmatrix} . \nonumber \]

    At \((0,0)\) the Jacobian matrix is \(\left[ \begin{smallmatrix}0 & 1 \\-1 & 0 \\\end{smallmatrix} \right]\),which has eigenvalues \(\pm i\). Therefore, the linearization has a center.

    Using the quadratic equation, the eigenvalues of the Jacobian matrix at any point \((x,y)\) are

    \[\lambda = \frac{3}{2}y^2 \pm i \frac{\sqrt{4-9y^4}}{2} . \nonumber \]

    At any point where \(y \not= 0\) (so at most points near the origin), the eigenvalues have a positive real part (\(y^2\) can never be negative). This positive real part will pull the trajectory away from the origin. A sample trajectory for an initial condition near the origin is given in Figure \(\PageIndex{3}\).

    An unstable critical point (spiral source) at the origin for x'=y, y'=-x+y^{3}, even if the linearization has a center.
    Figure \(\PageIndex{3}\): An unstable critical point (spiral source) at the origin for \(x'=y\), \(y'=-x+y^{3}\), even if the linearization has a center.

    The moral of the example is that further analysis is needed when the linearization has a center. The analysis will in general be more complicated than in the above example, and is more likely to involve case-by-case consideration. Such a complication should not be surprising to you. By now in your mathematical career, you have seen many places where a simple test is inconclusive, perhaps starting with the second derivative test for maxima or minima, and requires more careful, and perhaps ad hoc analysis of the situation.

    Conservative Equations

    An equation of the form

    \[x'' + f(x) = 0 \nonumber \]

    for an arbitrary function \(f(x)\) is called a conservative equation. For example the pendulum equation is a conservative equation. The equations are conservative as there is no friction in the system so the energy in the system is "conserved." Let us write this equation as a system of nonlinear ODE.

    \[x' = y, \qquad y' = -f(x) . \nonumber \]

    These types of equations have the advantage that we can solve for their trajectories easily. The trick is to first think of \(y\) as a function of \(x\) for a moment. Then use the chain rule

    \[x'' = y' = y \frac{dy}{dx} , \nonumber \]

    where the prime indicates a derivative with respect to \(t\). We obtain \(y \frac{dy}{dx} + f(x) = 0\). We integrate with respect to \(x\) to get \(\int y \frac{dy}{dx} \,dx + \int f(x)\, dx = C\). In other words

    \[\frac{1}{2} y^2 + \int f(x)\, dx = C . \nonumber \]

    We obtained an implicit equation for the trajectories, with different \(C\) giving different trajectories. The value of \(C\) is conserved on any trajectory. This expression is sometimes called the Hamiltonian or the energy of the system. If you look back to Section 1.8, you will notice that \(y\frac{dy}{dx} + f(x) = 0\) is an exact equation, and we just found a potential function.

    Example \(\PageIndex{4}\)

    Let us find the trajectories for the equation \(x'' + x-x^2 = 0\), which is the equation from Example 8.1.1. The corresponding first order system is

    \[x' = y , \qquad y' = -x+x^2 . \nonumber \]

    Trajectories satisfy

    \[\frac{1}{2} y^2 + \frac{1}{2} x^2 - \frac{1}{3} x^3 = C . \nonumber \]

    We solve for \(y\)

    \[y = \pm \sqrt{-x^2 + \frac{2}{3} x^3 + 2C} . \nonumber \]

    Plotting these graphs we get exactly the trajectories in Figure 8.1.2. In particular we notice that near the origin the trajectories are closed curves: they keep going around the origin, never spiraling in or out. Therefore we discovered a way to verify that the critical point at \((0,0)\) is a stable center. The critical point at \((0,1)\) is a saddle as we already noticed. This example is typical for conservative equations.

    Consider an arbitrary conservative equation. The trajectories are given by

    \[y = \pm \sqrt{ - 2 \int f(x)\, dx + 2C} . \nonumber \]

    So all trajectories are mirrored across the \(x\)-axis. In particular, there can be no spiral sources nor sinks. All critical points occur when \(y=0\) (the \(x\)-axis), that is when \(x' = 0\). The critical points are simply those points on the \(x\)-axis where \(f(x) = 0\). The Jacobian matrix is

    \[\begin{bmatrix}0 & 1 \\-f'(x) & 0\end{bmatrix} . \nonumber \]

    So the critical point is almost linear if \(f'(x) \not= 0\) at the critical point. Let \(J\) denote the Jacobian matrix, then the eigenvalues of \(J\) are solutions to

    \[0 = \det(J - \lambda I) = \lambda^2 + f'(x) . \nonumber \]

    Therefore \(\lambda = \pm \sqrt{-f'(x)}\). In other words, either we get real eigenvalues of opposite signs, or we get purely imaginary eigenvalues. There are only two possibilities for critical points, either an unstable saddle point, or a stable center. There are never any asymptotically stable points, sinks, or sources.


    This page titled 8.2: Stability and Classification of Isolated Critical Points is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Jiří Lebl via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.