In the previous parts of this unit, students carried out graphical and numerical analyses of the trout population problem. They also worked with some equations. To further their understanding, students will find additional equations or formulas in this lesson.
Reasoning About the Recursive Formula
The equation A(n) = 0.8 × A(n - 1) + 1000 models the trout population problem recursively. (This type of equation is recursive because it involves using the previous population to determine the present population.) Allow students to answer the following questions in regards to this equation:
- How can this equation be used to determine the long-term population? Use this hint if you need it.
- Explain why solving x = 0.8x + 1000 will give the long-term population. How is this seen in the cobweb graph that was generated in the Graphical Analysis lesson? Use this hint if you need it.
Finding an Explicit Formula
Try to find another equation that represents this situation - an equation that has this form:
A(n) = "some expression involving n but not A(n-1)"
Use this sequence of hints if you need it.
Such an equation is sometimes called an "explicit formula," because it gives the population explicitly in terms of n. Also, it is sometimes called a
"function formula," because it gives the population as a function of n.