Sara Kennedy said:
In the Griffiths textbook for Quantum Mechanics, It just gives the ladder operator to be
L±≡Lx±iLy
With reference to it being similar to QHO ladder operator. The book shows how that ladder operator is obtained, but it doesn't show how angular momentum operator is derived.
Ladder operators come from Dirac's factoring trick for the Harmonic Oscillator. They're also called "raising and lowering", "destruction and creation", etc, and applied to angular momentum (as your question) and particle creation / annhilation in QFT. All from this one Dirac-trick! By the way he used a similar trick to come up with his relativistic equation for fermions; today they don't teach it (it's too understandable), instead get there using spinors.
Since I don't know how familiar you are with the QHO let's go through it first.
---- QHO RAISING / LOWERING OPERATORS TRICK ----
The Hamiltonian for the QHO can be written
H = 1/2m (p^2 + (mwq)^2) where w = omega, the frequency
I'm going to cheat, just ignore everything but p and q. Obviously m and w are vital to get the right answers but have nothing to do with the trick.
H =~ p^2 + q^2
Now he wanted to factor this, and figured if only it had a minus sign he could. So here's the first part of the trick, introduce i^2 = -1
H =~ p^2 - (iq)^2 = (p-iq)(p+iq) = a a'
a =~ p-iq is the lowering operator, a' =~ (p+iq) the raising operator.
Actually hbar comes in also but it's just another constant and I'll ignore it, like m and w. Also there's a "+ 1/2 hbar w" factor which is the ground state energy. With "cheating" the ground state will be 0 instead. None of it affects the trick.
Now we merely have to show that a and a' really do raise and lower.
First compute [a, a'], where square brackets denote the commutator of a and a'. This turns out to be exactly 1. Recall that [q, p] = i hbar. Continuing to cheat just ignore the hbar. Then,
[a a'] = (p-iq)(p+iq) - (p+iq)(p-iq) = i[p, q] - i[q, p] = i*(-i) - i*i = 2 =~ 1
(The 2 becomes 1 when the left-out factors are included.)
Ok, now suppose e is an eigenvalue of H, that is, the energy of an eigenstate. Then we want to show that
H a|e> =~ (e-1) a|e>
The equation means: apply a to e to get a new ket. Apply H to it, and find out that it's an eigenket (eigenstate, eigenvector) with eigenvalue e-1.
That will justify calling a the "lowering" operator; it lowers the energy state down a level. (Of course the next level is actually 1/2 hbar below, not ~ 1). The a' operator does the opposite, adds 1, following the same logic.
Now we finally get to the "hard" part:
H a =~ (a a') a = a * (a' a) =~ a * (H - [a a']) = a (H - 1)
(The third step uses [a a'] = a a' - a' a =~ H - a' a). So
H a|e> =~ a (H - 1) |e> =~ a (e-1) |e> = (e-1) a|e>
The second step uses H|e> = e|e>, because e is the eigenvector of |e>.
That's all there is to it! So a does, in fact, lower an eigenstate down to the next one, and a' raises.
To complete this you must (trivially) put back in the m, w, and hbar's. There's one more step which is not so trivial, showing that the lowering operator stops at the ground state and doesn't keep lowering into negative energies. Dirac's handling of it is interesting, but it has nothing to do with this factoring trick.
---- GENERAL CONSIDERATIONS FOR APPLYING THE TRICK ----
The trick for the QHO depends on just two things:
- you need two non-commuting operators to play the part of the conjugates p and q, with standard commutator relation [p, q] = -i hbar
- you need an expression that plays the part of the QHO Hamiltonian, that looks like p^2 + q^2
Any time you have this situation you can produce raising and lowering operators by the factoring trick.
---- ANGULAR MOMENTUM ----
Sara Kennedy said:
I would like to know where this comes from L±≡Lx±iLy
It comes from the definition of L^2, which can be writtten:
L^2 - Lz^2 = Lx^2 + Ly^2
On the right-hand-side Lx and Ly look like p and q in the QHO. So trick-factor them, and call the raising and lowering operators L± :
L± ≡ Lx±iLy, so
L+ * L_ = Lx^2 + Ly^2
There are a few points involved with the left-hand side. Since L+ and L- commute with L^2 they don't affect it, so the only thing they can be related to (on the left side) is Lz^2. The square corresponds to the usual squares appearing in Hamiltonian energy terms ... so it's not too hard to believe L± do in fact work to raise and lower Lz eigenvalues. The details are important, but this should answer your question: how did Dirac come up with the L± operators in the first place?