- 8,943
- 2,955
DrDu said:So let ##p=-i d/dx##. For p to be hermitian, ##-i \int_0^a dx \psi_2^* \psi'_1 =i \int_0^a dx \psi'^*_2 \psi_1 ##, which leads to the condition that ##\psi^*_2 (0) \psi_1(0) -\psi^*_2(a)\psi_1(a)=0##. If we chose the same condition for ##\psi_1## as for the operator ##H=-d^2/dx^2##, namely ## \psi_1(0)=\psi_1(a)=0##, then then there arise no restrictions on ##\psi_2##. Hence the domain of ##p^\dagger ## is larger than that of ##p##. So if we want to write ##H=p^2##, this is not possilbe with a self adjoint operator p.
Thank you! So a concrete example is the ground state: [itex]\psi(x) = sin(\frac{\pi x}{a})[/itex]. This function is in the domain of [itex]p^\dagger[/itex], but not in the domain of [itex]p[/itex] (since [itex]p \psi(x) \propto cos(\frac{\pi x}{a})[/itex] does not vanish at the walls.).
That helps a lot, except that it makes me wonder if this snippet from the Wikipedia article on self-adjoint operators is wrong:
By the Riesz representation theorem for linear functionals, if x is in the domain of [itex]A^\dagger[/itex], there is a unique vector z in H such that
[itex]\langle x ∣ A y \rangle = \langle z ∣ y \rangle\ \forall y \in dom A[/itex]This vector z is defined to be [itex]A^\dagger x[/itex].
It seems that it is not enough that [itex]x \in domA^\dagger[/itex]; it seems that it has to be in [itex]dom A[/itex] as well.