Using the Laplace Transform to solve a spring mass system that is critically damped
Problem Statement
An 98 Newton weight is attached to a spring with a spring constant k of 40 N/m.
The spring is stretched 4 m and rests at its equilibrium position.
It is then released from rest with an initial upward velocity of 2 m/s.
The system contains a damping force of 40 times the initial velocity.
Solution
Given
m = 9 8 9 . 8 1
Spring Constant k=40
Damping Constant C=40
x(0)=0
x ˙ ( 0 ) = − 4
Standard equation:
m d 2 x d t 2 + C d x d t + k h x = 0
Solving the problem
Therefore the equation representing this system is.
9 8 9 . 8 d 2 x d t 2 = − 4 0 x − 4 0 d x d t
Now we put the equation in standard form
d 2 x d t 2 + 4 0 1 0 d x d t + 4 0 1 0 x = 0
Now that we have the equation written in standard form we need to send
it through the Laplace Transform.
ℒ [ d 2 x d t 2 + 4 0 1 0 d x d t + 2 0 5 x ]
And we get the equation (after some substitution and simplification) .
s 2 X ( s ) + 4 s X ( s ) + 4 X ( s ) = − 4
X ( s ) ( s 2 + 4 s + 4 ) = − 4
X ( s ) = − 4 ( s + 2 ) 2
Now that we have completed the Laplace Transform
and solved for X(s) we must so an inverse Laplace Transform.
ℒ − 1 [ − 4 ( s + 2 ) 2 ]
and we get
x ( t ) = − 4 t e − 2 t
So there you have it the equation of a Critically Damped spring mass system.
Apply the Initial and Final Value Theorems to find the initial and final values
Initial Value Theorem
lim s → ∞ s F ( s ) = f ( 0 )
Final Value Theorem
lim s → 0 s F ( s ) = f ( ∞ )
Applying this to our problem
The Initial Value Theorem
lim s → ∞ s X ( s ) = − 4 ( s + 2 ) 2
lim s → ∞ s X ( s ) = − 4 ( ∞ + 2 ) 2 = 0
So as you can see the value for the initial position will be 0. Because the infinity in the denominator always makes the function tend toward zero.
Which makes sense because the system is initially in equilibrium.
The Final Value Theorem
lim s → 0 s X ( s ) = − 4 ( s + 2 ) 2
lim s → 0 s X ( s ) = − 4 ( 0 + 2 ) 2 = − 4 4
This shows the final value to be
− 4 4 f t
Which appears to mean the system will be right below equilibrium after a long time.
Bode Plot of the transfer function
Transfer Function
X ( s ) = − 4 ( s + 2 ) 2
Bode Plot
This plot is done using the control toolbox in MatLab.
Fig (1)
Break Points
Find the Break points using the transfer function
Transfer fucntion
X ( s ) = − 4 ( s + 2 ) 2
Created by Greg Peterson
Checked by Mark Bernet