How Do Eigenvalues and Eigenvectors Change for Matrix B = exp(3A) + 5I?

AI Thread Summary
The eigenvalues of the matrix B = exp(3A) + 5I can be determined from the eigenvalues of matrix A. The eigenvalues of exp(3A) are e^(3λ), where λ are the eigenvalues of A. Therefore, the eigenvalues of B are e^(3λ) + 5. The eigenvectors of B remain the same as those of A. This method allows for the calculation of eigenvalues and eigenvectors for the transformed matrix B.
Physgeek64
Messages
245
Reaction score
11

Homework Statement


Find the eigenvalues and eigenvectors of the matrix
##A=\matrix{{2, 0, -1}\\{0, 2, -1}\\{-1, -1, 3} }##

What are the eigenvalues and eigenvectors of the matrix B = exp(3A) + 5I, where I is

the identity matrix?

Homework Equations

The Attempt at a Solution


So I've found the eigenvectors for A to be ##\frac{1}{\sqrt{6}}\vec{1,1,-2}##, ##\frac{1}{\sqrt{3}}\vec{1,1,1}##, ##\frac{1}{\sqrt{2}}\vec{-1,1,0}## with eigenvalues 4,1 one 2 respectively. but i don't know how to do the second part

Many thanks
 
Physics news on Phys.org
Can you calculate the eigenvalues of ##exp(A)##?
 
PeroK said:
Can you calculate the eigenvalues of ##exp(A)##?
They are the exponentials of the eigenvalues of A
 
Physgeek64 said:
They are the exponentials of the eigenvalues of A

Well, that's a good start. What about ##exp(3A)##?
 
PeroK said:
Well, that's a good start. What about ##exp(3A)##?
##e^{3\lambda}##?
 
Physgeek64 said:
##e^{3\lambda}##?

How could you prove that if you are not sure? Hint: it's not hard. Try letting ##B = 3A##
 
PeroK said:
How could you prove that if you are not sure? Hint: it's not hard. Try letting ##B = 3A##
the eigenvalues of ##exp(B)## are ##e^b## but ##b=3a## where a are the eigenvalues of A for ##B=3A##. Hence the eigenvalues are ##e^{3a}##
 
Physgeek64 said:
the eigenvalues of ##exp(B)## are ##e^b## but ##b=3a## where a are the eigenvalues of A for ##B=3A##. Hence the eigenvalues are ##e^{3a}##

Yes. Although, I would start with something like:

Let ##v## be an eigenvector of ##A## with eigenvalue ##\lambda \dots##
 
PeroK said:
Yes. Although, I would start with something like:

Let ##v## be an eigenvector of ##A## with eigenvalue ##\lambda \dots##
Okay. But how do you find the eigenvalues of ##exp(3A)+5I##?
 
  • #10
Physgeek64 said:
Okay. But how do you find the eigenvalues of ##exp(3A)+5I##?

I thought you had worked it out. Where do you think you are stuck?
 
  • #11
PeroK said:
Yes. Although, I would start with something like:

Let ##v## be an eigenvector of ##A## with eigenvalue ##\lambda \dots##

##\dots Bv = (\exp(3A) + 5I)v = \dots##

Does that help?
 
  • #12
Physgeek64 said:

Homework Statement


Find the eigenvalues and eigenvectors of the matrix
##A=\matrix{{2, 0, -1}\\{0, 2, -1}\\{-1, -1, 3} }##

What are the eigenvalues and eigenvectors of the matrix B = exp(3A) + 5I, where I is

the identity matrix?

Homework Equations

The Attempt at a Solution


So I've found the eigenvectors for A to be ##\frac{1}{\sqrt{6}}\vec{1,1,-2}##, ##\frac{1}{\sqrt{3}}\vec{1,1,1}##, ##\frac{1}{\sqrt{2}}\vec{-1,1,0}## with eigenvalues 4,1 one 2 respectively. but i don't know how to do the second part

Many thanks
For future reference: you can format a matrix nicely as
$$A = \pmatrix{2 & 0 & -1\\0 & 2 & -1 \\ -1 & -1 & 3}$$
The instructions that do that are "\pmatrix{2 & 0 & -1\\0 & 2 & -1 \\ -1 & -1 & 3}". Note the use of '&' as a separator, not a comma, and there is only one pair of curly brackets "{ }".

Also, your eigenvalues read as ##\langle \frac{1}{\sqrt{6}} 1 , 1, -2 \rangle##, but you might have meant ##\frac{1}{\sqrt{6}} \langle 1,1,-2 \rangle##, which is very different. Using ##\vec{\mbox{ }}## does not work well for an array of more than about two characters in length, so ##\vec{v_1}## looks OK but ##\vec{v_1, v_2, v_3,v_4}## does not.
 
  • Like
Likes Marc Rindermann
  • #13
PeroK said:
##\dots Bv = (\exp(3A) + 5I)v = \dots##

Does that help?
Will have eigenvalues ##e^{3a+5}## with the same eigenvectors

Thank you for your help
 
  • #14
Physgeek64 said:
Will have eigenvalues ##e^{3a+5}## with the same eigenvectors

Thank you for your help

Is that ##exp(3a+5)## or ##exp(3a) + 5##?
 
  • #15
PeroK said:
Is that ##exp(3a+5)## or ##exp(3a) + 5##?
Oops sorry its meant to be ##exp(3a) + 5##
 
Back
Top