2

Consider a finite square well with depth $-V_0$ over $[0,L]$. Let's say we want to study the continuity of the derivative of $\psi$ around the point $0$. Then, we can use $(\epsilon>0)$:

$$\psi'_{\epsilon}-\psi'_{-\epsilon} = \frac{2m}{\hbar^2}\int_{-\epsilon}^{ \epsilon}V(x)\psi(x) \ dx=-\frac{2m}{\hbar^2}\int_0^\epsilon V_0 \psi(x) \ dx$$

Where the other integral term goes to $0$ because there is no potential there. Now, it is well know that $\psi'$ should be continuous, but why is this? My only reasoning for it is that, as $\epsilon \to 0$, the integral on the right goes to $0$ as well. Is this essentially it? Thanks.

Qmechanic
  • 201,751
agaminon
  • 1,655
  • 1
    Yes. This is pretty much how continuity is defined in math: the smaller the region, the smaller is the difference in the values of the function. – Roger V. May 27 '23 at 12:58

2 Answers2

3

The reason is the same as in the case of the continuity of the wave function.

In the case of piecewise continuous potential energy, in each interval of continuity of the potential, Qmechanic's argument applies (in a way, the bare fact that one can write the TISE trivially ensures the continuity of the first derivative as a consequence of the existence of the second derivative).

A little more subtle is the condition at the points where the potential energy is discontinuous. In principle, left and right derivatives exist but may differ. Even wave function values could be different (remember that the only requirements are that wavefunctions must be square-integrable and piecewise solutions of the TISO. Conditions compatible with discontinuous wavefunctions).

However, the Hamiltonian must be a self-adjoint operator, and the solution of the piecewise continuous TISO we are looking for must be an element of the domain ensuring self-adjoinedness. This requirement forces the continuity condition on wave functions and their first derivatives.

Indeed, a self-adjoined operator must be symmetric (conjugate-symmetric on a complex vector space), i.e. $$ \langle f,Hg \rangle = \langle g,Hf \rangle $$ for every functions $f$ and $G$ in the domain of $H$.

Let's assume, for simplicity, that there is only one discontinuity in the potential energy at $x=0$. This is the only point where functions and derivatives may have different right and left limits. However, working with the matrix elements of the kinetic energy operator, we would have (after a twofold integration by parts) $$ \langle f,g'' \rangle = \langle g,f'' \rangle + f(0^-)\Delta g' +g'(0^+) \Delta f + f'(0^+)\Delta g+ g(0^-) \Delta f'. $$ If the condition of symmetry should hold for any value of $f(0^-), f(0^+), g(0^-), g(0^+)$ the domain where $H$ is symmetric is made by continuous functions with a continuous first-derivative.

  • This is the reason why in electromagnetic wave propagation in a waveguide with variably filled dielectric lossless medium, where since there is no requirement for the differential operator be self-adjoint the eigenvalues ("propagation constants") can take complex values, and they do. – hyportnex May 27 '23 at 10:30
2

Yes, that is essentially it. The continuity of the derivative $\psi^{\prime}$ follows from

  1. the TISE $\frac{\hbar^2}{2m} \psi^{\prime\prime} = (V-E) \psi $ in integral form, and

  2. the continuity of the map $y\mapsto \int^{y}\mathrm{d}z\ (V(z)-E)\psi(z),$

Of course the 2nd point puts conditions on the potential $V$. E.g. the derivative $\psi^{\prime}$ is not necessarily continuous for a Dirac delta potential or an infinite wall potential.

For more details, see e.g. my related Phys.SE answer here.

Qmechanic
  • 201,751