Exercise 1: Lotka-Volterra

The ODEs of the Lotka-Volterra model, \(\dot{\vec x} = f(\vec x)\), are given by: \[ \begin{align} \dot{x}(t) & = a \cdot x(t) - b \cdot x(t) \cdot y(t), \\ \dot{y}(t) & = c \cdot x(t) \cdot y(t) - d \cdot y(t). \end{align} \] where \(\mathbb{R} \ni t \mapsto x(t) \in \mathbb{R}\) and \(\mathbb{R} \ni t \mapsto y(t) \in \mathbb{R}\), and all parameters \((a, b, c, d) \in \mathbb{R}_{+}^4\) are positive.

Exercise 2: Lotka-Volterra extended

The LV system can be extended to: \[ \begin{align} \dot{x}(t) & = a \cdot x(t) \cdot \left(1 - \frac{x(t)}{K} \right) - b \cdot \frac{x(t)}{x(t) + S} \cdot y(t), \\ \label{eq:ELV2} \dot{y}(t) & = c \cdot \frac{x(t)}{x(t) + S} \cdot y(t) - d \cdot y(t), \end{align} \] where also \(K\) and \(S\) are positive parameters.

Cathedral exercise

The choir of the cathedral is slightly inclined relative to the main nave. Why?