Eigenvalue/vector Induction Proof

  • Thread starter Thread starter RickStrut95
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 1K views
RickStrut95
Messages
3
Reaction score
0

Homework Statement


Let A be n x n, λ ∈ ℂ, let v be n x 1, and suppose that A ⋅ v = λ ⋅ v. Show that A^jv =
mathImg.gif
^j ⋅ v
for each positive integer j.

Homework Equations

The Attempt at a Solution


I haven't been able to get very far but,

mathImg.gif
^j ⋅ v
- A^jv = 0n x 1
v(
mathImg.gif
^j -
A^j) = 0n x 1

Not sure how to prove that for every positive j that this is true. Any thought would be appreciated. Thanks.
 
Physics news on Phys.org
Where j = 0

v(
mathImg.gif
^j -
A^j) = 0n x 1

v(
mathImg.gif
^0 -
A^0) = 0n x 1

v(In-1) = 0n x 1

v ⋅ In
- v= 0n x 1

v - v = 0n x 1


Since v is n x 1

0n x 1
= 0n x 1


Because this is true I can assume this for all j?
 
I don't think so, since it would be true for just about anything raised to the zero.
Start with the original form ##Av=\lambda v ##. This is your base case.
##A^2v=A \lambda v ##.
And for any integer...
 
I see what you're saying about
RUber said:
##A^2v=A \lambda v ##.
And for any integer...
and vice-versa for
mathImg.gif
but I don't see how that helps?
My skills with induction are sub par to say the least.
 
Assume ##A^n v = \lambda^n v## show that ##A^{n+1}v=A A^n v = \lambda^{n+1}v##.
The argument for induction is: It works for j=1, assume it works for some j and show it is true for the next j.