Consider the following system of differential equations representing a prey and predator
population model
dx/dt=x square -y
dy/dt= x+y
i) Identify all the real critical points of the system
ii) Obtain the type and stability of these critical points.
1
Expert's answer
2020-04-13T11:00:29-0400
QUESTION(i)
To find critical points, we must solve the system
⎩⎨⎧dtdx=x2−ydtdy=x+y⟶{u(x,y)=x2−yv(x,y)=x+y{x2−y=0x+y=0⟶{y=x2x+x2=0⟶{y=x2x(x+1)=0{y=x2x=0orx=−1⟶A(0,0)andB(−1,1)−the real critical points of the system
QUESTION(ii)
Next we find the Jacobian matrix of
J(x,y)=⎝⎛∂x∂u∂x∂v∂y∂u∂y∂v⎠⎞=(2x1−11)
Hints on remaining parts
Find the eigenvalues of the Jacobian at each critical point.
The eigenvalues are complex conjugates. Real parts positive - An Unstable Spiral : All trajectories in the neighborhood of the fixed point spiral away from the fixed point with ever increasing radius.
The eigenvalues are real. Eigenvalues opposite sign - An Unstable Saddle Node : rajectories in the general direction of the negative eigenvalue's eigenvector will initially approach the fixed point but will diverge as they approach a region dominated by the positive (unstable) eigenvalue.
ANSWER
(i)
A(0,0)andB(−1,1)−the real critical points of the system
Comments