This week, I am working on systems of linear differential equations. A line can be defined as all multiples of any non zero vector. In other terms, if you have a vector ,and you multiply it by a scalar of 5 and -5 respectively, that vector would be extended by five times tis length it the positive and negative directions, yielding a larger vector of the same size. As those scalars approach
,you yield a line extending in the positive and negative directions of your original vector, with infinite magnitude, which is simply a line.
Vector fields, are vectors set up with variables multiplying the i and j parameters. Consider the vector field . This vector field looks like this:
Notice the flow in this example:In the first quadrant, the vectors seem to curl away form the origin and increase in magnitude. In the second quadrant, some vectors flow away into the third quadrant and increase in magnitude, while others flow into the first quadrant. In the third quadrant, all vectors seem to flow straight away from the origin and increase in magnitude. In the fourth quadrant, some vectors will flow into the first quadrant, and others flow into the third. It appears that in the bottom left and the top right, the vectors magnitude increase and flow away from the origin. The vectors appear to flow out from a certain line in each quadrant, these lines are called invariant lines because they are lines where no vectors vary in direction.
In the vector field above, we can solve for the invariant lines in the following way: set . Where
is a constant, and the slope of one of the invariant lines. We then set our other differential equation \frac {dy}{dt}=x=\labmda y$. After doing this, you will find that we can solve for lambda by substitution, and we’ll get a quadratic of:
,which has two distinct roots of
. This may look familiar, as it is the the negative of the Golden Ratio, otherwise denoted as
. These values for lambda are called eigenvalues, the value of the constant lambda multiplied by x or y in either case. This will get us the slopes and the equations of the invariant lines. The lines flow directly through the origin, so their equations are just
. So, the equations of these invarient lines are :
,and
. The graph below allows us to see the invariant lines graphed with the vector field plot:

Part 2
Since we will always get a quadratic for the eigenvalue equations, you may recall that there are 3 cases for a quadratic equation. Either it will have 2 real roots, one real root, or two complex (no real)roots. In this part we will examine the three cases.
We have already examined what happens when there are two real roots. There are two distinct invariant lines,where the direction of the vectors do not vary. When there are two complex roots, it is logical to assume that there will be no invariant lines, because the solutions for lambda do not lie on the real Cartesian plane. Consider the vector fields of these two linear differential equations: , and
. If we set these two equations to
and
respectively, we will get two complex solutions:
, and
. Using Mathematica, we can see that this equation will form a spiral about the origin, and show no invariant lines whatsoever.
In the case above, there are two complex roots. Now let’s consider a case where the roots will be purely imaginary. Consider the case with these differential equations: , and \frac {dy}{dt}=2x $. Setting each equation equal to $latexc \lambda x$, and
respectively, gives us: _________________
Notice how the vectors in this figure seem to always be changing direction about the origin. This would mean that there are no invariant lines, which makes senes since the eigenvalues were found to be complex.
Consider the vector fields of these two differential equations: and
. If we set each of these equations equal to
and
respectively, we will get only one distinct eigenvector
. Refer to the vector field below:

We can see some interesting activity in this graph. The vectors seem to curl into the origin and decrease in length exponentially. We can see that the origin is the center point of this activity, and that all points seem to coalesce and curl into the origin. This only gives us one unique solution, because , the equation of the only invariant line is
. Solving these differential equations using the “dsolve” method in matlab yields the following results for the differential equations
and
are
,and
.


ng constants, and random values for x(t), y(t) and z(t). The chart was then graphed, as seen below also:








