This is the first of three applications of eigenvectors and eigenvalues. Let
be functions of
, and consider the simultaneous linear ordinary differential equations
where
denotes
and
are constants.
These equations are coupled: each equation involves
and
. Our goal is to decouple them, turning them into a pair of equations, each involving only one unknown function. We first rewrite the equations as
using:
Let
be the eigenvalues of
and assume they are distinct; let
and
be eigenvectors for these eigenvalues. Write
as
. In other words,
and
are the components of
when in the
- and
-directions (compare with
).
Substituting
into the left-hand side of
gives:
(because
are constant).
Substituting it into the right-hand side gives
(because
is a
-eigenvector for
).
Comparing the components in the
-direction, we get
The
-components tells us that
These equations now involve only
and
separately. We have decoupled the equations.
An example in detail
Consider the equations:
This is equivalent to the simple harmonic oscillator equation
. To see this, differentiate
to get
.
In general, if you have a second-order equation like this, you can define
(which gives you one equation) and then use the second-order equation to express
in terms of
and
: this is a good trick for converting second-order equations into pairs of first order equations.
Remark:
The equation
describes physical situations like a particle on a spring:
one end of the spring is fixed at the origin;
the particle sits at a distance
from the origin;
Newton's law tells us that if
is the mass of the particle then
equals the force experience by the particle, which is
by Hooke's law (for some constant
), so the equation of motion is
;
if we work in units where
then this gives us back our equation
.
Let's solve this equation. We have
. This has characteristic polynomial
which has roots
and
.
The eigenvectors are:
for
,
,
for
,
.
(We're just picking particular eigenvectors, not writing down the general eigenvector).
We write
in the form
Thus
and
.
Our equations are now:
Dividing the first equation by
gives
so
, so
. Similarly,
.
Therefore
so
This is the general solution to
,
. You may be worried about the fact that there are
s here: this is supposed to describe the motion of a particle on a spring, so
and
should be real numbers. The
s will all cancel out if we pick appropriate initial conditions.
Suppose
and
(particle at rest at distance 1 from the origin). Substituting
into our general solution, we get
This implies
. Therefore
This means that
using the formulae for trigonometric functions in terms of complex exponentials. The minus sign in
is because our particle starts moving towards the origin as time increases.
The moral of this story is that you can use eigenvectors to decouple systems of linear differential equations.