Every year, 38 % of the amount of fish in a pond die. The 1st of May 2011 there were 5200 fish in the pond. Every year after May 1st 2011, 1900 new fish are added to the pond.
Let $a_n$ be the amount of fish in the pond (directly after new fish have been added) $n$ years after May 1st 2011.
Determine a closed form for this sequence.
How to solve this problem?
My attempt is: $a_n = 5200 - 0,38a_n + 1900n \Rightarrow 1,38a_n = 5200 + 1900n \Rightarrow a_n = \frac{5200 + 1900n}{1,38}$
Here's how I would start: $$\begin{align*}a_0 &= 5200 \\ a_1 &= 5200\cdot 0.62+1900 \\ a_2 &= (5200\cdot 0.62+1900)\cdot 0.62 +1900 = 5200\cdot 0.62^2+1900(1+0.62) \\ a_3 &= 5200\cdot 0.62^3+1900(1+0.62+0.62^2) \\ \vdots\end{align*}$$ Can you find a general $a_n$ from here? A fun bonus question is: If the process repeats indefinitely, how many fish will be left at the end?