Coupled Oscillator: Coupled Mass-Spring System with Input: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 68: Line 68:


==State Space Equation==
==State Space Equation==
The general form of the state equation is


<math>
\underline{\dot{x}}(t) = \widehat{A} \, \underline{x}(t) + \widehat{C} \, \underline{u}(t)
</math>

Where <math>\widehat{M}</math> denotes a matrix and <math>\underline{v}</math> denotes a vector.

Let <math>x_1 \frac{}{}</math>, <math>\dot{x}_1 \frac{}{}</math>, <math>x_2 \frac{}{}</math>, and <math>\dot{x_2} \frac{}{}</math> be the state variables, then

<math>
\begin{bmatrix}
& & & \\
& & & \\
& & & \\
& & &
\end{bmatrix}

\begin{bmatrix}
\dot{x}_1 \\
\ddot{x}_1 \\
\dot{x}_2 \\
\ddot{x}_2
\end{bmatrix}

=

</math>
<math>

\begin{bmatrix}
0 & 1 & 0 & 0 \\
\frac{-k_1}{m_1} & 0 & \frac{k_2}{m_1} & 0 \\
0 & 0 & 0 & 1 \\
0 & 0 & \frac{-k_2}{m_2} & 0
\end{bmatrix}

\begin{bmatrix}
x_1 \\
\dot{x}_1 \\
x_2 \\
\dot{x}_2
\end{bmatrix}

</math>


=Solve Using Laplace Transform Method=
=Solve Using Laplace Transform Method=

Revision as of 20:21, 18 November 2009

Setup State Space Equation

Problem Statement

Find an input function such that the lower mass, , is stationary in the steady state. Find the equation of motion for the upper mass, .

The use of one spring between the masses is just a simplification of a multi-spring system, so the possibility of being off-kilter is neglected and just the vertical forces are considered.

Problem Setup


Initial Conditions and Values


Let the initial conditions be zero for the time being.


Force Equations

FBD for m2
FBD for m1

Sum of the forces in the x direction yields

For

Since

And for

Where is the input force

State Space Equation

The general form of the state equation is

Where denotes a matrix and denotes a vector.

Let , , , and be the state variables, then

Solve Using Laplace Transform Method