AP3114 Lecture WK10 Solving Differential Eqautions I
AP3114 Lecture WK10 Solving Differential Eqautions I
Contents
Introduction to differential equations
Symbolic solutions to ordinary differenti
al equations
Applications of ODEs: analysis of damped
and undamped free oscillations
Undamped motion
Let us first consider the case in which the motion is undamped, i.e., = 0.
The equation in
this case reduces to
with solutions,
lternatively, by taking
The quantity
is known as the natural angular frequency of the harmonic motion that
results when no viscous
damping is present.
Damped motion
If damping occurs (0), the characteristic equation becomes
The parameter
Please notice that this solution is very similar to the case of an undamped
oscillation, except for the fact that in a damped oscillation the amplitude
decreases with time. The amplitude decreases, or decays, with time because
the parameter = /(2m)is positive. Therefore, the function exp(-t) decreases
with time.
Notice that the last two cases, namely, = o and > o, produce signals
that decay with time. These cases correspond to harmonic motions that are
said to be over-damped, i.e., the viscous damping is large enough to quickly
damp out any oscillation after the body of mass m is released.
Given the initial conditions x(t0) = x0 and v(t0) = v0, we can form a system of
two non-linear
equations in the unknowns A0 and 1, namely,
With appropriate values of the parameters , I, t0, x0, and v0, we can use
SCILAB function
fsolve to obtain the values of A0 and 1.
he expression for the acceleration
Expressions for the position x(t), velocity v(t), and acceleration a(t) for this
motion can be
entered into SCILAB by defining the following functions:
HW-8
Due: 9am, Nov 9, 2015
Late policy: 10% off per day
To be submitted online to Canvas:
Save all your codes (*.sci files) into one folder to submit;
Do use // to add comments clearly which question you
are referring to, when we execute your codes, answers
shall be shown on the screen.
34
Exercise
1. Determine the general solution to the following linear ordinary differential
equations using
the corresponding characteristic equation:
Plot v-vs-x, a-vs-x, and a-vs-v phase portraits of the motions described above
problem.
Note:
Record your intermediate results using Print Screen
Save your results and submit them through your usual way.