Spherical harmonics, angular momentum, quantum

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
3 replies · 2K views
Chronos000
Messages
80
Reaction score
0

Homework Statement



I have to construct 3, 3X3 matrices for Lz, Lx, Ly for the spherical harmonics Y(l,m) given l=1 and m = 1,0,-1

So I can determine the relevant harmonics for these values of l and m.

I act with Lz on Y to get

L Y(1,0) = 0

L Y(1,1) = hbar Y(1,1)

L Y(1,-1) = -hbar Y(1,-1)

I'm not sure what to do with this however
 
Physics news on Phys.org
If you choose the basis

[tex]Y(1,1) = \begin{pmatrix} 1 \\ 0 \\ 0\end{pmatrix}, ~ Y(1,0) = \begin{pmatrix} 0 \\ 1 \\ 0\end{pmatrix},~ Y(1,-1) = \begin{pmatrix} 0 \\ 0 \\ 1\end{pmatrix},[/tex]

then you should be able to confirm that you've shown that

[tex]L_z = \begin{pmatrix} \hbar & 0 & 0 \\ 0 & 0 & 0 \\ 0& 0 & -\hbar \end{pmatrix}.[/tex]

You need to work out the action of [tex]L_x[/tex] and [tex]L_y[/tex] and rewrite them in terms of the basis vectors above. This will give you the matrix representations of the other generators.
 
so can I choose whatever basis I want? Y(1,1) could be (0,1,0)?

Do these vectors make up the vertical components of the matrix?
 
Chronos000 said:
so can I choose whatever basis I want? Y(1,1) could be (0,1,0)?

You could choose another basis. The one I suggested is particularly nice if you ever work with the ladder operators

[tex]L_\pm = L_x \pm i L_y[/tex]

Do these vectors make up the vertical components of the matrix?

The way to see the matrix is to write, say

[tex]L_z Y(1,1) = m_{11} Y(1,1) + m_{12} Y(1,0) + m_{13} Y(1,-1)[/tex]

[tex]L_z Y(1,0) = m_{21} Y(1,1) + m_{22} Y(1,0) + m_{23} Y(1,-1)[/tex]

[tex]L_z Y(1,-1) = m_{31} Y(1,1) + m_{32} Y(1,0) + m_{33} Y(1,-1)[/tex]

Then the coefficients [tex]m_{ij}[/tex] are the entries of the corresponding matrix. You should be able to do this for the other components.