When will the fish population be reduced to 10,000?

synergix
Messages
177
Reaction score
0

Homework Statement



The fish population in a lake is attacked by a disease at time t=0 with the result that the size P(t) of the population at time t:

dP/dt= -k*sqrt(P)

where k is a positive constant. If there were initially 90,000 fish in the lake and 40,000 were left after 6 weeks, when will the fish population be reduced to 10,000?

The Attempt at a Solution



integrate [(90,000->40,000) dP/sqrt(P)] = integrate [(0->t)-kdt]

then set t= 6 and solve for k

this was a question on a test I did not know how to do could you tell me if I am on the right track?
 
Physics news on Phys.org
I am uncertain that using limits of integration leads to the correct answer. You have this:

\displaystyle\int \frac{dP}{\sqrt{P}} = \displaystyle\int -k dt

where, after integrating, there will be two constants. Luckily there are two conditions.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top