1

In problem 2.1 part c of Introduction to Quantum Mechanics, 3rd ed. by Griffiths and Schroeter, they ask the reader to prove that if the potential is an even function of $x$, then if $\psi(x)$ satisfies the time-independent Schrödinger equation, then so does $\psi(-x)$.

Now the solution just requires one to prove that $\partial^2/\partial x^2=\partial^2/\partial (-x)^2$. Thereby the form of the equation does not change. All that changes is that the variable goes from $x\rightarrow-x$. So does the fact that the form of the equation does not change imply that $\psi(-x)$ is a solution?

Also, I belive that one can easily generalize this to time-dependent Schrödinger equation, but the fact that authors don't mention it makes me question the correctness of my claim.

Qmechanic
  • 201,751
  • It's better to show that $[\Pi, H]=0$. Because $P$ is odd operator, $P^2$ is even operator, and if potential is even then operator $H$ is even, therefore $[\Pi, H]=0$. – Sancol. Feb 29 '24 at 18:02
  • $H$ is Hamiltonian operator, $P$ is momentum operator and $\Pi$ is parity operator – Sancol. Feb 29 '24 at 18:15
  • @Sancol. I see, at my current level I have not been introduced to the parity operator nor its commutator with Hamiltonian. Once I am introduced, I will come back to your comment. – GedankenExperimentalist Feb 29 '24 at 18:20
  • Possible duplicates: https://physics.stackexchange.com/q/44003/2451 , https://physics.stackexchange.com/q/13980/2451 and links therein. – Qmechanic Feb 29 '24 at 23:59

2 Answers2

2

As you note, the form of the equation doesn't change, which implies that $\psi(-x)$ is just as much a solution as $\psi(x)$ is. Similarly, one can take any linear combination $\phi(x)=c_1\psi(x)\pm c_2\psi(-x)$ and show that the form remains the same: $$-{\hbar^2\over 2m}{d^2\over dx^2}\phi(x)-V(x)\phi(x)=E\phi(x).$$ Whenever the time dependent Schrodinger equation can be solved by the technique of separation of variables, then if the time independent form admits $\psi(-x)$ as a solution then the time dependent form will also, so your intuition there is correct.

Now, whenever you are able to transform your solution and you find that the transformed solution is also a solution of the original equation, i.e. the form doesn't change, then the transformation is a symmetry of the Schrodinger equation for a given potential $V(x)$. In your example, the transformation is wrought by the linear transformation known as "parity". As a linear operator defined on the Hilbert space, the parity operator maps state vectors such that: $$\hat\Pi \;|\psi\rangle=|-\psi\rangle.$$ Because, as you have shown, parity is a symmetry of the Schrodinger equation for even potentials: $$\hat H\;(\hat\Pi|\psi\rangle)=E\;\hat\Pi|\psi\rangle,$$ thus $\hat\Pi\;(|\psi\rangle)$ is an eigenket of the Hamiltonian. Further, it is an easy exercise to show that if $|\psi\rangle$ is any even or odd eigen ket of the Hamiltonian then they are also eigenkets of the parity operator: such operators which share a common set of eigenkets are called compatible and are said to commute, i.e. $$[\hat H,\hat\Pi]=0.$$ This knowledge can be used to discover symmetries of the Schrodinger equation for some potential, for example, if one knows of an operator that commutes with the Hamiltonian, and further one knows the eigenkets of that operator, then one also knows automatically that those eigenkets are solutions to the Schrodinger equation. In your example, the $\psi(x)$, $\psi(-x)$ are eigenfuncitons of the parity operator which happens to commute with any Hamiltonian $\hat H=\hat p^2/2m+V(x)$, where $V(x)$ is even, thus $\psi(x)$ and $\psi(-x)$ are also eigenfunctions (solutions) of the time independent Schrodinger equation.

  • Just a note: I don't think it's good practice to attach a position label $x$ to an arbitrary state $|\psi\rangle$. This is because we only use positions in the position-space representation. That is $\psi(x)$ should be reserved to mean $\langle x | \psi \rangle$, and $|\psi(x)\rangle$ doesn't really make sense. The exception is the position "eigenstate" $|x\rangle$ (where $\hat{x}|x\rangle = x |x\rangle$). You could then define $\hat{\Pi}$ via $\hat{\Pi}|x\rangle = |{-x}\rangle$. – march Feb 29 '24 at 22:34
  • @march I think your point is a good one. I am basically working in the position basis while emphasizing the linear algebra that is obscured by writing without the bra/ket notation. However, that really is an abuse of notation that is likely to cause confusion, so I will edit and do it right! – Albertus Magnus Feb 29 '24 at 22:56
  • 1
    As stated below in my original post, I don't have enough knowledge to fully appreciate what you have said about parity in your post. But at the same time, I have enough knowledge to identify that it is something quite important. So once I am aquatinted with the parity operator I will make sure to come back to your post. – GedankenExperimentalist Mar 01 '24 at 08:31
  • Now that I am acquainted with the parity operator, it indeed makes sense to just show that $[\hat H,\hat\Pi]=0$. Thanks for the answer. – GedankenExperimentalist Mar 18 '24 at 23:14
  • @GedankenExperimentalist Glad I could help! – Albertus Magnus Mar 19 '24 at 01:50
