Differential equations- Pop Growth

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
\frac{dy}{dt}=\frac{(.5+sint)y}{5} 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?

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

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:
\frac{dy}{dt}=\frac{(.5+sint)y}{5} 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?

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

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.
 
Got it!

Thank both of you so much for your help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top