Hydrogen Radial Equation: Recursion Relation & Laguerre Polynomials

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
jayqubee
Messages
4
Reaction score
0
I'm in the first of 3 courses in quantum mechanics, and we just started chapter 4 of Griffiths. He goes into great detail in most of the solution of the radial equation, except for one part: translating the recursion relation into a form that matches the definition of the Laguerre polynomials. Now I understand the technique that gets all the way to that point, but I have yet to find any derivation that actually shows how that recursion relation is made to match the right form. I spent a while on it but I can't get it quite right. Can anyone show, or point me to a derivation that includes this detail? Thanks.
 
Physics news on Phys.org
The recursion relation i have is:

cj+1= [itex]\frac{j+L+1-n}{(j+1)(j+2L+2)}[/itex]cj

for principle quantum number n, and orbital quantum number L, where the coefficients terminate after
jmax = n - L - 1

The definition I'm trying to match is the one in Arfken & Weber:

[itex]L^{k}_{N}[/itex] = [itex]\sum^{N}_{j=0}\frac{(-1)^j(N + k)!}{j!(N-j)!(k+j)!}x^j[/itex]

N = jmax = n - L - 1

k = 2L + 1
 
A number of documents on the web follow Griffiths' treatment, and try to add some explanation, especially at this point. The best one I've found is here.

The problem, as dextercioby says, lies in how you define the Laguerre polynomials. There are three ways you can do it: the DE, the recursion relation, and Rodrigues' formula (which is what Griffiths uses in Eqs. 4.87 and 4.88). Any one of these can be tied to the radial wavefunction for the hydrogen atom. The third is the least useful. :frown: and very difficult to derive from the others. The ref I gave above defines them via the DE and derives the recursion relation from that.
 
Wow it is so much easier to manipulate the [itex]\upsilon(\rho)[/itex] equation into the associated Laguerre ODE than to use the recursion relation. Thanks for your help!