2

Now the solution just requires one to prove that $\partial^2/\partial x^2=\partial^2/\partial (-x)^2$.

Yes, if you can "just" prove the above-quoted equality you are basically "done." But have you understood what Griffiths hopes that you understand?


It may be helpful to first think of an explicit example to see what is going on. Consider, for example, the (completely made up) function: $$ \psi_0(x) = x + (1+x)^2\;. $$ The function $\chi_0(x) = \psi_0(-x)$ can also be written down explicitly: $$ \chi_0(x) = -x + (1-x)^2\;. $$

Now look at the derivatives with respect to $x$: $$ \psi_0'(x) = 1 + 2(1+x) $$ and $$ \chi_0'(x) = -1 - 2(1-x) $$ and note that we have, explicitly in this specific case: $$ \chi_0'(x) = -\psi_0'(-x)\;. $$


It is also true by the "chain rule" that, in general, whenever we have $$ \chi(x) = \psi(-x) $$ then $$ \chi'(x) = -\psi'(-x)\;. $$

By taking another derivative with respect to $x$ and using the chain rule we also see that, in general, whenever $$ \chi(x) = \psi(-x)\tag{1} $$ we have $$ \chi''(x) = \psi''(-x)\;. \tag{A} $$


Thereby the form of the equation does not change. All that changes is that the variable goes from $x\rightarrow-x$. So does the fact that the form of the equation does not change imply that $\psi(-x)$ is a solution?

Thereby and forsooth, milord! However, I'm guessing that Griffiths probably wants you to be a little more specific in your proof... For example, first write down the starting point, which is that $\psi$ satisfies the TISE (I set $\hbar=m=1$ for my own sanity): $$ -\frac{1}{2}\psi''(x) + V(x)\psi(x) = E\psi(x)\tag{B} $$

Then use Eq. (A) above to see that: $$ -\frac{1}{2}\psi''(x) = -\frac{1}{2}\chi''(-x) $$ and, by Eq. (B), we see that this also equals $$ =E\psi(x) - V(x)\psi(x)\;. $$ and by Eq. (1) $$ =E\chi(-x) - V(x)\chi(-x) $$ and by the evenness of the potential $V(x)=V(-x)$ $$ =E\chi(-x) - V(-x)\chi(-x)\;. $$

Thusly and thereby and whence, we see that: $$ -\frac{1}{2}\chi''(-x) + V(-x)\chi(-x) = E\chi(-x)\tag{C}\;. $$

But the variable $-x$ in Eq. (C) can just be renamed to $x$ if you would like: $$ -\frac{1}{2}\chi''(x) + V(x)\chi(x) = E\chi(x)\tag{D}\;. $$


Also, I belive that one can easily generalize this to time-dependent Schrödinger equation, but the fact that authors don't mention it makes me question the correctness of my claim.

Sure, yes, one can "easily" generalize this to the time-dependent Schrodinger equation. But, if it is so easy, then why are you questioning the correctness of the generalization? Anyways, the details of the generalization will be left as an exercise to the interested reader, since it is so easy. (Yes, it really is easy--or maybe better to say it is "straightforward".)

hft
  • 19,536
  • Ok. You are scaring me. Do you mean that it is actually easy, or that it is noble laureate easy? – Albertus Magnus Feb 29 '24 at 23:34
  • 2
    I mean it is actually pretty easy (or, maybe better to say "straightforward"). If you assume that the potential doesn't depend on time and again assume the potential is (even $V(x)=V(-x)$) then it is straightforward to show that if $i\partial \psi(t,x)/\partial t = \hat H(x) \psi(t,x)$ then so too $i\partial \chi(t,x)/\partial t = \hat H(x) \chi(t,x)$, when $\chi(t,x) = \psi(t,-x)$. @AlbertusMagnus – hft Feb 29 '24 at 23:45