|
|
Line 105: |
Line 105: |
|
== Eigen Vectors == |
|
== Eigen Vectors == |
|
Using the equation above and the same given conditions we can plug everything to a calculator or computer program like MATLAB and get the eigen vectors which we will denote as <math>k_1,k_2,k_3,k_4\,</math>. |
|
Using the equation above and the same given conditions we can plug everything to a calculator or computer program like MATLAB and get the eigen vectors which we will denote as <math>k_1,k_2,k_3,k_4\,</math>. |
|
|
:<math>k_1=\begin{bmatrix} |
|
|
0.2149i \\ |
|
|
-0.5722 \\ |
|
|
-0.2783i \\ |
|
|
0.7409 |
|
|
\end{bmatrix}</math> |
|
|
|
|
|
:<math>k_2=\begin{bmatrix} |
|
|
-0.2149i \\ |
|
|
-0.5722 \\ |
|
|
0.2783i \\ |
|
|
0.7409 |
|
|
\end{bmatrix}</math> |
|
|
|
|
|
:<math>k_3=\begin{bmatrix} |
|
|
-0.3500i \\ |
|
|
0.4157 \\ |
|
|
-0.5407i \\ |
|
|
0.6421 |
|
|
\end{bmatrix}</math> |
|
|
|
|
|
:<math>k_4=\begin{bmatrix} |
|
|
0.3500i \\ |
|
|
0.4157 \\ |
|
|
0.5407i \\ |
|
|
0.6421 |
|
|
\end{bmatrix}</math> |
Revision as of 19:31, 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
From this we get
Eigen Vectors
Using the equation above and the same given conditions we can plug everything to a calculator or computer program like MATLAB and get the eigen vectors which we will denote as .