Problem 52
Question
(a) The given system can be written as $$x_{1}^{\prime \prime}=-\frac{k_{1}+k_{2}}{m_{1}} x_{1}+\frac{k_{2}}{m_{1}} x_{2}, \quad x_{2}^{\prime \prime}=\frac{k_{2}}{m_{2}} x_{1}-\frac{k_{2}}{m_{2}} x_{2}$$ In terms of matrices this is \(\mathbf{X}^{\prime \prime}=\mathbf{A X}\) where $$\mathbf{X}=\left(\begin{array}{l} x_{1} \\ x_{2} \end{array}\right) \text { and } \mathbf{A}=\left(\begin{array}{cc} -\frac{k_{1}+k_{2}}{m_{1}} & \frac{k_{2}}{m_{1}} \\ \frac{k_{2}}{m_{2}} & -\frac{k_{2}}{m_{2}} \end{array}\right)$$ (b) If \(\mathbf{X}=\mathbf{K} e^{\omega t}\) then \(\mathbf{X}^{\prime \prime}=\omega^{2} \mathbf{K} e^{\omega t}\) and \(\mathbf{A X}=\mathbf{A K} e^{\omega t}\) so that \(\mathbf{X}^{\prime \prime}=\mathbf{A} \mathbf{X}\) becomes \(\omega^{2} \mathbf{K} e^{\omega t}=\mathbf{A} \mathbf{K} e^{\omega t}\) or \(\left(\mathbf{A}-\omega^{2} \mathbf{I}\right) \mathbf{K}=0 .\) Now let \(\omega^{2}=\lambda\) (c) When \(m_{1}=1, m_{2}=1, k_{1}=3,\) and \(k_{2}=2\) we obtain \(\mathbf{A}=\left(\begin{array}{rr}-5 & 2 \\ 2 & -2\end{array}\right) .\) The eigenvalues and corresponding eigenvectors of \(\mathbf{A}\) are \(\lambda_{1}=-1, \lambda_{2}=-6, \mathbf{K}_{1}=\left(\begin{array}{l}1 \\\ 2\end{array}\right), \mathbf{K}_{2}=\left(\begin{array}{r}-2 \\\ 1\end{array}\right) .\) since \(\omega_{1}=i, \omega_{2}=-i, \omega_{3}=\sqrt{6} i,\) and \(\omega_{4}=-\sqrt{6} i\) a solution is $$\mathbf{X}=c_{1}\left(\begin{array}{l} 1 \\ 2 \end{array}\right) e^{i t}+c_{2}\left(\begin{array}{l} 1 \\ 2 \end{array}\right) e^{-i t}+c_{3}\left(\begin{array}{r} -2 \\ 1 \end{array}\right) e^{\sqrt{6} i t}+c_{4}\left(\begin{array}{r} -2 \\ 1 \end{array}\right) e^{-\sqrt{6} i t}$$ (d) Using \(e^{i t}=\cos t+i \sin t\) and \(e^{\sqrt{6} i t}=\cos \sqrt{6} t+i \sin \sqrt{6} t\) the preceding solution can be rewritten as $$\begin{aligned} \mathbf{X}=c_{1}\left(\begin{array}{c} 1 \\ 2 \end{array}\right)(\cos t+i \sin t)+c_{2}\left(\begin{array}{c} 1 \\ 2 \end{array}\right)(\cos t-i \sin t) \\ +c_{3}\left(\begin{array}{c} -2 \\ 1 \end{array}\right)(\cos \sqrt{6} t+i \sin \sqrt{6} t)+c_{4}\left(\begin{array}{c} -2 \\ 1 \end{array}\right)(\cos \sqrt{6} t+i \sin \sqrt{6} t) \\ =\left(c_{1}+c_{2}\right)\left(\begin{array}{c} 1 \\ 2 \end{array}\right) \cos t+i\left(c_{1}-c_{2}\right)\left(\begin{array}{c} 1 \\ 2 \end{array}\right) \sin t \\ +\left(c_{3}+c_{4}\right)\left(\begin{array}{c} -2 \\ 1 \end{array}\right) \cos \sqrt{6} t+i\left(c_{3}-c_{4}\right)\left(\begin{array}{c} -2 \\ 1 \end{array}\right) \sin \sqrt{6} t \\ =b_{1}\left(\begin{array}{c} 1 \\ 2 \end{array}\right) \cos t+b_{2}\left(\begin{array}{c} 1 \\ 2 \end{array}\right) \sin t+b_{3}\left(\begin{array}{c} -2 \\ 1 \end{array}\right) \cos \sqrt{6} t+b_{4}\left(\begin{array}{c} -2 \\ 1 \end{array}\right) \sin \sqrt{6} t \end{aligned}$$ where \(b_{1}=c_{1}+c_{2}, b_{2}=i\left(c_{1}-c_{2}\right), b_{3}=c_{3}+c_{4},\) and \(b_{4}=i\left(c_{3}-c_{4}\right)\)
Step-by-Step Solution
VerifiedKey Concepts
Eigenvalues and Eigenvectors
Once eigenvalues are determined, we proceed to find the corresponding eigenvectors. These vectors are the non-zero vectors \( \mathbf{K} \) that satisfy \( (\mathbf{A} - \lambda \mathbf{I}) \mathbf{K} = 0 \). In our example, with the specific matrix given\[\mathbf{A} = \begin{pmatrix} -5 & 2 \ 2 & -2 \end{pmatrix}\] this approach uncovers the eigenvalues \( \lambda_1 = -1 \) and \( \lambda_2 = -6 \), with their respective eigenvectors \( \mathbf{K}_1 = \begin{pmatrix} 1 \ 2 \end{pmatrix} \) and \( \mathbf{K}_2 = \begin{pmatrix} -2 \ 1 \end{pmatrix} \). Each eigenvalue and eigenvector pair provides a distinct solution component to differential equations using matrix \( \mathbf{A} \).
The eigenvectors tell us essential directions and modes of operation within the system, providing insight into stability and long-term behavior.
Matrix Representation
Let's explore how it works:
- \( \mathbf{X} \) represents the vector of dependent variables, \( \begin{pmatrix} x_1 \ x_2 \end{pmatrix} \)
- \( \mathbf{A} \) embodies interaction coefficients between these variables, \( \begin{pmatrix} -\frac{k_{1} + k_{2}}{m_{1}} & \frac{k_{2}}{m_{1}} \ \frac{k_{2}}{m_{2}} & -\frac{k_{2}}{m_{2}} \end{pmatrix} \)
- \( \mathbf{X}'' \) is the second derivative vector of the variables.
Adopting matrix representation cuts through complexity with precision and makes transformational solutions methodical.
Complex Exponentials
Let's examine the role of complex exponentials:
- They transform sinusoidal functions into exponential form, encapsulating oscillation properties.
- Provide a way to express solutions that naturally occur in coupled oscillatory systems.
- Handle systems with damping or external driving forces smoothly.
By transforming and evaluating solutions in terms of trigonometric functions, complex exponentials aid in easily perceiving underlying oscillations, their frequency, and amplitude. The application gives sustenance for both analyzing wave properties and employing in mechanical and electric circuits. Euler's formula thus acts as a bridge, linking the exponential form to intuitive sine and cosine forms used in physical interpretation.