Problem 26
Question
Prove that the general solution of $$ \mathbf{X}^{\prime}=\left(\begin{array}{rr} -1 & -1 \\ -1 & 1 \end{array}\right) \mathbf{X}+\left(\begin{array}{l} 1 \\ 1 \end{array}\right) t^{2}+\left(\begin{array}{r} 4 \\ -6 \end{array}\right) t+\left(\begin{array}{r} -1 \\ 5 \end{array}\right) $$ on the interval \((-\infty, \infty)\) is $$ \begin{aligned} \mathbf{X}=& c_{1}\left(\begin{array}{c} 1 \\ -1-\sqrt{2} \end{array}\right) e^{\sqrt{2} t}+c_{2}\left(\begin{array}{c} 1 \\ -1+\sqrt{2} \end{array}\right) e^{-\sqrt{2} t} \\ &+\left(\begin{array}{l} 1 \\ 0 \end{array}\right) t^{2}+\left(\begin{array}{r} -2 \\ 4 \end{array}\right) t+\left(\begin{array}{l} 1 \\ 0 \end{array}\right) . \end{aligned} $$
Step-by-Step Solution
VerifiedKey Concepts
Homogeneous Solutions
The task is to find solutions that satisfy this homogeneous part. When we solve it, we do not yet consider the additional \(\mathbf{g}(t)\) terms. This solution helps in understanding the inherent dynamics of the system. By finding the eigenvalues and eigenvectors from matrix \(A\), we construct solutions that have exponential terms based on the eigenvalues.
Finding eigenvalues allows us to characterize how solutions behave over time, forming the basis of our general solution.
Particular Solution
In our equation, we use a combination of polynomial terms to find a suitable particular solution. Assume a form \(\mathbf{X}_p(t) = \mathbf{a} t^2 + \mathbf{b} t + \mathbf{c}\). Substituting this into the original equation allows you to determine constants \(\mathbf{a}, \mathbf{b}, \text{ and } \mathbf{c}\) such that the equation is satisfied.
- Using comparison of coefficients helps determine these constants, leading to the particular solution that complements the problem's non-homogeneous elements.
Eigenvalues and Eigenvectors
For the given matrix \(A\), solving results in eigenvalues \(\lambda = \pm \sqrt{2}\). These particular numbers are instrumental in describing how system state vectors evolve over time. The corresponding eigenvectors represent directions along which these growths or decays occur.
Eigenvectors are found by substituting each eigenvalue into the equation \((A - \lambda I)\mathbf{v} = 0\), finding non-trivial solutions. These vectors, paired with corresponding exponential terms, form the homogeneous solution, offering a deep insight into the system's intrinsic properties.
Matrix Differential Equations
The structure \(\mathbf{X}' = A\mathbf{X} + \mathbf{g}(t)\) is an archetype of a matrix differential equation, where the derivative \(\mathbf{X}'\) is expressed as a linear transformation through matrix \(A\) in conjunction with an additional function \(\mathbf{g}(t)\).
The process of solving such equations often involves linear algebraic techniques, including finding eigenvalues and eigenvectors, to simplify the multi-variable problem into more manageable ordinary differential equations. Thus, matrix differential equations elegantly expand classic differential methods to vector spaces, enabling the modeling of complex dynamic systems.