2

I am studying classical electrodynamics and I have been introduced to the concept of gauge transformations and gauge fixing conditions. Right know I am trying to prove that some conditions are valid gauge fixing conditions.

I've been able to show that the Coulomb (which is solved in this Phys.SE question) and Weyl conditions are valid gauge fixing conditions, but I couldn't show that the Axial condition ($\vec{n} \cdot \vec{A} =0$) is valid too.

The only information that I get is that if $\vec{A}_{ax}$ verifies the axial condition, $\vec{A}_{no}$ doesn't verify the axial condition and $f$ is such that $\vec{A}_{ax} = \vec{A}_{no} + \vec{\nabla} f$, then ${A}_{no}^3 = - \vec{\nabla}f^3$ (where the superscript denotes the third component of the magnetic potential vector) but I haven't been able to proceed further from here.

I would like to get the proof of this fact or a reference where I can find it.

S -
  • 1,583

1 Answers1

7

Let's call our four-vector potential $A_\mu$. This is related the the scalar and vector potentials by $A_\mu = \{\phi,A_x,A_y,A_z\}$.

Under a gauge transformation, \begin{equation} A_\mu \rightarrow A_\mu' = A_\mu + \partial_\mu \lambda \end{equation} What you are asking is, given a generic vector potential $A_\mu$, how can we choose a $\lambda$ such that $A_z' = 0$.

Well, plugging into our gauge transformation formula we find we want to solve \begin{equation} 0 = A_z + \partial_z \lambda \end{equation} which we can do easily \begin{equation} \lambda = \left(-\int dz A_z \right) + f(x,y,t) \end{equation} where $f(x,y,t)$ is an arbitrary function that does not depend on $z$.

The fact that we are left over with an $f$ means there is some residual gauge freedom. Indeed, axial gauge does not completely fix the gauge. So long as one compute gauge invariant quantities, this of course won't matter in the end.

In quantum theory, the residual gauge freedom requires us to be careful when setting up Hilbert space, if we apply the usual rules of canonical quantization we will find some unphysical states that we need to project out.

Andrew
  • 58,167