Common practice is to write a linear function by picking out the coefficients
in a square array:
called a matrix.
This square matrix A encodes the essential information for the linear function T. The matrix operates on vectors to produce the exact same result as does T:
.
The constants associated with finding the invariant lines of T are the eigenvalues of
, and they are the roots of the quadratic polynomial
, which is known as the characteristic polynomial of A (if you have studied some linear algebra, this is the determinant of
).
The characteristic polynomial, being a quadratic in can have two distinct real roots, one real root, and two complex roots which are complex conjugates.
The behavior of the associated differential equations
(which describe the smooth flow of the vector field corresponding to the linear function T)
is qualitatively different, according to the character of the solutions to the characteristic equation.
Case 1: Two distinct roots
The characteristic equation is which has roots
so there are two distinct real roots exactly when
.
This happens, for example, for the linear function with matrix , where the roots of the characteristic equation are
. Let’s call these two roots
and
. There are two invariant lines for the linear function defined by the matrix A: the lines
and
.
The corresponding differential equations (for the flow of the vector field) for this linear function are:
On the line the differential equations reduce to a single differential equation:
.
This simple linear differential equation has an exponential solution , where
is an arbitrary constant, BUT ONLY ON THE LINE
.
On the other invariant line, , the differential equations reduce to a single differential equation:
which has the exponential solution , where
is an arbitrary constant, BUT ONLY ON THE LINE
.
What about solutions to the differential equations
that are not restricted to one or the other of these two invariant lines, but describe a flow through other parts of the plane?
The idea is to project such solutions onto both of the invariant lines, and add together the projected solutions we find on the invariant lines.
In this example we see that one of the eigenvalues is negative and the other is positive. This gives us a flow for which the origin is a saddle point, with the flow coming in toward the origin on one of the invariant lines, and away from the origin along the other invariant line.
A very nice picture of this can be obtained using TEMATH(Tools for Exploring Mathematics).
TEMATH is installed on the computers in the lab. Open it and run this example following the instructions here. You can also download TEMATH and run it on your own computer.
In the TEMATH instructions, an eigenvector is any non-zero vector on the invariant line for an eigenvalue.
Tasks for this 3-week block
Using TEMATH and/or MATLAB, go through all the cases for the roots of the characteristic equation, describing the geometry of the solutions of the differential equations
for the linear function corresponding to the matrix . Use examples different to those on the TEMATH page.
In each case, also describe the exact solutions to the differential equations obtained from MATLAB, and relate the form of those solutions to the geometry of the flow.
