Eigenvalues and Eigenvectors

As a general rule, an Operator A:VV changes a vector to another vector, A|α=|β. I.e. |β∝̸|α.

For eigenvectors of A, A scales the vector, A|ai=ai|ai.

Definition

An eigenvector of A is a vector |v such that A|v=α|v. α is called the eigenvalue.

The set of eigenvalues, Σ(A) is the spectrum of A.

Examples

Angular momentum tensor: L=Iω.

Scale Factor

Every eigenvector has an arbitrary scale factor c=Nexp(iθ), which comprises an arbitrary scale and phase.

Phase Factor

All eigenvectors have an arbitrary phase, exp(iθ). The phase is generally set so that the first non-zero component is a positive real number.

Determining

A|a=aI|a=(AaI)|a=0. Finding a such that det(AaI)=0. So, the non-trivial solutions of |a only exist when AaI is not invertible. Thus, it must have a zero determinant.

When a s are obtained, Solve for vectors that solve AaI=0

Degeneracies

If a is degenerate, find any linearly independent set and use GramSchmidt to orthogonalize.

Theorem

For any Hermitian operator on a finite dimensional vector space,

  1. The eigenvalues of H are real
  2. Eigenvectors that belong to distinct eigenvalues are orthogonal
  3. The eigenvectors can always be chosent to be an Orthonormal basis for the vector space (for C)
  4. There exists an orthonormal basis of simultaneous eigenvectors of two Hermitian operators A,B iff [A,B]=ABBA=0

Proof of 4

Assume [A,B]=0. Let |a be an eigenvector for A. Then BA|a=a(B|a)=A(B|a). Thus, B|a is also an eigenvector for A. Vice-versa for B.

Assume A and B have simultaneous eigenvectors. Then let |a,b be any eigenvector for both A and B. So, AB|a,b=BA|a,b=ab|a,b, thus, (ABBA)|a,b=0. Then, any linear combination of eigenvectors gives zero. Thus, ABBA=0.

Spectral Theorem for Hermitian Operators

Given a Hermitian operator H on a finite-dimensional, n=dimV, vector space, V, choose an orthonormal basis of H’s eigenvectors: H|hi=hi|hi,hi|hj=δji. Then the matrix of H in the basis {|hi} is diagonal, Hji=hi|H|hj=hiδji.

If we are in another basis, when we express the eigenvectors in this basis we can construct the unitary matrix with the column vectors |hi, U=(|h1|h2|hn). So, H=ihiPi with Pi=|hihi|. This is the spectral theorem.

Then the matrix of H is given by H=UHDU.

Author: Christian Cunningham

Created: 2024-05-30 Thu 21:14

Validate