Problem 22
Question
The eigenvalues are \(\lambda_{1}=\frac{1}{4}\) and \(\lambda_{2}=\frac{1}{2} .\) This leads to the system $$\begin{array}{l} e^{t / 4}=b_{0}+\frac{1}{4} b_{1} \\ e^{t / 2}=b_{0}+\frac{1}{2} b_{1} \end{array}$$ which has the solution \(b_{0}=2 e^{t / 4}+e^{t / 2}\) and \(b_{1}=-4 e^{t / 4}+4 e^{t / 2} .\) Then $$e^{\mathbf{A} t}=b_{0} \mathbf{I}+b_{1} \mathbf{A}=\left(\begin{array}{cc} -2 e^{t / 4}+3 e^{t / 2} & 6 e^{t / 4}-6 e^{t / 2} \\ -e^{t / 4}+e^{t / 2} & 3 e^{t / 4}-2 e^{t / 2} \end{array}\right)$$ The general solution of the system is then $$\begin{aligned} \mathbf{X}=e^{\mathbf{A} t} \mathbf{C} &=\left(\begin{array}{cc} -2 e^{t / 4}+3 e^{t / 2} & 6 e^{t / 4}-6 e^{t / 2} \\ -e^{t / 4}+e^{t / 2} & 3 e^{t / 4}-2 e^{t / 2} \end{array}\right)\left(\begin{array}{c} c_{1} \\ c_{2} \end{array}\right) \\ &=c_{1}\left(\begin{array}{c} -2 \\ -1 \end{array}\right) e^{t / 4}+c_{1}\left(\begin{array}{c} 3 \\ 1 \end{array}\right) e^{t / 2}+c_{2}\left(\begin{array}{c} 6 \\ 3 \end{array}\right) e^{t / 4}+c_{2}\left(\begin{array}{c} -6 \\ -2 \end{array}\right) e^{t / 2} \\ &=\left(-c_{1}+3 c_{2}\right)\left(\begin{array}{c} 2 \\ 1 \end{array}\right) e^{t / 4}+\left(c_{1}-2 c_{2}\right)\left(\begin{array}{c} 3 \\ 1 \end{array}\right) e^{t / 2} \\ &=c_{3}\left(\begin{array}{c} 2 \\ 1 \end{array}\right) e^{t / 4}+c_{4}\left(\begin{array}{c} 3 \\ 1 \end{array}\right) e^{t / 2}. \end{aligned}$$
Step-by-Step Solution
VerifiedKey Concepts
Eigenvalues and Eigenvectors
For a given matrix \( \mathbf{A} \), we find values of \( \lambda \) for which the equation \( \det(\mathbf{A} - \lambda \mathbf{I}) = 0 \) holds true, where \( \mathbf{I} \) is the identity matrix. Solving this equation yields the eigenvalues. Then, for each eigenvalue, solving the equation \((\mathbf{A} - \lambda \mathbf{I})\mathbf{x} = \mathbf{0}\) yields the corresponding eigenvectors. These vectors represent directions of pure scaling within the transformation space.
In our exercise, the eigenvalues found are \( \lambda_1 = \frac{1}{4} \) and \( \lambda_2 = \frac{1}{2} \). These determine the system behavior and help in constructing solutions to differential equations by allowing the separation of time dynamics from spatial orientation.
System of Differential Equations
In the provided exercise, we're dealing with a linear system represented by the matrix \( \mathbf{A} \). The system of equations derived from the eigenvalues \( e^{t/4} = b_0 + \frac{1}{4}b_1 \) and \( e^{t/2} = b_0 + \frac{1}{2}b_1 \) helps in determining specific coefficients for building expressions of the matrix exponential.
Understanding the behavior of differential equations often requires techniques such as examining their stability, calculating eigenvalues, and using matrix exponentials to find solutions. These steps are key when you're trying to understand how the system evolves over time from given initial conditions.
General Solution of a System
In solving the differential system \( \mathbf{X} = e^{\mathbf{A}t} \mathbf{C} \), the matrix \( e^{\mathbf{A}t} \) is determined using coefficients \( b_0 \) and \( b_1 \), where \( b_0 = 2e^{t/4} + e^{t/2} \) and \( b_1 = -4e^{t/4} + 4e^{t/2} \). This matrix algebraically encapsulates the dynamics dictated by the eigenvalues and eigenvectors found earlier.
The general solution is expressed as a combination of these time-dependent exponential matrices multiplied by the vector \( \mathbf{C} = \begin{pmatrix} c_1 \ c_2 \end{pmatrix} \), which represents arbitrary constants from initial conditions. In simplified form, it results in linear combinations like \( c_3 \begin{pmatrix} 2 \ 1 \end{pmatrix} e^{t/4} + c_4 \begin{pmatrix} 3 \ 1 \end{pmatrix} e^{t/2} \), succinctly showing how solutions evolve across time through these constants.