Message Boards Message Boards

0
|
2639 Views
|
1 Reply
|
4 Total Likes
View groups...
Share
Share this post:

Failed to validate the raising operator

Posted 2 years ago

I tried to validate the ladder operator, but the raising operator returns nothing, as shown below:

enter image description here

Attached is the test notebook.

Any hints for this problem will be highly appreciated.

Regards,
HZ

Attachments:
POSTED BY: Hongyi Zhao

You are applying the raising operator to the maximal state of angular momentum. Perhaps that is the reason you are not getting the eigenvalue.

In fact, applying the lRaising to the minimal state with the eigenvalue -l:

In[107]:=Solve[Simplify[Lz[(x - I y)^l] == eigenvalue (x - I y)^l],eigenvalue][[1]]
         Solve[Simplify[L2[(x - I y)^l] == eigenvalue (x - I y)^l],eigenvalue][[1]]

Out[107]= {eigenvalue -> -l \[HBar]}
Out[108]= {eigenvalue -> l (1 + l) \[HBar]^2}

does increase the eigenvalue to -l+1:

In[109]:=Solve[Simplify[Lz[lRaising[(x - I y)^l]] == eigenvalue lRaising[(x - I y)^l]],eigenvalue][[1]]
         Solve[Simplify[L2[lRaising[(x - I y)^l]] == eigenvalue lRaising[(x - I y)^l]],eigenvalue][[1]]

Out[109]= {eigenvalue -> -((-1 + l) \[HBar])}
Out[110]= {eigenvalue -> l (1 + l) \[HBar]^2}
POSTED BY: Adiba Shaikh
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract