Rodent Population as a differential equation.

cp255
Messages
54
Reaction score
0

Homework Statement


https://www.physicsforums.com/attachment.php?attachmentid=65556&stc=1&d=1389570667

For those who can not see the screen shot here is the question...
Suppose the population P of rodents satisfies the diff eq dP/dt = kP^2.
Initially there are P(0) = 2 rodents, and their number is increasing at the rate of dP/dt = 1 rodent per month when P = 10. How long does it take for the population to reach 105 rodents.

Homework Equations


The Attempt at a Solution



First I found k by substituting in 10 for p and 1 for dp/dt.
1 = k * 10^2
k = 1/100

Then to solve the differential equation I integrated both sides with respect to t.

∫dp/dt * dt = ∫0.01 * p^2 dt
p = 0.01p^2 * t + C

I solved for C and found C = 2.

Solving for t gives
t = 100(p - 2) / p^2

I then plunged in 105 for p and the answer was wrong.
 
Last edited:
Physics news on Phys.org
It would be helpful to see the question.
 
At the moment the question has not been posted or is not visible to me.
 
I can see the screen shot of the question uploaded. I will rewrite the question and update the original post.
 
cp255 said:
I can see the screen shot of the question uploaded. I will rewrite the question and update the original post.

Integrating ∫0.01 * p^2 dt to get 0.01p^2*t+C is incorrect. That's assuming p is a constant. You need to separate the ODE first.
 
τ
cp255 said:

Homework Statement


https://www.physicsforums.com/attachment.php?attachmentid=65556&stc=1&d=1389570667

For those who can not see the screen shot here is the question...
Suppose the population P of rodents satisfies the diff eq dP/dt = kP^2.
Initially there are P(0) = 2 rodents, and their number is increasing at the rate of dP/dt = 1 rodent per month when P = 10. How long does it take for the population to reach 105 rodents.


Homework Equations





The Attempt at a Solution



First I found k by substituting in 10 for p and 1 for dp/dt.
1 = k * 10^2
k = 1/100

Then to solve the differential equation I integrated both sides with respect to t.

∫dp/dt * dt = ∫0.01 * p^2 dt
p = 0.01p^2 * t + C
This is incorrect. You are treating p, on the right, as if it were a constant but it is a function of t.
Instead, write it as \int \frac{dp}{p^2}dp= \int .01dt
-\frac{1}{p}= .01t+ C
p(t)= -\frac{1}{.01t+ C}
p(0)= -\frac{1}{C}= 2

I solved for C and found C = 2.

Solving for t gives
t = 100(p - 2) / p^2

I then plunged in 105 for p and the answer was wrong.
 
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