Series Solutions for TISE: Finding B in the Eigenvalue Problem H\psi=E\psi

  • Thread starter Thread starter atomicpedals
  • Start date Start date
  • Tags Tags
    Series
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
6 replies · 2K views
atomicpedals
Messages
202
Reaction score
7

Homework Statement



The eigenvalue problem H[itex]\psi[/itex]=E[itex]\psi[/itex] for [itex]\phi[/itex] becomes

-[itex]\phi[/itex]''+2x[itex]\phi[/itex]'+((a(a-1))/x2)[itex]\phi[/itex]+(1-2E)=0

assume that [itex]\phi[/itex](x)=[itex]\sum[/itex]anxn+B, determine B.

2. The attempt at a solution

As a first step I took the first and second derivatives of [itex]\phi[/itex]:

[itex]\phi[/itex]'=[itex]\sum[/itex](n+B)anxn+B-1
[itex]\phi[/itex]''=[itex]\sum[/itex](n+B-1)(n+B)anxn+B-2

and then substituted these back into -[itex]\phi[/itex]''+2x[itex]\phi[/itex]'+((a(a-1))/x2)[itex]\phi[/itex]+(1-2E)=0; which is

-[itex]\sum[/itex](n+B-1)(n+B)anxn+B-2+2x([itex]\sum[/itex](n+B)anxn+B-1)+((a(a-1))/x2)([itex]\sum[/itex]anxn+B)+(1-2E)=0

And it's at this point (assuming I'm working correctly up to here) that I stop-short mentally; how do I go about solving this monster for B?
 
on Phys.org
I'm certainly getting the impression there's either a (x-1)2 or a(a-1) in the denominator...
 
Last edited:
atomicpedals said:

Homework Statement



The eigenvalue problem H[itex]\psi[/itex]=E[itex]\psi[/itex] for [itex]\phi[/itex] becomes

-[itex]\phi[/itex]''+2x[itex]\phi[/itex]'+((a(a-1))/x2)[itex]\phi[/itex]+(1-2E)=0
Are you sure the (1-2E) term isn't multiplied by [itex]\phi[/itex]?
 
Oh there is! Good catch!
 
Look up the method of Frobenius in your math methods book. That's what you're doing here.

To find B, find the relation a0 must satisfy. This is called the indicial equation. By assumption, a0 is not equal to 0, so the relation will only hold for certain values of B.
 
Thanks for the help! I'll go look Frobenius up in Arfken.