Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

Niklas Krism Hadi Fernan dez

2g 3aala 23to}40
mpaern Uativeaty /riversiyof Aican
lechemicel Vibeokrar CAME %) xct)=XoSinat
Lomework6 P

All addsk 136


pets, MATLAe codes. and ofher
e
insormabran are attached am the las Peae of F
Ehis docum nt. 1 m, k: 10da N/m, mia k

209 ad/s m

m200 kg
a.s MN/m lmer deplacement 3t point G
ee-xt
A c o s at
Equet on cf mafron 3 ) *)

Assure 3
hg e. 3 64 3nd 3*
Tô e:(u z)sin a
se equa Ste-sk»fe a l
e ( 4 klxo) dispecement
where 7:K 3rd undomg ea, co
(e-Ioa)
mene ma Ycas uE
Salutt an fron &76
E mas*Ycos ast_
(k-me)oA% Therefore
e ((4)(lGoa) (lxia"m)(1 m))
k- ha
(%C1aoro. 11r83 u)
a.ol6r sad
XCt)yC) =matY cas
Then.
xct) mosYk -mcosa d eCt sin at
(t) eC): a.os6f _in CIa t2

2ero lcs.
Smnltian an

he amplttnele af xct

-m

Co.SxoH00dconiTa1o m
X:0.03 m
Si mula tarn: o) 0, xCo) .
Jo)a, gro: ,
k5.4 MN/n, : 0.2, V : 100 k /
dChf6 mm
nroter kg
rough with Ym ampktude aned
e . 2 6 mm
eriad, sinusoidel
4 n )Max hrce trons mitted
awer neeled tn drive the Shaft.
jind X when empty and fly lardedl.

Ifaa cpm: ifon


rot. d min
requenc far b>se
exitzti on s1St
min.
99 fadl
GaS

(v k. 1aco . 1h \L
m 3600 S)
arce trensmiftleo

:43-633 r/s F:
92.52? N

Vehicle n>tuset frequ en c Pawer needed


entp P Fe :(92.$29 N)Ca2sAic°3 m)t2.0s9
wne P:3-634 w
uly loaded 3.93Coulanb dampi
46.416 Harmanie farre Fa |20 N
2.517 3268 Ha 2T
requen tra
n 2 k , k: 21a l /m
eviy e L635-00.327 Deteronine caeficient ofodey fricfion
ully lsededr: 4.6:a.33 -9-8t h
AL6 32.4oY dk

Amgli Fuele rate from e. 2.63 Siag e. 313

