Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

5.1: Finding Equilibrium Points

( \newcommand{\kernel}{\mathrm{null}\,}\)

When you analyze an autonomous, first-order discrete-time dynamical systems (a.k.a. iterative map)

xt=F(xt1).

one of the first things you should do is to find its equilibrium points (also called fixed points or steady states), i.e., states where the system can stay unchanged over time. Equilibrium points are important for both theoretical and practical reasons. Theoretically, they are key points in the system’s phase space, which serve as meaningful references when we understand the structure of the phase space. And practically, there are many situations where we want to sustain the system at a certain state that is desirable for us. In such cases, it is quite important to know whether the desired state is an equilibrium point, and if it is, whether it is stable or unstable. To find equilibrium points of a system, you can substitute all the x’s in the equation with a constant xeq (either scalar or vector) to obtain

xeq=F(xeq).

and then solve this equation with regard to xeq. If you have more than one state variable, you should do the same for all of them.

Example 5.1.1:

For example, here is how you can find the equilibrium points of the logistic growth model:

xt=xt1+rxt1(1xt1K)

Solution

Replacing all the x’s with xeq in Equation ???, we obtain the following:

\boldsymbol{x_{eq} &=x_{eq} + rx_{eq} (1-\frac{x_{eq}}{K} ) \label{(5.4)}}

\boldsymbol{0 &=rx_{eq}(1-\frac{x_{eq}}{K} \label{(5.5)}}

\boldsymbol{x_{eq} &=0, \qquad{ K }\label{(5.6)}}

The result shows that the population will not change if there are no organisms (xeq=0) or if the population size reaches the carrying capacity of the environment (xeq=K). Both make perfect sense.

Exercise 5.1.1

Obtain the equilibrium point(s) of the following difference equation:

xt=2xt1x2t1

Exercise 5.1.2

Obtain the equilibrium point(s) of the following two-dimensional difference equation model:

xt=xt1yt1

yt=yt1(xt11)

Exercise 5.1.3

Obtain the equilibrium point(s) of the following difference equation:

xt=xt1x2t2+1

Note that this is a second-order difference equation,so you will need to first convert it into a first-order form and then find the equilibrium point(s).


This page titled 5.1: Finding Equilibrium Points is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Hiroki Sayama (OpenSUNY) via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?