Coupled Oscillator: Jonathan Schreven: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 61: | Line 61: | ||
== Eigen Values == |
== Eigen Values == |
||
Once you have your equations of equilibrium in matrix form you can plug them into a calculator or a computer program that will give you the eigen values automatically. This saves you a lot of hand work. Here's what you should come up with for this particular problem given these initial conditions. |
|||
:'''Given''' |
|||
:<math>x_1=1m</math> |
|||
:<math>x_2=2.5m</math> |
|||
:<math>m_1=10kg</math> |
|||
:<math>m_2=7kg</math> |
|||
:<math>k_1=25{N\over {m}}</math> |
|||
:<math>k_2=20{N\over {m}}</math> |
|||
We now have |
|||
:<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> |
|||
== Eigen Vectors == |
== Eigen Vectors == |
Revision as of 18:09, 9 December 2009
Problem
In this problem we will explore the solution of a double spring/mass system under the assumption that the blocks are resting on a smooth surface. Here's a picture of what we are working with.
Equations of Equilibrium
Using F=ma we can then find our four equations of equilibrium.
- Equation 1
- Equation 2
- Equation 3
- Equation 4
Now we can put these four equations into the state space form.
Eigen Values
Once you have your equations of equilibrium in matrix form you can plug them into a calculator or a computer program that will give you the eigen values automatically. This saves you a lot of hand work. Here's what you should come up with for this particular problem given these initial conditions.
- Given
We now have