Coupled Oscillator: horizontal Mass-Spring

From Class Wiki
Jump to navigation Jump to search

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.

 Horizontal spring.jpg

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

created by Greg Peterson