Introduction Course Goals Review Topics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 1 Fall 2017

Size: px
Start display at page:

Download "Introduction Course Goals Review Topics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 1 Fall 2017"

Transcription

1 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 1 Fall 2017

2 Outline Introduction 1 Introduction Vibration Problems in Engineering 2 3

3 Vibration Problems in Engineering Vibration Analysis in Mechanical Engineering Vibrations established intentionally: pneumatic jackhammer, atomic force microscope, musical instruments... Vibrations that should be supressed: aircraft wing flutter, tractor cab seats, gas turbine shafts... Give 2 more examples of intentional and undesirable vibration in engineering systems. In both cases, the ME must be prepared to handle vibration problems at three levels: analysis, design and field work (measurement and instrumentation)

4 Vibration Problems in Engineering Intentional Vibrations: Non-Contact Mode AFM Image from Park Systems ( Interatomic forces modulate the cantilever vibrations. Data can be used to obtain an image as the sample is scanned in 3D. Key idea: use feedback control to compensate for changes to the vibration amplitude caused by sample-tip distances. More details:

5 Vibration Problems in Engineering Unintentional Vibrations: Aircraft Wing Flutter Phenomenon where interacting aerodynamic and elastic forces result in a self-induced oscillation. Example: NASA test on twin-engine plane: Tacoma Narrows 1940 bridge collapse: Both are examples of the same destructive self-induced vibration phenomenon.

6 Valve Floating Problem Introduction Vibration Problems in Engineering Problem: valves begin to stay open (float) at high rotational speeds How would you begin to address this problem? (aiming at valvetrain redesign for a faster engine) At the end of this course, you should be able to carry basic analysis and prepare computer simulations to study problems like this

7 Vibration Problems in Engineering Vibration Control: Active/Semiactive Suspension You need a course in control systems following vibrations to work on this!

8 Introduction 1 Establish a solid foundation to describe dynamic mechanical systems in terms of differential equations 2 Develop proficiency in understanding and using the properties of the solutions of forced and unforced one-degree-of-freedom systems. 3 Develop proficiency in deriving the differential equations of motion for systems with multiple degrees-of-freedom. 4 Develop proficiency in solving one-degree-of-freedom differential equations using Laplace methods. 5 Develop working-level proficiency with computer simulation tools: Matlab and Simulink 6 Introduce matrix methods for systems with multiple degrees-of-freedom. 7 Introduce vibration suppression methods and vibration measurement instrumentation. A laboratory session on accelerometers will be included.

9 Using sinusoids to describe harmonic motion Reference: Palm Sect. 1.2, Inman Sects. 1.1, 1.2 If you measure real vibrations using a pickup, do you expect to see a perfect sinewave? An experimental vibration trace can be decomposed into contributing sinusoids of various frequencies. This is why we need to be very familiar with harmonic functions, their parameters and their graphical representations. Vibration Amplitude, milli inches Example: Fourier Decomposition Vibration Components, milli inches Time,ms

10 Sinewave Parameters Introduction y(t) = Asin(wt +φ) = Asin(2πf +φ) 1 A is the amplitude (half of the distance from low peak to high peak) 2 w is the radian frequency measured in rad/s 3 f is the number of cycles per second (Hertz): w = 2πf. 4 φ is the phase in radians 5 T = 1/f is the period in sec.

11 Useful Identities Introduction cos(x +φ) = sin(x +φ+ π 2 ) sin(x +φ) = sin(x +φ+π) Exercise: If y(t) = Asin(wt+φ) is the position, obtain the velocity and the acceleration in terms of sin and sketch the three functions.

12 Plotting in Matlab 1 Create a time vector: >> t=[0:0.1:10]. Use a reasonable t. Rule-of-thumb: T/ t > 8. 2 Type the expression for the sinewave: >> y=3*sin(2*t+1.5) 3 Produce a basic plot: >> plot(t,y) 4 Label the plot (A MUST): >> title( Sine Wave );xlabel( Time, sec. );ylabel( Position, mm )

13 Some Plot Refinements Introduction 1 Suppose we want to add another trace on the same plot: >> y2=sin(4*t) 2 Plot with a yellow asterisk only: >> hold on; plot(t,y2, *y ) 3 Add a legend: >> legend( y, y2, Location, NorthEast ) 4 Type >> help plot and carefully study the options

14 Assigned Exercise Introduction 1 Download the data from the course website 2 Plot and label using the given time and position vectors. Use data point markers instead of a solid line 3 Find the approximate amplitude, frequency and phase from the plot 4 Calculate a fitted sinewave using the above and superimpose a solid-line plot. Include a legend.

15 Decaying and Increasing Oscillations 1 A damped vibratory system (auto suspension) has a decreasing amplitude. 2 Some unstable oscillations have increasing amplitudes. 3 The amplitude envelope can be fitted to an exponential function in many practical cases. 4 Decreasing amplitude: y(t) = Ae t/τ sin(wt +φ), τ > 0. 5 Increasing amplitude: y(t) = Ae rt sin(wt +φ), r > 0.

16 Exponentially-Decaying Oscillation Ae tτ Exponentially Decaying Oscillation A=2 τ=2 w=10 φ=π/4 0.5 y(t) y(t)=ae t/τ sin(wt+φ) Time, sec. Logarithmic decrement: δ = ln y(t) y(t+t), T = 2π/w is the period. For non-consecutive peaks: δ = 1 B1 n ln B n+1 (see Palm, p.150)

17 Some Properties of y e (t) = Ae t/tau τ is called the time constant. y e (0) = A. At t = τ, y e has decreased to 37% of the initial value. At t = 4τ, y e has decreased to 2% of its initial value. A time equal to 4τ constants is usually designated as settling time. These facts can be used to estimate τ from an experimental trace.

1-DOF Vibration Characteristics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 7 Fall 2017

1-DOF Vibration Characteristics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 7 Fall 2017 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 7 Fall 2017 Free Undamped Vibration Follow Palm, Sect. 3.2, 3.3 (pp 120-138), 3.5 (pp 144-151), 3.8 (pp. 167-169) The equation

More information

1-DOF Forced Harmonic Vibration. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 8 Fall 2011

1-DOF Forced Harmonic Vibration. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 8 Fall 2011 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 8 Fall 2011 Harmonic Forcing Functions Transient vs. Steady Vibration Follow Palm, Sect. 4.1, 4.9 and 4.10 Harmonic forcing

More information

Modeling and Experimentation: Mass-Spring-Damper System Dynamics

Modeling and Experimentation: Mass-Spring-Damper System Dynamics Modeling and Experimentation: Mass-Spring-Damper System Dynamics Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin July 20, 2014 Overview 1 This lab is meant to

More information

MAE106 Laboratory Exercises Lab # 6 - Vibrating systems

MAE106 Laboratory Exercises Lab # 6 - Vibrating systems MAE106 Laboratory Exercises Lab # 6 - Vibrating systems Goals Understand how the oscillations in a mechanical system affect its behavior. Parts & equipment Qty Part/Equipment 1 Seeeduino board 1 Motor

More information

Honors Differential Equations

Honors Differential Equations MIT OpenCourseWare http://ocw.mit.edu 18.034 Honors Differential Equations Spring 009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. LECTURE 7. MECHANICAL

More information

Matlab Sheet 3. Plotting in Matlab

Matlab Sheet 3. Plotting in Matlab Matlab Sheet 3 Plotting in Matlab 1. a. Estimate the roots of the following equation by plotting the equation. x 3 3x 2 + 5x sin ( πx 4 5π 4 ) + 3 = 0 b. Use the estimates found in part a to find the roots

More information

Oscillations. Simple Harmonic Motion (SHM) Position, Velocity, Acceleration SHM Forces SHM Energy Period of oscillation Damping and Resonance

Oscillations. Simple Harmonic Motion (SHM) Position, Velocity, Acceleration SHM Forces SHM Energy Period of oscillation Damping and Resonance Oscillations Simple Harmonic Motion (SHM) Position, Velocity, Acceleration SHM Forces SHM Energy Period of oscillation Damping and Resonance 1 Revision problem Please try problem #31 on page 480 A pendulum

More information

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 You can work this exercise in either matlab or mathematica. Your choice. A simple harmonic oscillator is constructed from a mass m and a spring

More information

Laboratory handout 5 Mode shapes and resonance

Laboratory handout 5 Mode shapes and resonance laboratory handouts, me 34 82 Laboratory handout 5 Mode shapes and resonance In this handout, material and assignments marked as optional can be skipped when preparing for the lab, but may provide a useful

More information

2.3 Oscillation. The harmonic oscillator equation is the differential equation. d 2 y dt 2 r y (r > 0). Its solutions have the form

2.3 Oscillation. The harmonic oscillator equation is the differential equation. d 2 y dt 2 r y (r > 0). Its solutions have the form 2. Oscillation So far, we have used differential equations to describe functions that grow or decay over time. The next most common behavior for a function is to oscillate, meaning that it increases and

More information

Lecture 9: Harmonic Loads (Con t)

Lecture 9: Harmonic Loads (Con t) Lecture 9: Harmonic Loads (Con t) Reading materials: Sections 3.4, 3.5, 3.6 and 3.7 1. Resonance The dynamic load magnification factor (DLF) The peak dynamic magnification occurs near r=1 for small damping

More information

Laboratory handouts, ME 340

Laboratory handouts, ME 340 Laboratory handouts, ME 340 This document contains summary theory, solved exercises, prelab assignments, lab instructions, and report assignments for Lab 4. 2014-2016 Harry Dankowicz, unless otherwise

More information

Engineering Science OUTCOME 2 - TUTORIAL 3 FREE VIBRATIONS

Engineering Science OUTCOME 2 - TUTORIAL 3 FREE VIBRATIONS Unit 2: Unit code: QCF Level: 4 Credit value: 5 Engineering Science L/60/404 OUTCOME 2 - TUTORIAL 3 FREE VIBRATIONS UNIT CONTENT OUTCOME 2 Be able to determine the behavioural characteristics of elements

More information

Harmonic Oscillator. Mass-Spring Oscillator Resonance The Pendulum. Physics 109 Experiment Number 12

Harmonic Oscillator. Mass-Spring Oscillator Resonance The Pendulum. Physics 109 Experiment Number 12 Harmonic Oscillator Mass-Spring Oscillator Resonance The Pendulum Physics 109 Experiment Number 12 Outline Simple harmonic motion The vertical mass-spring system Driven oscillations and resonance The pendulum

More information

PREMED COURSE, 14/08/2015 OSCILLATIONS

PREMED COURSE, 14/08/2015 OSCILLATIONS PREMED COURSE, 14/08/2015 OSCILLATIONS PERIODIC MOTIONS Mechanical Metronom Laser Optical Bunjee jumping Electrical Astronomical Pulsar Biological ECG AC 50 Hz Another biological exampe PERIODIC MOTIONS

More information

MODULE I. Transient Response:

MODULE I. Transient Response: Transient Response: MODULE I The Transient Response (also known as the Natural Response) is the way the circuit responds to energies stored in storage elements, such as capacitors and inductors. If a capacitor

More information

Laboratory notes. Torsional Vibration Absorber

Laboratory notes. Torsional Vibration Absorber Titurus, Marsico & Wagg Torsional Vibration Absorber UoB/1-11, v1. Laboratory notes Torsional Vibration Absorber Contents 1 Objectives... Apparatus... 3 Theory... 3 3.1 Background information... 3 3. Undamped

More information

Problem Value Score Total 100/105

Problem Value Score Total 100/105 RULES This is a closed book, closed notes test. You are, however, allowed one piece of paper (front side only) for notes and definitions, but no sample problems. The top half is the same as from the first

More information

ECE 320 Linear Control Systems Winter Lab 1 Time Domain Analysis of a 1DOF Rectilinear System

ECE 320 Linear Control Systems Winter Lab 1 Time Domain Analysis of a 1DOF Rectilinear System Amplitude ECE 3 Linear Control Systems Winter - Lab Time Domain Analysis of a DOF Rectilinear System Objective: Become familiar with the ECP control system and MATLAB interface Collect experimental data

More information

Experimental Aerodynamics. Experimental Aerodynamics

Experimental Aerodynamics. Experimental Aerodynamics Lecture 3: Vortex shedding and buffeting G. Dimitriadis Buffeting! All structures exposed to a wind have the tendency to vibrate.! These vibrations are normally of small amplitude and have stochastic character!

More information

MAT 275 Laboratory 6 Forced Equations and Resonance

MAT 275 Laboratory 6 Forced Equations and Resonance MAT 275 Laboratory 6 Forced Equations and Resonance In this laboratory we take a deeper look at second-order nonhomogeneous equations. We will concentrate on equations with a periodic harmonic forcing

More information

Lecture 7:Time Response Pole-Zero Maps Influence of Poles and Zeros Higher Order Systems and Pole Dominance Criterion

Lecture 7:Time Response Pole-Zero Maps Influence of Poles and Zeros Higher Order Systems and Pole Dominance Criterion Cleveland State University MCE441: Intr. Linear Control Lecture 7:Time Influence of Poles and Zeros Higher Order and Pole Criterion Prof. Richter 1 / 26 First-Order Specs: Step : Pole Real inputs contain

More information

Energy in a Simple Harmonic Oscillator. Class 30. Simple Harmonic Motion

Energy in a Simple Harmonic Oscillator. Class 30. Simple Harmonic Motion Simple Harmonic Motion Class 30 Here is a simulation of a mass hanging from a spring. This is a case of stable equilibrium in which there is a large extension in which the restoring force is linear in

More information

SHOCK AND VIBRATION RESPONSE SPECTRA COURSE Unit 1B. Damping

SHOCK AND VIBRATION RESPONSE SPECTRA COURSE Unit 1B. Damping SHOCK AND VIBRATION RESPONSE SPECTRA COURSE Unit 1B. Damping By Tom Irvine Introduction Recall the homework assignment from Unit 1A. The data.txt time history represented a rocket vehicle dropped from

More information

Control Systems, Lecture04

Control Systems, Lecture04 Control Systems, Lecture04 İbrahim Beklan Küçükdemiral Yıldız Teknik Üniversitesi 2015 1 / 53 Transfer Functions The output response of a system is the sum of two responses: the forced response and the

More information

Laboratory 10 Forced Equations and Resonance

Laboratory 10 Forced Equations and Resonance MATLAB sessions: Laboratory 9 Laboratory Forced Equations and Resonance ( 3.6 of the Edwards/Penney text) In this laboratory we take a deeper look at second-order nonhomogeneous equations. We will concentrate

More information

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems CDS 101 1. Åström and Murray, Exercise 1.3 2. Åström and Murray, Exercise 1.4 3. Åström and Murray, Exercise 2.6, parts (a) and (b) CDS 110a 1. Åström and Murray, Exercise 1.4 2. Åström and Murray, Exercise

More information

In this lecture you will learn the following

In this lecture you will learn the following Module 9 : Forced Vibration with Harmonic Excitation; Undamped Systems and resonance; Viscously Damped Systems; Frequency Response Characteristics and Phase Lag; Systems with Base Excitation; Transmissibility

More information

سایت آموزش مهندسی مکانیک

سایت آموزش مهندسی مکانیک http://www.drshokuhi.com سایت آموزش مهندسی مکانیک 1 Single-degree-of-freedom Systems 1.1 INTRODUCTION In this chapter the vibration of a single-degree-of-freedom system will be analyzed and reviewed. Analysis,

More information

Introduction to Mechanical Vibration

Introduction to Mechanical Vibration 2103433 Introduction to Mechanical Vibration Nopdanai Ajavakom (NAV) 1 Course Topics Introduction to Vibration What is vibration? Basic concepts of vibration Modeling Linearization Single-Degree-of-Freedom

More information

DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS IB PHYSICS

DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS IB PHYSICS DEVIL PHYSICS THE BADDEST CLASS ON CAMPUS IB PHYSICS TSOKOS LESSON 4-1 SIMPLE HARMONIC MOTION Introductory Video: Simple Harmonic Motion IB Assessment Statements Topic 4.1, Kinematics of Simple Harmonic

More information

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 3 TUTORIAL 1 - TRIGONOMETRICAL GRAPHS

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 3 TUTORIAL 1 - TRIGONOMETRICAL GRAPHS EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 3 TUTORIAL 1 - TRIGONOMETRICAL GRAPHS CONTENTS 3 Be able to understand how to manipulate trigonometric expressions and apply

More information

Lab 3: The Coupled Pendulum and a bit on the Chaotic Double Pendulum

Lab 3: The Coupled Pendulum and a bit on the Chaotic Double Pendulum Phys 15c: Lab 3, Fall 006 1 Lab 3: The Coupled Pendulum and a bit on the Chaotic Double Pendulum Due Friday, March, 007, before 1 Noon in front of SC 301 REV0: February 1, 007 1 Introduction This lab looks

More information

Vibration Measurements Vibration Instrumentation. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 11 Fall 2011

Vibration Measurements Vibration Instrumentation. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 11 Fall 2011 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 11 Fall 2011 Overview of Vibration Measurements Follow Palm, Sect. pp 425-430 and 559-562. Additional references: Holman, J.P.,

More information

8. Introduction and Chapter Objectives

8. Introduction and Chapter Objectives Real Analog - Circuits Chapter 8: Second Order Circuits 8. Introduction and Chapter Objectives Second order systems are, by definition, systems whose input-output relationship is a second order differential

More information

Physical and Biological Properties of Agricultural Products Acoustic, Electrical and Optical Properties and Biochemical Property

Physical and Biological Properties of Agricultural Products Acoustic, Electrical and Optical Properties and Biochemical Property Physical and Biological Properties of Agricultural Products Acoustic, Electrical and Optical Properties and Biochemical Property 1. Acoustic and Vibrational Properties 1.1 Acoustics and Vibration Engineering

More information

Dynamic Response. Assoc. Prof. Enver Tatlicioglu. Department of Electrical & Electronics Engineering Izmir Institute of Technology.

Dynamic Response. Assoc. Prof. Enver Tatlicioglu. Department of Electrical & Electronics Engineering Izmir Institute of Technology. Dynamic Response Assoc. Prof. Enver Tatlicioglu Department of Electrical & Electronics Engineering Izmir Institute of Technology Chapter 3 Assoc. Prof. Enver Tatlicioglu (EEE@IYTE) EE362 Feedback Control

More information

Laboratory handouts, ME 340

Laboratory handouts, ME 340 Laboratory handouts, ME 34 This document contains summary theory, solved exercises, prelab assignments, lab instructions, and report assignments for Lab 6. 214-216 Harry Dankowicz, unless otherwise noted

More information

A pragmatic approach to including complex natural modes of vibration in aeroelastic analysis

A pragmatic approach to including complex natural modes of vibration in aeroelastic analysis A pragmatic approach to including complex natural modes of vibration in aeroelastic analysis International Aerospace Symposium of South Africa 14 to 16 September, 215 Stellenbosch, South Africa Louw van

More information

Index. Index. More information. in this web service Cambridge University Press

Index. Index. More information.  in this web service Cambridge University Press A-type elements, 4 7, 18, 31, 168, 198, 202, 219, 220, 222, 225 A-type variables. See Across variable ac current, 172, 251 ac induction motor, 251 Acceleration rotational, 30 translational, 16 Accumulator,

More information

SHOCK AND VIBRATION RESPONSE SPECTRA COURSE Unit 6B. Notes on the Fourier Transform Magnitude

SHOCK AND VIBRATION RESPONSE SPECTRA COURSE Unit 6B. Notes on the Fourier Transform Magnitude SHOCK AND VIBRATION RESPONSE SPECTRA COURSE Unit 6B. Notes on the Fourier Transform Magnitude By Tom Irvine Introduction Fourier transforms, which were introduced in Unit 6A, have a number of potential

More information

The Continuous-time Fourier

The Continuous-time Fourier The Continuous-time Fourier Transform Rui Wang, Assistant professor Dept. of Information and Communication Tongji University it Email: ruiwang@tongji.edu.cn Outline Representation of Aperiodic signals:

More information

Physics 401, Spring 2016 Eugene V. Colla

Physics 401, Spring 2016 Eugene V. Colla Physics 41, Spring 16 Eugene V. Colla.8 (rad). -.8 1 3 4 5 6 7 8 time (s) 1.Driven torsional oscillator. Equations.Setup. Kinematics 3.Resonance 4.Beats 5.Nonlinear effects 6.Comments 3/7/16 3/7/16 3 Tacoma

More information

General Information Mechanical Vibrations Lesson 1 Grade Breakdown: Midterm Exam 45% Final Exam 55% Homework and Quiz 5% (Extra)

General Information Mechanical Vibrations Lesson 1 Grade Breakdown: Midterm Exam 45% Final Exam 55% Homework and Quiz 5% (Extra) General Information Instructor: Name: Withit Chatlatanagulchai Office: 9/, 9th floor of Engineering Building Office Phone: -94-8555 ext 858 Mobile Phone: 83-9- E-mail: fengwtc@ku.ac.th Website: http://pirun.ku.ac.th/~fengwtc/

More information

2.1 Exponential Growth

2.1 Exponential Growth 2.1 Exponential Growth A mathematical model is a description of a real-world system using mathematical language and ideas. Differential equations are fundamental to modern science and engineering. Many

More information

Aeroelasticity. Lecture 4: Flight Flutter Testing. G. Dimitriadis. AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 4

Aeroelasticity. Lecture 4: Flight Flutter Testing. G. Dimitriadis. AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 4 Aeroelasticity Lecture 4: Flight Flutter Testing G. Dimitriadis AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 4 1 Main reference A Historical Overview of Flight Flutter Testing, Michael

More information

HOMEWORK ANSWERS. Lesson 4.1: Simple Harmonic Motion

HOMEWORK ANSWERS. Lesson 4.1: Simple Harmonic Motion DEVIL PHYSICS HOMEWORK ANSWERS Tsokos, Chapter 3 Test Lesson 4.1: Simple Harmonic Motion 1. Objectives. By the end of this class you should be able to: a) Understand that in simple harmonic motion there