(2fr 1 Si&ca.2o.22
Xe.

1.98
wlly loaded
X
YC 6sl-ag9%(a(a(o35)
-
Aw -
4(220-(aaIO (
Ics 3re 3teched laAt 9.09F
Kesponse with o on
F 5aoa N
a.0 $ mSX a.Im
hystheregis dan constaat o e Strucur
Energy daseipatet per eyle at regananee
SFeely-Sfete gmplituele at ane -marterf the
regannt frequen
Stesly State 3mpli ade 3t thnice he efonance
requenou
F soa
a.aS

when n e C3ta 1) gives

: 19aa2

T CeoX- T PkX*
e.3.lao)
F 314.16 Joeele
At of resomne frequen
Q 2

Fo aao
((1- +* (a-.2*Ho-1)*
X:0.a1ac m
4At 3f relorance
freqen

XFo aa

Xo.00125 m
Nikolas Krisma Hadi Fernandez

2019360010 / 23570770

Sampoerna University / University of Arizona

Mechanical Vibration (AME460)

Homework 6
3.57 From the answer, the response equation is:
𝑚𝜔2 𝑌
𝑥(𝑡) = cos(𝜔𝑡) + 𝑦(𝑡)
𝑘 − 𝑚𝜔 2
Where, 𝑦(𝑡) = 𝑥𝑔 (𝑡) and 𝑌 = 𝑋𝑔
Then, to find 𝑦(𝑡)
𝑋𝑔
𝑦̇ (𝑡) = ∫ 𝑥𝑔̈ (𝑡)𝑑𝑡 = ∫ 𝑋𝑔 cos(𝜔𝑡) 𝑑𝑡 = sin(𝜔𝑡) + 𝑐1
𝜔
𝑋𝑔 𝑋𝑔
𝑦(𝑡) = ∫ 𝑦̇ (𝑡) 𝑑𝑡 = ∫ ( sin(𝜔𝑡) + 𝑐1 ) 𝑑𝑡 = − 2 cos(𝜔𝑡) + 𝑐1 𝑡 + 𝑐2
𝜔 𝜔
With zero ICs, 𝑦(0) = 0, 𝑦̇ (0) = 0. Therefore,
𝑋𝑔 𝑋𝑔
𝑦(0) = − 2 + 𝑐2 = 0 → 𝑐2 =
𝜔 𝜔2
𝑦̇ (0) = 0 + 𝑐1 = 0 → 𝑐1 = 0
Then,
𝑋𝑔 𝑋𝑔
𝑦(𝑡) = − 2 cos(𝜔𝑡) + 2
𝜔 𝜔
Therefore, the response equation become:
𝑚𝜔2 𝑌 𝑋𝑔 𝑋𝑔
𝑥(𝑡) = 2
cos(𝜔𝑡) − 2 cos(𝜔𝑡) + 2
𝑘 − 𝑚𝜔 𝜔 𝜔
MATLAB Codes:
w = 200;
Xg = 15E-3;
m = 2000;
k = 0.5E6;

x = @(t) ((m*Xg*w^2)/(k - m*w^2))*cos(w*t) + (-Xg/w^2)*cos(w*t) +


Xg/w^2;

t = 0:0.1:10;

plot(t, x(t));
title('Problem 3.57');
ylabel('x(t)');
xlabel('t');

Result:
3.61 The response equation is for free vibration is:
𝜃ℎ (𝑡) = 0.01565 sin(10𝑡)
Since it is undamped (no damper), the steady state response include the form of
𝜔
− (Θ ) sin(𝜔𝑛 𝑡) = −0.008 sin (20.7𝑡).
𝜔𝑛
Therefore, the total response is:
𝜃(𝑡) = 0.01565 sin(10𝑡) − 0.008 sin(20.7𝑡)
MATLAB codes:
w = 10;
k = 1000;
m = 10;

theta_f = @(t) 0.01565*sin(w*t) + 0.008*sin(20.7*t);

t = 0:0.01:20;

plot(t, theta_f(t));
title('Problem 3.61');
ylabel('x(t)');
xlabel('t');

Result:
3.64 On this problem, it is impossible to graph the response of the system since the amplitude of
the rough road that influence system response is unknown.

3.93 All properties are known and written on the main answer sheet.
The equivalent equation of motion of the viscous damping for the system is:
𝑚𝑥̈ + 𝑐𝑒𝑞 𝑥̇ + 𝑘𝑥 = 𝐹0 sin(𝜔𝑡) (1)
Using equation 3.88, the equivalent damping constant, 𝑐, is:
4𝜇𝑁 4(0.098)(2)(9.81) 𝑁𝑠
𝑐𝑒𝑞 = = = 2.064
𝜋𝜔𝑋 𝜋(2.5173268 × 2𝜋)(75 × 10−3 ) 𝑚
Using equation 2.65 and 2.66,
𝑐𝑒𝑞 𝑐𝑒𝑞 2.064
𝜁= = = = 0.0159
𝑐𝑐 𝑘 2100

2𝑚 𝑚 2(2) ( √
2 )
Since 1 > 𝜁 > 0, then the system is undamped. The steady state solution of the system is
stated on Equation 2.72a, which is as follow.
𝑥̇ 0 + 𝜁𝜔𝑛 𝑥0
𝑥ℎ (𝑡) = 𝑒 −𝜁𝜔𝑛 𝑡 {𝑥0 cos (√1 − 𝜁 2 𝜔𝑛 𝑡) + sin (√1 − 𝜁 2 𝜔𝑛 𝑡)}
√1 − 𝜁 2 𝜔𝑛
For the particular solution, we assume that the solution is in the form of the following.
𝑥𝑝 (𝑡) = 𝑋 cos (𝜔𝑡 + 𝜙)
𝑐𝑒𝑞 𝜔
Where, 𝑋 is known and 𝜙 = tan−1 (𝑘−𝑚𝜔 2 ).

Therefore, for the total solution:


𝑥(𝑡) = 𝑥ℎ (𝑡) + 𝑥𝑝 (𝑡)
With 0 ICs, 𝑥0 = 0, and 𝑥̇ 0 = 0.
F0 = 120;
w = 2.5173268;
Xo = 75E-3;
m = 2; k = 2100;

x0 = 0; x0d = 0;

g = 9.81;
u = 0.098;

wn = sqrt(k/m);
N = m*g;
ceq = (4*u*N)/(pi*w*Xo); z = ceq/(2*m*wn);

x = @(t) exp(-z*wn.*t).*(x0*cos(sqrt(1-z^2)*wn.*t) + ((x0d +


z*wn*x0)/(sqrt(1-z^2)*wn))*sin(sqrt(1-z^2)*wn.*t)) + Xo*cos(w.*t +
atan(ceq*w/(k-m*w^2)));

t = 0:0.1:10;

plot(t, x(t));
title('Problem 3.93');
ylabel('x(t)');
xlabel('t');

Result:

3.94 All properties are known and have written on the main answer sheet.
The equivalent equation of motion for viscous damping of the system:
𝑚𝑥̈ + 𝑐𝑒𝑞 𝑥̇ + 𝑘𝑥 = 𝐹0 sin(𝜔𝑡)
Where from Eq. (2.157)
𝛽𝑘
𝑐𝑒𝑞 =
𝜔
And equivalent damping ratio from Eq. (2.156)
𝛽 0.1
𝜁𝑒𝑞 = = = 0.05
2 2
To find mass, use known load,
𝑤 = 𝑚𝑔
𝑤 5000 𝑁
𝑚= = = 509.684 𝑘𝑔
𝑔 9.81 𝑚
𝑠 2
Then, we can find the natural frequency of the system by:
𝑘 105
𝜔𝑛 = √ = √ = 14.007
𝑚 509.684

At resonance, 𝜔 = 𝜔𝑛 = 14.007 𝑟𝑎𝑑/𝑠.


For the free vibration solution of the system, we can use equation (2.72a) for underdamped
system:
𝑥̇ 0 + 𝜁𝜔𝑛 𝑥0
𝑥ℎ (𝑡) = 𝑒 −𝜁𝜔𝑛 𝑡 {𝑥0 cos (√1 − 𝜁 2 𝜔𝑛 𝑡) + sin (√1 − 𝜁 2 𝜔𝑛 𝑡)}
√1 − 𝜁 2 𝜔𝑛
And for the particular solution, we can assume that it has the following form (Eq. (3.100)):
𝑥𝑝 (𝑡) = 𝑋𝑠𝑖𝑛(𝜔𝑡 − 𝜙)
𝜔 𝜋
Where, 𝑋 is known, and 𝜙 is using Figure 3.25 when (𝜔 ) = 1 and 𝛽 = 0.1, which is 2 .
1
Simulation for 0 ICs.
F = 5000;
do = 0.05; F0 = 1000; X = 0.1;
g = 9.81;

k = F/do; b = F0/(k*X);
m = F/g;

wn = sqrt(k/m); w = wn;
ceq = b*k/w;

%z = ceq/(2*m*wn);
z = b/2;

x0 = 0; x0d = 0;

x = @(t) exp(-z*wn.*t).*(x0*cos(sqrt(1-z^2)*wn.*t) + ((x0d +


z*wn*x0)/(sqrt(1-z^2)*wn))*sin(sqrt(1-z^2)*wn.*t)) + X*sin(w.*t +
pi/2);
t = 0:0.01:10;
plot(t, x(t));
title('Problem 3.94');
ylabel('x(t)');
xlabel('t');

Result:

You might also like