Mechanical Engineering at Virginia Tech

Slides:



Advertisements
Similar presentations
A TASTE OF CHAOS By Adam T., Andy S., and Shannon R.
Advertisements

PLOTTING PHASE PORTRAITS WITH MATLAB:
Lect.3 Modeling in The Time Domain Basil Hamed
Lecture 2 Free Vibration of Single Degree of Freedom Systems
MEEG 5113 Modal Analysis Set 3.
Harmonic Motion P221, November 22 nd, Review of Simple Harmonic Motion System at rest Displace mass, stretches spring Restoring force is proportional.
Moza M. Al-Rabban Professor of Physics
Oscillators fall CM lecture, week 3, 17.Oct.2002, Zita, TESC Review forces and energies Oscillators are everywhere Restoring force Simple harmonic motion.
ME 746 Spring Dynamic Models Differential Equations in State-Variable Form.
The simple pendulum Energy approach q T m mg PH421:Oscillations F09
Mechanical Energy and Simple Harmonic Oscillator 8.01 Week 09D
Simple Harmonic Motion
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
Complex eigenvalues SECTION 3.4
Autumn 2008 EEE8013 Revision lecture 1 Ordinary Differential Equations.
Erin Catto Blizzard Entertainment Numerical Integration.
Ch. 6 Single Variable Control
Feb 18, /34 Mechanical Engineering at Virginia Tech What to bring and what to study One 8.5 X 11 formula sheet, one side only, no examples. Save.
ME 440 Intermediate Vibrations Th, Feb. 10, 2009 Sections 2.6, 2.7 © Dan Negrut, 2009 ME440, UW-Madison.
Chapter 6 Circular Motion and Other Applications of Newton’s Laws.
Equation of Motion for a Particle Sect nd Law (time independent mass): F = (dp/dt) = [d(mv)/dt] = m(dv/dt) = ma = m(d 2 r/dt 2 ) = m r (1) A 2.
MAT 1228 Series and Differential Equations Section 3.7 Nonlinear Equations
MA/CS 375 Fall MA/CS 375 Fall 2002 Lecture 12.
Oscillatory motion (chapter twelve)
Chapter 5 Two Dimensional Forces Equilibrium An object either at rest or moving with a constant velocity is said to be in equilibrium The net force acting.
Lecture 6: Time Response 1.Time response determination Review of differential equation approach Introduce transfer function approach 2.MATLAB commands.
Ch 9.2: Autonomous Systems and Stability In this section we draw together and expand on geometrical ideas introduced in Section 2.5 for certain first order.
, Free vibration Eigenvalue equation EIGENVALUE EQUATION
Oscillations Different Situations.
Ball in a Bowl: F g F N F g F N  F  F Simple Harmonic Motion (SHM) Stable Equilibrium (restoring force, not constant force)
State Equations BIOE Processes A process transforms input to output States are variables internal to the process that determine how this transformation.
PHY 151: Lecture Motion of an Object attached to a Spring 12.2 Particle in Simple Harmonic Motion 12.3 Energy of the Simple Harmonic Oscillator.
© D. J. Inman 1/41 Mechanical Engineering at Virginia Tech 3.5 Random Vibrations So far our excitations have been harmonic, periodic, or at least known.
Advanced Computer Graphics Rigid Body Simulation
MESB374 System Modeling and Analysis
Modeling and Simulation Dr. Mohammad Kilani
Youngjune, Han Chapter 4 Time Response Youngjune, Han
Figure 1. Spring characteristics
A PRESENTATION ON VIBRATION
Figure 1. Spring characteristics
Math 4B Practice Final Problems
Harmonic Motion (III) Physics 1D03 - Lecture 33.
Chapter 2 Response to Harmonic Excitation
Solving the Harmonic Oscillator
Chapter 4 Multiple Degree of Freedom Systems
Mechanical Engineering at Virginia Tech
Two Dimensional Forces
Mechanical Engineering at Virginia Tech
Autonomous Cyber-Physical Systems: Dynamical Systems
Topics in Phase-Space Jeffrey Eldred
3 General forced response
Ordinary differential equaltions:
Simple Harmonic Motion
Applied Differential Equations I
Industrial Engineering Majors Authors: Autar Kaw, Charlie Barker
ME321 Kinematics and Dynamics of Machines
PLOTTING PHASE PORTRAITS WITH MATLAB:
Autar Kaw Humberto Isaza
MATHEMATICAL MODELING
Stability Analysis of Linear Systems
Figure 1. Spring characteristics
VIBRATION.
VIBRATION.
Autar Kaw Humberto Isaza
APPLICATION OF LINEAR ALGEBRA IN MECHANICAL ENGINEERING
Copyright © 2014 John Wiley & Sons, Inc. All rights reserved.
Presentation of Final Project – Gergely Gyebrószki Supervisors:
Linear Time Invariant systems
Chapter 3 Modeling in the Time Domain
PHYS 1443 – Section 501 Lecture #25
Presentation transcript:

