Identifying Self-Adjoint Operators

  • Thread starter Thread starter hbweb500
  • Start date Start date
  • Tags Tags
    Operators
hbweb500
Messages
40
Reaction score
1

Homework Statement



If A has eigenvalues 0 and 1, corresponding to the eigenvectors (1,2) and (2, -1), how can one tell in advance that A is self-adjoint and real.

Homework Equations



e=m^2

The Attempt at a Solution



I can show that A is real: it has real orthogonal eigenvectors and real eigenvalues which form a basis of R2, so any real vector is transformed by A to another vector in R2. It follows that all of the components of A are real.

Showing that the matrix is self-adjoint, however, is trickier for me. I know that eigenvectors corresponding to distinct eigenvalues of a self-adjoint matrix are orthogonal, and clearly these eigenvectors are orthogonal. However, I don't think is is a sufficient condition. If a matrix has two orthogonal eigenvectors, surely that doesn't mean it is self-adjoint, right?

So how can you know at a glance (that is, without reconstructing A by finding the unitary operators formed by taking its eigenvectors as columns), that A is self-adjoint?
 
Physics news on Phys.org
What can you say about the diagonal matrix of eigenvalues?
What can you say about any conjugate of a self-adjoint matrix?
 
Perhaps it'd be easier if you noted that a self-adjoint matrix which is real, is simply a symmetric matrix.
 
rochfor1 said:
What can you say about the diagonal matrix of eigenvalues?
What can you say about any conjugate of a self-adjoint matrix?

I'm not quite getting why these are relevant. The conjugate of a self-adjoint matrix A is just A transposed. Not sure what is so interesting about the diagonal matrix of eigenvalues...
 
Write down the diagonal matrix of eigenvalues in this situation. Write down its adjoint. Can you see a relationship?
 
Think about how the original matrix A and the diagonal matrix of eigenvalues are related.

Edit: Oh, I missed you had written this:
So how can you know at a glance (that is, without reconstructing A by finding the unitary operators formed by taking its eigenvectors as columns), that A is self-adjoint?
Construct the matrix with the eigenvectors as columns. Do you notice anything about it?
 
Bam!, I think I have it.

A is diagonalizable, so...

A = U^\ast \Lambda U

And so:

A^\ast = U^\ast \Lambda ^\ast U

But the eigenvalues are all real, so big lambda is self-adjoint, and we can say that:

A^\ast = U^\ast \Lambda U = A

I think that does it. Cool beans.
 
Back
Top