Recurrence relations in asymptotic regime

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
4 replies · 2K views
dingo_d
Messages
199
Reaction score
0

Homework Statement



I'm solving the quantum harmonic oscillator. And I'm solving Schrödinger equation. So I came up to one part where I have to use power series method of solving DE (that or Frobenius would probably work just fine). Now I have the recurrence relation:

[tex]a_{n+2}=\frac{\lambda(2n+1)-k^2}{(n+2)(n+1)}a_n[/tex]

And the text in which this is solved says that for [tex]n\ton\infty[/tex] that leads to asymptotic law

[tex]a_{n+2}=\frac{2\lambda}{n}a_n[/tex] corresponding to the series expansion of [tex]e^{\lambda x^2}[/tex].

Now, I tried looking at the limit, via L'Hospitals rule and I really can't see how they got that! :\

So can someone explain to me how they got that? Thanks...
 
Physics news on Phys.org
Expand and divide top and bottom by n:
[tex] a_{n+1}=\frac{\lambda\left( 2+\frac{1}{n}\right)-\frac{k^{2}}{n}}{n+3+\frac{1}{n}}a_{n}[/tex]
For n large, the terms in 1/n can be ignored
 
And I just ignore the 3 in the denominator can be ignored because when n goes to infinity that is negligible, right?