Derivation of normal Zeeman-Effect

  • #1
PhysicsRock
117
18
TL;DR Summary
The Zeeman-Effect can be derived from coupling the Schrödinger-Hamiltonian to an external electromagnetic field ##\vec{A}##. However, when doing so, I always seem to miss a factor of ##2##.
I was / am trying to derive the energy shift resulting from the normal Zeeman-Effect by coupling the Hamiltonian to the external field ##\vec{A}##, that carries the information about the field ##\vec{B}## via ##\vec{B} = \nabla \times \vec{A}##. Let ##q = -e## be the charge of the electron and ##M_e## its mass, where I chose an upper case M to avoid confusion with the magnetic quantum number. Since we are not going to consider an external electric field, we can directly set ##\Phi = 0##, where ##\Phi## is the electric scalar potential. The kinetic Hamiltonian then becomes

$$
\begin{align*}
\hat{H}_\text{kin} &= \frac{1}{2M_e} \left( \hat{p} - q \vec{A} \right)^2 \\
&= \frac{1}{2M_e} \left( -i\hbar\nabla - q \vec{A} \right)^2 = \frac{1}{2M_e} \left( i \hbar \nabla + q \vec{A} \right)^2 \\
&= \frac{1}{2M_e} \left( -\hbar^2 \Delta + q^2 A^2 + i q \hbar \nabla \cdot \vec{A} + i q \hbar (\vec{A} \cdot \nabla) \right).
\end{align*}
$$

We can now do some simplifications. First, for a homogenous magnetic field along the ##z##-axis, which is what I am considering, the vector potential can be written as (taken from our lecture notes and additionally from various sources I found online)

$$
\vec{A} = -\frac{1}{2} \left( \vec{r} \times \vec{B} \right).
$$

It is then apparent that ##\nabla \cdot \vec{A} = 0##, and if we assume ##B \equiv \vec{B}_z## to be sufficiently small, we can also ignore the term ##\propto \vec{A}^2 \propto B^2##. What we are left with is

$$
\begin{align*}
\hat{H}_\text{kin} &= -\frac{\hbar^2}{2M_e} \Delta + \frac{iq \hbar}{2M_e} (\vec{A} \cdot \nabla).
\end{align*}
$$

Sorry for the long introduction, here comes the problem: Even without explicitly computing the term ##\vec{A} \cdot \nabla## we can immediately tell that, since ##\vec{A}## also carries a factor of ##1/2##, we would get the hamiltonian to be of the form

$$
\hat{H}_\text{kin} = -\frac{\hbar^2}{2M_e} \Delta + \frac{\text{something}}{4 \cdot \text{something}}.
$$

That four in the denominator is what's confusing me. The second ##1/2## is seemingly being ignored completely in our lecture notes and I've only managed to find one derivation online that used this method, where it just randomly disappeared from one line to another. Obviously, it would have to be ##1/2##, not ##1/4##, but I can't figure out where an additional factor of ##2## is supposed to come from, or where I introduced one ##1/2## too much. I really hope someone can explain to me what the issue is. I have speculated that it might be some correction factor I ignored, however, since we are not considering spin (normal Zeeman-Effect) it most likely isn't the gyromagnetic ratio, although it would deliver the missing ##2##.
 
Physics news on Phys.org
  • #2
Remenber that ##\nabla## is differentialtion operator, the last term in RHS should be doubled. i.e.
[tex]
\begin{align*}

\hat{H}_\text{kin} &= \frac{1}{2M_e} \left( \hat{p} - q \vec{A} \right)^2 \\

&= \frac{1}{2M_e} \left( -i\hbar\nabla - q \vec{A} \right)^2 = \frac{1}{2M_e} \left( i \hbar \nabla + q \vec{A} \right)^2 \\

&= \frac{1}{2M_e} \left( -\hbar^2 \Delta + q^2 A^2 + i q \hbar (\nabla \cdot \vec{A}) + 2i q \hbar (\vec{A} \cdot \nabla) \right).

\end{align*}[/tex]
where ##(\nabla \cdot \vec{A})## means that it is closed, not operating differentiaition on wavefunction.
 
