The differential equations
and
and the associated linear function T[(x,y)]=(ax + by , cx + dy) are expressed in:
=
The constants a,b,c, and d are given values from -5 to 5 and the vector fields are generated. We had to find the lines on the unit vecotrs and in order to do this we had to use the equations ax+by=
x and cx+dy=
y. Using substitution the quadratic (
-a)(
-d)-bc was obtained. We then recieved the eigan values. These values are then plugged back into the linear equation obtained from rearranging the the equation ax+by=
x into y=
The vector fields below were produced with matlab.

The first case encountered was the saddle. This occurs when there are two real roots to the quadratic
The values of the constants were: a=0, b=1, c=1, d=0. The the eigan values were -1 and 1.

In this case the sink is produced when the eigan values are both negative real numbers. The values of the constants were: a=-1, b=-1, c=-1, d=-2. The eigan values were: -2.6180 and -0.3820

The source can be done by having two positive real eigan values. The values of the constants were: a=1, b=1, c=1, d=2. The eigan values were: 0.3820 and 2.6180

In this case the inward spiral is produced with constants that give a negative real value with an imaginary value and its conjugates eigan values. The values of the constants were: a=0, b=-1, c=1, d=-1. The eigan values were: -0.5000 + 0.8660i and -0.5000 – 0.8660i

In this case the eigan values mus be positive real values with an imaginary value and is conjugate. The values of the constants were: a=0, b=1, c=-1, d=1. The eigan values were: 0.5000 + 0.8660i and 0.5000 – 0.8660i

In this case the circle occurs when the eigan values are strictly imaginary. The values of the constants were: a=0, b=-1, c=1, d=0. The eigan values were: 0 + 1.0000i and 0 – 1.0000i

All in all there were many different cases for these constants. As the constants changed so did the eigen values. This project was successful.