본문 바로가기
Physics/양자역학

[양자역학] 4.1 각운동량 연산자 Angular Momentum Operators

by 피그티 2020. 6. 24.

Angular momentum에 대한 이론은 대학원 양자역학 수업의 절반을 차지할 정도로 중요한 주제이다. 또한, --classical, Noether theorem--에서 본 것과 같이 spherical symmetry를 가진 시스템은 angular momentum이 보존된다는 점으로부터 양성자의 Coulomb potential 하에서 전자의 운동으로 표현되는 수소 원자를 푸는데도 사용이 된다. 이번 페이지부터 angular momentum에 대한 양자역학 이론을 살펴본다.


#Angular Momentum Operators

고전적으로 angular momentum은

l=r×p

로부터

lx=ypzzpyly=zpxxpzlz=xpyypx

를 얻는다. 이를 양자역학 operator로 변환하기 위하여

xX=xpxPx=ixyY=ypyPy=iyzZ=zpzPz=iz

를 대입하면 (주의!! 3.5 생성자, 소멸자 Creation and Annihilation Operators에서 언급한 것처럼, xp와 같이 고전적 변수가 곱해진 경우 XPPX가 다르므로 단순히 대입만 하면 안된다. 여기에서는 [Y,Pz]=0, 즉 YPzPzY가 같으므로 단순대입이 가능)

Lx=i(yzzy)Ly=i(zxxz)Lz=i(xyyx)

이를 spherical coordinates로 바꾸기 위해,


3D Spherical
Andeggs / Public domain via Wikimedia


x=rsinθcosϕr=x2+y2+z2y=rsinθsinϕθ=tan1x2+y2zz=cosθϕ=tan1yx

와 chain rule

x=rxr+θxθ+ϕxϕ

를 이용하면,

x=sinθcosϕr+cosθcosϕrθsinϕrsinθϕ

같은 방식으로

y=sinθsinϕr+cosθsinϕrθ+cosϕrsinθϕz=cosθrsinθrθ

이를 angular momentum operator들에 대입하면 다음과 같은 식을 얻는다.

Lx=i(sinϕθcotθcosϕϕ)Ly=i(cosϕθcotθsinϕϕ)Lz=iϕ

또한, L2=Lx2+Ly2+Lz2으로 정의하면,

L2=2[1sinθθ(sinθθ)+1sin2θ2ϕ2]

를 얻는다.


#Commutator Relations

First quantization [Xl,Pm]=iδlm과 commutator의 성질[각주:1]로부터 commutator

[Lx,Ly]=[YPzZPy,ZPxXPz]=[YPzZPy,ZPx][YPzZPy,XPz]=[YPz,ZPx][ZPy,ZPx][YPz,XPz]+[ZPy,XPz]=Y[Pz,Z]Px00PyX[Z,Pz]=i(YPxXPy)=iLz

를 얻는다. 같은 방식으로

[Ly,Lz]=iLx[Lz,Lx]=iLy

또한,

[L2,Lx]=[Ly2,Lx]+[Lz2,Lx]=Ly[Ly,Lx]+[Ly,Lx]Ly+Lz[Lz,Lx]+[Lz,Lx]Lz=iLyLziLzLy+iLzLy+iLxLz=0

이러한 commutator relation들을 정리하기 위해 Levi-Civita symbol

ϵijk={1if (i,j,k)=(1,2,3) or (2,3,1) or (3,1,2)1if (i,j,k)=(1,3,2) or (2,1,3) or (3,2,1)0otherwise

를 사용하면,


THEOREM            Commutator Relations of Angular Momentum Operators

[Ll,Lm]=n=13iϵlmnLn[L2,Ln]=0


책에 따라 첫번째 식에서 을 빼고 쓰기도 한다.