Problem 47
Question
The Lotka-Volterra equations are often used to model the links between a particular of prey organisms (e.g., sardines) and a population of predatory organisms (e.g., sharks), (see Chapter 11.) In a particular ecosystem we will use \(u\) to represent the number of sharks and \(v\) to represent the number of sardines. Suppose the growth rate of the shark population is $$ f(u, v)=-0.5 u+\frac{u v}{100} $$ and of the sardine population is $$ g(u, v)=3 v-10 u v $$ (a) Show that if \(u=0.3\) and \(v=50\), then \(f(u, v)=0\), and \(g(u, v)=0\). (The populations are said to be in equilibrium.) (b) Find the linear approximation of the vector valued function $$ \mathbf{h}:(u, v) \mapsto\left[\begin{array}{l} f(u, v) \\ g(u, v) \end{array}\right] $$ if \(u\) is close to \(0.3\) and \(v\) is close to 50 .
Step-by-Step Solution
VerifiedKey Concepts
Equilibrium Points
- The sharks' growth rate function is denoted by \( f(u, v) = -0.5u + \frac{uv}{100} \).
- The sardines' growth rate function is \( g(u, v) = 3v - 10uv \).
Jacobian Matrix
- Calculate the partial derivatives of each function with respect to both \( u \) and \( v \).
- The matrix entries for \( f(u, v) \) are \( \frac{\partial f}{\partial u} = -0.5 + \frac{v}{100} \) and \( \frac{\partial f}{\partial v} = \frac{u}{100} \).
- For \( g(u, v) \), they are \( \frac{\partial g}{\partial u} = -10v \) and \( \frac{\partial g}{\partial v} = 3 - 10u \).