Β§5.1aBound States in a Square Well

Part III Phillips pp. 83–88 Β· ~14 min read

  • bound state
  • binding energy
  • matching conditions
  • classically forbidden region
  • well-depth parameter

Finite walls change two things at once: the particle can be found where it has no business being, and only some energies admit a solution that stays finite.

Every potential so far has had infinitely high walls. That was a convenience, and it cost us two things: a particle in an infinite box can never be found outside it, and its energies are always discrete.

Chapter 5 lowers the walls. The moment they are finite, both statements fail β€” and what replaces them is most of what makes quantum mechanics useful.

The potential

Phillips picks a deliberately simple field β€” an infinite wall on the left, an attractive well of depth V0V_0 and width aa, and nothing beyond:

V(x)={∞ifΒ βˆ’βˆž<x<0βˆ’V0ifΒ 0<x<a0ifΒ a<x<∞(5.1)V(x) = \begin{cases} \infty & \text{if } -\infty < x < 0\\ -V_0 & \text{if } 0 < x < a\\ 0 & \text{if } a < x < \infty\end{cases}\tag{5.1}

A state of definite energy has the usual form from Β§4.3, Ξ¨(x,t)=ψ(x)eβˆ’iEt/ℏ\Psi(x,t) = \psi(x)e^{-iEt/\hbar}, with

βˆ’β„22md2ψdx2+V(x)ψ=Eψ(5.4)-\frac{\hbar^2}{2m}\frac{\mathrm d^2\psi}{\mathrm dx^2} + V(x)\psi = E\psi\tag{5.4}

The well of Eq. (5.1), solved numerically

-8-6-4-202468-12-10-8-6-4-20position x (natural units, Δ§ = m = 1)energyE0E1E2E3
  • V(x)
  • energy level Eβ‚™
  • Οˆβ‚™(x)
  • classically forbidden (V > E)
selected level
E0 = -11.5791
nodes in ψ
0
bound states
5
E₁ βˆ’ Eβ‚€
1.2549

Make the well shallower or narrower and watch the top level rise to zero and vanish into the continuum. Note that ψ does not stop at the wall β€” it leaks into the shaded forbidden region, which is tunnelling in its simplest form.

Click any gold line to select that level. Every number here comes from building H as a tridiagonal matrix on a 700-point grid and diagonalizing it β€” the same four lines of NumPy shown on this page, and the count of bound states comes free from a Sturm sequence without computing a single eigenvalue.

The technique: solve, then join

V(x)V(x) is constant in each of three regions, so Eq. (5.4) is easy in each one separately. The work is in joining the pieces.

Bound states

A bound state has EE somewhere between βˆ’V0-V_0 and 0. Write

E=βˆ’Ο΅E = -\epsilon

where Ο΅\epsilon is the binding energy β€” a positive number, the energy you would have to supply to free the particle.

Solving Eq. (5.4) region by region

step 1 of 4

Three regions, three solutions, and in each one the physics picks which half of the general solution to keep.

  1. 1REGION 1, x < 0. The potential is infinite, so the only finite solution is zero. The particle is never found to the left of the wall.

The joining condition

Now match at x=ax = a. The two requirements below β€” continuity of ψ\psi, and continuity of its slope β€” are the matching conditions , and they are the entire technique of this chapter. Continuity of ψ\psi:

Csin⁑k0a=Aeβˆ’Ξ±a(5.9)C\sin k_0a = A e^{-\alpha a}\tag{5.9}

and continuity of dψ/dx\mathrm d\psi/\mathrm dx:

k0Ccos⁑k0a=βˆ’Ξ±Aeβˆ’Ξ±a(5.10)k_0C\cos k_0a = -\alpha A e^{-\alpha a}\tag{5.10}

Dividing the second by the first eliminates both unknown amplitudes at once:

k0cot⁑k0a=βˆ’Ξ±(5.11)k_0\cot k_0a = -\alpha\tag{5.11}

Equation (5.11) β€” the condition that quantizes everything

symbol
is
the logarithmic derivative Οˆβ€²/ψ of the INSIDE solution, evaluated at the wall. It depends only on kβ‚€ and a β€” the amplitude C cancelled.
units
type
real

Click any symbol to see what it is, what units it carries, and what kind of object it is once you put it in an array.

Equation (5.11) is one equation in two unknowns, but k0k_0 and Ξ±\alpha are not independent. From the two definitions of EE,

Ξ±2+k02=w2,whereV0=ℏ2w22m(5.12)\alpha^2 + k_0^2 = w^2, \quad\text{where}\quad V_0 = \frac{\hbar^2w^2}{2m}\tag{5.12}

with ww the well-depth parameter . So we have two simultaneous equations, and Phillips solves them graphically.

Fig. 5.2 β€” every intersection is one bound state

00.51.01.52.02.53.000.51.01.52.02.53.0kβ‚€ (units of Ο€/a)Ξ± (units of Ο€/a)n = 1n = 2

2 bound states. Binding energies Ο΅ = Ξ±Β², in units of ħ²π²/2maΒ²:

  • n = 1: kβ‚€ = 0.8587 Ο€/a, Ξ± = 1.8063 Ο€/a β†’ Ο΅1 = 3.2626
  • n = 2: kβ‚€ = 1.6820 Ο€/a, Ξ± = 1.0821 Ο€/a β†’ Ο΅2 = 1.1710

Slate curves are Eq. (5.11), the smooth-join condition; the gold arc is Eq. (5.12), a circle of radius w. Neither alone restricts anything β€” it is their intersection that does. Slide w and watch a new state appear each time the circle's radius passes one of the tick marks at Β½, 3/2, 5/2 Ο€/a. At w = 2Ο€/a the two binding energies read 3.2626 and 1.1710, which is the book's 3.26 and 1.17.

Reading the counting rule off the picture

The circle’s radius is ww. Each cotangent branch begins on the axis at k0=Ο€/2a,Β 3Ο€/2a,Β 5Ο€/2a,…k_0 = \pi/2a,\ 3\pi/2a,\ 5\pi/2a,\dots and rises steeply. So a branch is reachable only once the circle is big enough to touch it, giving:

well depthbound states
w<Ο€/2aw < \pi/2anone
Ο€/2a<w<3Ο€/2a\pi/2a < w < 3\pi/2aone
3Ο€/2a<w<5Ο€/2a3\pi/2a < w < 5\pi/2atwo
and so on

The worked example

Take w=2Ο€/aw = 2\pi/a, so V0=2ℏ2Ο€2/ma2V_0 = 2\hbar^2\pi^2/ma^2. Two intersections, hence two bound states, with binding energies

Ο΅1=3.26 ℏ2Ο€22ma2andΟ΅2=1.17 ℏ2Ο€22ma2\epsilon_1 = 3.26\,\frac{\hbar^2\pi^2}{2ma^2} \quad\text{and}\quad \epsilon_2 = 1.17\,\frac{\hbar^2\pi^2}{2ma^2}

Leaking into the forbidden region

Here is the result that separates this chapter from chapter 4. Outside the well,

ψ(x)=Aeβˆ’Ξ±x\psi(x) = Ae^{-\alpha x}

which is small but not zero. The particle can be found where a classical particle absolutely cannot be β€” in the classically forbidden region , where E<V(x)E < V(x) and classical kinetic energy would have to be negative.

And since Ο΅=ℏ2Ξ±2/2m\epsilon = \hbar^2\alpha^2/2m, a lower binding energy means a smaller Ξ±\alpha and a longer tail. Weakly bound particles are the leakiest.

Where this leaves us

A finite well gives discrete bound states β€” but only finitely many, and only if it is deep enough. Their wave functions extend beyond the classical turning point, further the more weakly they are bound.

Β§5.1b asks what happens above E=0E = 0, where the particle is not trapped. The same joining condition applies β€” and turns out to impose nothing at all on the energy. What it fixes instead is a phase, and that phase turns out to be measurable.

Check yourself

0 / 7 answered

  1. 1.Why is continuous at but discontinuous at ?

  2. 2.Dividing Eq. (5.10) by Eq. (5.9) gives . What does that division accomplish?

  3. 3.In the graphical solution, what does each intersection represent?

  4. 4.A well with binds nothing at all. Is that a general feature of attractive wells?

  5. 5.For the well, the ground state leaks 2.8% outside while the first excited state leaks 16.1%. Why is the *weakly* bound state leakier?

  6. 6. in the forbidden region. Where have you met that mathematics before?

  7. 7.The widget solves this well by discretizing into a matrix, while the figure solves it graphically. Where does the matrix method quietly mislead?