More information

Chapter 16 Traveling Waves

Chapter 16 Traveling Waves Chapter 16 Traveling Waves GOALS When you have mastered the contents of this chapter, you will be able to achieve the following goals: Definitions Define each of the following terms as it is used in physics,

More information

Chapter 14 Oscillations

Chapter 14 Oscillations Chapter 14 Oscillations Chapter Goal: To understand systems that oscillate with simple harmonic motion. Slide 14-2 Chapter 14 Preview Slide 14-3 Chapter 14 Preview Slide 14-4 Chapter 14 Preview Slide 14-5

More information

Answers to examination-style questions. Answers Marks Examiner s tips

Answers to examination-style questions. Answers Marks Examiner s tips (a) (i) With the object on the spring: the mean value of x = 72 mm, e = 70 mm (ii).4% Each reading was ±0.5 mm. As the extension was the subtraction of two readings the absolute errors are added to give

More information

Figure 1.1.1: Magnitude ratio as a function of time using normalized temperature data

Figure 1.1.1: Magnitude ratio as a function of time using normalized temperature data 9Student : Solutions to Technical Questions Assignment : Lab 3 Technical Questions Date : 1 November 212 Course Title : Introduction to Measurements and Data Analysis Course Number : AME 2213 Instructor

More information

PHYSICS. Chapter 15 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 15 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 15 Lecture RANDALL D. KNIGHT Chapter 15 Oscillations IN THIS CHAPTER, you will learn about systems that oscillate in simple harmonic

