2.6 Solving Linear Systems 33
or −x + 3y = 0, because these equations are redundant. Thus any vector of
the form (3y, y) with y = 0 is an eigenvector associated to λ = 2. In similar
fashion, any vector of the form (y, −y) with y = 0 is an eigenvector associated
to λ =−2.
Of course, the astute reader will notice that there is more to the story of
eigenvalues, eigenvectors, and solutions of differential equations than what we
have described previously. For example, the roots of the characteristic equation
may be complex, or they may be repeated real numbers. We will handle all of
these cases shortly, but first we return to the problem of solving linear systems.
2.6 Solving Linear Systems
As we saw in the example in the previous section, if we find two real roots λ
1
and
λ
2
(with λ
1
= λ
2
) of the characteristic equation, then we may generate a pair
of solutions of the system of differential equations of the form X
i
(t) = e
λ
i
t
V
i
where V
i
is the eigenvector associated to λ
i
. Note that each of these solutions is
a straight-line solution. Indeed, we have X
i
(0) = V
i
, which is a nonzero point
in the plane. For each t , e
λ
i
t
V
i
is a scalar multiple of V
i
and so lies on the
straight ray emanating from the origin and passing through V
i
. Note that, if
λ
i
> 0, then
lim
t→∞
|X
i
(t)|=∞
and
lim
t→−∞
X
i
(t) = (0, 0).
The magnitude of the solution X
i
(t) increases monotonically to ∞ along the
ray through V
i
as t increases, and X
i
(t) tends to the origin along this ray
in backward time. The exact opposite situation occurs if λ
i
< 0, whereas, if
λ
i
= 0, the solution X
i
(t) is the constant solution X
i
(t) = V
i
for all t .
So how do we find all solutions of the system given this pair of special
solutions? The answer is now easy and important. Suppose we have two distinct
real eigenvalues λ
1
and λ
2
with eigenvectors V
1
and V
2
. Then V
1
and V
2
are
linearly independent, as is easily checked (see Exercise 14). Thus V
1
and V
2
form a basis of R
2
, so, given any point Z
0
∈ R
2
, we may find a unique pair of
real numbers α and β for which
αV
1
+ βV
2
= Z
0
.