Problem 17
Question
Suppose that the size of a fish population at generation \(t\) is given by $$ N_{t+1}=10 N_{t} e^{-0.01 N_{t}} $$ for \(t=0,1,2, \ldots\) (a) Assume that \(N_{0}=100\). Find the size of the fish population at generation \(t\) for \(t=1,2, \ldots, 20\). (b) Show that if \(N_{0}=100 \ln 10\), then \(N_{t}=100 \ln 10\) for \(t=\) \(1,2,3, \ldots ;\) that is, show that \(N^{*}=100 \ln 10\) is a nontrivial fixed point, or equilibrium. How would you find \(N^{*}\) ? Are there any other equilibria? (c) On the basis of your computations in (a), make a prediction about the long-term behavior of the fish population when \(N_{0}=\) \(100 .\) How does your answer compare with that in (b)? (d) Use the cobwebbing method to illustrate your answer in (c). In Problems \(18-20\), consider the following discrete-time dynamical system, which is called the discrete logistic model and which models the size of a population over time: $$ N_{t+1}=N_{t}\left[1+R\left(1-\frac{N_{t}}{100}\right)\right] $$ for \(t=0,1,2, \ldots\)
Step-by-Step Solution
VerifiedKey Concepts
Recursive Equation
- "Recursive" means using the result of one step as the starting point for the next.
- The equation defines how each population size depends on the previous one.
- Starting with an initial value, you can calculate future values step by step.
- This process is similar to programming loops where each iteration depends on the previous result.
Fixed Point
- This means when the recursive function is applied, the result is the same as the input.
- In mathematical terms, the fixed point satisfies the equation without a change across iterations.
- For the equation \(10 N^* e^{-0.01 N^*} = N^* \), solving for \(N^*\) gives us the equilibrium point.
Equilibrium
- An equilibrium occurs when \(N_{t+1} = N_t = N^*\).
- The primary equilibrium found was \(N^* = 100 \ln 10\).
- Another trivial equilibrium is \(N^* = 0\), where the population dies out.
Population Model
- Demonstrates growth potential followed by regulation due to limiting factors, represented by exponential decay.
- Represents a theoretical but simplified view of how populations might behave.
- Allows for predictive understanding by extrapolating trends and can be adjusted based on empirical data.
Cobwebbing Method
- Plot the function \( N_{t+1} = 10 N_{t} e^{-0.01 N_{t}} \) along with the line \( N_{t+1} = N_{t} \).
- Start with an initial value and draw a vertical line to the curve, followed by a horizontal line to the diagonal line.
- This helps in illustrating how the population sizes move toward or away from equilibrium.