Skip to main content
Mathematics LibreTexts

5.12: Project- Modelling with Differential Equations

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

    Purpose: To be introduced to the concept of modeling with differential equations

    In this project, you’ll choose a well-known differential equation model from biology, try to understand the differential equations, and explore graphical solutions.

    Choose one of the following topics:

    • SIR ranavirus model. Ranavirus is a disease that affects reptiles, amphibians, and fish; “Ranavirus is believed to be the cause of several recent mass mortality events in amphibian populations across the globe” (link). Given a population, let \(S(t)\) be the number of frogs suseptible to ranavirus, let \(I(t)\) be the number of frogs currently infected with the disease, and let \(R(t)\) be the number of frogs that have died. Note that at any time, \(S(t) + I(t) + R(t)\) is the equal to the total population.Then

      \[\begin{align*} \frac{dS}{dt} & = -a S(t) \cdot I(t) \\ \frac{dI}{dt} & = a S(t) \cdot I(t) - b I(t) \\ \frac{dR}{dt} & = b I(t) \end{align*}\]

      Here, \(a\) and \(b\) are unknown parameters that affect the dynamics of this problem.

      Click here for the DiffEQ grapher for the Ranavirus SIR model.

      sir.png

    • Lotka-Volterra equations for simple modeling of predator and prey dynamics, such as the moose and wolf populations in Isle Royale National Park (link). Given \(M\) is a population of prey (Moose), and \(W\) is the population of predators (wolves), we have

      \[\begin{align*} \frac{dM}{dt} & = a M(t) - b M(t) \cdot W(t) \\ \frac{dW}{dt} & = - c W(t) + d M(t) \cdot W(t) \end{align*}\]

      Here, \(a\), \(b\), \(c\), and \(d\) are unknown constants, but they are parameters that affect the interaction between the two species.

      Click here for the DiffEQ grapher for the Lotka-Volterra equations.
      lotka-volterra.png

    • Protozoa Competition: Paramecium aurelia and Paramecium caudatum are two species of single-celled protozoa, which were studied by G.F. Gause when he formulated his famous Competition exclusion principle (link). Let \(A(t)\) be milligrams of Paramecium aurelia, and \(C(t)\) be milligrams of Paramecium caudatum. Suppose \(A\) and \(C\) satisfy:

      \[\begin{align*} \frac{dA}{dt} & = a A(t) - b(A(t) + C(t)) A(t) \\ \frac{dC}{dt} & = c C(t) - d(A(t) + C(t)) C(t) \end{align*}\]

      Here, \(a, b, c, d\) are the parameters that affect this problem.

      Click here for the DiffEQ grapher for the Protozoa equations.

      protozoa.png

    Once you’ve chosen a topic, here is what to do:

    1. Follow the steps from the section on understanding differential equations to understand what the differential equation is saying.
    2. Using the supplied “DiffEQ” webpage, explore graphical solutions to the differential equation.
      1. What do the parameters \(a\), \(b\), etc., represent?
      2. What setting for the parameters create realistic looking graphs?
      3. How can you “break” the model and create unrealistic graphs?
      4. What are some different ways to create a relatively good outcome (that is, few people get the disease)?
    3. Try to think of something this simple model doesn’t take into account.
      1. How could you modify the differential equations to account for this factor?
      2. Using the DiffEQ webpage, explore graphical solutions to your new differential equations. Do you feel like you were successful in implementing the new factor? What lessons can be learned from the graphs?

    This page titled 5.12: Project- Modelling with Differential Equations is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Tyler Seacrest via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.