Solving dP/dt=k1(P)-k2(P) for different constant relationships

  • Level: Undergrad 
  • Thread starter Thread starter andrewdavid
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
andrewdavid
Messages
10
Reaction score
0
I have this population differential equation dP/dt=k1(P)-k2(P) where k1 and k2 are proportionality constants. I need to integrate and analyze where k1>k2, k1=k2, and k1<k2. Trouble is, I don't think I'm integrating this right. I get P=e^(t+C)(k1-k2). I know this should be easy but I don't think it's right. Little help?
 
Physics news on Phys.org
the solution is

[tex]P(t) = Ae^{(k_1-k_2)t}[/tex]

for some constant [itex]A[/itex], which might be equivalent to yours, or it might not (I can't tell whether you mean that [itex]k_1-k_2[/itex] is in the exponent or not. If it is, then yours is fine).
 
Last edited:
Yes,the jonction between the 2 formulae is made simply

[tex]P(t)=e^{\left[\left(k_{1}-k_{2}\right)(t+C)\right]}=e^{C\left(k_{1}-k_{2}\right)}e^{\left(k_{1}-k_{2}\right) t} =A e^{\left(k_{1}-k_{2}\right) t}[/tex]

,where i defined

[tex]A=:e^{C\left(k_{1}-k_{2}\right)}[/tex]

Daniel.