Equations of Motion: Kinetic energy: Potential energy: Sin≈

Slides:



Advertisements
Similar presentations
Lecture 2 Free Vibration of Single Degree of Freedom Systems
Advertisements

FCI. Prof. Nabila.M.Hassan Faculty of Computer and Information Basic Science department 2013/ FCI.
Dr. Adnan Dawood Mohammed (Professor of Mechanical Engineering)
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS Example: Mathematical model of a mechanical system is defined as a system of differential equations as follows:
ME 482: Mechanical Vibrations (062) Dr. M. Sunar.
Vibrations FreeForced UndampedDampedUndampedDamped.
Measuring Simple Harmonic Motion
HOMEWORK 01C Eigenvalues Problem 1: Problem 2: Problem 3: Problem 4: Lecture 1 Problem 5: Problem 6:
Mechanical Vibrations Multi Degrees of Freedom System
Mechanical Vibrations
The Simple Pendulum A simple pendulum consists of a mass at the end of a lightweight cord. We assume that the cord does not stretch, and that its mass.
Copyright © 2010 Pearson Education, Inc. Lecture Outline Chapter 13 Physics, 4 th Edition James S. Walker.
Chapter 7. Free and Forced Response of Single-Degree-of-Freedom Linear Systems 7.1 Introduction Vibration: System oscillates about a certain equilibrium.
The Physical Pendulum Damped Oscillations Forced Oscillations
Simpson’s Rule: Example: Calculate the integral of the given function.
APPLIED MECHANICS Lecture 05 Slovak University of Technology
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
Simple Harmonic Motion This type of motion is the most pervasive motion in the universe. All atoms oscillate under harmonic motion. We can model this motion.
, Free vibration Eigenvalue equation EIGENVALUE EQUATION
What is called vibration Analysis Design
1 MIDTERM EXAM REVIEW. 2 m 081.SLDASM REVIEW Excitation force 50N normal to face k=10000N/m m=6.66kg Modal damping 5%
Simple Harmonic Motion Physics is phun!. a) 2.65 rad/s b) m/s 1. a) What is the angular velocity of a Simple Harmonic Oscillator with a period of.
Vibrations of Multi Degree of Freedom Systems A Two Degree of Freedom System: Equation of Motion:
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
HOMEWORK 01B Lagrange Equation Problem 1: Problem 2: Problem 3:
Moment of Inertia Let the figure represent a rigid body which is rotating about a fixed axis, the angular velocity. With a suitable system of cylindrical.
OSCILLATIONS spring pendulum.
Mechanical Vibrations
Figure 1. Spring characteristics
Applications of SHM and Energy
10. Harmonic oscillator Simple harmonic motion
Figure 1. Spring characteristics
(x(t) depends on the initial conditions)
Kinematic Analysis (position, velocity and acceleration)
1. Plotting Graph with Matlab:
Classical Mechanics Review 4: Units 1-22
Equations of Motion: Kinetic energy: Potential energy: Sin≈
Purdue Aeroelasticity
MODELING OF ELECTRICAL SYSTEMS
Equations of Motion: Kinetic energy: Potential energy: Sin≈
1. Plotting Graph with Matlab:
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.
The Simple Pendulum A simple pendulum consists of a mass at the end of a lightweight cord. We assume that the cord does not stretch, and that its mass.
Mechanical Vibrations 2DoF Vibration Systems
Simple Harmonic Motion
(x(t) depends on the initial conditions)
(x(t) depends on the initial conditions)
ADVANCED VIBRATION Lecture #1 Asst. Prof. Dr. Mahir Hameed Majeed ©2018.
Harmonic Motion AP Physics C.
SYSTEM OF DIFFERENTIAL EQUATIONS
ENGINEERING MECHANICS
Lecture Outline Chapter 13 Physics, 4th Edition James S. Walker
Simpson’s Rule: Example: Calculate the integral of the given function.
ME321 Kinematics and Dynamics of Machines
HOMEWORK 01A Kinetic energy, potential energy, virtual work Problem 1:
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Problem 1: m x(t) f(t) c k m,R c k m Figure 1 Kinetic energy: Idisc θ
Figure 1. Spring characteristics
Differential Equations
Simple Harmonic Motion 2
VIBRATION.
VIBRATION.
Homework 02 ANSYS: Problem 1: (The system in Homework 01C- Problem 5)
1. Plotting Graph with Matlab:
HOMEWORK 08B Impulse, step response Problem 1: Problem 2: Problem 3:
Linear Differential Equations with Constant Coefficients:
INTRODUCTION TO CONTROL SYSTEMS
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
(x(t) depends on the initial conditions)
Presentation transcript:

