How should I go about with solving the mathematical eqn for the following scenario using differential equations?
In a guppy farm, it is estimated that an enclosure is able to support a maximum of 15,000 guppies. The owner started with 2000 guppies two years ago and realizes that their population has doubled presently. The owner is able to start harvesting from the enclosure when the number of guppies reaches 6000. Derive a math model for the guppy population, G(t).
When will the farm reach the harvesting stage for guppies?
I am using the logistic eqn so
$\frac{dx}{dt} = rx(t)*(1- \frac{x(t)}{15})$
I am assuming that the growth rate is appx 2000 every 2 years [i.e 1000 every year] so means the growth rate
$r = \frac{1}{15}$
where everything is in thousands.
Are my values correct and if so, how do I go ahead with solving that logistic eqn?
Thanks!
Any help will be appreciated!