System of Differential Equations (Part III - Matrix Methods (cont.))
In Part II, we ended with two special cases for the eigenvalues of an n x n matrix system. We now devote an entire post
to the last special case.
-----------------------------------------------------------------------
Case III:
are real but not distinct.
When

were distinct (real or complex), then the general solution of

took on the form

.
We now consider when the characteristic equation

doesn't have n
distinct root --> the characteristic equation has at least one repeated root.
In that case, we refer to the eigenvalue as having multiplicity. An eigenvalue is of multiplicity k if it is a k-fold
root of the characteristic equation. If

is of multiplicity k, then there is at least one
eigenvector

associated with it. However, we may not always be able to find k linearly
independent eigenvectors associated with

(this is referred to as a
defect of

,
which will be discussed later). If we can find k linearly independent eigenvectors associated with

,
we say that

is
complete.
Example 28 Find a general solution of the system
The characteristic equation of

is
Here, we see that

and

with multiplicity 2.
Case I:
The eigenvector equation is
Thus, we have the following system of equations:
The first two deduce to
Now, it follows the third equation can be written as

. Thus, if we pick

, we have the eigenvector

associated with

.
Case II:
The eigenvector equation is
Thus, we have a nonzero eigenvector iff

. Thus,
is arbitrary. So if we pick

, we can let

. Thus,

is an associated eigenvector to

. However, there is one more eigenvector!
If we pick

, we can pick

and

such that we don't have the zero vector. So if we take

, we see that

. Thus,

is the eigenvector associated with

.
Therefore, the general solution is
Remark: With regards to the two eigenvectors for

, the fact that

is worth taking note of. The eigenvector can be rewritten as
Thus, we could replace

for the eigenvector and still get the same answer we did when considering both eigenvectors. This tells us that we don't have to worry about making the right choice -- its just advisible that we pick the simplest one.
-----------------------------------------------------------------------
Defective Eigenvalues
We start this section with an example.
Example 29
Consider the coefficient matrix

.
The characteristic equation is

.
Thus,

is an eigenvalue of multiplicity two.
Now, the eigenvector equation is

.
Thus, it follows that our system of equation is
Thus,

.
Thus the eigenvector is of the form

.
This implies that all eigenvectors associated with

will be a constant multiple of

. Therefore, there is only one linearly independent eigenvector associated with

, making

incomplete.
The eigenvalue in the above example is incomplete, or
defective.
Now, if an eigenvalue

has

linearly independent eigenvectors, then

is the number of missing eigenvectors - the
defect of the defective eigenvalue

.
In Example 29, the defect would be

.
What we do now is consider a way to solve a system of differential equations given the defect

.
-----------------------------------------------------------------------
Case IV:
has multiplicity two and is defective.
Suppose that

has one linearly independent eigenvector, implying that

is the only solution (that we know of) to

.
However, we hope to find a second solution of the form

. Substituting it into the system, we have

.
Since the coefficients of

and

need to balance, it follows from the above equation that

and consequently,

.
Since that didn't work, let us extend our original idea and replace

with

. So we suppose now that the second solution will take on the form

.
Substituting this into

, we get
Comparing coefficents of

and

, we see that
and
The second equation confirms that

is an eigenvector for

. Now, it follows that

satisfies the equation
This tells us that it suffices to find a single solution

to the equation

such that

.
It is
always possible to find a solution when the defective eigenvalue

has multiplicity two.
Let us go through an example that illustrates this process.
----------------------------------------------------------------------
Example 30 Find the general solution to the system
In example 29, we showed that the characteristic equation produced a defective eigenvalue

of multiplicity two.
We now start by calculation

:
Thus,

implies that

can be of any (nonzero) form.
So if we take

, then we see that

.
This eigenvector is nonzero, and thus associated with the eigenvalue

(Note that this is -3 times the eigenvector we found in example 29).
Therefore, the two solutions to the system are
and
Therefore, the general solution to the system is
-----------------------------------------------------------------------
This will conclude the systems of differential equations section of the tutorial.
I will start working on the first of three (or maybe four) posts on Laplace Transforms and their use in IVPs.