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

From Class Wiki
Jump to navigation Jump to search
No edit summary
Line 40: Line 40:




<math> \ddot{x}_1= - \frac{2b_1}{m_1} \dot{x}_1 - \frac{k_1}{m_1}x_1 + \frac{k_2}{m_2}x_2 - \frac{k_2}{m_2}x_1 + g </math>
<math> \ddot{x}_1= - \frac{2b_1}{m_1} \dot{x}_1 - (\frac{k_1}{m_1}+ \frac{k_2}{m_2})x_1 - \frac{k_2}{m_2}x_2 + g </math>


and
and
Line 75: Line 75:
\begin{bmatrix}
\begin{bmatrix}
0 & 1 & 0 & 0 \\
0 & 1 & 0 & 0 \\
-\frac{k_1}{m_1} & -\frac{2b_1}{m_1} & \frac{k_1}{m_1} & 0 \\
-(\frac{k_1}{m_1}+\frac{k_2}{m_2}) & -\frac{2b_1}{m_1} & \frac{k_1}{m_1} & 0 \\
0 & 0 & 0 & 1 \\
0 & 0 & 0 & 1 \\
0 & 0 & -\frac{k_2}{m_2} & -\frac{2b_2}{m_2}\\
\frac{k_2}{m_2} & 0 & -\frac{k_2}{m_2} & -\frac{2b_2}{m_2}\\
\end{bmatrix}
\end{bmatrix}


Line 104: Line 104:




We don't need to include gravity here if we allow are initial conditions for the spring be zero with gravity accounted for.
We don't need to include gravity here if we allow are initial conditions for the spring to be zero with gravity accounted for.

Revision as of 11:33, 3 December 2009

Problem Statement

For the below system set up a set of state variable equations, and then solve using Laplace transformations. Assume all motion takes place in the vertical directions.

Fig. 1

Initial Values

For the upper mass:

And for the lower mass:

Find the Force Equations

First we need to sum forces in the y-direction for each block.

For mass 1:


For mass 2:


So if we put the equations above into the correct form we have:


and

State Space Equation

The general form for the state equation is as shown below:



Where denotes a matrix and denotes a vector.


If we let , , , and be the state variables, then



We don't need to include gravity here if we allow are initial conditions for the spring to be zero with gravity accounted for.