Identifying Self-Adjoint Operators

  • Thread starter Thread starter hbweb500
  • Start date Start date
  • Tags Tags
    Operators
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
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?
 
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...

[tex]A = U^\ast \Lambda U[/tex]

And so:

[tex]A^\ast = U^\ast \Lambda ^\ast U[/tex]

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

[tex]A^\ast = U^\ast \Lambda U = A[/tex]

I think that does it. Cool beans.