MATH 323 Lecture 25
« previous | Thursday, November 29, 2012 | next »
Eigenvalues and Eigenvectors
Example
Therefore, the eigenvalues are ,
To find eigenvectors, find basis for :
Therefore, is an eigenvector belonging to , and and are linearly independent eigenvectors belonging to .
Complex Eigenvalues
For an arbitrary matrix, the characteristic polynomial will be .
Polynomials of degree always have exactly complex roots:
is the constant term of .
The coefficient of the remaining is given by . This is called the trace of .
Example
Therefore, is an eigenvector belonging to . If we multiply this eigenvector by , we get , which is a much nicer form.
Theorem 6.1.1
Let and be matrices.
If is similar to , then and have the same characteristic polynomials and the same eigenvalues (not eigenvectors).
Proof
Recall that
Review: Complex Numbers
Every complex number has a conjugate .
A polynomial that has a root will also have the conjugate as a root
- corollary: if is an eigenvalue of a real matrix , then is also an eigenvalue.
- if is an eigenvector of complex eigenvalue , then is an eigenvector of the conjugate eigenvalue .
multiplying a complex by its conjugate will always yield a real number
Conjugate of a Product of complex numbers is just the product of conjugates
Solving Systems of Linear Differential Equations
A linear differential equation is of the form
Where are functions in .
Which can be written in the form .
Suppose is of the form .
Then 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 \vec{Y}(t) = \mathrm{e}^{\lambda t} \vec{x}} 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 \vec{Y}'(t) = \lambda \vec{Y}(t) = \lambda \mathrm{e}^{\lambda t} \vec{x}} .
If is an eigenvector of , then 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 \vec{Y} = A \mathrm{e}^{\lambda t} \vec{x} = \mathrm{e}^{\lambda t} A \vec{x} = \mathrm{e}^{\lambda t} \lambda x}
The set of solutions to 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 \vec{Y}' = A \vec{Y}}
is an 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 n}
-dimensional subspace, and if solutions 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 \vec{Y}_1, \ldots, \vec{Y}_n}
are linearly independent solutions, then any linear combination of 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 \vec{Y}_i}
's are also solutions.
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 \begin{align} y_1' &= 3y_1 + 4y_2 \\ y_2' &= 3y_1 + 2y_2 \end{align}}
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 = \begin{bmatrix} 3 & 4 \\ 3 & 2 \end{bmatrix}}
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 = 6, \lambda_2 = -1}
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} \vec{x}_1 &= \langle 4, 3 \rangle \\ \vec{x}_2 &= \langle 1, -1 \rangle \\ \vec{Y}_1(t) &= \mathrm{e}^{6t} \langle 4, 3 \rangle \\ \vec{Y}_2(t) &= \mathrm{e}^{-t} \langle 1, -1 \rangle \\ \vec{Y} &= c_1 \, \vec{Y}_1(t) + c_2 \, \vec{Y}_2(t) \\ &= \begin{bmatrix} 4c_1 \, \mathrm{e}^{6t} + c_2 \, \mathrm{e}^{-t} \\ 3c_1 \, \mathrm{e}^{6t} - c_2 \, \mathrm{e}^{-t} \end{bmatrix} \end{align}}
For initial value problem 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 \vec{Y}(0) = \langle 6, 1 \rangle}
, 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 = 1}
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 c_2 = 2}
.