Eigenvalues & Eigenvectors of A & A+rI

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
mlarson9000
Messages
46
Reaction score
0

Homework Statement


Let A be an nxn matrix and let I be the nxn identity matrix. Compare the eigenvectors and eigenvalues of A with those of A+rI for a scalar r.


Homework Equations





The Attempt at a Solution


I think I should be doing something like this:
det(A-[tex]\lambda[/tex]I), and

det((A+rI)-[tex]\lambda[/tex]I)=det(A-([tex]\lambda[/tex]-r)I).

The eigenvalues would be [tex]\lambda[/tex] where the det(A-[tex]\lambda[/tex]I)=0
and det(A-([tex]\lambda[/tex]-r)I)=0.

So does that mean the eigen values for the first matrix are [tex]\lambda[/tex] =n and the second will be n+r?
 
Last edited by a moderator:
Physics news on Phys.org
An eigenvector of A is a nonzero vector x such that (A - [itex]\lambda[/itex])x = 0, and [itex]\lambda[/itex] is the eigenvalue for that eigenvector.

Can you say something in this vein for the eigenvectors of A + rI?
 
[/B][/B]
Mark44 said:
An eigenvector of A is a nonzero vector x such that (A - [itex]\lambda[/itex])x = 0, and [itex]\lambda[/itex] is the eigenvalue for that eigenvector.

Can you say something in this vein for the eigenvectors of A + rI?

The eigenvectors are the solution to:
(A-([tex]\lambda[/tex]-r)I)x=0
What do you suppose is meant by "compare the eigenvectors and eigenvalues?"
 
So now put together what I wrote and what you wrote.
An eigenvalue of A is a number [itex]\lambda[/itex] such that (A - [itex]\lambda[/itex]I)x = 0.
An eigenvalue of A + rI is a number ? such that (A - ([itex]\lambda[/itex] - r)I)x = 0.

(Fill in the question mark.)
What can you say about the values of x in either case?
 
I don't see why I should be assuming that [tex]\lambda[/tex] in the first equation should be equal to [tex]\lambda[/tex] in the second equation. The same goes for x. It's really giving me trouble as I work with this.
 
Last edited:
lambda is an eigenvalue corresponding to eigenvector x if Ax=lambda*x, right? Then (A+rI)x=Ax+rx=(lambda+r)x, also right? I haven't changed any lambda's or x's. What does (A+rI)x=(lambda+r)x tell you about eigenstuff of A+rI?
 
(A+rI)x=([tex]\lambda[/tex]+r)x
(A+rI)x-([tex]\lambda[/tex]+r)x=0
(A+rI-[tex]\lambda[/tex]I-rI)x=0
(A-[tex]\lambda[/tex]I)x=0

So the eigenvectors of A and A+rI are the same, right?
 
mlarson9000 said:
(A+rI)x=([tex]\lambda[/tex]+r)x
(A+rI)x-([tex]\lambda[/tex]+r)x=0
(A+rI-[tex]\lambda[/tex]I-rI)x=0
(A-[tex]\lambda[/tex]I)x=0

So the eigenvectors of A and A+rI are the same, right?

Right.