Math Insight

Equilibria in discrete dynamical systems

 

Overview

An equilibrium is the simplest possible solution to a dynamical system. It is a solution where the state variable is a constant; the variable doesn't change with time at all. For example, if a population of moose was staying steady at 3240 moose, the constant population size of 3240 moose would be an equilibrium. Although an equilibrium is so simple, it is a fundamental concept in dynamical systems and will form a basis for analyzing more complicated behavior.

In discrete dynamical systems, there is a simple way to find equilibria. Just plug a solution that does not depend on time into the evolution rule. The result is an algebraic equation that you can solve to determine what the equilibrium solutions are.

Initial examples

For example, to find the equilibria for the discrete dynamical system \begin{align*} x_{t+1} &= 4 + 0.6 x_t\\ x_0 &= x_0, \end{align*} we need to find a solution $x_t$ that doesn't depend on time $t$. Let's denote this constant value of $x_t$ by $E$. When we say $x_t = E$ is an equilibrium solution, we mean that $x_t=E$ for all values of $t$. We must insist that $x_1=E$ and $x_{11}=E$, but also insist than even $x_{t+1}=E$. If we plug in $x_t=E$ and $x_{t+1}=E$ into the evolution rule $x_{t+1}=2-0.5 x_t$, we obtain the following equation that the number $E$ must satisfy: \begin{align*} E = 4+0.6 E. \end{align*} We can easily solve this for $E$. Just subtract $0.6 E$ from both sides of the equation to get \begin{align*} 0.4E = 4 \end{align*} and divide by $0.4$ to determine that the equilibrium is $$E=10.$$ Remember, the equilibrium is a solution $x_t=10$ to the dynamical system. You can verify that it is a solution by plugging in $x_t=10$ into the evolution rule to check that indeed $x_{t+1}=4+0.6x_t = 4+0.6(10) = 10$. Therefore, if we started with the initial condition $x_0=10$, then we'd find that $x_1=10$, $x_2=10$, $x_3=10$, etc. The value of the solution doesn't change with time; the solution is an equilibrium.

This first example had a single equilibrium. It's also possible for a dynamical system to have zero equilibria or to have multiple equilibria. Let's try another example. \begin{align*} q_{n+1}-q_n &= q_n^2-q_n\\ q_0 &= q_0. \end{align*} In this case, the dynamical system is written in difference form, but we find equilibria in the same way. We set all the values of the state variable to the same number. We set $q_n=E$ and $q_{n+1}=E$. Substituting these values into the evolution rule, we calculate \begin{align*} E - E &= E^2-E\\ 0 &= E^2 -E. \end{align*} As always happens for the difference form, the left hand side is zero. To solve $0=E^2-E$, we factor, obtaining $$0 = E(E-1),$$ so the solutions are $E=0$ and $E-1=0$. In other words, the equilibria are $E=0$ and $E=1$. You can check that if you started with the initial conditions $q_0=0$ or the initial conditions $q_0 = 1$, the value of the state variable would not change. The solutions are equilibria.

Equilibria with parameters

Finding equilibria when the dynamical system has unspecified parameters can lead to new subtleties. As shown in this video, the number of equilibria could depend on the value of the parameters.

Equilibria of discrete dynamical systems.

More information about video.

For a graphical approach to finding the equilibria see a graphical approach to finding equilibria of discrete dynamical systems.