7.5 Homogeneous Systems with Constant Coefficients
solve \( \vec{x}' = A\vec{x} \) where \( \vec{x} \) is a vector \( \begin{bmatrix} x_1 \\ \vdots \\ x_n \end{bmatrix} \) and \( A \) is a constant matrix.
its solution is very similar to scalar eg \( x' = ax \) (or \( y' = ay \))
\( \hookrightarrow \) solution \( x = ce^{at} \)
if \( a \) is \( A \), what is \( e^{At} \)?
how to solve \( \vec{x}' = A\vec{x} \)?
Consider the second-order equation:
\( y'' + 5y' + 6y = 0 \) with initial conditions \( y(0) = 1, y'(0) = 2 \)
Characteristic equation:
\( r^2 + 5r + 6 = 0 \)
\( (r + 2)(r + 3) = 0 \implies r = -2, -3 \)
General solution:
\( y = c_1 e^{-2t} + c_2 e^{-3t} \)
Derivative of solution:
\( y' = -2c_1 e^{-2t} - 3c_2 e^{-3t} \)