More information

ECE 301 Fall 2011 Division 1. Homework 1 Solutions.

ECE 301 Fall 2011 Division 1. Homework 1 Solutions. ECE 3 Fall 2 Division. Homework Solutions. Reading: Course information handout on the course website; textbook sections.,.,.2,.3,.4; online review notes on complex numbers. Problem. For each discrete-time

More information

Sinusoids. Amplitude and Magnitude. Phase and Period. CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation

Sinusoids. Amplitude and Magnitude. Phase and Period. CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation Sinusoids CMPT 889: Lecture Sinusoids, Complex Exponentials, Spectrum Representation Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University September 6, 005 Sinusoids are

More information

CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation

CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University September 26, 2005 1 Sinusoids Sinusoids

More information

WEEKS 8-9 Dynamics of Machinery

WEEKS 8-9 Dynamics of Machinery WEEKS 8-9 Dynamics of Machinery References Theory of Machines and Mechanisms, J.J.Uicker, G.R.Pennock ve J.E. Shigley, 2011 Mechanical Vibrations, Singiresu S. Rao, 2010 Mechanical Vibrations: Theory and

More information

ME8230 Nonlinear Dynamics

ME8230 Nonlinear Dynamics ME8230 Nonlinear Dynamics Lecture 1, part 1 Introduction, some basic math background, and some random examples Prof. Manoj Srinivasan Mechanical and Aerospace Engineering srinivasan.88@osu.edu Spring mass

