, Free vibration Eigenvalue equation EIGENVALUE EQUATION

Slides:



Advertisements
Similar presentations
Ch 7.6: Complex Eigenvalues
Advertisements

H(s) x(t)y(t) 8.b Laplace Transform: Y(s)=X(s) H(s) The Laplace transform can be used in the solution of ordinary linear differential equations. Let’s.
MDOF SYSTEMS WITH DAMPING General case Saeed Ziaei Rad.
MEEG 5113 Modal Analysis Set 3.
Multi-degree of Freedom Systems Motivation: Many systems are too complex to be represented by a single degree of freedom model. Objective of this chapter:
Response Of Linear SDOF Systems To Harmonic Excitation
8. Solution of Linear Differential Equations Example 8.1 f(t) : Input u(t) : Response s 3 H(s)e st +4s 2 H(s)e st +14sH(s)e st +20H(s)e st =3e st +se st.
CHAPTER 4: HARMONIC RESPONSE WITH A SINGLE DEGREE OF FREEDOM
Dr. Adnan Dawood Mohammed (Professor of Mechanical Engineering)
Mechanical Vibrations
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS Example: Mathematical model of a mechanical system is defined as a system of differential equations as follows:
Mechanical Vibrations
example: four masses on springs
Lecture 171 Higher Order Circuits. Lecture 172 Higher Order Circuits The text has a chapter on 1st order circuits and a chapter on 2nd order circuits.
Chapter 5 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Viscously Damped Free Vibration. Viscous damping force is expressed by the equation where c is a constant of proportionality. Symbolically. it is designated.
Solving the Harmonic Oscillator
Ch 3.9: Forced Vibrations We continue the discussion of the last section, and now consider the presence of a periodic external force:
TWO DEGREE OF FREEDOM SYSTEM. INTRODUCTION Systems that require two independent coordinates to describe their motion; Two masses in the system X two possible.
Out response, Poles, and Zeros
HOMEWORK 01C Eigenvalues Problem 1: Problem 2: Problem 3: Problem 4: Lecture 1 Problem 5: Problem 6:
Differential Equations
The Rational Zero Theorem
Basic structural dynamics II
Eigenvectors and Eigenvalues
Autumn 2008 EEE8013 Revision lecture 1 Ordinary Differential Equations.
Lecture 12 - Natural Response of Parallel RLC Circuits
ME 440 Intermediate Vibrations Th, March 26, 2009 Chapter 5: Vibration of 2DOF Systems © Dan Negrut, 2009 ME440, UW-Madison.
I am greater than my square. The sum of numerator and denominator is 5 What fraction am I?
A PPLIED M ECHANICS Lecture 06 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Chapter 7. Free and Forced Response of Single-Degree-of-Freedom Linear Systems 7.1 Introduction Vibration: System oscillates about a certain equilibrium.
Signals and Systems 1 Lecture 8 Dr. Ali. A. Jalali September 6, 2002.
Examples: Write the transfer function of the electrical circuit including Op-Amp (Operational Amplifier). Write the Matlab program to calculate the eigenvalues.
Chapter 5: Root Locus Nov. 8, Key conditions for Plotting Root Locus Given open-loop transfer function G k (s) Characteristic equation Magnitude.
SECOND ORDER LINEAR Des WITH CONSTANT COEFFICIENTS.
MECHATRONICS Lecture 07 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Vibrations & Waves. In the example of a mass on a horizontal spring, m has a value of 0.80 kg and the spring constant, k, is 180 N/m. At time t = 0 the.
Chapter 8 Vibration A. Free vibration  = 0 k m x
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.
Lec 6. Second Order Systems
Vibrations of Multi Degree of Freedom Systems A Two Degree of Freedom System: Equation of Motion:
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
1. Plotting Graph with Matlab:
System Dynamics Dr. Mohammad Kilani
Intelligent Robot Lab Pusan National University Intelligent Robot Lab Chapter 6. TRANSIENT RESPONSE -- STABILITY Pusan National University Intelligent.
AAE556 Lectures 34,35 The p-k method, a modern alternative to V-g Purdue Aeroelasticity 1.
H(s) 8.b Laplace Transform:
Lesson 20: Process Characteristics- 2nd Order Lag Process
Mechanical Vibrations
Chapter 2 Response to Harmonic Excitation
Equations of Motion: Kinetic energy: Potential energy: Sin≈
Solving the Harmonic Oscillator
Purdue Aeroelasticity
Chapter 4 Multiple Degree of Freedom Systems
Theoretical Mechanics DYNAMICS
Equations of Motion: Kinetic energy: Potential energy: Sin≈
1. Plotting Graph with Matlab:
8. Solution of Linear Differential Equations
ME321 Kinematics and Dynamics of Machines
Example: Obtain the equation of motion of the mechanical system given below. Write the form of the output θ(t) in case of free vibration and determine.
SYSTEM OF DIFFERENTIAL EQUATIONS
Equations of Motion: Kinetic energy: Potential energy: Sin≈
ME321 Kinematics and Dynamics of Machines
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Signals and Systems Lecture 3
Boyce/DiPrima 10th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
Chapter 4. Time Response I may not have gone where I intended to go, but I think I have ended up where I needed to be. Pusan National University Intelligent.
MULTI DEGREE OF FREEDOM (M-DOF)
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
1. Plotting Graph with Matlab:
Presentation transcript:

