Lecture 12 Eigenanalysis - PowerPoint PPT Presentation

1 / 38
About This Presentation
Title:

Lecture 12 Eigenanalysis

Description:

Oscillator system, the eigenvalues of differential equations or the coefficient ... oscillation of a suspension bridge. torsional vibration of multi-cylindrical engine ... – PowerPoint PPT presentation

Number of Views:157
Avg rating:3.0/5.0
Slides: 39
Provided by: San59
Category:

less

Transcript and Presenter's Notes

Title: Lecture 12 Eigenanalysis


1
Lecture 12 - Eigen-analysis
  • CVEN 302
  • June 22, 2001

2
Lectures Goals
  • What is an eigenvalue and eigenvector?
  • Direct computation of the ls and eigenvectors.
  • Power Method
  • Shift technique

3
Eigenvalue Problems
  • In solving homogeneous linear differential
    equations, an acceptable form of solution is
    determined by an eigenvalue problem.
  • To solve ODE, one must find an eigenvalue/eigenfun
    ction for which in general are infinite in
    numbers. These are different than eigen problems.

4
Eigen-Analysis
  • Matrix eigenvalues arise from discrete models of
    physical systems
  • Discrete models
  • Finite number of degrees of freedom result in a
    finite number of eigenvalues and eigenvectors.

5
Eigenvalues
  • Computing eigenvalues of a matrix is important in
    numerous applications
  • In numerical analysis, the convergence of an
    iterative sequence involving matrices is
    determined by the size of the eigenvalues of the
    iterative matrix.
  • In dynamic systems, the eigenvalues indicate
    whether a system is oscillatory, stable (decaying
    oscillations) or unstable(growing oscillation)

6
Eigenvalues
  • Oscillator system, the eigenvalues of
    differential equations or the coefficient matrix
    of a finite element model are directly related to
    natural frequencies of the system
  • Regression analysis, eigenvectors of correlation
    matrix are used to select new predictor variables
    that are linear combinations of the original
    predictor variables.

7
Physical Examples
  • Natural vibration of systems of mass springs
  • Flutter of the airplane wings
  • vibration of membranes
  • oscillation of a suspension bridge
  • torsional vibration of multi-cylindrical engine
  • structural response of earthquakes

8
General form of the equations
  • The general form of the equations

9
Example
  • For a set of equations

Rewrite the equations
10
Example
  • The equations can be

The determinant of the matrix is
11
Example
Determinant
  • Expand the equation

12
Examples
  • The equation can be factored

Eigenvalues are
13
Example
  • The eigenvector for l 3, can be determined by
    plug-in the equation

The matrix is singular so there are infinite
number of results.
14
Example
Assume that one value of the x values is 1.
Therefore, x2 is 1. So the eigenvector for l 3
is 1, 1T.
15
Example
For second eigenvalue, l -1, the equation
becomes
Assume x11 therefore x2 is -1. So the
eigenvector for l -1 is 1, -1T.
16
Eigen-analysis
Unfortunately, we can not find the eigenvalues of
A general matrix by simply reducing it to a
triangular form by Gaussian elimination as we
might hope.
17
Eigen-analysis
We can find the largest eigenvalue by using an
iterative procedure called the power method. Any
x vector can be represented by a combination of
the systems eigenvectors.
Multiply the equation by A for each Af is
equal to lf.
18
Power Method
The equation can be rewritten as
Multiply the equation by A again.
19
Power Method
In general continue the multiplication
where,
20
Power Method
Factor the large l value term
As you continue to multiply the vector by A
21
Power Method
The basic computation of the power method is
summarized as
22
Power Method
The basic computation of the power method is
summarized as
The equation can be written as
23
The Power Method Algorithm
Initialize u0 x0 vector for k 1,2,n w
Auk-1 l w uk (1/l) w end
24
Example of Power Method
Consider the follow matrix A
Assume an arbitrary vector x0 1 1 1T
25
Example of Power Method
Multiply the matrix by the matrix A by x
Normalize the result of the product
26
Example of Power Method
27
Example of Power Method
As you continue to multiple each successive
vector l 4 and the vector uk1 0 0T
28
Power method
The special advantage of the power method is that
the eigenvector corresponds to the dominant
eigenvalue and is generated at the same
time. The disadvantage is that the method only
supplies obtains one eigenvalue
29
Shift method
It is possible to obtain another eigenvalue from
the set equations by using a technique known as
shifting the matrix.
Subtract the a vector from each side, thereby
changing the maximum eigenvalue
30
Shift method
The eigenvalue, s, is the maximum value of the
matrix A. The matrix is rewritten in a form.
Use the Power method to obtain the largest
eigenvalue of B.
31
Example of Power Method
Consider the follow matrix A
Assume an arbitrary vector x0 1 1 1T
32
Example of Power Method
Multiply the matrix by the matrix A by x
Normalize the result of the product
33
Example of Power Method
Continue with the iteration and the final value
is l -5. However, to get the true you need to
shift back by
34
Inverse Power Method
The inverse method is similar to the power
method, except that it finds the smallest
eigenvalue. Using the following technique.
35
Inverse Power Method
The algorithm is the same as the Power method and
the eigenvector is not the eigenvector for the
smallest eigenvalue. To obtain the smallest
eigenvalue from the power method.
36
Matlab Program
  • There are set of programs Power and InversePower.
  • The Power program does the power method
    Power(A,x0,iter).
  • The InversePower(A, x0,iter,tol) does the inverse
    method.

37
Summary
  • Eigen-analysis of the set of equations
  • Finding an eigenvalue.
  • Power Method
  • Shifting technique
  • Inverse Power Method

38
Homework
  • Check the Homework webpage
Write a Comment
User Comments (0)
About PowerShow.com