3406 Complex Eigenvalues
Complex Eigenvalues
In the previous note, we obtained the solutions to a homogeneous linear system with constant coefficients
under the assumption that the roots of its characteristic equation
i.e., the eigenvalues of - were real and distinct.
In this section we consider what to do if there are complex eigenvalues. Since the characteristic equation has real coefficients, its complex roots must occur in conjugate pairs:
Let's start with the eigenvalue . According to the solution method described in the note Eigenvectors and Eigenvalues, (from earlier in this session) the next step would be to find the corresponding eigenvector , by solving the equations
for its components and . Since is complex, the will also be complex, and therefore the eigenvector corresponding to will have complex components. Putting together the eigenvalue and eigenvector gives us formally the complex solution
Naturally, we want real solutions to the system, since it was real to start with. To get them, the following theorem tells us to just take the real and imaginary parts of . (This theorem is exactly analogous to what we did with ordinary differential equations.)
Theorem. Given a system , where is a real matrix. If is a complex solution, then its real and imaginary parts are also solutions to the system.
Proof. Since is a solution, we have
Equating real and imaginary parts of this equation,
which shows exactly that the real vectors and are solutions to .
Example. Find the corresponding two real solutions to if a complex eigenvalue and corresponding eigenvector are
Solution. First write in terms of its real and imaginary parts:
The corresponding complex solution to the system can then be written
Now, using the theorem, the real and imaginary parts of are
These are two distinct real solutions to the system.
In general, if the complex eigenvalue is , to get the real solutions to the system, we write the corresponding complex eigenvector in terms of its real and imaginary part:
(study carefully in the example above how this is done in practice). Then we substitute into and calculate as in the example:
so that the real and imaginary parts of give respectively the two real solutions
These solutions are linearly independent: they are two truly different solutions. The general solution is given by their linear combinations
Remarks
1. The complex conjugate eigenvalue gives up to sign the same two solutions and .
2. The expression was not written down for you to memorize, learn, or even use; the point was just for you to get some practice in seeing how a calculation like the one in our example looks when written out in general. To actually solve ODE systems having complex eigenvalues, imitate the procedure in the following example.
Worked Example
Problem. Solve , where
.
Comments are given in italics; the steps initially follow those in section worked example: real distinct eigenvalues, then diverge.
Solution.
Step 0. Write down :
Step 1. Find the characteristic equation of .
We use the method involving the trace and determinant of .
Thus
Step 2. Find the eigenvalues of .
We complete the square.
The roots
Step 3. Find the eigenvector associated to one eigenvalue
The eigenvalues are complex, so we'll only need one eigenvector.
We look for the eigenvector
It must satisfy:
You should check that these two equations are equivalent.
This gives . Pick , this implies . Thus an eigenvector for is
Step 4. Find the real and imaginary parts of solution associated to
The solution we associated to is
This has real and imaginary parts:
If you are confused by steps 3 or 4, you should read over the note again.
Step 5. General solution.