, Free vibration Eigenvalue equation EIGENVALUE EQUATION Free vibration occurs in a mechanical system under initial conditions when F(t) equals to zero. So, external forces equals to zero at the RHS of the differential equation of a multi-degree of freedom system. , Free vibration Assuming and substituting it in the differential equation, we get the equation. Dividing the equation by est, we find the equation below. To obtain a solution, A must not equal to zero and, the determinant of the matrix must be zero, so the resulting determinat is called as eigenvalue equation. Eigenvalue equation

Example 1.1 (Continue) We reconsider Example 1.1 for this lecture. Remembering the equation of motion for Example 1.1. Recall the eigenvalue equation. Multiplying the mass matrix by s2, multiplying the damping matrix by s, taking the stiffness matrix itself and then summing the matrices, the resulting eigenvalue equation is found as follows. Eigenvalue Equation

a=[0.0001828,0.05,4.46,182.96,5241.18];p=roots(a);vpa(p,4) Substituting the numerical values given in the example, the determinant of the resulting matrix given below is calculated. Eigenvalue Equation : m=0.184 kg, L =0.24 m, k=201.1 N/m, c=2.34 Ns/m The determinant gives a polynomial equation depending on s. We can solve the polynomial equation with MATLAB. Defining the coefficients of polynomial equation in a vector defining “a” in MATLAB, we can find the eigenvalues of the mechanical system by “roots” commands in MATLAB. MatLAB Code: a=[0.0001828,0.05,4.46,182.96,5241.18];p=roots(a);vpa(p,4)

Eigenvalues: -18.5+42.1i, -18.5-42.1i, -97.4, -139 We can also find the eigenvalues of the system by writing an alternative code in MATLAB. Eigenvalue Equation m=0.184 kg, L =0.24 m, k=201.1 N/m, c=2.34 Ns/m MatLAB Code: clc;clear m0=0.184;l0=0.24;k0=201.1;c0=2.34; m=[m0*l0^2/8,0;0,3*m0/4]; c=[27*c0*l0^2/16,-9*c0*l0/4;-9*c0*l0/4,6*c0]; k=[9*k0*l0^2/8,-3*k0*l0/2;-3*k0*l0/2,4*k0]; syms s;p=solve(det(m*s^2+c*s+k));vpa(p,4) Using any programs given above, we can obtain the eigenvalues of the system. Eigenvalues: -18.5+42.1i, -18.5-42.1i, -97.4, -139 We have four eigenvalues, the two of them are complex roots, and the others are real roots.

Eigenvalues : s1=-18.5+42.1i, s2= -18.5-42.1i, s3= -97.4, s4= -139 The form of free vibration response : The form of free vibration is determined from the eigenvalues. A pair of eigenvalues having complex conjugate roots gives an exponential-harmonic response. Each eigenvalue having a real root gives a pure exponential response. Ai is the amplitude and φ is the phase angle for the response. The values of A1, φ1, A2 and A3 are determined from initial conditions. When t goes to infinity, the free vibration response goes to zero. So, the steady state response becomes zero. A system is stable when its whole eigenvalues have negative real parts Another definition of stability is that the free vibration response goes to zero when t goes to infinity.

For the system response: Δt=0.0023 , t∞=0.34 From the eigenvalues having complex conjugate roots, we can calculate the parameters such as the undamped natural frequency, the damping ratio, the time step, and time at which a response reaches steady state. rad/s ω0 iω -σ φ p=-σ+iω f0=1/T0 From the eigenvalues having real roots, we can calculate the parameters such as the time constant, the time step, and time at which a response reaches steady state. p=-σ For s3=-97.4, Δt=0.0033, t∞=0.0645 For s4=-139 Δt=0.0023, t∞=0.0452 The smallest value of the time steps and the biggest value of steady-state times are chosen as time parameters for the system to plot a dynamic response. For the system response: Δt=0.0023 , t∞=0.34

The plots of exponential-harmonic responses for different damping ratios and pure exponential responses for different time constants are shown below. x(t) t 5 3 1 0.2 0.5 ξ=0.1 t x(t)