Determining Hermitian Operators: Cases 1 and 2

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Science Advisor
Homework Helper
Gold Member
Messages
599
Reaction score
15
My memory is fading. Can somebody please remind me how I would go about determining in each of the following cases whether the operator A is Hermitian or not?

Case 1.

[tex]A\psi(x) = \psi(x+a)[/tex]

Case 2.

[tex]A\psi(x) = \psi^*(x)[/tex]

where the star indicates complex conjugation.
 
Physics news on Phys.org
James R said:
My memory is fading. Can somebody please remind me how I would go about determining in each of the following cases whether the operator A is Hermitian or not?

Case 1.

[tex]A\psi(x) = \psi(x+a)[/tex]

Case 2.

[tex]A\psi(x) = \psi^*(x)[/tex]

where the star indicates complex conjugation.

take two vectors, f and g. In your case, these are functions of x.
Now calculate ff = A f and gg = A g.
If A is hermitean, then <gg,f> = <g,ff> for all f and g.
 
Assume for simplicity that [itex]\hat{A}[/itex] is an linear operator continuous on the Hilbert space [itex]L^{2}\left(\mathbb{R}\right)[/itex] in which the scalar product between 2 arbitrary vectors is

[tex]\langle \psi,\phi \rangle =\int_{-\infty}^{+\infty} dx \ \psi^{*}(x) \phi (x)[/tex].

If an operator described above is symmetric, then

[tex]\langle \psi, \hat{A}\phi\rangle =\langle \hat{A}\psi, \phi\rangle , \forall \psi,\phi \in \mathcal{H}[/tex]

So check both operators now.

Daniel.
 
Thanks.....