Coupled Oscillator: Jonathan Schreven: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
Line 139: Line 139:


And our final answer is
And our final answer is
:<math>x=c_1k_1e^{\lambda_1 t}+c_2k_2e^{\lambda_2 t}+c_3k_3e^{\lambda_3 t}+c_4k_4e^{\lambda_4 t}</math>
:<math>x=c_1\begin{bmatrix}
0.2149 \\
-0.5722 \\
-0.2783 \\
0.7409
\end{bmatrix}e^{2.6626t}+c_2\begin{bmatrix}
-0.2149 \\
-0.5722 \\
0.2783 \\
0.7409
\end{bmatrix}e^{-2.6626t}+c_3\begin{bmatrix}
-0.3500 \\
0.4157 \\
-0.5407 \\
0.6421
\end{bmatrix}e^{1.18766t}+c_4\begin{bmatrix}
0.3500 \\
0.4157 \\
0.5407 \\
0.6421
\end{bmatrix}e^{-1.18766t}</math>

Revision as of 20:44, 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

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 k1,k2,k3,k4.

k1=[0.2149i0.57220.2783i0.7409]
k2=[0.2149i0.57220.2783i0.7409]
k3=[0.3500i0.41570.5407i0.6421]
k4=[0.3500i0.41570.5407i0.6421]

Solving

We can now plug these eigen vectors and eigen values into the standard equation

x=c1k1eλ1t+c2k2eλ2t+c3k3eλ3t+c4k4eλ4t

And our final answer is

x=c1[0.21490.57220.27830.7409]e2.6626t+c2[0.21490.57220.27830.7409]e2.6626t+c3[0.35000.41570.54070.6421]e1.18766t+c4[0.35000.41570.54070.6421]e1.18766t