Laplace transforms: Critically Damped Motion: Difference between revisions
Jump to navigation
Jump to search
Mark.bernet (talk | contribs) |
Mark.bernet (talk | contribs) |
||
Line 115: | Line 115: | ||
==Break Points and Asymptotes== |
==Break Points and Asymptotes== |
||
<math>\text {A break point is defined by a place in the bode plot where a change occurs.}\,</math> |
<math>\text {A break point is defined by a place in the bode plot where a change occurs.}\,</math> |
||
Line 133: | Line 133: | ||
==Convolution== |
|||
<math>\text {The convolution equation is as follows: }\,</math> |
|||
<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{3}{(s+4)^2} </math><br /><br /> |
|||
<math>\text {Which once more yields: }\,</math> |
|||
<math>\mathbf {x}(t)=-3te^{-4t}</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} {-3(t-t_0)e^{-4t-t_0} \, dt_0} |
|||
</math> |
|||
<math>\text {Which once more yeilds: }\,</math> |
|||
<math>\mathbf {x}(t)=(-cte^{-4t})</math><br /><br /> |
|||
<math>\text {Not exactly the same but remember initial conditions arnt used}\,</math> |
|||
--- |
--- |
||
Revision as of 19:57, 5 November 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
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
==Break Points and Asymptotes==
Convolution
---
Written By: Mark Bernet
Error Checked By: Greg Peterson