More information

MAT 275 Laboratory 6 Forced Equations and Resonance

MAT 275 Laboratory 6 Forced Equations and Resonance MATLAB sessions: Laboratory 6 MAT 275 Laboratory 6 Forced Equations and Resonance In this laboratory we take a deeper look at second-order nonhomogeneous equations. We will concentrate on equations with

More information

EQUIVALENT SINGLE-DEGREE-OF-FREEDOM SYSTEM AND FREE VIBRATION

EQUIVALENT SINGLE-DEGREE-OF-FREEDOM SYSTEM AND FREE VIBRATION 1 EQUIVALENT SINGLE-DEGREE-OF-FREEDOM SYSTEM AND FREE VIBRATION The course on Mechanical Vibration is an important part of the Mechanical Engineering undergraduate curriculum. It is necessary for the development

More information

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle.

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle. 2.24 Tanz and the Reciprocals Derivatives of Other Trigonometric Functions One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the

More information

Notes on the Periodically Forced Harmonic Oscillator

Notes on the Periodically Forced Harmonic Oscillator Notes on the Periodically orced Harmonic Oscillator Warren Weckesser Math 38 - Differential Equations 1 The Periodically orced Harmonic Oscillator. By periodically forced harmonic oscillator, we mean the

More information

Chapter 7: Trigonometric Equations and Identities

