Logistic modeling - help integrating/solving for P

  • Thread starter Thread starter brusier
  • Start date Start date
  • Tags Tags
    Modeling
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
1 reply · 2K views
brusier
Messages
27
Reaction score
0

Homework Statement


Sorry about the title; I accidentally hit enter instead of 'Shift'. It should read Logistic Modeling -- help integrating/solving for P

If P(0)=2, find P(90).

Homework Equations



dP/dt=1/900P(9-P)

The Attempt at a Solution



my solution looks like:

dP/(P(9-P))=1/900dt (seperable diff eq.)

1/9(ln(P)(9-P))=1/900 t+C (partial fractions and property ln M + ln N = ln MN)

lnP(9-P) = 1/100t+9C

P(9-P)= Ce^(1/100t) (exponentiated; 9C=C)

kinda stuck here (and I don't see how P ever stops growing.)
 
Last edited:
Physics news on Phys.org


be careful with your brackets, its pretty hard to read what is in your log, divided etc.

but following through your method
[tex]\frac{1}{P(9-P)} = \frac{A}{P}+\frac{b}{9-P} = \frac{9A + (b-A)P}{P(9-P)}[/tex]
giving A = 1/9, B = 1/9

so evaulating the integral
[tex]\int \frac{dP}{P(9-P)} = \frac{1}{9}(\int\frac{dP}{P}+\int\frac{dP}{9-P}) =\frac{1}{9}(ln(P) - ln(9-P)) +C = \frac{1}{9}ln(\frac{P}{9-P})+C[/tex]

maybe you missed a negative...?