Chemical pollution model exercises
The chemical pollution model page explained how to solve a discrete dynamical system model for a factory polluting a lake in order to determine the exponential decay toward equilibrium. In the following exercises, you can explore similar models.
Exercise 1
For each of the following systems,
- Compute $W_0$, $W_1$, $W_2$, $W_3$, and $W_4$.
- Find the equilibrium value of $W_t$ for the systems.
- Write a solution equation for the system.
- Compute $W_{100}$.
- Compute the half-life $T_{1/2}$ of the system.
- Compute the time $T_{0.02}$ for the system to get 98% of the way to the equilibrium.
The systems:
- \begin{align*} W_0&=0\\ W_{t+1} &= 1 + 0.2 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 10 + 0.2 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 100 + 0.2 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 10 + 0.1 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 10 + 0.05 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 10 + 0.01 W_t \end{align*}
Exercise 2
For each of the following systems,
- Compute $W_0$, $W_1$, $W_2$, $W_3$, and $W_4$.
- Find the equilibrium value of $W_t$ for the systems.
- Write a solution equation for the system.
- Compute $W_{100}$.
The systems:
- \begin{align*} W_0&=0\\ W_{t+1} &= 1 - 0.2 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 10 - 0.2 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 100 - 0.2 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 10 - 0.1 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 10 - 0.05 W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &=10 - 0.01 W_t \end{align*}
Exercise 3
For each of the following systems,
- Compute $W_0$, $W_1$, $W_2$, $W_3$, and $W_4$.
- Describe the future terms, $W_5$, $W_6$, $W_7$, $\cdots$.
The systems:
- \begin{align*} W_0&=0\\ W_{t+1} &= 1 - W_t \end{align*}
- \begin{align*} W_0&=\frac{1}{2}\\ W_{t+1} &= 1 - W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 1 + W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 2 + W_t \end{align*}
- \begin{align*} W_0&=0\\ W_{t+1} &= 1+ 2 W_t \end{align*}
- \begin{align*} W_0&=-1\\ W_{t+1} &= 1+ 2 W_t \end{align*}
Selected answers
Once you've worked out some of these exercises, you can check your work with the answers to selected problems.
Thread navigation
Elementary dynamical systems
Similar pages
- Exponential growth and decay modeled by discrete dynamical systems
- Doubling time and half-life of exponential growth and decay
- A model of chemical pollution in a lake
- Chemical pollution model exercises answers
- More details on solving linear discrete dynamical systems
- The idea of a dynamical system
- An introduction to discrete dynamical systems
- Developing an initial model to describe bacteria growth
- Bacteria growth model exercises
- Bacteria growth model exercise answers
- More similar pages