- A population of deer on a large estate is assumed to increase by \(10 \%\) during each year due to natural causes.
The population is controlled by removing a constant number, \(Q\), of the deer from the estate at the end of each year.
At the start of the first year there are 5000 deer on the estate.
Let \(P _ { n }\) be the population of deer at the end of year \(n\).
- Explain, in the context of the problem, the reason that the deer population is modelled by the recurrence relation
$$P _ { n } = 1.1 P _ { n - 1 } - Q , \quad P _ { 0 } = 5000 , \quad n \in \mathbb { Z } ^ { + }$$
- Prove by induction that \(P _ { n } = ( 1.1 ) ^ { n } ( 5000 - 10 Q ) + 10 Q , \quad n \geqslant 0\)
- Explain how the long term behaviour of this population varies for different values of \(Q\).