- Oct 14, 2001
- 2,492
- 3
- 81
This is a homework problem, but I have been trying to find the equilibrium of hours now.
dE(1)/dt= 1/10(-E(1)+S(80-5E(2)-5E(3))
dE(2)/dt= 1/10(-E(2)+S(80-5E(1)-5E(3))
dE(3)/dt= 1/10(-E(3)+S(80-5E(1)-5E(2))
S(x)= 100(x)^2/(40^2+x^2) when x>=0
0, when x<0
The problem is to find all the equilibrium and describe the stability.
So, I figured there were 3 classes (which my professor confirmed) E(1)=E(2)=E(3), two equal and one zero, and two equal to zero (winner take all).
The case where they are equal should be easy right.
E=100(80-10E)^2/(40^2+(80-10E)^2)
Expanding it and putting it in matlab roots command yields 100,8,8 as roots. Funny thing is, none of those work.
dE(1)/dt= 1/10(-E(1)+S(80-5E(2)-5E(3))
dE(2)/dt= 1/10(-E(2)+S(80-5E(1)-5E(3))
dE(3)/dt= 1/10(-E(3)+S(80-5E(1)-5E(2))
S(x)= 100(x)^2/(40^2+x^2) when x>=0
0, when x<0
The problem is to find all the equilibrium and describe the stability.
So, I figured there were 3 classes (which my professor confirmed) E(1)=E(2)=E(3), two equal and one zero, and two equal to zero (winner take all).
The case where they are equal should be easy right.
E=100(80-10E)^2/(40^2+(80-10E)^2)
Expanding it and putting it in matlab roots command yields 100,8,8 as roots. Funny thing is, none of those work.
