구좌표계에서의 각운동량 연산자
공식
각운동량 연산자는 구 좌표계로 다음과 같이 표현된다.
$$ \begin{align*} L_{x} &= \i\hbar \left(\sin\phi\dfrac{\partial }{\partial \theta} + \cos\phi \cot\theta \dfrac{\partial }{\partial \phi}\right) \\ L_{y} &= -\i\hbar \left( \cos\phi \dfrac{\partial }{\partial \theta} - \sin\phi \cot\theta \dfrac{\partial }{\partial \phi}\right) \\ L_{z} &= -\i\hbar \dfrac{\partial }{\partial \phi} \end{align*} $$
유도
각운동량 연산자의 정의는 다음과 같다.
$$ L = \mathbf{r} \times P = - \i\hbar (\mathbf{r} \times \nabla) $$
이때 $\mathbf{r} = (X, Y, Z)$는 위치 연산자, $P$는 운동량 연산자, $\nabla$는 델 연산자이다. 구좌표계에서의 델 연산자는 다음과 같다.
$$ \nabla = \widehat{\mathbf{r}}\dfrac{\partial}{\partial r} + \widehat{\boldsymbol{\theta}}\dfrac{1}{r}\dfrac{\partial}{\partial \theta} + \widehat{\boldsymbol{\phi}}\dfrac{1}{r\sin\theta}\dfrac{\partial}{\partial \phi} $$
$\mathbf{r} = r \widehat{\mathbf{r}}$이므로, $L$은 아래와 같다.
$$ \begin{align*} L &= -\i\hbar (r \widehat{\mathbf{r}} \times \nabla) \\ &= -\i\hbar \left( \widehat{\mathbf{r}} \times \widehat{\mathbf{r}} r \dfrac{\partial}{\partial r} + \widehat{\mathbf{r}} \times \widehat{\boldsymbol{\theta}}\dfrac{\partial}{\partial \theta} + \widehat{\mathbf{r}} \times \widehat{\boldsymbol{\phi}} \dfrac{1}{\sin\theta}\dfrac{\partial}{\partial \phi} \right) \\ &= -\i\hbar \left( \widehat{\boldsymbol{\phi}} \dfrac{\partial}{\partial \theta} - \widehat{\boldsymbol{\theta}} \dfrac{1}{\sin\theta}\dfrac{\partial}{\partial \phi} \right) \\ \end{align*} $$
이때 두 단위 벡터는 직교좌표계 단위벡터로 다음과 같이 나타낼 수 있다.
$$ \begin{align*} \widehat{\boldsymbol{\theta}} &= \cos\phi \cos\theta \widehat{\mathbf{x}} + \sin\phi \cos\theta \widehat{\mathbf{y}} - \sin\theta\widehat{\mathbf{z}} \\ \widehat{\boldsymbol{\phi}} &= -\sin\phi \widehat{\mathbf{x}} + \cos\phi \widehat{\mathbf{y}} \end{align*} $$
따라서 $L$은 아래와 같다.
$$ \begin{align*} L &= -\i\hbar \left[ \left( -\sin\phi \widehat{\mathbf{x}} + \cos\phi \widehat{\mathbf{y}} \right) \dfrac{\partial}{\partial \theta} - \left( \cos\phi \cos\theta \widehat{\mathbf{x}} + \sin\phi \cos\theta \widehat{\mathbf{y}} - \sin\theta\widehat{\mathbf{z}} \right) \dfrac{1}{\sin\theta}\dfrac{\partial}{\partial \phi} \right] \\ &= -\i\hbar \left[ \widehat{\mathbf{x}}\left(-\sin\phi\dfrac{\partial }{\partial \theta} - \cos\phi \cot\theta \dfrac{\partial }{\partial \phi}\right) + \widehat{\mathbf{y}}\left( \cos\phi \dfrac{\partial }{\partial \theta} - \sin\phi \cot\theta \dfrac{\partial }{\partial \phi}\right) + \widehat{\mathbf{z}}\left( \dfrac{\partial }{\partial \phi} \right) \right]\\ \end{align*} $$
따라서 각 성분은 다음과 같다.
$$ \begin{align*} L_{x} &= \i\hbar \left(\sin\phi\dfrac{\partial }{\partial \theta} + \cos\phi \cot\theta \dfrac{\partial }{\partial \phi}\right) \\ L_{y} &= -\i\hbar \left( \cos\phi \dfrac{\partial }{\partial \theta} - \sin\phi \cot\theta \dfrac{\partial }{\partial \phi}\right) \\ L_{z} &= -\i\hbar \dfrac{\partial }{\partial \phi} \end{align*} $$
■