5.2.1 The eigenvalues are
and
, and eigenvectors
are
and
. The general solution is then
The particular solution is then
, or
5.2.2
We have done this procedure during the class, so please consult lecture notes
5.2.6
StreamPlot[{-3 x+2 y, x - 2y}, {x,-5,5},{y,-5,5}]
5.2.13
with the eigenvalue
If
then there are two real negative roots and the
origin is stable, and the phase portrait will be stable node:
StreamPlot[{x+y, -2x - 3y}, {x,-5,5},{y,-5,5}]
Here we take
This is over damped oscillator.
If
then there are two identical roots, and the
oscillator becomes critically damped, which corresponds to the
stable deffective (degenerate) node:
StreamPlot[{x+y, -x - 2 y}, {x,-5,5},{y,-5,5}]
Here we take
If
then the origin is assymptotically stable, since
there are two complex roots with negative real part. The phase portrait
becomes the stable spiral:
StreamPlot[{x+y, -x - .2 y}, {x,-5,5},{y,-5,5}]
5.3.3
with
The case
corresponds to the center, and
to the saddle point
5.3.5 Here
Then
is a saddle point,
is a stable node, and
is and unstable node