Coupled Oscillator: Jonathan Schreven: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
:'''Equation 4''' | :'''Equation 4''' | ||
:<math>\dot{x_2}=\dot{x_2}</math> | :<math>\dot{x_2}=\dot{x_2}</math> | ||
Now we can put these four equations into the state space form. | |||
:<math>\begin{bmatrix} | |||
\dot{x_1} \\ | |||
\ddot{x_1} \\ | |||
\dot{x_2} \\ | |||
\ddot{x_2} | |||
\end{bmatrix} | |||
= | |||
\begin{bmatrix} | |||
0 & 1 & 0 & 0 \\ | |||
-{(k_1+k_2)\over {m_1}} & 0 & {k_2\over {m_1}} & 0 \\ | |||
0 & 0 & 0 & 1 \\ | |||
-{k_2\over {m_2}} & 0 & {k_2\over {m_2}} & 0 | |||
\end{bmatrix} | |||
\begin{bmatrix} | |||
{x_1} \\ | |||
\dot{x_1} \\ | |||
{x_2} \\ | |||
\dot{x_2} | |||
\end{bmatrix} | |||
+ | |||
\begin{bmatrix} | |||
0 \\ | |||
0 \\ | |||
0 \\ | |||
0 | |||
\end{bmatrix}</math> |
Revision as of 18:50, 9 December 2009
Coupled Oscillator System
In this problem I would like to explore the solution of a double spring/mass system under the assumption that the blocks are resting on a smooth surface. Our system might look something like this.
Using F=ma we can then find our equations of equilibrium.
- Equation 1
- Equation 2
- Equation 3
- Equation 4
Now we can put these four equations into the state space form.