Try   HackMD

Find an orthonormal basis composed of eigenvectors

Problem

Let

A=[0011001111001100].

Find the eigenvalues of

A and an orthonormal basis of
R4
composed of eigenvectors of
A
.

Thought

Since

A is a symmetric matrix, its eigenvalues are real and there is an orthonormal basis composed of eigenvectors of
A
by the spectral theorem. Thus, the process of finding eigenvalues are the same, but we have to solve for an orthonormal basis of
ker(AλI)
for each eigenvalue
λ
. Eventually, we may normalize the length of all eigenvectors to make it orthonormal.

Sample answer

One may compute the characteristic polynomial

pA(x)=x44x2.

Thus, the eigenvalues are

2,2,0,0.

For

λ=2,2, one may find eigenvectors

u1=[1111], and u2=[1111].

For

λ=0, we may follow Find an orthonormal basis of a subspace to find an orthogonal basis of
ker(A0I)
and get

u3=[1100], and u4=[0011].

By replacing

ui with
1uiui
, we have

u1=12[1111],u2=12[1111],u3=12[1100], and u4=12[0011].

Finally,

{u1,u2,u3,u4} is an orthonormal basis of
R4
composed of eigenvectors of
A
.

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