Linear Algebra Proof- Pleaseeeee help

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
soc4ward14
Messages
4
Reaction score
0

Homework Statement



Let A be an n x n matrix with eigenvalue [tex]\lambda[/tex]. Prove that [tex]\lambda[/tex]^2 is an eigenvalue of A^2 and that if v is an eigenvector of A, then v is also an eigenvector for A^2.

Homework Equations



Av=[tex]\lambda[/tex]v

The Attempt at a Solution


Av=[tex]\lambda[/tex]v
(A*A)V=([tex]\lambda[/tex] * [tex]\lambda[/tex])v
so then v will be an eigenvector to A^2 when [tex]\lambda[/tex]^2
 
Physics news on Phys.org
Seems you have the right track, although you could be a little more precise:

Let v be an eigenvector of the nxn matrix A.

We have Av = [tex]\lambda[/tex]v.
Then A2v = A(Av) = A([tex]\lambda[/tex]v) = [tex]\lambda (\lambda[/tex]v). = [tex]\lambda^2[/tex]v.

Hence [tex]\lambda^2[/tex] is an eigenvalue of A2 and v is an eigenvector corresponding to [tex]\lambda^2[/tex].
 
thank you but how come A([tex]\lambda[/tex]v) can = [tex]\lambda[/tex]([tex]\lambda[/tex]v?
 
Any nonzero scalar multiple of an eigenvector is also an eigenvector, and is associated with the same eigenvalue.
 
soc4ward14 said:
thank you but how come A([tex]\lambda[/tex]v) can = [tex]\lambda[/tex]([tex]\lambda[/tex]v?

A(λv) = (by the linearity of A!) = λA(v) = λ λv = λ^2 v.