Tuesday, March 8, 2016

quantum mechanics - Why does the first radial excitation of a particle in a 2D annulus $a


Consider the quantum mechanics of a massive particle confined by infinite potential walls to a 2D annulus $a'cross-product' Bessel zeros.




OK, with that little bit of set-up, I want to make the following note:



observation: in the limit b/a1, where the ring is large compared to its inner diameter, the first m=0 excited state (i.e. the state with exactly one radial node) sits between the lowest m=2 state and the lowest m=3 state:


Mathematica graphics


Image source: Import["http://halirutan.github.io/Mathematica-SE-Tools/decode.m"]["http://i.stack.imgur.com/srzC6.png"]




This is easiest to show graphically; the plot above shows for a reasonably asymptotic range in b/a (setting a=1), but the behaviour persists up to values of b/a as large as I've cared to put in.


With this in mind, then:



  • What's so special about the m=2 to m=3 step? That is, if the m=0, nr=1 state is going to sit asymptotically between two defined-m ground states, why not between m=0 and m=1? Or, if azimuthal excitations are fundamentally easier than radial excitations, why not between m=1 and m=2? Or, if it's going to go at a high-ish point of the m ladder, why not the m=3 to m=4 or m=4 and m=5 steps while we're at this?



Answer



The best way to approach this question is by flipping the limit around to the form a/b0, i.e. to consider the outer radius as fixed and then take the inner radius to zero. That will generally require that ka0, and in that regime the a-dependent coefficients of the quantization equation Ym(ka)Jm(kb)Jm(ka)Ym(kb)=0

will look very different from each other: while Jm(ka) will remain bounded (and, for m>0, it will tend to zero), Ym(ka) will always grow without bound, which means that, as a first approximation to the quantization equation () in that limit, we can just discard the term in Ym(kb), so we're left with just Jm(kb)=0.
That is, the order of the radial and the azimuthal zeros in this asymptotic regime is caused by the fact that the first zeros of J1(z) and J2(z) happen before the second zero of J0(z), but the first zero of J3(z) is between the second and third zeros of J0(z):


Mathematica graphics




OK, so that solves the mystery, but it leaves one question open: if the quantization condition in this limit is just Jm(kb)=0, i.e. identical to a full circle without an inner core, then how does the wavefunction manage to get a node in the middle?



The answer to that is to be a bit more precise about the approximations taken in the ka0 limit, by using quantitative estimates for the Cm(ka) coefficients: using the asymptotics Jm(z)zmm!2m

for the regular solution, and Ym(z)(m1)!2mπ1zm for m>0andY0(z)2πln(z)
for the divergent one, the quantization condition reads Jm(kb)πm!(m1)!22m(ka)2mYm(kb)for m>0, andJ0(kb)π21ln(ka)Y0(kb).
Thus far, this tells us what we already knew: the Ym(kb) will be well-behaved at the other end, and the ka-dependent factors will drive Jm(kb) down to zero.


What's more important, however, is that we can now feed these estimates back into the wavefunction itself, which now reads ψ(r,θ)=N[Jm(kr)+πm!(m1)!22m(ka)2mYm(kr)]eimθ,

for m>0 and ψ(r,θ)=N[J0(kr)π21ln(ka)Y0(kr)]
for the base case. The important thing here is that the solution is essentially dominated by the Jm(kr) term, because the coefficient of the Ym(kr) term vanishes in the ka0 limit; it is therefore no surprise that the quantization condition limits to the full-circle case.


However, this domination does not extend all the way down to the inner boundary: the solution has a tiny amount of Ym(kr) in it, but the coefficient is still nonzero, and as kr approaches ka from above, the Neumann function Ym(kr) will become bigger and bigger, so for any finite a it will eventually be big enough to match the tininess of the coefficient, giving a term of order 1 that will cancel out the nonzero Jm(ka) contribution. Thus, for instance, at m=0 the wavefunction looks like your basic J0(kr) drum ground state, but with a tiiiny bit of Y0(kr) that's only relevant when it diverges and cuts out a zero at the origin.




Finally, just to document this here: the asymptote given above works kind of OK for m1, but it isn't great for the m=0 channel, where the convergence to that asymptotic is logarithmic instead of power-law.



This can indeed be improved, by taking the equation as initially stated, Ym(ka)Jm(kb)Jm(ka)Ym(kb)=0,

and assuming that the solution doesn't change much, i.e. by setting kb=jm,n+δ, some perturbation on the nth zero of Jm, and expanding Jm(kb) linearly about this point, which yields Jm(kb)Jm+1(jm,n)δ,
with everything else untouched at the zero. This leads to a linear equation in δ, which can be solved to give kb=jm,n1Ym(jm,na/b)Jm(jm,na/b)Ym(jm,n)Jm+1(jm,n).
For m=0, that first denominator gives an asymptotic of the form kb=j0,n+π/2ln(b/jm,na)Jm(jm,na/b)Ym(jm,n)Jm+1(jm,n).


This really improves that convergence, particularly on the solid-gray-line approximation to the ground state:



Source: Import["http://halirutan.github.io/Mathematica-SE-Tools/decode.m"]["http://i.stack.imgur.com/Uk9Eo.png"]



No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...