Mechanical Engineering at Virginia Tech Section 1.8 Stability Stability is defined for the solution of free response case: Stable: Asymptotically Stable: Unstable: if it is not stable or asymptotically stable © D. J. Inman 1/24 Mechanical Engineering at Virginia Tech

Examples of the types of stability Stable Asymptotically Stable Divergent instability Flutter instability © D. J. Inman 2/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech Example: 1.8.1: For what values of the spring constant will the response be stable? Figure 1.37 © D. J. Inman 3/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech 1.9 Numerical Simulation Solving differential equations by numerical integration Euler, Runge-Kutta, etc. Available in Mathcad, Matlab, Mathematica and Maple (or in FORTRAN) Or use Engineering Vibration Toolbox Will use these to examine nonlinear vibration problems that do not have analytical expressions for solutions 0.5 0.4 0.3 Amplitude of x 0.2 0.1 0.5 1 1.5 2 Time (sec) © D. J. Inman 4/24 Mechanical Engineering at Virginia Tech

First order differential equation x3 will be used to calculate the next term x4 amplitude The new value of x is calculated from the old value of x. Time (sec) © D. J. Inman 5/24 Mechanical Engineering at Virginia Tech

Example 9.7.1 solve dx/dt=-3x, x(0)=1 Numerical solution Note that the numerical Solution is different for Each choice of Dt Analytical solution © D. J. Inman 6/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech Time step With time step at 0.5 sec the numerical solution oscillates about the exact solution Large errors can be caused by choosing the time step to be too small Small time steps require more computation 1 Numerical solution D t=0.5sec Numerical solution D t=0.05sec Exact solution 0.5 Amplitude of x -0.5 1 2 3 4 Time (sec) © D. J. Inman 7/24 Mechanical Engineering at Virginia Tech

Numerical solution of the 2nd order equation of vibration: It is necessary to convert the second order equation into two first order equations. To achieve this two new variables x1 and x2 are defined as follows. From this two first order differential equations can be written. Called state space © D. J. Inman 8/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech Matrix form Combining these first order DEs in matrix form gives. State vector State matrix The Euler numerical method can then be applied to the matrix form to give. © D. J. Inman 9/24 Mechanical Engineering at Virginia Tech

