2_2_Formal_Write_Up
2_2_Formal_Write_Up
2 Formal Write Up
Jack Bloomer
March 31, 2025
Problem 2.2.10
In this problem, you will create a model of a crane population that includes
“hacking” chicks, which means to hatch chicks in captivity and release them
into the wild. Assume that your crane population has a constant birth rate per
year of 2% of the population and a constant death rate of 2.5%. Assume also
that 5 chicks are “hacked” each year; i.e. assume 5 hatched chicks are released
into the wild and absorbed into the population.
Looking at this compartmental diagram, we can see that the model for this
problem will determine each year’s population by having the birth rate added
to the population, 5 hacked chicks added into the population, and the death
rate taken out of the population. This model can be represented as such:
P (t + 1) = 0.995P (t) + 5
1
3.What are the fixed points of your model? Are they stable or un-
stable? How can you interpret this physically?
To find the fixed point of this model, we can find when f (ā) = ā.
P (t + 1) = 0.995P (t) + 5
ā = 0.995ā + 5
0.005ā = 5
ā = 1000
To find out if this fixed point is stable or unstable, we need to find out if |f ′ (ā)|
is less than or greater than 1.
P (t + 1) = 0.995P (t) + 5
f (ā) = 0.995ā + 5
f ′ (ā) = 0.995
Since f ′ (ā) is less than one, this tells us that the fixed point is stable, or in
other words, an attracting fixed point. If we were to interpret our fixed point
physically, we would say that once the population reaches 1,000, it will no longer
increase nor will it decrease because the birth and death rate will result in a
population of 995 plus the 5 hacked chicks every year from there on out.