Using the Laplace Transform to solve a spring mass system that is critically damped
Problem Statement
An 8 pound weight is attached to a spring with a spring constant k of 4 lb/ft.
The spring is stretched 2 ft and rests at its equilibrium position.
It is then released from rest with an initial upward velocity of 3 ft/s.
The system contains a damping force of 2 times the initial velocity.
Solution
Things we know
m = 8 3 2 = 1 4 s l u g s
k=4
C=2
x(0)=0
x ˙ ( 0 ) = − 3
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.
1 4 d 2 x d t 2 = − 4 x − 2 d x d t
Now we put the equation in standard form
d 2 x d t 2 + 8 d x d t + 1 6 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 + 8 d x d t + 1 6 x ]
And we get the equation (after some substitution and simplification) .
s 2 X ( s ) + 8 s X ( s ) + 1 6 X ( s ) = − 3
X ( s ) ( s 2 + 8 s + 1 6 ) = − 3
X ( s ) = − 3 ( s + 4 ) 2
Now that we have completed the Laplace Transform
and solved for X(s) we must so an inverse Laplace Transform.
ℒ − 1 [ − 3 ( s + 4 ) 2 ]
and we get, by using the table of transforms on p. 515 of the text bokk
x ( t ) = − 3 t e − 4 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 ) = − 3 ( s + 4 ) 2
lim s → ∞ s X ( s ) = − 3 ( ∞ + 4 ) 2 = 0
So as you can see the value for the initial position will be 0.
Which makes sense because the system is initially in equilibrium.
The Final Value Theorem
lim s → 0 s X ( s ) = − 3 ( s + 4 ) 2
lim s → 0 s X ( s ) = − 3 ( 0 + 4 ) 2 = − 3 1 6
This shows the final value to be
− 3 1 6 f t
Which appears to mean the system will be below equilibrium after a long time.
Bode Plot of the transfer function
Transfer Function
X ( s ) = − 3 ( s + 4 ) 2
Bode Plot
This plot is done using the control toolbox in MatLab.
Error creating thumbnail: File missing Fig (1)
==Break Points and Asymptotes==
A break point is defined by a place in the bode plot where a change occurs.
To find your break points you must start with a transfer function.
Transfer Function:
X ( s ) = − 3 ( s + 4 ) 2
A break point is located at any value where s = what is being added to it.
So for this transfer function its at s=4 (that is also the asymptotes location).
Convolution
The convolution equation is as follows:
x ( t ) = x i n ( t ) * h ( t ) = ∫ 0 t x ( t 0 ) h ( t − t 0 ) d t 0
It does basically the same thing as the Laplace Transform.
To start we must inverse transform our transfer function
X ( s ) = − 3 ( s + 4 ) 2
Which once more yields:
x ( t ) = − 3 t e − 4 t
Then we put this into the convolution integral:
x ( t ) = x i n ( t ) * h ( t ) = ∫ 0 t − 3 ( t − t 0 ) e − 4 t − t 0 d t 0
Which once more yeilds:
x ( t ) = ( − c t e − 4 t )
Not exactly the same but remember initial conditions arnt used
State Space
Using state equatons is just another way to solve a system modeled by an ODE
First we need to add an applied force so u(t)=2N
m = 8 3 2 = 1 4 s l u g s
k=4
C=2
x(0)=0
x ˙ ( 0 ) = − 3
x ¨ ( 0 ) = 0
[ x ˙ x ¨ ] = [ 0 1 − k / m − C / m ] [ x x ˙ ] + [ 0 1 / m ] u ( t )
---
Written By: Mark Bernet
Error Checked By: Greg Peterson