Laplace transforms: Critically Damped Spring Mass system: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 13: Line 13:




<math>m=\frac{98}{9.81}</math>
<math>m=\frac{98}{9.81}kg</math>


<math>\text {Spring Constant k=40}\,</math>
<math>\text {Spring Constant k=40}N/m\,</math>


<math>\text {Damping Constant C=40}\,</math>
<math>\text {Damping Constant C=40}\,</math>
Line 115: Line 115:




==Break Points ==
==Break Points==


<math>\text {Find the Break points using the transfer function.}\,</math>
<math>\text {Find the Break points using the transfer function.}\,</math>
Line 131: Line 131:
==Convolution==
==Convolution==


<math>\text {The convolution equation is as follows: }\,</math>
coming soon...?

<math>
x(t)=x_{in}(t) * h(t) = \int_{0}^{t} {x(t_0) \, h(t-t_0) \, dt_0}
</math>

<math>\text {It does basically the same thing as the Laplace Transform. }\,</math>
<math>\text {To start we must inverse transform our transfer function }\,</math>


<math>\mathbf {X}(s)=-\frac{4}{(s+2)^2} </math><br /><br />

<math>\text {Which once more yields: }\,</math>

<math>\mathbf {x}(t)=-4te^{-2t}</math><br /><br />

<math>\text {Then we put this into the convolution integral: }\,</math>

<math>
x(t)=x_{in}(t) * h(t) = \int_{0}^{t} {-4(t-t_0)e^{-2t-t_0} \, dt_0}
</math>

<math>\text {Which once more yeilds: }\,</math>


<math>\mathbf {x}(t)=(-cte^{-2t})</math><br /><br />


<math>\text {Not exactly the same but remember initial conditions arnt used}\,</math>

==State Space==

<math>\text {Using state equatons is just another way to solve a system modeled by an ODE }\,</math>

<math>\text {First we need to add an applied force so u(t)=2N }\,</math>

<math>m=\frac{98.1}{9.81}=10 kg</math>

<math>\text {k=40}\,</math>

<math>\text {C=40}\,</math>
<math>\text {x(0)=0}\,</math>

<math>\dot{x}(0)=-4</math>

<math>\ddot{x}(0)=0</math>


<math>\begin{bmatrix} \dot{x} \\ \ddot{x} \end{bmatrix}=\begin{bmatrix} 0 & 1 \\ -k/m & -C/m \end{bmatrix} \begin{bmatrix} x \\ \dot{x} \end{bmatrix} + \begin{bmatrix} 0 \\ 1/m \end{bmatrix}u(t)</math>





Created by Greg Peterson
Created by Greg Peterson

Latest revision as of 14:26, 10 December 2009

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

Solving the problem















Apply the Initial and Final Value Theorems to find the initial and final values

Initial Value Theorem
Final Value Theorem


Applying this to our problem



Bode Plot of the transfer function

Transfer Function



Bode Plot

Fig (1)



Break Points

Transfer fucntion



Convolution










State Space




Created by Greg Peterson

Checked by Mark Bernet