Modeling Population Growth: Solving for P(t) Using Integration

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
2 replies · 4K views
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement


a population P(t) is modeled by the equation dP/dt = 0.0004P(P-150), Find a formula which gives the population, P(t), at a general time t.

Homework Equations





The Attempt at a Solution



swapping over

dt=1/0.004P(P-150) dP
then i integrate both sides

dt becomes t+c but I'm i'm not sure how to integrate the the dP side, any pointers please?
 
on Phys.org
First, 1/0.004= 250. You have
[tex]250\int\frac{dP}{P(P-250)}dP[/tex]

Use "partial fractions". Write
[tex]\frac{1}{P(P-250)}= \frac{A}{P}+ \frac{B}{P- 250}[/tex]
Find A and B and do it as two separate integrals.