

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
It is all about Engineering Physics and Modelling. It is all about Engineering Physics and Modeling. It exposes the mind of the reader to the fundamentals of Engineering Physics Modelling.
Typology: Exercises
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Middle East Technical University Department of Aerospace Engineering AEE 582 Supplementary Notes Fall 2009 Dr. Ali Tรผrker Kutay
Page 1 of 2
Consider the following spring-mass system:
Motion of the mass under the applied control, spring, and damping forces is governed by the following second order linear ordinary differential equation (ODE):
๐๐ฆ + ๐ต๐ฆ + ๐พ๐ฆ = ๐ข (1)
Taking the Laplace transform of (2) yields the following transfer function from the input ๐ข to the output ๐ฆ:
Setting the denominator of the transfer function to zero yields the characteristic equation of the above system:
๐๐ ^2 + ๐ต๐ + ๐พ = 0 (3)
Roots of the characteristic equation are called the poles of the system and give important information about the dynamic characteristics of the system. Poles of a system can be
real (imaginary part equal to zero):
or complex (nonzero imaginary part):
Response to Initial Conditions
Response of a second order system to nonzero initial conditions with no control input can be obtained by solving (2) with ๐ข = 0.
For real poles the solution is
๐ฆ ๐ก = ๐ 1 ๐๐^1 ๐ก^ + ๐ 2 ๐๐^2 ๐ก^ with
2 โ๐ 1
where ๐ฆ 0 and ๐ฆโฒ^0 are the initial position and velocity.
For complex poles the solution is
๐ฆ ๐ก = ๐๐๐ก^ ๐ 1 cos ๐๐ก + ๐ 2 sin ๐๐ก with
For the mass-spring system poles are obtained from (3) as
๐: mass in kg ๐ฆ: position in m ๐ข: control input in N ๐พ: linear spring constant in N/m ๐ต: damping coefficient in Ns/m
Middle East Technical University Department of Aerospace Engineering AEE 582 Supplementary Notes Fall 2009 Dr. Ali Tรผrker Kutay
Page 2 of 2
Complex poles (oscillatory response) occur for ๐ต < 4 ๐๐พ.
Response to Open-Loop Commands The above analysis assumed zero control command to the system. Response of the system to open-loop control inputs can be studied by solving (2) with the given ๐ข ๐ก. Another way is to insert the Laplace transform of the input signal (๐ข ๐ ) into (2) and get the output response in Laplace domain. The response in time domain can then be obtained by taking the inverse Laplace transform. Usually partial fraction expansion and Laplace tables are used for Laplace inversions. For simple wave forms (impulse, step, ramp, sinusoids, etc.) analytical expressions for the output response may be obtained. For more complex input signals output responses can be obtained by numerical solution.
Exercise: Study the response of the mass-spring system to various open-loop commands by using the Simulink file SpringMass.mdl. First run the initialization file SpringMassInit. Then replace the input block โuโ with the following blocks and run the simulation: a) โStepโ block in Simulink Library/Sources, b) โRampโ block in Simulink Library/Sources, c) โSine Waveโ block in Simulink Library/Sources. Set the frequency of the Sine Wave to 10 rad/s.
Exercise: Important if you are not familiar with Matlab! Study the response of the mass-spring system to various initial conditions using the Matlab file SpringMassInit.m. Observe the open-loop pole locations and system response for a) Keep ๐ = 0. 1 and ๐พ = 1 constant and run the file for ๐ต = 0. 05 , 0. 1 , 0. 2 , 0. 4 , 0. 7 , 0 , โ 0. 01. b) Keep ๐ = 0. 1 and ๐ต = 0. 05 constant and run the file for ๐พ = 0. 2 , 0. 5 , 1 , 2. 5 , 0 , โ 0. 01.