Eigenvalues and Eigenvectors/Complex Eigenvalues

Lesson 5.5607 words

Complex Eigenvalues

A real matrix with no real eigenvalues still has complex ones, occurring in conjugate pairs. A real 2-by-2 matrix with eigenvalue a plus b i is similar to a rotation-scaling matrix, whose rotation angle is the argument of the eigenvalue and whose scale factor is its modulus; the modulus decides whether the trajectories close up, spiral in, or spiral out.

╌╌╌╌

The characteristic equation of an real matrix has degree , so it has roots once complex numbers are allowed. When some of those roots are not real, the matrix has no eigenvectors in ; the complex roots instead encode a rotation inside the real transformation. Extracting it requires letting act on , the space of complex -tuples.

A matrix with no real eigenvalues

A quarter-turn rotation is the simplest matrix with no real eigenvalues.

The real matrix theory carries over verbatim: a complex scalar satisfies if and only if there is a nonzero with .

Computing a complex eigenvector

Conjugate pairs

Complex eigenvalues of a real matrix never appear alone. Because is real, , so applying conjugation to gives .

For the matrix above, the second eigenvalue has eigenvector

The conjugate eigenvalues of a real matrix are mirror images across the real axis; here at radius from the origin.

The rotation-scaling building block

A real matrix of the following shape acts as a rotation combined with a uniform scaling.

The angle is the argument of the eigenvalue, and is its modulus.

The rotation-scaling matrix turns every vector by the argument of its eigenvalue and stretches it by the modulus .

The rotation inside a real matrix

Any real matrix with a complex eigenvalue is similar to a rotation-scaling matrix. The change of basis is built from one complex eigenvector.

The factorization reads: change variables by , rotate by , change back. The transformation is a rotation seen through the skewed, unequally scaled coordinate system whose axes are the columns of .

Iterating from a start point traces an ellipse, because the hidden rotation is viewed in the non-rectangular frame set by .

The orbit is an ellipse rather than a circle exactly because the columns of are not orthonormal: in the -coordinates the circular motion of is stretched along the eigenvector directions.

Modulus governs the spiral

The modulus of the eigenvalue determines whether the iterates of close up, spiral in, or spiral out.

With modulus below 1 the iterates spiral inward to the origin (an attractor); with modulus above 1 they spiral outward (a repeller).
Behavior of iterates Origin is
closed elliptical orbita center
spiral inward toward an attractor
spiral outward, unboundeda repeller

The same rotation persists in higher dimensions. If a real matrix has a complex eigenvalue, there is a two-dimensional invariant plane on which acts as a rotation, possibly with scaling, while the remaining real eigenvalue governs motion transverse to that plane. For instance,

rotates the -plane and stretches the -direction by ; a generic trajectory spirals in the plane while drifting away along the third axis.

The dynamical readings of these pictures (attractor, repeller, spiral point) are formalized for both discrete and continuous systems under dynamical systems.1

Footnotes

  1. Lay, Linear Algebra and Its Applications, 5th ed., §5.5 — Complex Eigenvalues: eigenvalues and eigenvectors of a real matrix acting on , conjugate eigenpairs, the rotation-scaling matrix , and Theorem 9 factoring a real matrix with complex eigenvalue as . Complex-number background from Appendix B.

╌╌ END ╌╌