Last edited:
  • #3
anuttarasammyak said:
Remenber that ##\nabla## is differentialtion operator, the last term in RHS should be doubled.
How exactly do the fact that ##\nabla## is a differential operator and the doubling of the last term go together?
 
  • #4
$$\frac1{2m}\left(\mathbf p - q\mathbf A\right)^2=\frac1{2m}\left(\mathbf p^2 - q\mathbf A\cdot \mathbf P - q\mathbf p \cdot \mathbf A+q^2\mathbf A^2\right)$$
$$\frac1{2m}\left(\mathbf p^2 - 2q\mathbf A\cdot \mathbf p - q[ p_i, A_i]+q^2\mathbf A^2\right)$$
$$\frac1{2m}\left(\mathbf p^2 - 2q\mathbf A\cdot \mathbf p +i\hbar q (\nabla \cdot \mathbf A)+q^2\mathbf A^2\right)$$
where I used that
$$[p_i, f(x_i)]=-i\hbar \frac{\partial f(x_i)}{\partial x_i}$$

Edit: if you try to verify this last relation you will see why the 2 factor true, try for example ##[p_z,z^3]=-3i\hbar z^2##. The naive calculation will you a wrong extra term.
 
Last edited:
  • Like
Likes dextercioby
  • #5
Here is another way to see the factor 2 appear more evidently

$$(a x - b p)^2=a^2x^2 + b^2p^2 - a b xp - ab px$$
where ##a,b## are constants. Now compare the two following results:
$$(a x - b p)^2\neq a^2x^2 + b^2p^2 - a b xp + ab i\hbar$$
$$(a x - b p)^2=a^2x^2 + b^2p^2 - 2 a b xp + ab i\hbar$$
the former is similar to your result, while the second one is right. Can you guess why?
 
  • #6
pines-demon said:
Here is another way to see the factor 2 appear more evidently

$$(a x - b p)^2=a^2x^2 + b^2p^2 - a b xp - ab px$$
where ##a,b## are constants. Now compare the two following results:
$$(a x - b p)^2\neq a^2x^2 + b^2p^2 - a b xp + ab i\hbar$$
$$(a x - b p)^2=a^2x^2 + b^2p^2 - 2 a b xp + ab i\hbar$$
the former is similar to your result, while the second one is right. Can you guess why?
Yes, of course. That makes it pretty clear. Would've been nice to see this mentioned somewhere, instead of just doing it and not even addressing the trick. Thank you for your help!
 
  • Like
Likes pines-demon

FAQ: Derivation of normal Zeeman-Effect

What is the normal Zeeman effect?

The normal Zeeman effect refers to the splitting of spectral lines of atoms when they are placed in a strong magnetic field. This phenomenon occurs due to the interaction between the magnetic field and the magnetic moment associated with the orbital angular momentum of electrons in the atom.

How is the energy shift calculated in the normal Zeeman effect?

The energy shift in the normal Zeeman effect is calculated using the formula ΔE = m_l * μ_B * B, where m_l is the magnetic quantum number, μ_B is the Bohr magneton, and B is the magnetic field strength. This shift results in the splitting of spectral lines into multiple components.

What are the selection rules for the normal Zeeman effect?

The selection rules for the normal Zeeman effect are Δm_l = 0, ±1. These rules determine the allowed transitions between the magnetic sublevels of an atom's energy states, leading to the observed spectral line splitting.

What is the significance of the Bohr magneton in the normal Zeeman effect?

The Bohr magneton (μ_B) is a physical constant that represents the magnetic moment of an electron due to its orbital motion. It plays a crucial role in the normal Zeeman effect as it quantifies the energy shift experienced by the electron in the presence of a magnetic field.

How does the normal Zeeman effect differ from the anomalous Zeeman effect?

The normal Zeeman effect occurs in atoms with a single unpaired electron and results in a simple triplet splitting of spectral lines. In contrast, the anomalous Zeeman effect occurs in atoms with multiple unpaired electrons and involves more complex splitting patterns due to additional interactions such as spin-orbit coupling.

Similar threads

Back
Top