Part 3 Chapter 13 Eigenvalues {contains corrections to the Texbook} PowerPoints organized by Prof. Steve Chapra, Tufts University All images copyright.

Slides:



Advertisements
Similar presentations
Part 2 Chapter 6 Roots: Open Methods
Advertisements

Part 3 Chapter 13 Eigenvalues PowerPoints organized by Prof. Steve Chapra, Tufts University All images copyright © The McGraw-Hill Companies, Inc. Permission.
OCE301 Part II: Linear Algebra lecture 4. Eigenvalue Problem Ax = y Ax = x occur frequently in engineering analysis (eigenvalue problem) Ax =  x [ A.
Part 3 Chapter 9 Gauss Elimination
example: four masses on springs
General Linear Least-Squares and Nonlinear Regression
Dr. Jie Zou PHY Chapter 3 Solution of Simultaneous Linear Algebraic Equations: Lecture (II) Note: Besides the main textbook, also see Ref: Applied.
Eigenvalues Appendix A
Ordinary Differential Equations Final Review Shurong Sun University of Jinan Semester 1,
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Mathematical Modeling and Engineering Problem solving.
Linear Simultaneous Equations
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 2 Image Slides.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 8 Traffic-Analysis Techniques. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 8-1.
Differential Equations
Today’s class Boundary Value Problems Eigenvalue Problems
Eigenvectors and Eigenvalues
Algebra 1 Notes Lesson 7-2 Substitution. Mathematics Standards -Patterns, Functions and Algebra: Solve real- world problems that can be modeled using.
Eigenvalue Problems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. The second main.
Linear Algebra/Eigenvalues and eigenvectors. One mathematical tool, which has applications not only for Linear Algebra but for differential equations,
Chapter 9 Numerical Integration Flow Charts, Loop Structures Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 19 MECHANICAL VIBRATIONS
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 111.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 11.
ME 440 Intermediate Vibrations Th, March 26, 2009 Chapter 5: Vibration of 2DOF Systems © Dan Negrut, 2009 ME440, UW-Madison.
Part 3 Chapter 11 Matrix Inverse and Condition PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The McGraw-Hill.
A PPLIED M ECHANICS Lecture 06 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Boundary-Value Problems Boundary-value problems are those where conditions are not known at a single point but rather are given at different values of.
Part 3 Chapter 11 Matrix Inverse and Condition Part A All images copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
Part 4 Chapter 16 Fourier Analysis PowerPoints organized by Prof. Steve Chapra, University All images copyright © The McGraw-Hill Companies, Inc. Permission.
Solving Linear Systems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. Solving linear.
Eigenvalues The eigenvalue problem is to determine the nontrivial solutions of the equation Ax= x where A is an n-by-n matrix, x is a length n column.
Applied Numerical Methods
Boyce/DiPrima 9 th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce and.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 7 - Chapter 25.
1 ECE 1304 Introduction to Electrical and Computer Engineering Section 1.7 Linear Algebra with MATLAB.
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Linear Systems m k u x m k u x Fixed.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 271 Boundary-Value.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
, Free vibration Eigenvalue equation EIGENVALUE EQUATION
Alexander-Sadiku Fundamentals of Electric Circuits
The Power Method for Finding
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 2 - Chapter 7 Optimization.
Chapter 13 Transportation Demand Analysis. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3 - Chapter 8 Linear Algebraic Equations and Matrices.
ALGEBRAIC EIGEN VALUE PROBLEMS
Linear Algebraic Equations and Matrices
Applied Numerical Methods
Matrix Inverse and Condition
Linear Algebraic Equations and Matrices
Chapter 4 Multiple Degree of Freedom Systems
CHAPTER R: Basic Concepts of Algebra
Eigenvalues and Eigenvectors
Chapter 27.
ME321 Kinematics and Dynamics of Machines
Mathematical Modeling, Numerical Methods, and Problem Solving
Numerical Analysis Lecture 16.
Applied Numerical Methods
Eigenvalues and Eigenvectors
SKTN 2393 Numerical Methods for Nuclear Engineers
Hour 33 Coupled Oscillators I
Boyce/DiPrima 10th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
VIBRATION.
VIBRATION.
Physics 319 Classical Mechanics
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
Presentation transcript:

Part 3 Chapter 13 Eigenvalues {contains corrections to the Texbook} PowerPoints organized by Prof. Steve Chapra, Tufts University All images copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter Objectives Understanding the mathematical definition of eigenvalues and eigenvectors. Understanding the physical interpretation of eigenvalues and eigenvectors within the context of engineering systems that vibrate or oscillate. Knowing how to implement the polynomial method. Knowing how to implement the power method to evaluate the largest and smallest eigenvalues and their respective eigenvectors. Knowing how to use and interpret MATLAB’s eig function.

Representing Linear Algebra Matrices provide a concise notation for representing and solving simultaneous linear equations:

Dynamics of Three Coupled Bungee Jumpers in Time Is there an underlying pattern???

Mathematics [A] {x} = {b} [A] {x} = 0 Up until now, heterogeneous systems: What about homogeneous systems: Trivial solution: {x} = 0 Is there another way of formulating the system so that the solution would be meaningful???

Mathematics (a 11 – ) x 1 + a 12 x 2 + a 13 x 3 = 0 a 21 x 1 + (a 22 – ) x 2 + a 23 x 3 = 0 a 31 x 1 + a 32 x 2 + (a 33 – ) x 3 = 0 [A] –  {x} = 0 [ ] homogeneous system: or in matrix form For this case, there could be a value of that makes the equations equal zero. This is called an eigenvalue.

+ a 11 a 22 + × {correct textbook}

Graphical Depiction of Eigenvalues

Physical Background: Oscillations or Vibrations of Mass- Spring Systems

m2m2 d 2 x 2 dt 2 = – k(x 2 – x 1 ) – kx 2 m1m1 d 2 x 1 dt 2 = – k x 1 + k(x 2 – x 1 ) m2m2 d 2 x 2 dt 2 – k (x 1 – 2x 2 ) = 0 m1m1 d 2 x 1 dt 2 – k (– 2x 1 + x 2 ) = 0 Collect terms: Model With Force Balances (AKA: F = ma )

x i = X i sin (  t) where   TpTp Differentiate twice: x i ″ = – X i   2 sin (  t) Substitute back into system and collect terms Assume a Sinusoidal Solution

   X 1 – kk m1m1 X 2  k m1m1    X 2  kk m2m2 X 1 + k m2m2 Given: m 1 = m 2 = 40 kg; k = 200 N/m (10 –  2 ) X 1 – 5 X 2 = 0 – 5 X 1 + (10 –  2 ) X 2 = 0 This is now a homogeneous system where the eigenvalue represents the square of the fundamental frequency.

Evaluate the determinant to yield a polynomial Solution: The Polynomial Method 10 –  2  5 X 1 0 – 5 10 –  2 X 2 0 = = (  2 ) 2  2  10 –  2  5 – 5 10 –  2 The two roots of this "characteristic polynomial" are the system's eigenvalues ( λ =  2 )  2 =  rad/s 2.36 rad/s 15 rad 2 /s 2 5 rad 2 /s Hz Hz ff

INTERPRETATION  2 = 5 /s 2  = /s T p = 2  /2.236 = 2.81 s (10 –  2 ) X 1 – 5 X 2 = 0 – 5 X 1 + (10 –  2 ) X 2 = 0 (10 –  ) X 1 – 5 X 2 = 0 – 5 X 1 + (10 –  ) X 2 = 0  X 1 – 5 X 2 = 0 – 5 X 1 +  X 2 = 0 X 1 = X 2 V = – (10 – 1  ) X 1 – 5 X 2 = 0 – 5 X 1 + (10 – 1  ) X 2 = 0 –  X 1 – 5 X 2 = 0 – 5 X 1 –  X 2 = 0 X 1 = –X 2 V = –  2 = 15 /s 2  = /s T p = 2  /3.373 = 1.62 s

Principle Modes of Vibration T p = 1.62 T p = 1/f T p = 2.81 T p = 1/f

Iterative method to compute the largest eigenvalue and its associated eigenvector. The Power Method [[A]  [I]]]{x} =  0 [A]{x} =  {x} Simple Algorithm: function [eval, evect] = powereig(A,es,maxit) n=length(A); evect=ones(n,1);eval=1;iter=0;ea=100; %initialize while(1) evalold=eval; %save old eigenvalue value evect=A*evect; %determine eigenvector as [A]*{x) eval=max(abs(evect)); %determine new eigenvalue evect=evect./eval; %normalize eigenvector to eigenvalue iter=iter+1; if eval~=0, ea = abs((eval-evalold)/eval)*100; end if ea = maxit,break,end end

Example 40  20 0   20 0  = = First iteration: 40  20 0   20 0  = 40  = 40 111111 Second iteration: |  a | = 40   100% = 50%

Example: The Power Method Third iteration: |  a | =  80  40  80  100% = 150% 40  20 0   20 0  = =  80   11111 60  Fourth iteration: |  a | = 70  80) 70  100% = 214% 40  20 0   20 0  = = 70     50   0.75

Example: The Power Method Fifth iteration: |  a | =   100% = 2.08% 40  20 0   20 0  = =       Note that the smallest eigenvalue and its associated eigenvector can be determined by applying the power method to the inverse of A The process can be continued to determine the largest eigenvalue (= ) with the associated eigenvector [   ]

Determining Eigenvalues & Eigenvectors with MATLAB >> A = [10 -5;-5 10] A = >> [v,lambda] = eig(A) v = lambda =

Dynamics of Three Story Building

Principle Modes of Vibration