Equations of Motion: Kinetic energy: Potential energy: Sin≈ SYSTEM MODELING AND ANALYSIS Example: Obtain the equations of motion of the simple pendulum shown in the figure. Find the undamped natural frequency of the pendulum. Kinetic energy: Potential energy: There is no external excitation and damping. Sin≈

Kinetic energy: Potential energy: O SYSTEM MODELING AND ANALYSIS Example: Obtain the equations of motion of the compound pendulum shown in the figure. Find the undamped natural frequency. Kinetic energy: G O θ m, L, IO L L1 g Potential energy: Where IO is the mass moment of inertia about point O. For small angular displacements sin θθ

Material: Plain carbon steel L1=0.170299 m SYSTEM MODELING AND ANALYSIS L1=0.170299 m Material: Plain carbon steel

SYSTEM MODELING AND ANALYSIS

Yücel Ercan, İleri Dinamik 2014. SYSTEM MODELING AND ANALYSIS Example: Obtain the equations of motion of the mechanical system shown in the figure. Yücel Ercan, İleri Dinamik 2014. θ x M1 Solution: System has two degree of freedom, namely θ and x. Pendulum rod Bob Tranlational mass Kinetic energy: Potential energy: Virtual work:

Lagrange’s equation for θ: SYSTEM MODELING AND ANALYSIS Potential energy: Kinetic energy: Virtual work: Lagrange’s equation for θ:

Lagrange’s equation for x: (For constant M) In matrix form;

Lagrange’s equation for θ: SYSTEM MODELING AND ANALYSIS Example: Obtain the equations of motion of the mechanical system shown in the figure. x Solution: (Kinetic energy of the beam is zero due to its negligible mass) Lagrange’s equation for θ:

Lagrange’s equation for x: SYSTEM MODELING AND ANALYSIS Lagrange’s equation for x: In matrix form;

Potential energy of pendulum is neglected SYSTEM MODELING AND ANALYSIS Example: Obtain the equations of motion of the mechanical system shown in the figure. G Inputs: f, T, x4 Potential energy of pendulum is neglected

SYSTEM MODELING AND ANALYSIS

SYSTEM MODELING AND ANALYSIS

SYSTEM MODELING AND ANALYSIS In matrix form:

EIGENVALUE EQUATION (Free vibration) Eigenvalue equation Eigenvalue equation:

a=[0.0039,3.75,847,141834,2799360];p=roots(a);vpa(p,4) Eigenvalue equation: m=0.85 kg, L =0.24 m, k=1200 N/m, c=38 Ns/m Matlab code: a=[0.0039,3.75,847,141834,2799360];p=roots(a);vpa(p,4) clc;clear m0=0.85;l0=0.24;k0=1200;c0=38; 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,-3*k0*l0/2;-3*k0*l0/2,4*k0]; syms s;p=solve(det(m*s^2+c*s+k));vpa(p,4) Eigenvalues: -104.3+181.4i, -104.3-181.4i, -22.4, -730.2

Eigenvalues: -104.3+181.4i, -104.3-181.4i, -22.4, -730.2 Form of the free vibration response: A1, φ1, A2 and A3 can be calculated from initial conditions The output reaches zero as time t goes infinity. The value of the steady-state reponse will be zero. If the real parts of all eigenvalues are negative than the system is stable. rad/s ω0 iω -σ φ p=-σ+iω f0=1/T0 For the root -22.4 Δt=0.0142 , t∞=0.28 p=-σ For the root -730.2 için Δt=0.000436 , t∞=0.0086 For the system Δt=0.000436 , t∞=0.28

x(t) t 5 3 1 0.2 0.5 ξ=0.1 t x(t)