Differential equations- Pop Growth

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
dm59
Messages
5
Reaction score
0
dy/dt=(.5+sint)y/5 what is time t when the population has doubled?
 
Physics news on Phys.org
[tex]\frac{dy}{dt}=\frac{(.5+sint)y}{5}[/tex] Well, you first need to solve this one, and come up with a function that predicts population at any point in time t. Do you know how to solve this diff, eq?

[tex]\frac{dy}{dt}=\frac{(.5+sint)y}{5}=>\frac{dy}{y}=\frac{1}{5}(.5+sint)dt[/tex]

Now integrate on both sides, and solve for y. I guess Y=f(t) or sth like that.

SO there is another info. that you have been provided with, Y(t)=2Yo, where Yo is your initial population. Have you been provided with initial population?or with another info. on this problem?
 
sutupidmath said:
[tex]\frac{dy}{dt}=\frac{(.5+sint)y}{5}[/tex] Well, you first need to solve this one, and come up with a function that predicts population at any point in time t. Do you know how to solve this diff, eq?

[tex]\frac{dy}{dt}=\frac{(.5+sint)y}{5}=>\frac{dy}{y}=\frac{1}{5}(.5+sint)dt[/tex]

Now integrate on both sides, and solve for y. I guess Y=f(t) or sth like that.

SO there is another info. that you have been provided with, Y(t)=2Yo, where Yo is your initial population. Have you been provided with initial population?or with another info. on this problem?

You don't need the initial population. The ode is linear. But you do need to write down the solution, as stupidmath points out. The general solution will have the form C*f(t). So you just need to solve C*f(t)=2*C*f(0) for t. You don't need to know C. It cancels.