Jordan Normal Form & Generalized Eigenvectors

Click For Summary
SUMMARY

The discussion centers on the concept of generalized eigenvectors in the context of diagonalizing linear operators, specifically when the algebraic multiplicity of an eigenvalue exceeds its geometric multiplicity. The process involves computing null spaces of the matrix (A - tI) and iterating powers until stabilization occurs. The Jordan canonical form is highlighted, demonstrating how generalized eigenvectors are essential for transforming a matrix A into its Jordan form J, where the transformation matrix P consists of these generalized eigenvectors. This understanding clarifies the necessity of generalized eigenvectors in linear algebra.

PREREQUISITES
  • Understanding of linear operators and eigenvalues
  • Familiarity with Jordan canonical form
  • Knowledge of null spaces and kernel dimensions
  • Basic matrix algebra and transformations
NEXT STEPS
  • Study the process of finding Jordan canonical form for matrices
  • Learn about the computation of null spaces for matrices
  • Explore the relationship between algebraic and geometric multiplicities
  • Investigate applications of generalized eigenvectors in differential equations
USEFUL FOR

Mathematicians, students of linear algebra, and anyone involved in advanced matrix theory or applications requiring diagonalization of linear operators.

Tachyon314
Messages
3
Reaction score
0
I've been having some trouble with conceptually understanding the idea of a generalized eigenvector. If we have a linear operator A and want to diagonalize we get it's eigenvalues and eigenvectors but if the algebraic multiplicity of one of the eigenvalues is greater than the geometric multiplicity we can't diagonalize. Now, it makes sense that we want to make A as diagonal as possible.

Here's my problem, what is the motivation or idea of getting these generalized eigenvectors such that they come from computing the null spaces of (A-tI) where t is the eigenvalue with greater algebraic multiplicity than geometric and then taking the powers of the null spaces of the above matrix (a-tI) until its stabilizes at j such that dim(ker(A-tI))^j=dim(ker(A-tI))^x where x>j, that is until the dimension of the null space becomes constant after taking a finite number of powers.

I've realized that if (1) (A-tI)v=0 then what we are doing is something like(2) (A-tI)w=v, where w will be the first generalized eignevector because when we sub back into (1) we get (A-tI)^2w=0 and thus if we take ker(A-tI)^2 we will see what w is in this space and w will be the eigenvector of (A-tI)^2 with eigenvalue t and at some point this will stabilize.

My problem is that I don't know why we do this, why will generalized eigvectors work? Essentially, in most textbooks I've seen that they just put it down that we do this and when we have J=B^-1AB it means that B will consist of the generalized eigenvectors of A but thus far I cannot see why this works.

I would be very grateful if anyone could help. Thanks.
 
Physics news on Phys.org
Good question. I hope to answer it as good as I can.

So given a 4x4 matrix A. Let's say that the eigenvalues are 2 (with algebraic multiplicity 3) and 1 (I do this to ease the notation, but it works in general). We want to put it in Jordan canonical form. This will have the form (for example)

J=\left(\begin{array}{cccc} 1 &amp; 0 &amp; 0 &amp; 0\\<br /> 0 &amp; 2 &amp; 1 &amp; 0\\<br /> 0 &amp; 0 &amp; 2 &amp; 1\\<br /> 0 &amp; 0 &amp; 0 &amp; 2<br /> &amp;\end{array}\right)

Of course, given the eigenvalues and multiplicties, other Jordan forms are possible. Indeed, it might even be possible that our matrix is diagonalizable. But let's assume that our matrix will actually end up in the form of J.

We will want to find invertible matrices P such that

J=P^{-1}AP

or in other words

AP=JP

Let's suppose the P has columns (p_1~ p_2 ~p_3 ~p_4). Then we have that

A(p_1~ p_2 ~ p_3 ~ p_4)=(p_1~ p_2 ~ p_3 ~ p_4)J=\left(\begin{array}{cccc} 1 &amp; 0 &amp; 0 &amp; 0\\<br /> 0 &amp; 2 &amp; 1 &amp; 0\\<br /> 0 &amp; 0 &amp; 2 &amp; 1\\<br /> 0 &amp; 0 &amp; 0 &amp; 2<br /> &amp;\end{array}\right)<br /> =(p_1 ~ 2p2 ~ p_2 + 2p3 ~ p_3+2p_4)

Thus we see that

Ap_1=p_1,~Ap_2=2p_2,~Ap_3= p_2+2p_3,~Ap_4=p3+2p_4

Thus

(A-I)p_1=0,~(A-I)p_2=0,~(A-I)p_3=p_2,~(A-I)p_4=p_3

Combining the last equations, we get that

(A-I)^2p_3=(A-I)p_2=0,~(A-I)^3p_4=(A-I)^2p_3=0

So we see that p_1,p_2,p_3 and p_4 must be generalized eigenvectors.

So if we were able to write the Jordan form as above, then the columns of the transformation matrix would have to be generalized eigenvectors. This is where the concept of a generalized eigenvector comes from! And this is why you have to look for the generalized eigenvectors!
 
I never thought of taking the approach of letting AP=PJ & work from that. I can now see the results of using generalized eigenvectors & why they are useful. Thanks!
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
7K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K