Eigenvalue Problem PDF
Eigenvalue Problem PDF
Eigenvalue Problem PDF
Homogeneous Systems
• A homogeneous linear system
Ax=0
• If det(A)≠0, the unique solution is the trivial
solution x = 0.
• If det(A)=0, there exist nontrivial solutions.
Example 1
Find the nontrivial solutions to the
homogeneous system
x1 + 2 x2 − x3 = 0
2 x1 + x2 + x3 = 0
5 x1 + 4 x2 + x3 = 0
Solution 1
The system reduces to:
x1 + 2x2 − x3 = 0
x1 + x2 =0
2x1 + x2 + x3 = 0
− x 2 + x3 = 0
5x1 + 4x2 + x3 = 0
Letting x3=t, the solution can be expressed as
x1 = −t ⎧− 1⎫
x2 = t ⎪ ⎪
X = t ⎨ 1 ⎬
x3 = t ⎪ 1 ⎪
⎩ ⎭
Applications
• Quantum mechanics, geology, mathematics,
image processing, etc.
• Mechanics
Principal stresses and the orientation of the
principal planes
• Structural Dynamics
Natural frequencies and mode shapes of
structures
The Eigenvalue Problem
Let A be a square matrix of dimension n x n, and
let x be a vector of dimension n. The problem is
to find scalars λ for which there exists a
nonzero vector x such that
Ax = λ x
Eigenvector Eigenvalue
(characteristic vector) (characteristic value)
Solution Methods
• Analytical Solution
– Solution of the characteristic equation
• Numerical Solution
– Power method
– Inverse power method
– Jacobi’s method, QR method
Analytical Method
• The eigenvalues of A are the solutions of the
(
characteristic equation A − λI x = 0 )
a11 − λ a12 ! a1n
a21 a22 − λ ! a2 n
det ( A − λI ) = =0
" " # "
an1 an 2 ! ann − λ
p(λ ) = det ( A − λI )
Properties:
n
p(λ ) = (− 1) (λ − λ1 )(λ − λ2 )!(λ − λn )
n n n
trace( A) = ∑a = ∑λii k det ( A) = ∏λ k
i =1 k =1 k =1
Eigenvector
If λ is an eigenvalue of A and the nonzero vector v
has the property that
Av = λ v
Then v is called the eigenvector of A
corresponding to the eigenvalue λ. v is obtained
by solving the homogeneous system (A - λ I) v =
0.
Analytical Method
Hand computations used to solve the eigenvalue
problem when the dimension n is small.
⎡ 3 − 1 0 ⎤
⎢
A = ⎢− 1 2 − 1⎥⎥
⎢⎣ 0 − 1 3 ⎥⎦
Solution 2
Eigenvalues. The characteristic equation det(A - λ I)=0 is
3−λ −1 0
3 2
−1 2−λ − 1 = −λ + 8λ − 19λ + 12 = 0
0 −1 3 − λ − (λ − 1)(λ − 3)(λ − 4) = 0
λ1 = 1, λ2 = 3, and λ3 = 4.
Solution 2
Eigenvectors.
For λ1 = 1,
⎡ 2 − 1 0 ⎤ ⎧ x1 ⎫ ⎧0⎫ x2 = 2a ⎧1 ⎫
⎢− 12 x11− x2− 1⎥ ⎪ x ⎪==0⎪0⎪ ⎪ ⎪
⎢ ⎥ ⎨ 2 ⎬ ⎨ ⎬ x1 = a v1 = a ⎨2⎬
− x + 2x = 0
⎢⎣ 0 − 1 22 ⎥⎦ ⎪⎩ x33⎪⎭ ⎪⎩0⎪⎭ x3 = a ⎪1 ⎪
⎩ ⎭
For λ2 = 3,
⎡ 0 − 1 0 ⎤ ⎧ x1 ⎫ ⎧0⎫ x2 = 0 ⎧ 1 ⎫
⎢− 1 x1 +⎥x⎪3 =⎪0 ⎪ ⎪ ⎪ ⎪
⎢ − 1 − 1⎥ ⎨ x2 ⎬ = ⎨0⎬ x1 = b v 2 = b ⎨ 0 ⎬
x2 ⎪ = ⎪0 ⎪ ⎪ ⎪− 1⎪
⎢⎣ 0 − 1 0 ⎦ ⎩ x3 ⎭ ⎩0⎭
⎥ x3 = − b ⎩ ⎭
Solution 2
Eigenvectors.
For λ3 = 4,
⎡− 1 − 1 0 ⎤ ⎧ x1 ⎫ ⎧0⎫ x3 = c ⎧ 1 ⎫
⎢− 1 x1 + x2 ⎥ ⎪ = ⎪0 ⎪ ⎪ ⎪ ⎪
⎢ − 2 − 1⎥ ⎨ x2 ⎬ = ⎨0⎬ x2 = −c v 2 = c ⎨− 1⎬
x2 + ⎪x3 =⎪0 ⎪ ⎪ ⎪ 1 ⎪
⎢⎣ 0 − 1 − 1⎥⎦ ⎩ x3 ⎭ ⎩0⎭ x1 = c ⎩ ⎭
Numerical Methods
⎡ 0 11 − 5 ⎤
⎢
A = ⎢− 2 17 − 7 ⎥⎥
⎢⎣− 4 26 − 10⎥⎦
Solution 3
Start with x0 = {1 1 1}T and use to generate the
sequence of vectors {xk} and constants {ck}.
The first iteration produces
⎡ 0 11 − 5 ⎤ ⎧1⎫ ⎧ 6 ⎫ ⎧ 12 ⎫
⎢− 2 17 − 7 ⎥ ⎪1⎪ = ⎪ 8 ⎪ = 12⎪ 2 ⎪ = c x
⎢ ⎥ ⎨ ⎬ ⎨ ⎬ ⎨ 3 ⎬ 1 1
⎢⎣− 4 26 − 10⎥⎦ ⎪⎩1⎪⎭ ⎪⎩12⎪⎭ ⎪1 ⎪
⎩ ⎭
Solution 3
The second iteration produces
⎡ 0 11 − 5 ⎤ ⎧ 12 ⎫ ⎧ 73 ⎫ ⎧167 ⎫
⎢− 2 17 − 7 ⎥ ⎪ 2 ⎪ = ⎪10 ⎪ = 16 ⎪ 5 ⎪ = c x
⎢ ⎥ ⎨ 3 ⎬ ⎨ 3 ⎬ 3 ⎨ 8 ⎬ 2 2
⎢⎣− 4 26 − 10⎥⎦ ⎪⎩1 ⎪⎭ ⎪⎩163 ⎪⎭ ⎪ 1 ⎪
⎩ ⎭
Iteration generates the sequence
⎧ 12 ⎫ ⎧167 ⎫ ⎧125 ⎫ 31
⎧ 76 ⎫ 21
⎧ 52 ⎫
⎪ 2 ⎪ 16 ⎪ 5 ⎪ 9 ⎪ 11 ⎪ 38 ⎪ 23 ⎪ 78 ⎪ 47 ⎪
12⎨ 3 ⎬, ⎨ 8 ⎬, ⎨18 ⎬, ⎨ 38 ⎬, ⎨ 78 ⎬,!
⎪1 ⎪ 3 ⎪ 1 ⎪ 2 ⎪ ⎪ 9 ⎪ ⎪ 19 ⎪ ⎪
⎩ ⎭ ⎩ ⎭ ⎩ 1 ⎭ ⎩ 1 ⎭ ⎩ 1 ⎭
The sequence converges to v = {2/5 3/5 1}T, λ=4.
C-Implementation
Vector PowerMethod(
Matrix A, /* nxn matrix A */
Vector x0, /* nx1 starting vector */
double e, /* tolerance */
int N, /* maximum iterations */
double * ev /* eigenvalue */
);
⎡ 0 11 − 5 ⎤
A = ⎢⎢− 2 17 − 7 ⎥⎥
⎢⎣− 4 26 − 10⎥⎦
⎡−4.2 11 −5 ⎤ ⎧1⎫
⎢ − 2 12.8 −7 ⎥ y 0 = ⎨1⎬ = x 0
⎣ − 4 26 −14.2 ⎦ ⎩1⎭
⎧−9.545454545 ⎫ ⎧0.4117647059⎫
y0 = ⎨ −14.09090909 ⎬ = −23.18181818 ⎨0.6078431373⎬ = c1 x1
⎩− 23.18181818⎭ ⎩ 1 ⎭
Solution 4
Solution 4
the sequence converges to µ1 = -5 which is
the dominant eigenvalue of (A – 4.2I)-1 ,
and xk converges to v1 = [2/5, 3/5,1]T.