How Do You Model Viral Growth with Differential Equations?

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
13 replies · 3K views
jgens
Gold Member
Messages
1,575
Reaction score
50

Homework Statement



When certain viral particles enter the bdoy, the replicate to 160% every four hours and the immune system eliminates these particular viral particles at the rate of 50000 viral particles per hour. Find an equation modeling this viral growth.

Homework Equations



N/A

The Attempt at a Solution



I could really just use some help getting this problem off the gound, so any information would be appreciated. Thanks!
 
Physics news on Phys.org
I'm not exactly sure what they want me to do. My orignial thought was [itex]n = n_0(1.6^{t/4}) - 50000t[/itex] but this doesn't seem right since it assumes that every particle has the opportunity to replicate before being eliminated. I haven't done much with ODEs but if you don't mind helping me set one up, I think that I might be able to solve the problem.
 
jgens said:
I'm not exactly sure what they want me to do. My orignial thought was [itex]n = n_0(1.6^{t/4}) - 50000t[/itex] but this doesn't seem right since it assumes that every particle has the opportunity to replicate before being eliminated. I haven't done much with ODEs but if you don't mind helping me set one up, I think that I might be able to solve the problem.

I don't think that's right either. Your replication rate is independent of the number viral particles present. And it's not an ODE. Want to try again? You want an expression for dn/dt.
 
I'm sorry, but do you think that you could give me a little bigger hint? I'm really struggling to do anything with dn/dt.
 
So, using that hint I'm probably looking for something like . . .

[tex]\frac{dn}{dt} = (1.6)n - b[/itex][/tex]
 
Well, no. Let's go back a step. dn/dt=(growth rate)-(elimination rate), right? Growth rate should be proportional to n, also right? So you can find growth rate by solving dn/dt=c*n. What's the solution? Now if n grows by 160% in 4 hours, what's c?
 
Okay, so would c = ln(1.6)/4 then?
 
Okay, so . . .

[tex]\frac{dn}{dt} = \frac{\ln{1.6}}{4}n - 50000[/tex]

And this is a differential equation of the form

[tex]n' + P(x)n = Q(x)[/tex]

Is this right so far?
 
jgens said:
Okay, so . . .

[tex]\frac{dn}{dt} = \frac{\ln{1.6}}{4}n - 50000[/tex]

And this is a differential equation of the form

[tex]n' + P(x)n = Q(x)[/tex]

Is this right so far?

It is. But that's a little harder than it needs to be. Your equation is separable.
 
How is the above DE seperable?