Diagonalization

Problem

Let

A=[1212].

Find a basis

β such that
[fA]ββ
is diagonal.

Thought

Let

β={u1,u2}. Suppose

[fA]ββ=[λ100λ2].

Then it means that

fA(u1)=Au1=λ1u1,fA(u2)=Au2=λ2u2.

Note that

Av=λv for some nonzero vector
v
if and only if
AλI
is singular, which means
det(AλI)=0
.

Sample answer

Compute

det(AxI)=det[1x212x]=x23x=x(x3),

which has zeros

x=0,3.

For

x=3, we have

A3I=[2211], which as its reduced echelong form [1100].

Thus, we may choose a nonzero vector

u1=[11] in
ker(A3I)
.

For

x=0, we have

A0I=[1212], which as its reduced echelong form [1200].

Thus, we may choose a nonzero vector

u2=[21] in
ker(A0I)
.

In summary, with

β={u1,u2}, we have

[fA]ββ=[4006],

so we found the desired basis

β.

Note

Please refer to How to solve a system of linear equations? if you need some help on how to find a basis of the kernel.

You may try other matrices such as

A=[5115]

in quadratic curve.

This note can be found at Course website > Learning resources.