Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Physics LibreTexts

2.6: Exercises

( \newcommand{\kernel}{\mathrm{null}\,}\)

Exercises

Exercise 2.6.1

Use the variational theorem to prove that a 1D potential well has at least one bound state. Assume that the potential V(x) satisfies (i) V(x)<0 for all x, and (ii) V(x)0 for x±. The Hamiltonian is

ˆH=22md2dx2+V(x).

Consider a (real) trial wavefunction

ψ(x;γ)=(2γπ)1/4eγx2.

Note that this can be shown to be normalized to unity, using Gauss’ integral

dxe2γx2=π2γ.

Now prove that

E=dxψ(x)ˆHψ(x)=22mdx(dψdx)2+dxV(x)ψ2(x)=Aγ[γ+BdxV(x)eγx2],

where A and B are positive real constants to be determined. By looking at the quantity in square brackets in the limit γ0, argue that E<0 in this limit. Hence, explain why this implies the existence of a bound state.

Finally, try generalizing this approach to the case of a 2D radially-symmetric potential well V(x,y)=V(r), where r=x2+y2. Identify which part of the argument fails in 2D. [For a discussion of certain 2D potential wells that do always support bounds states, similar to 1D potential wells, see Simon (1976).]

Exercise 2.6.2

In this problem, you will investigate the existence of bound states in a 3D potential well that is finite, uniform, and spherically-symmetric. The potential function is

V(r,θ,ϕ)=UΘ(ar),

where a is the radius of the spherical well, U is the depth, and (r,θ,ϕ) are spherical coordinates defined in the usual way.

The solution involves a variant of the partial wave analysis discussed in Appendix A. For E<0, the Schrödinger equation reduces to

{(2+q2)ψ(r,θ,ϕ)=0whereq=2m(E+U)/2,forra(2γ2)ψ(r,θ,ϕ)=0whereγ=2mE/2,forra.

For the first equation (called the Helmholtz equation), we seek solutions of the form

ψ(r,θ,ϕ)=f(r)Ym(θ,ϕ),

where Ym(θ,ϕ) are spherical harmonics, and the integers l and m are angular momentum quantum numbers satisfying l0 and lml. Substituting into the Helmholtz equation yields

r2d2fdr2+2rdfdr+[q2r2l(l+1)]f(r)=0,

which is the spherical Bessel equation. The solutions to this equation that are non-divergent at r=0 are f(r)=j(qr), where j is called a spherical Bessel function of the first kind. Most numerical packages provide functions to calculate these (e.g., scipy.special.spherical_jn in Scientific Python).

Similarly, solutions for the second equation can be written as ψ(r,θ,ϕ)=g(r)Ym(θ,ϕ), yielding an equation for g(r) called the modified spherical Bessel equation. The solutions which do not diverge as r are g(r)=k(γr), where k is called a modified spherical Bessel function of the second kind. Again, this can be computed numerically (e.g., using scipy.special.spherical_kn in Scientific Python).

Using the above facts, show that the condition for a bound state to exist is

qj(qa)j(qa)=γk(γa)k(γa),

where j and k denote the derivatives of the relevant special functions, and q and γ depend on E and U as described above. Write a program to search for the bound state energies at any given a and U, and hence determine the conditions under which the potential does not support bound states.

Further Reading

[1] Bransden & Joachain, §4.4, 9.2–9.3, 13.4

[2] Sakurai, §5.6, 7.7–7.8

[3] R. Courant and D. Hilbert, Methods of Mathematical Physics vol. 1, Interscience (1953).

[4] B. Simon, The bound state of weakly coupled Schrödinger operators in one and two dimensions, Annals of Physics 97, 279 (1976).


This page titled 2.6: Exercises is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Y. D. Chong via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?