Chapter 7: Trigonometric Equations and Identities Chapter 7: Trigonometric Equations and Identities In the last two chapters we have used basic definitions and relationships to simplify trigonometric expressions and equations. In this chapter we will

More information

a. Follow the Start-Up Procedure in the laboratory manual. Note the safety rules.

a. Follow the Start-Up Procedure in the laboratory manual. Note the safety rules. Lab #1 - Free Vibration Name: Date: Section / Group: Procedure Steps (from lab manual): a. Follow the Start-Up Procedure in the laboratory manual. Note the safety rules. b. Locate the various springs and

More information

M A : Ordinary Differential Equations

M A : Ordinary Differential Equations M A 2 0 5 1: Ordinary Differential Equations Essential Class Notes & Graphics D 19 * 2018-2019 Sections D07 D11 & D14 1 1. INTRODUCTION CLASS 1 ODE: Course s Overarching Functions An introduction to the

More information

4.5. Applications of Trigonometry to Waves. Introduction. Prerequisites. Learning Outcomes

4.5. Applications of Trigonometry to Waves. Introduction. Prerequisites. Learning Outcomes Applications of Trigonometry to Waves 4.5 Introduction Waves and vibrations occur in many contexts. The water waves on the sea and the vibrations of a stringed musical instrument are just two everyday

