Chapter 6 extra note 0

Selected lecture notes

eigenvalue/eigenvector

Notation:

  • L(V,W)
    : The set of all linear transformation from vector space
    V
    to the vector space
    W
    .
  • L(V)
    : The set of all linear transformation from vector space
    V
    to the vector space
    V
    .
  • I
    : the identity transformation.

Definition:
Let

V be a vector space,
TL(V)
, a scalar
λF
is called an eigenvalue if there exists a vector
vV{0}
such that
T(v)=λv
. In addition,
v
is called an eigenvector corresponding to
λ
.

Proposition:
Let

V be a (finite dimensional) vector space,
TL(V)
,
λF
, the followings are equivalent:

  1. There exists
    vV{0}
    such that
    T(v)=λv
    .
  2. There exists
    vV{0}
    such that
    (TλI)(v)=0
    .
    • TλI
      is not one-to-one.
    • TλI
      is not onto.

      pf:
      Since

      dim(V)=dim(Ker(TλI))+dim(Ran(TλI)),
      and
      dim(Ker(TλI))1
      , so
      dim(Ran(TλI))<n
      and
      TλI
      is not onto.

  3. Ker(TλI){0}
    , or
    dim(Ker(TλI))1
    .
  4. TλI
    is not invertible.

Definition:
Let

V be a vector space,
TL(V)
, the
λ
-eigenspace is
Vλ={vV|T(v)=λv}.

Remark:

0Vλ for any
λF
.

Proposition:

  • Vλ
    is a vector subspace.
  • Ker(T)=V0={vV|T(v)=0}
    .

Definition:
The geometric multiplicity of an eigenvalue

λ of
T
is defined as
dim(Vλ)
.

Q: Does every linear transformation has an eigenvalue?

Example 1: (No eigenvalue)

Let

V={0},
TL(V)
,
T(v)=v
.

Example 2: (No eigenvalue)

Let

V=R2 with scalar field
R
. We define
T([xy])=[yx].

Example 3: (Has eigenvalue)

Let

V=C2 with scalar field
C
. We define
T([xy])=[yx].

The eigenvalues are

i and
i
.

Example 4: (Has eigenvalue)

Let

V=C1(R) (continuously differentiable functions) and define the linear transformation
T(f)=f
, the first derivative of
f
.

The eigenvalue

λ should satisfy
T(f)=f=λf
, so we find the eigenvector
f(x)=eλx
.

Therefore, we have

λ(,).


Theorem:
Let

V be a vector space,
TL(V)
. Assume
{λ1,,λn}
are distinct eigenvalues with corresponding eigenvectors
{v1,,vn}
. Then
{v1,,vn}
is linearly independent.

  • Proof:

    We prove the statement by induction.

    Let

    n=1.

    Since

    v1 is an eigenvector, so
    v10
    and hence
    {v1}
    is linearly independent.

    Assuming that

    n=k is true, given
    k
    distinct eigenvalues with
    k
    corresponding eigenvectors, the eigenvectors form a linearly independent set.

    Consider

    n=k+1 and given
    {λ1,,λk+1}
    distinct eigenvalues with corresponding eigenvectors
    {v1,,vk+1}
    .

    Since

    {v1,,vk} is linearly independent, we only need to check whether or not
    vk+1span{v1,,vk}
    .

    Suppose

    (1)vk+1=α1v1++αkvk.
    Apply the transformation
    T
    on (1) gives
    (2)λk+1vk+1=α1λ1v1++αkλkvk.

    Multiplying (1) by
    λk+1
    gives
    (3)λk+1vk+1=α1λk+1v1++αkλk+1vk.

    (2)-(3) then gives
    0=α1(λ1λk+1)v1++αk(λkλk+1)vk.

    Since the eigenvalues are distinct,
    λiλk+10
    for all
    i
    . Also
    {v1,,vk}
    is linearly independent, so we must have
    α1==αk=0.

    That is, use (1),
    vk+1=0
    , which gives a contradiction as
    vk+1
    is an eigenvector, should not be a zero vector.
    So
    vk+1span{v1,,vk}
    and
    {v1,,vk+1}
    is linearly independent.

    Therefore, the statement is true by mathematical induction.

Proposition:
Suppose

dim(V)=n, then
TL(V)
has at most
n
eigenvalues.


Definition:
Let

V be a vector space,
TL(V)
and
mN
. We define
Tm=TTTm terms.

Definition:
Let

V be a vector space,
TL(V)
and
p(z)=a0+a1z+amzm
is a polynomial, we define a transformation
p(T):VV
as
p(T)=a0I+a1T+amTm.

Proposition:

p(T)L(V).

Proposition:
Any two polynomial of an linear transformation commute, that is,

p(T)q(T)=q(T)p(T),
where
p(z)
and
q(z)
are polynomials.

Theorem:
Let

V be a non-zero, finite dimensional complex vector space, let
TL(V)
, then
T
has at least one eigenvalue.

  • Proof:

    Assume

    dim(V)=n, given
    vV{0}
    , then the set
    {v,Tv,,Tnv}

    contains
    n+1
    vectors and is a linearly dependent set. There exists
    a0,,an
    not all zero such that
    (4)a0v+a1Tv++anTnv=0.

    Let

    m be such that
    am0
    and
    am+1==an=0
    .

    It is easy to see that

    m1.

    We define a polynomial

    p(z)=a0+a1z+amzm. According to Fundamental theorem of Algebra, there exists
    μ1,,μmC
    such that
    (5)p(z)=am(zμ1)(zμm).

    We can then rewrite (4) similarly as
    0=a0v+a1Tv++anTnv=p(T)v=am(Tμ1I)(TμmI)v.

    Since
    v0
    and
    am0
    , there must be a
    i{1,,m}
    such that
    Ker(TμiI){0}
    , that is,
    μi
    is an eigenvalue of
    T
    .


Let

V be a non-zero, finite dimensional complex vector space, let
TL(V)
. Suppose
β={v1,,vn}V
is a basis, then we have a matrix representation of
T
as
A=[T]βMn×n.

Let

x=[x1,,xn]TCn be an eigenvector of
A
corresponding to the eigenvalue
λ
, so that
Ax=λx
, we have
v=x1v1++xnvn
is an eigenvector of
T
, and
λ
is an eigenvalue of
T
.