Laplace transforms: Critically Damped Motion: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 35: Line 35:
<math>\text {it through the Laplace Transform.}\,</math>
<math>\text {it through the Laplace Transform.}\,</math>


<math>\mathcal{L}\frac{d^2x}{dt^2}+8\frac{dx}{dt}+16x</math><br /><br />
<math>\mathcal{L}[\frac{d^2x}{dt^2}+8\frac{dx}{dt}+16x]</math><br /><br />


<math>\text {And we get the equation (after some substitution and simplification)}.\,</math>
<math>\text {And we get the equation (after some substitution and simplification)}.\,</math>
Line 48: Line 48:
<math>\text {Now that we have completed the Laplace Transform}\,</math>
<math>\text {Now that we have completed the Laplace Transform}\,</math>
<math>\text {and solved for X(s) we must so an inverse Laplace Transform. }\,</math>
<math>\text {and solved for X(s) we must so an inverse Laplace Transform. }\,</math>
<math>\mathcal{L}^{-1}[-\frac{3}{(s+4)^2}]</math><br /><br />
<math>\text {and we get}\,</math>
<math>\mathbf {x}(t)=-3te^{-4t}</math><br /><br />
<math>\text {So there you have it the equation of a Critically Damped spring mass system.}\,</math>

Revision as of 19:09, 22 October 2009

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=832=14slugs

k=4

Damping constant C=2

x(0)=0

x˙(0)=3

Solving the problem

Therefore the equation representing this system is.

14d2xdt2=4x2dxdt

Now we put the equation in standard form

d2xdt2+8dxdt+16x=0


Now that we have the equation written in standard form we need to send it through the Laplace Transform.

[d2xdt2+8dxdt+16x]

And we get the equation (after some substitution and simplification).

s2X(s)+8sX(s)+16X(s)=3

X(s)(s2+8s+16)=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

x(t)=3te4t

So there you have it the equation of a Critically Damped spring mass system.