More information

Date: 1 April (1) The only reference material you may use is one 8½x11 crib sheet and a calculator.

Date: 1 April (1) The only reference material you may use is one 8½x11 crib sheet and a calculator. PH1140: Oscillations and Waves Name: Solutions Conference: Date: 1 April 2005 EXAM #1: D2005 INSTRUCTIONS: (1) The only reference material you may use is one 8½x11 crib sheet and a calculator. (2) Show

More information

MCE693/793: Analysis and Control of Nonlinear Systems

MCE693/793: Analysis and Control of Nonlinear Systems MCE693/793: Analysis and Control of Nonlinear Systems Introduction to Describing Functions Hanz Richter Mechanical Engineering Department Cleveland State University Introduction Frequency domain methods

More information

Matlab Sheet 3 - Solution. Plotting in Matlab

Matlab Sheet 3 - Solution. Plotting in Matlab f(x) Faculty of Engineering Spring 217 Mechanical Engineering Department Matlab Sheet 3 - Solution Plotting in Matlab 1. a. Estimate the roots of the following equation by plotting the equation. x 3 3x

More information

for non-homogeneous linear differential equations L y = f y H

for non-homogeneous linear differential equations L y = f y H Tues March 13: 5.4-5.5 Finish Monday's notes on 5.4, Then begin 5.5: Finding y P for non-homogeneous linear differential equations (so that you can use the general solution y = y P y = y x in this section...

More information

Date: 31 March (1) The only reference material you may use is one 8½x11 crib sheet and a calculator.

Date: 31 March (1) The only reference material you may use is one 8½x11 crib sheet and a calculator. PH1140: Oscillations and Waves Name: SOLUTIONS AT END Conference: Date: 31 March 2005 EXAM #1: D2006 INSTRUCTIONS: (1) The only reference material you may use is one 8½x11 crib sheet and a calculator.

More information

Dynamics of structures

Dynamics of structures Dynamics of structures 2.Vibrations: single degree of freedom system Arnaud Deraemaeker (aderaema@ulb.ac.be) 1 One degree of freedom systems in real life 2 1 Reduction of a system to a one dof system Example

More information

Lecture 21: Decay of Resonances

Lecture 21: Decay of Resonances Lecture 21: Decay of Resonances Recall that a resonance involves energy bouncing back and forth between two means of storage. In air resonances in cavities, energy is going back and forth between being

More information

Problem Weight Total 100

Problem Weight Total 100 EE 350 Problem Set 3 Cover Sheet Fall 2016 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: Submission deadlines: Turn in the written solutions by 4:00 pm on Tuesday September

More information

Lecture 25: Tue Nov 27, 2018

