Assignment - 2 - Updated Solution - ME354A
Assignment - 2 - Updated Solution - ME354A
Assignment 2 Solutions
Problem 1.
(i) The friction force between mass m and the contact surface is modelled by Coulomb
friction Fd = µk W (µk is kinetic friction coefficient). Derive the equation of motion for
the system shown in Fig. 1. Solve the equation for displacement x. Initial conditions
are given by x(0) = x0 and ẋ(0) = 0, where x0 is sufficiently large that the restoring
force in spring exceeds static friction force.
Solution 1. Assuming x0 is sufficiently large that the restoring force in spring exceeds static
friction force.
Let ẋ > 0
(
1 ẋ > 0
sgn(ẋ) =
−1 ẋ < 0
1
Take Fd = µk W . Equation(1) is non-linear and can be written in form of two linear
equation as below. These can be represented as equations for forced vibration.
mẍ + kx = −Fd for ẋ > 0 (2)
mẍ + kx = Fd for ẋ < 0 (3)
After taking x0 displacement in positive direction, equation of motion for first half cycle
(0 < t < t1 ) is given by equation(3)
k kFd
ẍ + x=
m mk
Fd
fd =
k
2 2
ẍ + ωn x = ωn fd ; x(0) = x0 ; ẋ(0) = 0 (4)
Solution to equation(4) is given by
x(t) = (x0 − fd ) cos(ωn t) + fd for 0 < t < t1 (5)
To find t1
ẋ(t1 ) = −(x0 − fd )ωn (sin(ωn t)) = 0
π
t1 =
ωn
x(t1 ) = −(x0 − 2fd )
For the second half cycle (t1 < t < t2 ) equation of motion is given by equation(2)
2
Problem 1.
(ii) List at least three differences between the free vibration response of a system with
Coulomb damping and the free vibration response for a system with viscous damping
whose free vibrations are under-damped.
(b) The amplitude of vibration for a system with Coulomb damping decreases by a constant
amount per cycle (linear decrease) while the amplitude of vibration for a system with
viscous damping decreases exponentially.
(c) Motion ceases for a system with coulomb damping when the ampitude becomes small
enough such that the force in the elastic member is insufficient to overcome static
friction, leading to permanent displacement from equilibrium. Motion continues indef-
initely for a system with viscous damping.
Solution 2. Given:
The worst case would be when the lump of clothes is as far as possible from the center
of the spinner.
0.8
∴e= = 0.4 m
2
(i) Equation of motion for rotating unbalance mass:
3
Response at steady state
meω 2
x(t) = p sin(ωt − ψ)
(k − M ω 2 )2 + (cω)2
meω 2
=⇒ Vibration amplitude, X = p = 0.1350 m
(k − M ω 2 )2 + (cω)2
meω 2
=p (k sin (ωt − ψ) + c cos(ωt − ψ)
(k − M ω 2 )2 + (cω)2
= 0.1350(380 sin (10πt + 0.0408) + 38 cos(10πt + 0.0408))
= 51.30 sin (10πt + 0.0408) + 5.13 cos(10πt + 0.0408)
4
Figure 4: Model of the landing gear
2πV
ω= = 157.08rad/s
L
k = 5e6N/m
5
r r
k 5e6
ωn = = = 50rad/s
m 2000
r
ω
r= = 3.1416
ωn
From Fig 3(b), considering support motion, we can write equation of motion to be
ζ = 0.794
Solution 4. Let
XM r2
f= =p
em (1 − r2 )2 + (2ζr)2
6
For local maxima
df
=0
dr
(1 − r2 )2 + (2ζr)2 4r − r2 −4r + 4r2 + 8ζ 2 r = 0
1
=⇒ r = p
1 − 2ζ 2
From the above expression, for maximum value of f
1
ζ ϵ 0, √
2
Expression for f maximum at different values of ζ:
1
fmax = p
4ζ 2 (1 − ζ 2 )
7
Function file: non_dim.m
%This function returns for the value of {M|X| / (me)}
function f=non_dim(r,z)
f=(r^2)/sqrt((1-r^2)^2+(2*z*r)^2);
end
clc;
clear all;
r=linspace(0,10,1000); % linearly distributed 1000 points between 0 to 10
for z=(0.1:0.1:1) % Here z is damping ratio
m=zeros(1,100);
for i=(1:1000)
m(i)=non_dim(r(i),z); % r is the frequency ratio
end
plot (r,m)
hold on
end
r = 1.001:0.001:10;
f_max = r.^2 ./ sqrt(r.^4 - 1);
plot(r, f_max)
Locus of Maxima
𝜁 = 0.1
𝜁 = 0.2
𝜁 = 0.3
𝑟
Problem 5. In a static firing test, a rocket is anchored to a rigid wall by a spring-damper
system, as shown in Fig. 6(a). The thrust acting on the rocket reaches its maximum value
F in a negligibly short time and remains constant until the burnout time t0 , as indicated in
Fig. 6(b). The thrust acting on the rocket is given by F = m0 v, where m0 is the constant
rate at which fuel is burnt, and v is the velocity of the jet stream. The initial mass of
the rocket is M . Its mass at any time t is given by m = M − m0 t, 0 ≤ t ≤ t0 . Given
k = 7.5 × 106 N/m, c = 0.1 × 106 Ns/m, m0 = 10 kg/s, v = 2000 m/s, M = 2000 kg and
t0 = 100 s,
Solution 5. (i) The FBD of the rocket for the given arrangement is:
m(t)ẍ + cẋ + kx = F
(M − m0 t)ẍ + cẋ + kx = m0 v
9
(ii) Assuming the steady-state mass for the rocket as m = M − 12 m0 t0 , the equation of motion
can be re-written as:
1
(M − m0 t0 )ẍ + cẋ + kx = m0 v
2
Putting in the values as given in the problem,
Maximum steady state deflection for the given case can thus calculated to be:
F 20000
xs (t) = = = 0.002667m
k 7.5e6
Problem 6. Solve the differential equation 4ẍ(t) + 5ẋ(t) + 100x(t) = f (t) for the following
f (t) (assume initial conditions as x(0) = 0 and ẋ(0) = 0):
(i) sin(t) + 2 sin(3t) + 1.5 cos(7t), and
(ii) the periodic function shown in Fig. 8. Use the first three terms of the Fourier series
approximation. Take T = 2 seconds, A = 1 units.
Solving given differential equation individually for the three given harmonic terms
and then finally adding all solution.
For sin(t):
x1 (t) = 0.0104 sin(t − 0.052)
For 2 sin(3t):
x2 (t) = 0.0304 sin(3t − 0.0.230)
10
For 1.5 sin(7t):
x3 (t) = 0.0104 sin(7t + 0.350)
x(t) = 0.0104 sin(t − 0.052) + 0.0304 sin(3t − 0.0.230) + 0.0104 sin(7t + 0.350)
Since the function is periodic for interval: (−T /2 < t < T /2) or (−1 < t < 1)
considering this interval for fourier series approximation.
(
−1 t ϵ [−1, −1/2) ∪ (1/2, 1]
f (t) =
1 t ϵ (−1/2, 1/2)
1 1
Z
nπt 4A nπ
an = f (t)cos dt = sin
1 −1 1 nπ 2
∞ ∞
X nπt X 4A nπ nπt
f (t) = 0 + an cos +0 = sin cos
n=1
1 n=1
nπ 2 1
4 −4 4 −4
=⇒ f (t) = cos(πt) + cos(3πt) + cos(5πt) + cos(7πt) + ...
π 3π 5π 7π
We need only first three terms:
4 −4 4
=⇒ 4ẍ(t) + 5ẋ(t) + 100x(t) = cos(πt) + cos(3πt) + cos(5πt)
π 3π 5π
Now as done in the above part, we get
=⇒ x(t) = 0.0204 cos(πt − 0.254) − 0.0016 cos(3πt + 0.182) + 0.0003 cos(5πt + 0.0883)
11
Problem 7. Determine the response of the single-DOF system: ẍ + kx = f (t) to the
transient excitation shown below (for t > τ0 ) with initial conditions as x(0) = 0 and ẋ(0) = 0
(x is the displacement from mean position).
Solution 7. Fig.9 forcing function can be represented as sum of three forcing functions:
(1)
ẍ1 (t) + kx1 (t) = f1 (t)
F0 t
f1 (t) =
τ0
As discussed in class
F0 t t cos (ωn t)
x1 (t) = −
k 0.33τ0 0.33τ0
(2)
F0 (t − 0.33τ0 )
f2 (t) = −
τ0
F0 t − 0.33τ0 (t − 0.33τ0 ) cos (ωn (t − 0.33τ0 )
x2 (t) = − −
k 0.33τ0 0.33τ0
12
(3)
f3 (t) = −F0
F0
x3 (t) = − (1 − t cos (ωn (t − τ0 ))
k
{ẍ1 (t) + ẍ2 (t) + ẍ3 (t)} + k{x1 (t) + x2 (t) + x3 (t)} = {f1 (t) + f2 (t) + f3 (t)}
F0 t t cos (ωn t) t − 0.33τ0 (t − 0.33τ0 ) cos (ωn (t − 0.33τ0 )
x(t) = − − −
k 0.33τ0 0.33τ0 0.33τ0 0.33τ0
− (1 − cos (ωn (t − τ0 )))] (9)
13