MATH 4A - Linear Algebra With Applications: Lecture 20: Eigenvalues and Eigenvectors
MATH 4A - Linear Algebra With Applications: Lecture 20: Eigenvalues and Eigenvectors
MATH 4A - Linear Algebra With Applications: Lecture 20: Eigenvalues and Eigenvectors
17 May 2019
Reading: §5.1-5.4
Recommended problems from §5.1: 1, 3, 5, 7, 11, 15, 17, 19, 21,
22, 23, 31, 32
Recommended problems from §5.2: 1-21 odd, 22
Eigenvalues and eigenvectors Why we care The characteristic polynomial
Lecture plan
2 Why we care
Motivation
Our goal for the next several lectures is to understand the structure
of a linear transformation T : V → V from a vector space V to
itself. This is a nice special case (instead of more generally
considering linear transformations where the domain and codomain
are different), because it easier to compare a vector v to its image
T (v) when these two vectors live in the same vector space.
Example
Definition
Remarks:
1 We require an eigenvector x 6= 0 because otherwise 0 would be
an eigenvector for any choice of λ. We only want eigenvalues
that are eigenvalues for an interesting/nontrivial reason.
2 An eigenvalue is the same thing as a scalar such that the
homogeneous linear system (A − λIn )x = 0 has a nontrivial
solution. (See board.) Any nontrivial solution is an
eigenvector.
Eigenvalues and eigenvectors Why we care The characteristic polynomial
Eigenvalue testing
iClicker 2
Let
1 6
A= .
5 2
Is 7 an eigenvalue of A? (Hint:
−6 6
A − 7I = .)
5 −5
1 yes
2 no
3 eigenwhat?
Eigenvalues and eigenvectors Why we care The characteristic polynomial
iClicker 3
Let
1 6
A= .
5 2
Is 1 an eigenvalue of A? (Hint:
A − 1I = · · · .)
1 yes
2 no
3 eigenwhat?
Eigenvalues and eigenvectors Why we care The characteristic polynomial
Example
We saw that λ = 7 is an eigenvalue of
1 6
A= .
5 2
−6 6 augment + row operations. . . 1 −1 0
A − 7I = −−−−−−−−−−−−−−−−−→
5 −5 0 0 0
General solution:
1
x2 .
1
1 −23
Thus, and are both examples of eigenvectors
1 −23
corresponding to the eigenvalue λ.
Eigenvalues and eigenvectors Why we care The characteristic polynomial
Definition
Remarks:
1 the eigenspace of A corresponding to the eigenvalue λ is the
set of solutions to the homogeneous equation (A − λI )x = 0,
hence it is a subspace of Rn . This justifies the name
“eigenspace,” instead of just, say, “eigenset.”
2 the method we outlined on the previous two slides to find an
eigenvector for an eigenvalue can easily be extended to find a
basis of the eigenspace corresponding to λ: just find the
parametric vector form of the general solutions to the
homogeneous equation (A − λI )x = 0. In particular, the
dimension of the eigenspace is the number of free variables.
Eigenvalues and eigenvectors Why we care The characteristic polynomial
Caveat
Ax = λx = 2x.
x = c1 v1 + c2 v2 + · · · + cl vl
Ax = A(c1 v1 + c2 v2 + · · · + cl vl )
= c1 Av1 + c2 Av2 + · · · + cl Avl
= c1 λ1 v1 + c2 λ2 v2 + · · · + cl λl vl .
Preliminary result
Example
The eigenvalues of
−1 −5 −1
0 1147 7
0 0 34
are −1, 1147 and 34. The eigenvalues of
−25 0 0 0
−6 −1 0 0
0 −1 1 0
−3 1 −5 −1
Motivation
Warm-up example
is a degree 2 polynomial.
Definition
det(A − λIn ).
det(A − λIn ) = 0.
Example
The characteristic polynomial of
−1 1 −12 0 0
0 1 −1 9 −37
A= 0 0
0 0 −4
0 0 0 −2 1
0 0 0 0 −2
is
−1 − λ 1 −12 0 0
0
1 − λ −1 9 −37
det(A − λI5 ) = det 0
0 0−λ 0 −4
0 0 0 −2 − λ 1
0 0 0 0 −2 − λ
= (−1 − λ)(1 − λ)(0 − λ)(−2 − λ)(−2 − λ)
= λ5 + 2λ4 − 3λ3 − 4λ2 + 4λ.
Eigenvalues and eigenvectors Why we care The characteristic polynomial
Remark