stunner5000pt
- 1,443
- 4
For this system of differential equations
\frac{dx}{dt} = x(0.8 -\frac{0.8x}{3129} - \frac{y}{x+1000})
\frac{dy}{dt} = y(-0.5 + \frac{x}{1000+x})
for all x,y \geq 0
now the equilibrium points are
(x,y) = (0,0), (1000,1088), (3129,0)
i need to linearize this system such taht i can figure out the eigenvalues of this system and figure out whether this system is a spiral sink, source or whatever
if i use x = u -1000 and y = v-1088
i get answers like this
\frac{dx}{dt} = (1.054u +2.55*10^{-4} u^2 -v) \frac{u+1000}{u+2000}
\frac{dy}{dt} = \frac{0.5uv - 544u}{2000 + u}
but hte denominator throws things off, doesn't it??
but if i just accept it like it is and assumethat as u,v approach zero the non linear terms get insignificant (ya you not proper math language)
and the matrix becomes
\left(\begin{array}{cc}0.527&-0.5\\0.272&0\end{array}\right)
is this right so far?? Any help would be appreciated, greatly!
\frac{dx}{dt} = x(0.8 -\frac{0.8x}{3129} - \frac{y}{x+1000})
\frac{dy}{dt} = y(-0.5 + \frac{x}{1000+x})
for all x,y \geq 0
now the equilibrium points are
(x,y) = (0,0), (1000,1088), (3129,0)
i need to linearize this system such taht i can figure out the eigenvalues of this system and figure out whether this system is a spiral sink, source or whatever
if i use x = u -1000 and y = v-1088
i get answers like this
\frac{dx}{dt} = (1.054u +2.55*10^{-4} u^2 -v) \frac{u+1000}{u+2000}
\frac{dy}{dt} = \frac{0.5uv - 544u}{2000 + u}
but hte denominator throws things off, doesn't it??
but if i just accept it like it is and assumethat as u,v approach zero the non linear terms get insignificant (ya you not proper math language)
and the matrix becomes
\left(\begin{array}{cc}0.527&-0.5\\0.272&0\end{array}\right)
is this right so far?? Any help would be appreciated, greatly!
Last edited: