Eigenvalue/vector Induction Proof

  • Thread starter Thread starter RickStrut95
  • Start date Start date
  • Tags Tags
    Proof
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
What if you tried induction?
 
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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top