rude man said:
Exactly what I had in mind. In fact, what I did. So finish for pistons 2 and 3.
Can't you switch from epsilons to x's?
For you my friend I will! =)
rude man said:
If you get the other two equations right I would give you 8/10 at least. Solving the 3 simultaneous ODE's is very messy. I think I got the frequencies but I did not complete the solutions for x1(t), x2(t) and x3(t). Some kind soul should have a shot at it, especially if they have wolfram alpha pro available.
Can you please contact my assistant? :D
@Orodruin: Trying to write my system in matrix form and trying to solve it correctly:
no. 1: ##-\frac{pS^2}{Vm}x_1+\frac{pS^2}{Vm}(x_2-x_1)=\ddot{x_1}##
##\ddot{x_1}+\frac{pS^2}{Vm}(2x_1-x_2)=0##
no. 2: ##-\frac{pS^2}{Vm}(x_1)+\frac{pS^2}{Vm}(x_3-x_2)=\ddot{x_2}##
##\ddot{x_2}+\frac{pS^2}{Vm}(2x_2-x_1-x_3)=0##
no.3: ##-\frac{pS^2}{Vm}(x_3-x_2)-\frac{pS^2}{Vm}x_3=\ddot{x_3}##
##\ddot{x_3}+\frac{pS^2}{Vm}(2x_3-x_2)=0##Using the matrix:
##\ddot{\vec{x}}+A\vec{x}=\ddot{\vec{x}}+\omega _0^2\tilde A \vec{x}=0## where ##\omega _0^2=\frac{pS^2}{Vm}##.
Looking for egienvalues and eigenvectors:
##det(\omega _0^2\tilde A-\omega ^2I)=det(\tilde A-\frac{\omega ^2}{\omega _0 ^2 }I)=0##
##det(\begin{bmatrix}
2-\lambda &-1 &0 \\
-1 & 2-\lambda & -1\\
0& -1 &2-\lambda
\end{bmatrix})=0## leaves me with three eigenvalues and three eigenvectors:
a) ##\lambda =\frac{\omega ^2}{\omega _0 ^2 }=2## meaning ##\omega =\sqrt 2 \omega _0## with an eigenvector ##\nu _1=(-1,0,1)##.
b)##\lambda =\frac{\omega ^2}{\omega _0 ^2 }=2+\sqrt 2## meaning ##\omega =\sqrt{2+\sqrt 2} \omega _0## with an eigenvector ##\nu _2=(1,-\sqrt 2,1)##.
c)##\lambda =\frac{\omega ^2}{\omega _0 ^2 }=2-\sqrt 2## meaning ##\omega =\sqrt{2-\sqrt 2} \omega _0## with an eigenvector ##\nu _2=(1,\sqrt 2,1)##.So If I am not mistaken these are all the frequencies of possible movements (described by eigenvectors) of this system.
Please correct me if wrong.