Eigenvalues and Eigenvectors of exponential matrix

unscientific
Messages
1,728
Reaction score
13

Homework Statement



Part (a): Find the eigenvalues and eigenvectors of matrix A:

<br /> \left( <br /> \begin{array}{cc} <br /> 2 &amp; 0 &amp; -1\\ <br /> 0 &amp; 2 &amp; -1\\<br /> -1 &amp; -1 &amp; 3 \\<br /> \end{array} <br /> \right)<br />Part(b): Find the eigenvalues and eigenvectors of matrix ##B = e^{3A} + 5I##.

Homework Equations


The Attempt at a Solution



Part (a)
\lambda = 1, 2, 4
u_1 = \frac{1}{\sqrt3}(1,1,1)
u_2 = \frac{1}{\sqrt 2}(1,-1,0)
u_3 = \frac{1}{\sqrt 5}(1,1,-2)]

Part(b)

Realize A is a hermitian matrix.
Diagonalize A:
A&#039;=<br /> \left( <br /> \begin{array}{cc} <br /> 1 &amp; 0 &amp; 0\\ <br /> 0 &amp; 2 &amp; 0\\<br /> 0 &amp; 0 &amp; 4 \\<br /> \end{array} <br /> \right)<br />

B&#039; = exp(3A&#039;) + 5I

Therefore, eigenvalues of ##B'= e+5, e^2 + 5, e^4+5##. Also, eigenvalues of B = B'.

How do I find the eigenvectors of B? Do I need to undiagonalize B' using the transformation matrix made up of eigenvectors of A?
 
Physics news on Phys.org
unscientific said:
How do I find the eigenvectors of B? Do I need to undiagonalize B' using the transformation matrix made up of eigenvectors of A?

You can, but it's easier than that. You found the eigenvectors of A, then observed that doing a change of basis to the set of eigenvectors of A diagonalizes A (which is a general fact). You then got B', which is diagonal after doing a change of basis using the eigenvectors of A. That should instantly tip you off about what the eigenvectors of B are.
 
Office_Shredder said:
You can, but it's easier than that. You found the eigenvectors of A, then observed that doing a change of basis to the set of eigenvectors of A diagonalizes A (which is a general fact). You then got B', which is diagonal after doing a change of basis using the eigenvectors of A. That should instantly tip you off about what the eigenvectors of B are.



I can instantly find out what the eigenvalues of B are, but I don't see the trick/link to find eigenvectors of B. I know it's related to eigenvectors of A.

I know the relation between B and A. I know how A is diagonalized using its eigenvectors. But it tells us nothing about how B is diagonalized!
 
Can I simply say that since eigenvectors of A also diagonalize B, eigenvectors of B is also eigenvectors of A?
 
unscientific said:
Can I simply say that since eigenvectors of A also diagonalize B, eigenvectors of B is also eigenvectors of A?
Are eigenvectors of A also eigenvectors of A2, A3, ...? Of a power series in A?
 
haruspex said:
Are eigenvectors of A also eigenvectors of A2, A3, ...? Of a power series in A?

Ah, for a ##A^n##, to completely diagonalize it, we must apply matrix ##U## n times. Following this line of thought, I would say the eigenvectors of B are ##exp(v_1)##, ##exp(v_2)## and ##exp(v_3)##.
 
unscientific said:
Ah, for a ##A^n##, to completely diagonalize it, we must apply matrix ##U## n times.
Why?
U-1A2U = U-1AUU-1AU.
 
haruspex said:
Why?
U-1A2U = U-1AUU-1AU.

Ok, then I have no idea..
 
unscientific said:
Ok, then I have no idea..

U-1A2U = U-1AU U-1AU. (Agreed?)
If U-1AU = D is diagonal, then what does that tell you for U-1A2U? For U-1AnU?
 
  • #10
haruspex said:
U-1A2U = U-1AU U-1AU. (Agreed?)
If U-1AU = D is diagonal, then what does that tell you for U-1A2U? For U-1AnU?

They are all diagonal! So each term in the ##exp(3A)## is diagonal. Meaning B is made diagonal by eigenvectors of A. Therefore, eigenvectors of B = eigenvectors of A. (The factor of 3 cancels out, because (3A)u = (3λ)u.
 
  • #11
unscientific said:
Can I simply say that since eigenvectors of A also diagonalize B, eigenvectors of B is also eigenvectors of A?

This is the statement I was going for, which is correct. More generally it's good to notice that for exponentiating, along with many other power series operations, you get the same eigenvectors as when you started. The only thing that can screw things up is the constant term of the power series.
 
Back
Top