|
|
Line 205: |
Line 205: |
|
:<math>T^{-1}=[k_1|k_2|k_3|k_4]\,</math> |
|
:<math>T^{-1}=[k_1|k_2|k_3|k_4]\,</math> |
|
:<math>T^{-1}=\begin{bmatrix} |
|
:<math>T^{-1}=\begin{bmatrix} |
|
0 & 0 & 0 & 0 \\ |
|
0.0520 & 0.4176i & - 0.4176i & -0.0520 \\ |
|
0 & 0 & 0 & 0 \\ |
|
-0.1609 & -0.8928 & -0.8928 & -0.1609 \\ |
|
0 & 0 & 0 & 0 \\ |
|
-0.3031 & - 0.0716i & 0.0716i & 0.3031 \\ |
|
0 & 0 & 0 & 0 |
|
0.9378 & 0.1532 & 0.1532 & 0.9378 |
|
\end{bmatrix}</math> |
|
\end{bmatrix}</math> |
|
|
|
|
Line 217: |
Line 217: |
|
0 & 0 & 0 & 0 \\ |
|
0 & 0 & 0 & 0 \\ |
|
0 & 0 & 0 & 0 |
|
0 & 0 & 0 & 0 |
|
|
\end{bmatrix}</math> |
|
|
|
|
|
'''So taking''' |
|
|
:<math>\dot{z}=TAT^{-1}z</math> |
|
|
'''We get the uncoupled matrix of''' |
|
|
:<math>\dot{z}=\begin{bmatrix} |
|
|
-3.0937 & 0 & 0 & 0 \\ |
|
|
0 & 2.1380i & 0 & 0 \\ |
|
|
0 & 0 & - 2.1380i & 0 \\ |
|
|
0 & 0 & 0 & 3.0937 |
|
\end{bmatrix}</math> |
|
\end{bmatrix}</math> |
Revision as of 15:10, 10 December 2009
Problem Statement
Write up on the Wiki a solution of a coupled oscillator problem like the coupled pendulum. Use State Space methods. Describe the eigenmodes and eigenvectors of the system.
Initial Conditions:
Equations for M_1
Equations for M_2
Additional Equations
State Equations
=
With the numbers...
=
Eigen Values
Once you have your equations of equilibrium in matrix form you can plug them into MATLAB which will give you the eigen values automatically.
- Given
We now have
From this we get
Eigen Vectors
Using the equation above and the same given conditions we can plug everything into MATLAB and get the eigen vectors which we will denote as .
So then the answer is...
We can now plug these eigen vectors and eigen values into the standard equation
Matrix Exponential
We now use matrix exponentials to solve the same problem.
So from the above equation we get this to prove the matrix exponetial works.
We also know what T equals and we can solve it for our case
Taking the inverse of this we can solve for T
So taking
We get the uncoupled matrix of