Coupled Horizontal Spring Mass Oscillator: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 89: Line 89:
<math>\lambda_3=2\sqrt{5}\,</math>
<math>\lambda_3=2\sqrt{5}\,</math>
<math>\lambda_4=-2\sqrt{5}\,</math>
<math>\lambda_4=-2\sqrt{5}\,</math>
<math>\text {Eigenvectors.}\,</math>
<math>\ {K_1=}\,</math><math>\begin{bmatrix}-1 \\-2\sqrt(10) \\1 \\2\sqrt(10)\end{bmatrix}\,
</math>,<math>\ {K_2=}\,</math><math>\begin{bmatrix}-1 \\2\sqrt(10) \\1 \\-2\sqrt(10)\end{bmatrix}\,
</math>,<math>\ {K_3=}\,</math><math>\begin{bmatrix}1 \\2\sqrt(5) \\1 \\2\sqrt(5)\end{bmatrix}\,
</math>

Revision as of 16:24, 8 December 2009

Coupled Oscillator Spring Mass Oscillator: State Space

Problem Statement

Two 4 Kg Weights are suspended between two walls. They are connected by a spring between them with a spring constant k2. They are connected to the walls by two springs k1 and k3 with k1=k3. m1 is a distance x1 form m2 and m2 is x2 from the wall.


Solution

Things we know

m1=5kg

m2=5kg

k1=50Nm

k2=100Nm

k3=50Nm

So now that we have are problem we need to start setting up the equations we need to solve it.

x1˙=x1˙

x1¨+k1+k2m1x1k2m1x2=0

x2˙=x2˙

x2¨+k3+k2m2x2k2m2x1=0

Now we take these equations and put them in a state space model.

[x1˙x1¨x2˙x2¨] = [0100(k1+k2)m10k1m100001k1m20(k1+k2)m20][x1x˙1x2x˙2]+[0]

Now we make the appropriate numerical substitutions.


[x1˙x1¨x2˙x2¨] = [01001505050500001505015050][x1x˙1x2x˙2]+[0]



[x1˙x1¨x2˙x2¨]=[01003001000001100300][x1x˙1x2x˙2]+[0]

So using maple i was able to obtain the eigenvalues and eigenvectors.

Eigenvalues.


λ1=210 λ2=210 λ3=25 λ4=25

Eigenvectors.

K1=[12(10)12(10)],K2=[12(10)12(10)],K3=[12(5)12(5)]