- #1
ra_forever8
- 129
- 0
For the equation dy/dt =y(1-ky), where k is a constant,find the fixed points and investigate their stability.
what are the fixed points of the modified Euler Scheme applied to this equation and what is their stability?
=>
dy / dt = y ( 1 - ky )
dy / dt = y - ky^2
dy / dt - y = - ky^2
Let v = y^( - 1 )
y = 1 / v
dy / dt = ( - 1 / v^2 ) * dv / dt
( - 1 / v^2)dv / dt - ( 1 / v ) = ( - k ) ( 1 / v)^2
(dv / dt ) + v = k
e^(t ) dv / dt + ( e^t )v = ke^t
(e^t )v = ke^t + C
v = k + Ce^(- t )
y = 1 / [ k + Ce^( - t ) ]
Can someone please help me after this. did I answer the question correctly? Is my answer incomplete?
what are the fixed points of the modified Euler Scheme applied to this equation and what is their stability?
=>
dy / dt = y ( 1 - ky )
dy / dt = y - ky^2
dy / dt - y = - ky^2
Let v = y^( - 1 )
y = 1 / v
dy / dt = ( - 1 / v^2 ) * dv / dt
( - 1 / v^2)dv / dt - ( 1 / v ) = ( - k ) ( 1 / v)^2
(dv / dt ) + v = k
e^(t ) dv / dt + ( e^t )v = ke^t
(e^t )v = ke^t + C
v = k + Ce^(- t )
y = 1 / [ k + Ce^( - t ) ]
Can someone please help me after this. did I answer the question correctly? Is my answer incomplete?