MATH 308 Lecture 32
« previous | Monday, April 15, 2013 | next »
Quiz over Ch. 7.5 Wednesday
Section 7.5
Exercise 5
Find the general solution of the given system of equations:
Eigenvalues:
Eigenvectors:
- (note we have two eigenvectors)
Corresponding Solutions:
Check Linear Independence (redundant vs. complete solutions):
Therefore, our solutions , , and are linearly independent; so the general solution is
Section 7.6
Given the systems:
Previously, we would find the eigenvalues and eigenvectors and the general solution is of the form:
where represents each eigenvalue and represents the corresponding eigenvector.
What about matrices with imaginary eigenvalues?
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lambda = 1 + 2i : \left\langle 1, 1-i \right\rangle}
- We don't need to consider the second eigenvalue since they are complex conjugates
Recall from Chapter 3 that a root Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a + bi} has real-valued solution Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c_1 \, \mathrm{e}^{a\,t} \, \cos{b\,t} + c_2 \, \mathrm{e}^{a\,t}\,\sin{b\,t}} . Let's do the same here:
for , we get:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathrm{e}^{t} \, \left( \cos{2t} + i \, \sin{2t} \right) \left( \begin{bmatrix}1\\1\end{bmatrix} + i \begin{bmatrix}0\\-1\end{bmatrix} \right)}
Expanding this gives
The real part of this solution Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P} and the imaginary part of this solution Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q} are each solutions to the original system, and they are always linearly independent
Theorem
Given a system of differential equations
If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r_1 = \lambda + i \, \mu} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r_2 = \lambda - i \, \mu} is a pair of complex conjugate eigenvalues and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \xi = \vec{a} \pm i \, \vec{b}} is the corresponding pair of eigenvectors, then the vectors
are real valued solutions of the system
Example
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X' = \begin{bmatrix}-1&-4\\1&-1\end{bmatrix} \, X}
Eigenvalue: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lambda = -1 + 2i}
Eigenvector: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{bmatrix}2i\\1\end{bmatrix} = \begin{bmatrix}0\\1\end{bmatrix} + i \begin{bmatrix}2\\0\end{bmatrix}}
Apply the theorem:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} X_1 &= \mathrm{e}^{-t} \, \cos{2t} \, \begin{bmatrix} 0 \\ 1 \end{bmatrix} - \mathrm{e}^{-t} \, \sin{2t} \, \begin{bmatrix} 2\\0\end{bmatrix} \\ X_2 &= \mathrm{e}^{-t} \, \cos{2t} \, \begin{bmatrix}2\\0\end{bmatrix} + \mathrm{e}^{-t} \, \sin{2t} \, \begin{bmatrix}0\\1\end{bmatrix} \end{align}}