Underdamped Motion

We select [Maple Math] = 1 [Maple Math] and two r values [Maple Math] ( [Maple Math] ).

> plt3:=plot([xu(1,1/2,1,2,t),xu(1,1/5,1,2,t)],t=0..20):

> txt3:=textplot([ [6.5,xu(1,1/2,1,2,6.5),`r=1/2`],[6.5,xu(1,1/5,1,2,6.5),`r=1/5`]]):

> pltod:=display(plt3,txt3,labels=[`t`,`x(t)`],labelfont=[TIMES,BOLD,12]):%;

[Maple Plot]

Figure 7 Underdamped motion, m = 1 kg, k = 1 [Maple Math] , [Maple Math] , r: damping constant

> mass_spring(1,1/5,1,0,5,2,0,20,0,60,scaling=constrained);

[Maple Math]

[Maple Math]

[Maple Plot]

Figure 8 Animation of an underdamped motion of a mass-spring system with dashpot. m = 1 kg, k = 1 [Maple Math] , r = [Maple Math] [Maple Math]

The action of the dashpot exponentially damps the oscillations in accord with with the time-varying amplitude. The dashpot also decreases the frequency of the motion from 1 in the undamped to case [Maple Math] in the underdamped motion with the same mass and force constant.

Comparison of the graphs in Figure 2, 5 and 7 (Figure 9) shows that when the motion is critically damped the mass reaches its equilibrium posistion in a shorter time than when the damping is larger. And for any damping constant less than [Maple Math] [Maple Math] in our particular example the motion becomes oscillatory.

> display(plt1(45),plt2,plt3,txt1(45),txt2,txt3,labels=[`t`,`x(t)`],labelfont=[TIMES,BOLD,12]);

[Maple Plot]

Figure 9 Overdamped, critically damped and damped oscillatary motion of a mass-spring system.
m = 1 kg, k = 1 [Maple Math] , [Maple Math] , r: damping constant