Solving an autonomous system finding critical points

Rubik
Messages
95
Reaction score
0

Homework Statement



Find all critical points and derive the linearised system about each critical point

\dot{y} = [3y1 + y1y2; y1 + y2 - y22]

Homework Equations





The Attempt at a Solution



Setting

0 = 3y1 + y1y2 so y2 = -3
0 = y1 + y2 - y22 so y1 = 12

= [0, 1; 12, -3]
so p = -3 (<0)
q = -12 (<0)
\Delta = 57 (>0)

Is this right that my only critical point is (12,-3) and is that how I determine the nature of the critical point and whether my critical point is stable or unstable with my values for p, q and \Delta?
 
Physics news on Phys.org
You have quadratic equations, so there are more solutions, and so more critical points.

The nature of the critical points can be determined by studying the linearized systems asked for in the problem. Around a critical point (y_1^{(c)},y_2^{(c)}), expand

y_1 = y_1^{(c)} + \epsilon_1,~~y_2=y_2^{(c)}+\epsilon_2,

and keep the terms linear in \epsilon_{1,2} (and derivatives). Solving the linear system tells you how the complete solution must behave in the neighborhood of the critical points.
Perhaps your p,q,\Delta are somehow relevant to the linear system but you haven't explained how they're defined.
 
Rubik said:

Homework Statement



Find all critical points and derive the linearised system about each critical point

\dot{y} = [3y1 + y1y2; y1 + y2 - y22]

Homework Equations





The Attempt at a Solution



Setting

0 = 3y1 + y1y2 so y2 = -3
Either y2= -3 or y1= 0.

0 = y1 + y2 - y22 so y1 = 12
If y2= -3, then y1= 12, but if y1= 0, then y2- y22= 0.

= [0, 1; 12, -3]
so p = -3 (<0)
q = -12 (<0)
\Delta = 57 (>0)

Is this right that my only critical point is (12,-3) and is that how I determine the nature of the critical point and whether my critical point is stable or unstable with my values for p, q and \Delta?
 
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