Matrix Representation of the Harmonic Oscillator Operator📂Quantum Mechanics
Matrix Representation of the Harmonic Oscillator Operator
Explanation
Harmonic
🚧 이 포스트는 아직 이관 작업이 완료되지 않았습니다 🚧
The Schrödinger equation is a linear equation, so a linear combination of multiple wavefunctions that satisfy the equation also satisfies the equation. If the eigenfunctions of each state of the harmonic oscillator are ∣ψ0⟩, ∣ψ1⟩, ⋯, and ∣ψn>, a linear combination of these eigenfunctions, ∣ψ⟩=c0∣ψ0⟩+c1∣ψ1⟩+⋯+cn∣ψn>, is also a solution to the Schrödinger equation. (This does not mean it is an eigenfunction. Generally, a linear combination of eigenfunctions is not an eigenfunction.) Let the basis basis be (ψ0,ψ1,⋯,ψn) and sequence them starting from the ground state. Then the eigenfunctions from the ground state can be represented by the following matrix:
∣ψ0⟩=10⋮0,∣ψ1⟩=01⋮0,∣ψn>=00⋮1
For those unfamiliar with linear algebra, consider how each unit vector is expressed in the Cartesian coordinate system.
x^=(1,0,0), y^=(0,1,0),z^=(0,0,1)$
따라서 각 고유함수들의 선형결합인 ∣ψ⟩는 아래와 같은 행렬로 표현할 수 있다.
∣ψ⟩=c0∣ψ0⟩+c1∣ψ1⟩+⋯+cn∣ψn>=c0c1⋮cn
사다리 연산자의 행렬 표현을 구하기에 앞서 간단한 예시로 그 원리를 설명하겠다.임의의 2×2행렬인 A가 있다.이 행렬의 성분을 모르기에 아래와 같이 표현하자.A=(acbd)이 행렬의 1행 1열 성분을 뽑아내는 방법은 앞뒤로 두 행렬 (10), (10)을 곱하는 것이다.(10)(acbd)(10)=(10)(ac)=a 같은 방법을 써서 각 성분을 구하는 과정은 아래와 같다.
(10)(acbd)(01)=(10)(bd)=b
(01)(acbd)(10)=(01)(ac)=c
(01)(acbd)(01)=(01)(bd)=d
이 원리를 이해했다면 이제 본격적으로 조화진동자의 사다리 연산자의 행렬표현을 구해보자.이제부터 조화 진동자의 고유 함수를 간단하게 ψn>≡∣n>으로 표시하겠다.그러면 고유함수와 사다리 연산자의 관계식을 다음과 같이 쓸 수 있다.a+∣n>=n+1∣n>이를 이용하여 a+의 각 성분을 구할 수 있다.조화 진동자의 상태는 n=0부터 시작함에 주의하자.또한 ⟨m∣n⟩=δmn를 이용하면 ⟨n+1∣a+∣n⟩일 때만 행렬의 성분이 존재함을 알 수 있다.다른 성분은 전부 0이다.예를 들어 ⟨1∣a+∣1⟩=⟨1∣2∣2⟩=2⟨1∣2⟩=0⟨2∣a+∣1⟩=⟨2∣2∣2⟩=2⟨2∣2⟩=20If we only find the non-zero components⟨1∣a+∣0⟩=1⟨2∣a+∣1⟩=2⟨3∣a+∣2⟩=3⋮⟨n+1∣a+∣n⟩=n+1 Thus, the matrix of a+ has non-zero value n+1 at row (n+2) and column (n+1) (Remember again that the state of the harmonic oscillator starts from n=0).a+=01000⋮00200⋮00030⋮00004⋮00000⋮⋯⋯⋯⋯⋯ In the same way, the matrix representation of a− can also be obtained. The process is omitted; try it yourself. It can be seen that the matrix representationa−=00000⋮10000⋮02000⋮00300⋮00040⋮⋯⋯⋯⋯⋯ also satisfies (a+)∗=a−. The Hamiltonian of the harmonic oscillator H can also be represented as a matrix. Knowing H∣n>=(n+21)ℏw∣n>, if we use the same method as aboveH=ℏw210000⋮023000⋮002500⋮000270⋮000029⋮⋯⋯⋯⋯⋯, again, the process is omitted, so try it yourself.