- #1
zenterix
- 708
- 84
- Homework Statement
- Consider the system of differential equations
$$\begin{bmatrix} \ddot{x}_1 \\ \ddot{x}_2 \end{bmatrix}=\begin{bmatrix} -\frac{(k_B+k_C)}{m_1} & \frac{k_B}{m_1} \\ \frac{k_B}{m_2} & -\frac{(k_A+k_B)}{m_2} \end{bmatrix}\tag{1}$$
$$\vec{\ddot{x}}=MK^{-1}\vec{x}\tag{2}$$
- Relevant Equations
- These are the equations of motion for the coupled oscillators in the following picture
I have a question about solving this system.
I (naively, I think) initially did the following
Trial solution: ##\vec{x}=e^{\lambda t}\vec{a}##.
Sub this into the system (2)
$$\lambda^2 e^{\lambda t}\vec{a}=M^{-1}Ke^{\lambda t}\vec{a}\tag{3}$$
$$(M^{-1}K-\lambda^2I)\vec{a}=0\tag{4}$$
I then solved this eigenvalue equation for the parameter values
$$m_1=4$$
$$m_2=12$$
$$k_A=78$$
$$k_B=60$$
$$k_C=24$$
and got
$$\lambda_1=-6.37$$
$$\lambda_2=-26.12$$
and associated eigenvectors
$$\vec{a}_1=\begin{bmatrix} 1.025\\1 \end{bmatrix}$$
$$\vec{a}_2=\begin{bmatrix} -2.92 \\ 1 \end{bmatrix}$$
This doesn't seem to be correct in physical terms. These values imply an exponential decay of the positions of the masses towards equilibrium.
The expected result contains oscillations since there is no damping.
Now, it seems to me that the correct path is to transform the second-order system (1) into a first-order system. I know how to do this.
I will do it right after this post (I haven't done it yet because I've done it in another problem and I know it works).
My question is: what is the mathematical reason that the approach depicted above fails?