Skip to main content
Mathematics LibreTexts

4: Discrete-Time Models I - Modeling

  • Page ID
    7781
  • \( \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}}\)

    Discrete-time models are easy to understand, develop and simulate. They are easily implementable for stepwise computer simulations, and they are often suitable for modeling experimental data that are almost always already discrete. Moreover, they can represent abrupt changes in the system’s states, and possibly chaotic dynamics, using fewer variables than their continuous-time counterparts.

    • 4.1: Discrete-Time Models with Difference Equations
      The discrete-time models of dynamical systems are often called Difference Equations, because you can rewrite any first-order discrete-time dynamical system with a state variable x.
    • 4.2: Classifications of Model Equations
      There are some technical terminologies I need to introduce before moving on to further discussions:
    • 4.3: Simulating Discrete-Time Models with One Variable
      Now is the time to do our very first exercise of computer simulation of discrete-time models in Python. Let’s begin with this very simple linear difference equation model of a scalar variable x:
    • 4.4: Simulating Discrete-Time Models with Multiple Variables
      Now we are making a first step to complex systems simulation. Let’s increase the number of variables from one to two.
    • 4.5: Building Your Own Model Equation
      Now that you know how to simulate the dynamics of difference equations, you may want to try building your own model equation and test its behaviors. Then a question arises: How do you build your own model equation? Mathematics is a language that is used to describe the world. Just like that there is no single correct way to describe an idea in English, there is no single correct way to build a mathematical model equation either.
    • 4.6: Building Your Own Model Equations with Multiple Variables
      We can take one more step to increase the complexity of the model building, by including more than one variable. Following the theme of population growth, let’s consider ecological interactions between two species.


    This page titled 4: Discrete-Time Models I - Modeling 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; a detailed edit history is available upon request.