Equilibrium Point #2: [Maple Math]

> RANGE2 := x=9.9..10.1, y=-0.1..0.1;

[Maple Math]

> DEplot( MODEL, VARS, DOMAIN, RANGE2, arrows=MEDIUM, title=`Direction Field Near (10,0)` );

>

The matrix for the linearized system at this equilibrium point is:

> A := subs( x=10, y=0, evalm(J) );

[Maple Math]

>

The eigenvalues of this matrix are:

> eigenvals( A );

[Maple Math]

Since both eigenvalues are negative, the origin is a stable sink for both linearized system and (10,0) is a sink for the nonlinear system. This is consistent with the direction field that focuses on the portion of the phase portrait close to this equilibrium solution. (Can you see the two straight line solutions?)

>