Mass Spring Damper
Mass Spring Damper
4.5
For the mass-spring-damper system shown, determine the expression for the
motion, x(t) and plot it. K= 12 N/m, m=4kg, F = 36N and the damping constant
has the following three possibilities:
24.33
F
x(t)
36 N
K
0
F
Frictionless surface
Solution:
B
K
x x F
m
m
m
B
K
xn x 0
m
m
The characteristic polynomial:
xn
(5)
p2
B
K
p 0 and the roots are:
m
m
B 1 B 2 4K
p1,2
2m 2 m2
m
As with the previous example, the roots can be any of the three possibilities
mentioned.
Since the forcing function is a constant for t0, the forcing solution is a constant.
p1 554
. , p2 054
.
xp (t ) C , substituting in (5)
C= 3 m.
From procedures of section 4.6,
x(0) 0, x (0) 0
for t 0.
2.5
Overdamped Case
Displacement (meters)
1.5
0.5
5
Time (sec.)
% Case -1
B = 24.33
plot(t,x)
xlabel('Time (sec.)')
ylabel('Displacement (meters)')
Title(' Mass-Spring-Damper System : Case -i')
grid
10
p1 p2 p 1.7321
Students will show that: (note, the same initial conditions as above still apply.)
Xp = 3 meters, and that the total solution is:
2.5
Displacement (meters)
1.5
0.5
5
Time (sec.)
10
( )
))
1
sin 2t ) 3 m. for t 0
2
u(t) meters.
Displacement (meters)
2.5
underdamped case
1.5
0.5
Time (sec.)
% Case - 3
B = 8
% N.s/m (Damping coefficient)
Putting the three responses together is shown below along with the code.
10
Displacement (meters)
2.5
Over Damped
Critically Dampoed
1.5
Underdamped
0.5
5
Time (sec.)
10