Matlab Solutions ‘ode23’ and ‘ode45’ Use Runge-Kutta. More sophisticated than the Euler method but more accurate Often picks Dt (i.e. if solution x(t) is rapidly changing Dt is chosen to be small and visa-versa Works for nonlinear equations too Create Matlab function In the command window function xdot=sdof(t,x) k=2;c=1;m=3; A=[0 1;-k/m -c/m]; xdot=A*x; » t0=0;tf=20; » x0=[0 ; 0.25]; » [t,x]=ode45('sdof',[t0 tf],x0); » plot(t,x) Saved as sdof.m © D. J. Inman 10/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech Resulting solution 0.3 Displacement 0.2 Velocity 0.1 Amplitude -0.1 -0.2 5 10 15 20 Time (sec) © D. J. Inman 11/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech Why use numerical simulation when we can compute the analytical solution and plot it? To have a tool that we are confident with that will allow us to solve for the response when an analytical solution cannot be found Nonlinear systems to not have analytical solutions, but can be simulated numerically © D. J. Inman 12/24 Mechanical Engineering at Virginia Tech

Section 1.10 Coulomb Friction and the Pendulum Nonlinear phenomenon in vibration analysis © D. J. Inman 13/24 Mechanical Engineering at Virginia Tech

Vibration of Nonlinear Systems k x0 N=mg x(t) The force due to Coulomb friction opposes motion, hence the ‘sgn’ function is used. The force is proportional to the normal force and independent of the velocity of the mass. © D. J. Inman 14/24 Mechanical Engineering at Virginia Tech

The free body diagram split depending on the direction of motion: Figure 1.41 © D. J. Inman 15/24 Mechanical Engineering at Virginia Tech

The ‘sgn’ function is nonlinear Causes equation of motion to be nonlinear Can solve as piecewise linear (see text) Can solve numerically Has more than one equilibrium position Decay is linear rather then exponential Comes to rest when spring cannot overcome friction at the instant the velocity is zero 0.3 0.2 0.1 Displacement x -0.1 -0.2 5 10 15 20 25 Time (sec) Does not settle at x=0 Linear decay © D. J. Inman 16/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech Figure 1.42 shows the details of the free response of a system with Coulomb damping © D. J. Inman 17/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech A General second order system can be written as a single first order equation The equilibrium position is defined: For Coulomb friction this is defined as: i.e. the positions where the force due to the spring can no longer overcome the sliding friction force © D. J. Inman 18/24 Mechanical Engineering at Virginia Tech

Example 1.10.2: Calculating the equilibrium position for nonlinear DEs Equation of motion: Equilibrium positions: State space form: Multiple equilibrium positions possible © D. J. Inman 19/24 Mechanical Engineering at Virginia Tech

Mechanical Engineering at Virginia Tech The pendulum q m mg Stable Equilibrium q= 0, 2p, 4p ... Unstable Equilibrium q = p, 3p, 5p... © D. J. Inman 20/24 Mechanical Engineering at Virginia Tech

Example 1.10.2 Equilibrium of a Pendulum Figure 1.44 © D. J. Inman 21/24 Mechanical Engineering at Virginia Tech

Solution to the pendulum Can use numerical simulation to examine both linear and nonlinear response Let (g/L)=(0.1)2 so that wn = 0.1 a) use q(0)=0.3 rad & initial vel: 0.3 rad/s b) change the initial position to: q(0)= p rad which is near the unstable equilibrium (a) (b) 1.5 30 Non-linear Non-linear 1 Linear Linear 20 0.5 q ) q ) Angle ( 10 Angle ( -0.5 -1 -1.5 -10 10 20 30 40 50 10 20 30 40 50 Time (sec) Time (sec) © D. J. Inman 22/24 Mechanical Engineering at Virginia Tech

Pendulum with friction added 15 After making a single loop the pendulum cannot make a second rotation and settles to the stable equilibrium position of q=4p q=4p 10 Angle (q) Friction loss causes slow decay 5 20 40 60 80 Time (sec) © D. J. Inman 23/24 Mechanical Engineering at Virginia Tech

Summary of Nonlinear Vibrations Additional phenomena over linear case Multiple equilibrium Instabilities possible with positive coefficients Form of response dependent on initial conditions Closed form solutions usually not available Can simulate numerically Linear model has tremendous advantages Linear combination of inputs yields linear combination of outputs Linear ode techniques very powerful But don’t make a design error by ignoring important nonlinear situations All systems have nonlinear ranges of operation Need to sort out when nonlinearity is important to consider and when to ignore it © D. J. Inman 24/24 Mechanical Engineering at Virginia Tech