Lecture 25: Tue Nov 27, 2018 Lecture 25: Tue Nov 27, 2018 Reminder: Lab 3 moved to Tuesday Dec 4 Lecture: review time-domain characteristics of 2nd-order systems intro to control: feedback open-loop vs closed-loop control intro to

More information

Unit Trip April 20, 2011, 13:40:53 CDT. McDonald Angle Relative to U.T. Austin Second

Unit Trip April 20, 2011, 13:40:53 CDT. McDonald Angle Relative to U.T. Austin Second _35_EE394J_Spring11 Order_Illustrator.doc Ringdown Analysis of Voltage Phase Angle Using 30 Point-per- Synchrophasor Data and the Excel Solver 52.5 57.75.19 52.95 0.95-1.19 53.30 2.28 1.84 0.544 0.127

More information

16.31 Homework 2 Solution

16.31 Homework 2 Solution 16.31 Homework Solution Prof. S. R. Hall Issued: September, 6 Due: September 9, 6 Problem 1. (Dominant Pole Locations) [FPE 3.36 (a),(c),(d), page 161]. Consider the second order system ωn H(s) = (s/p

More information

Systems Analysis and Control

Systems Analysis and Control Systems Analysis and Control Matthew M. Peet Illinois Institute of Technology Lecture 8: Response Characteristics Overview In this Lecture, you will learn: Characteristics of the Response Stability Real

More information

ECE317 : Feedback and Control

ECE317 : Feedback and Control ECE317 : Feedback and Control Lecture : Stability Routh-Hurwitz stability criterion Dr. Richard Tymerski Dept. of Electrical and Computer Engineering Portland State University 1 Course roadmap Modeling

More information

Harmonic Oscillator. Outline. Oscillatory Motion or Simple Harmonic Motion. Oscillatory Motion or Simple Harmonic Motion

Harmonic Oscillator. Outline. Oscillatory Motion or Simple Harmonic Motion. Oscillatory Motion or Simple Harmonic Motion Harmonic Oscillator Mass-Spring Oscillator Resonance The Pendulum Physics 109, Class Period 13 Experiment Number 11 in the Physics 121 Lab Manual (page 65) Outline Simple harmonic motion The vertical mass-spring

More information

Acoustics-An An Overview. Lecture 1. Vibro-Acoustics. What? Why? How? Lecture 1

Acoustics-An An Overview. Lecture 1. Vibro-Acoustics. What? Why? How? Lecture 1 Vibro-Acoustics Acoustics-An An Overview 1 Vibro-Acoustics What? Why? How? 2 Linear Non-Linear Force Motion Arbitrary motion Harmonic Motion Mechanical Vibrations Sound (Acoustics) 3 Our heart beat, our

More information

LANMARK UNIVERSITY OMU-ARAN, KWARA STATE DEPARTMENT OF MECHANICAL ENGINEERING COURSE: MECHANICS OF MACHINE (MCE 322). LECTURER: ENGR.

LANMARK UNIVERSITY OMU-ARAN, KWARA STATE DEPARTMENT OF MECHANICAL ENGINEERING COURSE: MECHANICS OF MACHINE (MCE 322). LECTURER: ENGR. LANMARK UNIVERSITY OMU-ARAN, KWARA STATE DEPARTMENT OF MECHANICAL ENGINEERING COURSE: MECHANICS OF MACHINE (MCE 322). LECTURER: ENGR. IBIKUNLE ROTIMI ADEDAYO SIMPLE HARMONIC MOTION. Introduction Consider

More information

spring mass equilibrium position +v max

spring mass equilibrium position +v max Lecture 20 Oscillations (Chapter 11) Review of Simple Harmonic Motion Parameters Graphical Representation of SHM Review of mass-spring pendulum periods Let s review Simple Harmonic Motion. Recall we used

More information

Solutions. Chapter 1. Problem 1.1. Solution. Simulate free response of damped harmonic oscillator

Solutions. Chapter 1. Problem 1.1. Solution. Simulate free response of damped harmonic oscillator Chapter Solutions Problem. Simulate free response of damped harmonic oscillator ẍ + ζẋ + x = for different values of damping ration ζ and initial conditions. Plot the response x(t) and ẋ(t) versus t and

More information

Chapter 7: Trigonometric Equations and Identities

Chapter 7: Trigonometric Equations and Identities Chapter 7: Trigonometric Equations and Identities In the last two chapters we have used basic definitions and relationships to simplify trigonometric expressions and equations. In this chapter we will

More information

u (t t ) + e ζωn (t tw )

u (t t ) + e ζωn (t tw ) LINEAR CIRCUITS LABORATORY OSCILLATIONS AND DAMPING EFFECT PART I TRANSIENT RESPONSE TO A SQUARE PULSE Transfer Function F(S) = ω n 2 S 2 + 2ζω n S + ω n 2 F(S) = S 2 + 3 RC ( RC) 2 S + 1 RC ( ) 2 where

More information

Nonlinear Considerations in Energy Harvesting

Nonlinear Considerations in Energy Harvesting Nonlinear Considerations in Energy Harvesting Daniel J. Inman Alper Erturk* Amin Karami Center for Intelligent Material Systems and Structures Virginia Tech Blacksburg, VA 24061, USA dinman@vt.edu www.cimss.vt.edu

More information

Dynamics of Structures: Theory and Analysis

Dynamics of Structures: Theory and Analysis 1. Free vibrations 2. Forced vibrations 3. Transient response 4. Damping mechanisms Dynamics of Structures: Theory and Analysis Steen Krenk Technical University of Denmark 5. Modal analysis I: Basic idea

More information

Position Control Experiment MAE171a

Position Control Experiment MAE171a Position Control Experiment MAE171a January 11, 014 Prof. R.A. de Callafon, Dept. of MAE, UCSD TAs: Jeff Narkis, email: jnarkis@ucsd.edu Gil Collins, email: gwcollin@ucsd.edu Contents 1 Aim and Procedure

More information

Campus Academic Resource Program Chain Rule

Campus Academic Resource Program Chain Rule This handout will: Provide a strategy to identify composite functions Provide a strategy to find chain rule by using a substitution method. Identifying Composite Functions This section will provide a strategy

More information

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case.

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case. s of the Fourier Theorem (Sect. 1.3. The Fourier Theorem: Continuous case. : Using the Fourier Theorem. The Fourier Theorem: Piecewise continuous case. : Using the Fourier Theorem. The Fourier Theorem:

More information

AP CALCULUS BC Syllabus / Summer Assignment 2015

AP CALCULUS BC Syllabus / Summer Assignment 2015 AP CALCULUS BC Syllabus / Summer Assignment 015 Name Congratulations! You made it to BC Calculus! In order to complete the curriculum before the AP Exam in May, it is necessary to do some preparatory work

More information

Final Exam Notes 8am WednesdayDecember 16, 2015 Physics 1320 Music & Physics Prof. Tunks & Olness

Final Exam Notes 8am WednesdayDecember 16, 2015 Physics 1320 Music & Physics Prof. Tunks & Olness Final Exam Notes 8am WednesdayDecember 16, 2015 Physics 1320 Music & Physics Prof. Tunks & Olness 1)This contains review material for the Final exam. It consists of review sheets for exams 1 and 2, as

More information

( ) a (graphical) transformation of y = f ( x )? x 0,2π. f ( 1 b) = a if and only if f ( a ) = b. f 1 1 f

( ) a (graphical) transformation of y = f ( x )? x 0,2π. f ( 1 b) = a if and only if f ( a ) = b. f 1 1 f Warm-Up: Solve sinx = 2 for x 0,2π 5 (a) graphically (approximate to three decimal places) y (b) algebraically BY HAND EXACTLY (do NOT approximate except to verify your solutions) x x 0,2π, xscl = π 6,y,,

More information

Physics 101 Lecture 18 Vibrations, SHM, Waves (II)

Physics 101 Lecture 18 Vibrations, SHM, Waves (II) Physics 101 Lecture 18 Vibrations, SHM, Waves (II) Reminder: simple harmonic motion is the result if we have a restoring force that is linear with the displacement: F = -k x What would happen if you could

More information

Structural Dynamics Lecture 2. Outline of Lecture 2. Single-Degree-of-Freedom Systems (cont.)

Structural Dynamics Lecture 2. Outline of Lecture 2. Single-Degree-of-Freedom Systems (cont.) Outline of Single-Degree-of-Freedom Systems (cont.) Linear Viscous Damped Eigenvibrations. Logarithmic decrement. Response to Harmonic and Periodic Loads. 1 Single-Degreee-of-Freedom Systems (cont.). Linear

More information

Final Exam Review. Review of Systems of ODE. Differential Equations Lia Vas. 1. Find all the equilibrium points of the following systems.

Final Exam Review. Review of Systems of ODE. Differential Equations Lia Vas. 1. Find all the equilibrium points of the following systems. Differential Equations Lia Vas Review of Systems of ODE Final Exam Review 1. Find all the equilibrium points of the following systems. (a) dx = x x xy (b) dx = x x xy = 0.5y y 0.5xy = 0.5y 0.5y 0.5xy.

More information

Springs: Part I Modeling the Action The Mass/Spring System

Springs: Part I Modeling the Action The Mass/Spring System 17 Springs: Part I Second-order differential equations arise in a number of applications We saw one involving a falling object at the beginning of this text (the falling frozen duck example in section

More information

Oscillatory Motion SHM

Oscillatory Motion SHM Chapter 15 Oscillatory Motion SHM Dr. Armen Kocharian Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A

More information

SOLUTIONS to ECE 2026 Summer 2018 Problem Set #3

SOLUTIONS to ECE 2026 Summer 2018 Problem Set #3 SOLUTIONS to ECE 226 Summer 28 Problem Set #3 PROBLEM 3..* Consider a signal of the form: x( t ) = cos(2t) + cos(2f 2 t), the sum of a 6-Hz sunusoid and a second sinusoid whose frequency f 2 is known to

More information

Frequency- and Time-Domain Spectroscopy

Frequency- and Time-Domain Spectroscopy Frequency- and Time-Domain Spectroscopy We just showed that you could characterize a system by taking an absorption spectrum. We select a frequency component using a grating or prism, irradiate the sample,

More information