Coupled Oscillator: Jonathan Schreven: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 80: Line 80:
-4.5 & 0 & 2 & 0 \\
-4.5 & 0 & 2 & 0 \\
0 & 0 & 0 & 1 \\
0 & 0 & 0 & 1 \\
-4 & 0 & 4 & 0
4 & 0 & -4 & 0
\end{bmatrix}
\end{bmatrix}


Line 98: Line 98:


From this we get
From this we get
:<math>\lambda_1=\,</math>
:<math>\lambda_1=2.6626i\,</math>
:<math>\lambda_2=\,</math>
:<math>\lambda_2=-2.6626i\,</math>
:<math>\lambda_3=\,</math>
:<math>\lambda_3=1.18766i\,</math>
:<math>\lambda_4=\,</math>
:<math>\lambda_4=-1.18766i\,</math>


== Eigen Vectors ==
== Eigen Vectors ==

Revision as of 20:16, 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
F=maF=mx¨k1x1k2(x1x2)=m1x1¨k1x1m1k2(x1x2)m1=m1x1¨k1x1m1k2(x1x2)m1=x1¨k1+k2m1x1+k2m1x2=x1¨
Equation 2
F=maF=mx¨k2(x2x1)=m2x2¨k2(x2x1)m2=x2¨k2m2x2+k2m2x1=x2¨
Equation 3
x1˙=x1˙
Equation 4
x2˙=x2˙


Now we can put these four equations into the state space form.

[x1˙x1¨x2˙x2¨]=[0100(k1+k2)m10k2m100001k2m20k2m20][x1x1˙x2x2˙]+[0000]

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
m1=10kg
m2=5kg
k1=25Nm
k2=20Nm

We now have

[x1˙x1¨x2˙x2¨]=[01004.502000014040][x1x1˙x2x2˙]+[0000]

From this we get

λ1=2.6626i
λ2=2.6626i
λ3=1.18766i
λ4=1.18766i

Eigen Vectors