Unraveling the Mysteries of Power and Inverse Power Methods for Eigenvalues

pinodk
Messages
21
Reaction score
0
I have two excercises which have been causing me to tear my hair off for some time now.
(a) the power method to find largest eigenvalue of A is defined as x(k+1) = Ax(k)
(b) the inverse power method is to solve Ax(k+1) = x(k) to find smallest eigenvalue of A
(c) the smallest/largest eigenvalue is then found by the Rayleigh quotient of A and x : R_A(x) = (Ax,x)/(x,x)

The eigenvalues of A are arranged as lambda_n >= lambda_n-1 >=... lambda_2 >= lambda_1

Henceforth lambda_i will be written as Li, so
Ln >= Ln-1 ... >= L2 >= L1

Excercise 1.)
The convergence of x(k) in (a) and (b) is of order 1 with rate of convergence |Ln-1/Ln| and |L1/L2| respectively.
State conditions for this to be true for each coordinate.

that was the first, my question is then, what does that question mean (its translated from danish, hope i did it right :-S)? I read it as:
give the conditions for the eigenvalues that must be fulfilled in order for the above to be true, and show that it applies to each coordinate in x(k)...
If that makes sense to you, please help me on how to get on with this excercise, because I am still stucked...

Excercise 2.)
Assume that A is symmetrical, and that x(k) converges towards (a multiple of) the eigenvector, so that each coordinate of x(k) converges with rate of convergence c.
Show that L(k) converges by order 1 with rate of convergence c^2.

Again I am baffled... please get me started :-)
 
Physics news on Phys.org
guess I am not the only one finding it difficult, eh? Or have i been unclear in the formulation?
 
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