Rodent Population as a differential equation.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
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:
on Phys.org
It would be helpful to see the question.
 
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 [tex]\int \frac{dp}{p^2}dp= \int .01dt[/tex]
[tex]-\frac{1}{p}= .01t+ C[/tex]
[tex]p(t)= -\frac{1}{.01t+ C}[/tex]
[tex]p(0)= -\frac{1}{C}= 2[/tex]

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.