Question 1175054
.
Assume there is a certain population of fish in a pond whose growth is described 
by the logistic equation. It is estimated that the carrying capacity for the pond is 1500 fish. 
Absent constraints, the population would grow by 200% a year. 
If the initial population is given by po= 600, then estimate the fish population in the pond 
after one and two years
~~~~~~~~~~~~~~~~~~~~~~~~~~~



One good Internet source for a beginner to read and to learn about a logistic equation is Libre text
https://math.libretexts.org/Bookshelves/Calculus/Calculus_(OpenStax)/08%3A_Introduction_to_Differential_Equations/8.04%3A_The_Logistic_Equation


This my post is to overlay calculations by the other tutor, that are irrelevant.



<pre>
The general solution for the standard logistic differential equation is so called logistic function

    P(t) = {{{(P[0]*K*e^(rt))/((K-P[0])+P[0]*e^(rt))}}}.


Here {{{P[0]}}} is the initial population, P(t) is current population, K is the carrying capacity 
and "r" is growth rate. Number "e" = 2.71828 is the base of natural logarithm 
(shown here as an approximate value).


In this current problem in the post, we are given

    {{{P[0]}}} = 600,  K = 1500,  r = 2.0.


They want you determine P(1) and P(2), the population after 1 and 2 years.


(a)  For t = 1 year

     P(1) = {{{(600*1500*e^(2.0*1))/((1500-600)+600*e^(2*1))}}} = 1246.879478,  or 1247  (rounded).


(b)  For t = 2 years

     P(2) = {{{(600*1500*e^(2.0*2))/((1500-600)+600*e^(2.0*2))}}} = 1459.89162,  or  1460  (rounded).
</pre>

Solved.


-------------------


Post-solution notice

<pre>
    In my opinion, the question in the post is posed/worded INCORRECTLY.

    It asks about the breeding season, but we are not given information
    for a breeding season - we are given information, related to years - so,
    the question should be about the times of years, not the breeding seasons.

    The life of fish includes not only breeding - it includes also struggle for food, 
    survival from predators and diseases, natural death, that is, processes with a period of a year.
</pre>