Peeter Joot's Blog.

Math, physics, perl, and programming obscurity.

Posts Tagged ‘Lienard-Wiechert potentials’

Lienard-Wiechert potentials: Charged particle in a circle one last time (and this time I mean it).

Posted by peeterjoot on May 3, 2011

[Click here for a PDF of this post with nicer formatting (especially if my latex to wordpress script has left FORMULA DOES NOT PARSE errors.)]

Charged particle in a circle without Geometric Algebra.

I tried the problem of calculating the Lienard-Wiechert potentials for circular motion once again in [1] but with the added generalization that allowed the particle to have radial or z-axis motion. Really that was no longer a circular motion problem, but really just a calculation where I was playing with the use of cylindrical coordinates to describe the motion.

It occurred to me that this can be done without any use of Geometric Algebra (or Pauli matrices), which is probably how I should have attempted it on the exam. Let’s use a hybrid coordinate vector and complex number representation to describe the particle position

\begin{aligned}\mathbf{x}_c = \begin{bmatrix}a e^{i\theta} \\ h\end{bmatrix},\end{aligned} \hspace{\stretch{1}}(1.1)

with the field measurement position of

\begin{aligned}\mathbf{r} = \begin{bmatrix}\rho e^{i\phi} \\ z\end{bmatrix}.\end{aligned} \hspace{\stretch{1}}(1.2)

The particle velocity is

\begin{aligned}\mathbf{v}_c = \begin{bmatrix}(\dot{a} + i a \dot{\theta}) e^{i\theta} \\ \dot{h}\end{bmatrix} \\ =\begin{bmatrix}e^{i\theta} & i e^{i\theta} & 0 \\ 0 & 0 & 1\end{bmatrix} \begin{bmatrix}\dot{a} \\ a \dot{\theta} \\ \dot{h}\end{bmatrix}\end{aligned} \hspace{\stretch{1}}(1.3)

We also want the vectorial difference between the field measurement position and the particle position

\begin{aligned}\mathbf{R} = \mathbf{r} - \mathbf{x}_c = \begin{bmatrix}e^{i\phi} & -e^{i\theta} & 0 \\ 0 & 0 & 1\end{bmatrix}\begin{bmatrix}\rho \\ a \\ z - h\end{bmatrix}.\end{aligned} \hspace{\stretch{1}}(1.4)

The dot product between \mathbf{R} and \mathbf{v}_c is then

\begin{aligned}\mathbf{v}_c \cdot \mathbf{R} &=\begin{bmatrix}\dot{a} &a \dot{\theta} &\dot{h}\end{bmatrix}\text{Real} \left( \begin{bmatrix}e^{-i\theta}  & 0 \\ -i e^{-i\theta}  & 0 \\ 0 & 1\end{bmatrix} \begin{bmatrix}e^{i\phi} & -e^{i\theta} & 0 \\ 0 & 0 & 1\end{bmatrix}\right)\begin{bmatrix}\rho \\ a \\ z - h\end{bmatrix} \\ &=\begin{bmatrix}\dot{a} &a \dot{\theta} &\dot{h}\end{bmatrix}\text{Real} \left( \begin{bmatrix}e^{i(\phi - \theta)} & -1 & 0  \\ -i e^{i(\phi - \theta)} & i & 0 \\ 0 & 0 & 1\end{bmatrix} \right)\begin{bmatrix}\rho \\ a \\ z - h\end{bmatrix} \\ &=\begin{bmatrix}\dot{a} &a \dot{\theta} &\dot{h}\end{bmatrix}\begin{bmatrix}\cos(\phi - \theta) & -1 & 0  \\ \sin(\phi - \theta) & 0 & 0 \\ 0 & 0 & 1\end{bmatrix} \begin{bmatrix}\rho \\ a \\ z - h\end{bmatrix}.\end{aligned}

Expansion of the final matrix products is then

\begin{aligned}\mathbf{v}_c \cdot \mathbf{R} = \dot{h} (z - h) -a \dot{a} + \rho \dot{a} \cos(\phi- \theta) + \rho a^2 \dot{\theta} \sin(\phi - \theta)\end{aligned} \hspace{\stretch{1}}(1.5)

The other quantity that we want is \mathbf{R}^2, which is

\begin{aligned}\mathbf{R}^2 &= \begin{bmatrix}\rho &a &(z - h)\end{bmatrix}\text{Real} \left(\begin{bmatrix}e^{-i\phi}  & 0 \\ -e^{-i\theta}  & 0 \\ 0 & 1\end{bmatrix}\begin{bmatrix}e^{i\phi} & -e^{i\theta} & 0 \\ 0 & 0 & 1\end{bmatrix}\right)\begin{bmatrix}\rho \\ a \\ z - h\end{bmatrix} \\ &=\begin{bmatrix}\rho &a &(z - h)\end{bmatrix}\begin{bmatrix}1 & -\cos(\phi-\theta) & 0 \\ -\cos(\phi-\theta) & 1 & 0 \\ 0 & 0 & 1\end{bmatrix} \begin{bmatrix}\rho \\ a \\ z - h\end{bmatrix} \\ \end{aligned}

The retarded time at which the field is measured is therefore defined implicitly by

\begin{aligned}R = \sqrt{(\rho^2 + (a(t_r))^2 + (z-h(t_r))^2 - 2 a(t_r) \rho \cos(\phi - \theta(t_r))} = c( t - t_r).\end{aligned} \hspace{\stretch{1}}(1.6)

Together 1.3, 1.5, and 1.6 define the four potentials

\begin{aligned}A^0 &= \frac{q}{R - \mathbf{R} \cdot \mathbf{v}_c/c} \\ \mathbf{A} &= \frac{\mathbf{v}_c}{c} A^0,\end{aligned} \hspace{\stretch{1}}(1.7)

where all quantities are evaluated at the retarded time t_r given by 1.6.

In the homework (and in the text [2] section 63) we found for \mathbf{E} and \mathbf{B}

\begin{aligned}\mathbf{E} &= e (1 - \boldsymbol{\beta}_c^2) \frac{\hat{\mathbf{R}} - \boldsymbol{\beta}_c}{R^2 (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^3}+ e \frac{1}{R (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^3} \hat{\mathbf{R}} \times ((\hat{\mathbf{R}} - \boldsymbol{\beta}_c) \times \mathbf{a}_c/c^2) \\ \mathbf{B} &= \hat{\mathbf{R}} \times \mathbf{E}.\end{aligned} \hspace{\stretch{1}}(1.9)

Expanding out the cross products this yields

\begin{aligned}\mathbf{E} &= e (1 - \boldsymbol{\beta}_c^2) \frac{\hat{\mathbf{R}} - \boldsymbol{\beta}_c}{R^2 (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^3}+ e \frac{1}{R (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^3} (\hat{\mathbf{R}} - \boldsymbol{\beta}_c) \left(\hat{\mathbf{R}} \cdot \frac{\mathbf{a}_c}{c^2}\right)- e \frac{1}{R (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^2} \frac{\mathbf{a}_c}{c^2} \\ \mathbf{B} &= e (1 - \boldsymbol{\beta}_c^2) \frac{\boldsymbol{\beta}_c \times \hat{\mathbf{R}}}{R^2 (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^3}+ e \frac{1}{R (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^3} (\boldsymbol{\beta}_c \times \hat{\mathbf{R}}) \left(\hat{\mathbf{R}} \cdot \frac{\mathbf{a}_c}{c^2} \right)+ e \frac{1}{R (1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^2} \frac{\mathbf{a}_c}{c^2} \times \hat{\mathbf{R}}\end{aligned} \hspace{\stretch{1}}(1.11)

While longer, it is nice to call out the symmetry between \mathbf{E} and \mathbf{B} explicitly. As a side note, how do these combine in the Geometric Algebra formalism where we have F = \mathbf{E} + I\mathbf{B}? That gives us

\begin{aligned}F = e \frac{1}{(1 - \hat{\mathbf{R}} \cdot \boldsymbol{\beta}_c)^3}\left(\left(\frac{1 - \boldsymbol{\beta}_c^2}{R^2} + \frac{\hat{\mathbf{R}} \cdot \mathbf{a}_c}{c R}\right)\left(\hat{\mathbf{R}} - \boldsymbol{\beta}_c + \hat{\mathbf{R}} \wedge (\hat{\mathbf{R}} - \boldsymbol{\beta}_c)\right)+ \frac{1}{{R}} \left( \frac{\mathbf{a}_c}{c^2}+ \frac{\mathbf{a}_c}{c^2} \wedge \hat{\mathbf{R}}\right)\right)\end{aligned} \hspace{\stretch{1}}(1.13)

I’d guess a multivector of the form \mathbf{a} + \mathbf{a} \wedge \hat{\mathbf{b}}, can be tidied up a bit more, but this won’t be persued here. Instead let’s write out the fields corresponding to the potentials of 1.7 explicitly. We need to calculate \mathbf{a}_c, \mathbf{v}_c \times \mathbf{R}, \mathbf{a}_c \times \mathbf{R}, and \mathbf{a}_c \cdot \mathbf{R}. For the acceleration we get

\begin{aligned}\mathbf{a}_c =\begin{bmatrix}\left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) e^{i\theta} \\ \dot{d}{h}\end{bmatrix}\end{aligned} \hspace{\stretch{1}}(1.14)

Dotted with \mathbf{R} we have

\begin{aligned}\mathbf{a}_c \cdot \mathbf{R}&=\begin{bmatrix}\left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) e^{i\theta} \\ \dot{d}{h}\end{bmatrix}\cdot \begin{bmatrix}\rho e^{i\phi} - a e^{i\theta} \\ h\end{bmatrix} \\ &=h \dot{d}{h} + \text{Real}\left( \left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) \left(\rho e^{i(\theta- \phi)} - a\right)\right) ,\end{aligned}

which gives us

\begin{aligned}\mathbf{a}_c \cdot \mathbf{R} =h \dot{d}{h} + ( \dot{d}{a} - a {\dot{\theta}}^2 ) (\rho \cos(\phi - \theta) - a)+ (a \dot{d}{\theta} + 2 \dot{a} \dot{\theta}) \rho \sin(\phi - \theta).\end{aligned} \hspace{\stretch{1}}(1.15)

Now, how do we handle the cross products in this complex number, scalar hybrid format? With some playing around such a cross product can be put into the following tidy form

\begin{aligned}\begin{bmatrix}z_1 \\ h_1\end{bmatrix}\times\begin{bmatrix}z_2 \\ h_2\end{bmatrix}= \begin{bmatrix}i (h_1 z_2 - h_2 z_1) \\ \text{Imag}(z_1^{*} z_2)\end{bmatrix}.\end{aligned} \hspace{\stretch{1}}(1.16)

This is a sensible result. Crossing with \mathbf{e}_3 will rotate in the x-y plane, which accounts for the factors of i in the complex portion of the cross product. The imaginary part has only contributions from the portions of the vectors z_1 and z_2 that are perpendicular to each other, so while the real part of z_1^{*} z_2 measures the colinearity, the imaginary part is a measure of the amount perpendicular.

Using this for our velocity cross product we have

\begin{aligned}\mathbf{v}_c \times \mathbf{R} &=\begin{bmatrix}(\dot{a} + i a \dot{\theta}) e^{i\theta} \\ \dot{h}\end{bmatrix}\times\begin{bmatrix}\rho e^{i\phi} - a e^{i\theta} \\ h\end{bmatrix} \\ &=\begin{bmatrix}i\left(\dot{h} ( \rho e^{i\phi} - a e^{i\theta} ) - h (\dot{a} + i a \dot{\theta}) e^{i\theta} \right) \\ \text{Imag} \left( ( \dot{a} - i a \dot{\theta}) (\rho e^{i(\phi - \theta)} - a) \right)\end{bmatrix} \end{aligned}

which is

\begin{aligned}\mathbf{v}_c \times \mathbf{R} =\begin{bmatrix}i( \dot{h} \rho e^{i\phi} - (h \dot{a} + i h a \dot{\theta} + a \dot{h}) e^{i\theta} ) \\ \dot{a} \rho \sin(\phi - \theta) - a \dot{\theta} \rho \cos(\phi - \theta) + a^2 \dot{\theta}\end{bmatrix}.\end{aligned} \hspace{\stretch{1}}(1.17)

The last thing required to write out the fields is

\begin{aligned}\mathbf{a}_c \times \mathbf{R} &=\begin{bmatrix}\left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) e^{i\theta} \\ \dot{d}{h}\end{bmatrix}\times\begin{bmatrix}\rho e^{i\phi} - a e^{i\theta} \\ z - h\end{bmatrix} \\ &=\begin{bmatrix}i \dot{d}{h} (\rho e^{i\phi} - a e^{i\theta} ) - i (z - h) \left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) e^{i\theta} \\ \text{Imag} \left( \left( \dot{d}{a} - a {\dot{\theta}}^2 - i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) ( \rho e^{i(\phi -\theta)} - a )\right)\end{bmatrix} \\ \end{aligned}

So the acceleration cross product is

\begin{aligned}\mathbf{a}_c \times \mathbf{R} =\begin{bmatrix}i \dot{d}{h} \rho e^{i\phi} - i \left( \dot{d}{h} a + (z - h) \left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) \right) e^{i\theta} \\ \left( \dot{d}{a} - a {\dot{\theta}}^2 \right) \rho \sin(\phi - \theta)-( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) (\rho \cos(\phi -\theta) - a)\end{bmatrix}\end{aligned} \hspace{\stretch{1}}(1.18)

Putting all the results together creates something that is too long to easily write, but can at least be summarized

\begin{aligned}\mathbf{E} &= \frac{e}{(R - \mathbf{R} \cdot \boldsymbol{\beta}_c)^3}\left(\left(1 - \boldsymbol{\beta}_c^2 + \mathbf{R} \cdot \frac{\mathbf{a}_c}{c^2}\right) (\mathbf{R} - \boldsymbol{\beta}_c R)- R(R - \mathbf{R} \cdot \boldsymbol{\beta}_c) \frac{\mathbf{a}_c}{c^2} \right) \\ \mathbf{B} &= \frac{e}{(R - \mathbf{R} \cdot \boldsymbol{\beta}_c)^3}\left(\left(1 - \boldsymbol{\beta}_c^2 + \mathbf{R} \cdot \frac{\mathbf{a}_c}{c^2}\right) (\boldsymbol{\beta}_c \times \mathbf{R})- (R - \mathbf{R} \cdot \boldsymbol{\beta}_c) \frac{\mathbf{a}_c}{c^2} \times \mathbf{R}\right) \\ 1 - \boldsymbol{\beta}_c^2 &= 1 - (\dot{a}^2 + a^2 \dot{\theta}^2 + \dot{h}^2)/c^2 \\ R &= \sqrt{(\rho^2 + (a(t_r))^2 + (z-h(t_r))^2 - 2 a(t_r) \rho \cos(\phi - \theta(t_r))} = c( t - t_r) \\ \mathbf{R} - \boldsymbol{\beta}_c R &= \begin{bmatrix}\rho e^{i\phi} - (a + (\dot{a} + i a\dot{\theta}) R/c) e^{i\theta} \\ z - h - \dot{h} R/c\end{bmatrix} \\ \boldsymbol{\beta}_c \cdot \mathbf{R} &= \frac{1}{{c}}\left( \dot{h} (z - h) -a \dot{a} + \rho \dot{a} \cos(\phi- \theta) + \rho a^2 \dot{\theta} \sin(\phi - \theta) \right) \\ \boldsymbol{\beta}_c \times \mathbf{R} &=\frac{1}{{c}}\begin{bmatrix}i( \dot{h} \rho e^{i\phi} - (h \dot{a} + i h a \dot{\theta} + a \dot{h}) e^{i\theta} ) \\ \dot{a} \rho \sin(\phi - \theta) - a \dot{\theta} \rho \cos(\phi - \theta) + a^2 \dot{\theta}\end{bmatrix} \\ \frac{\mathbf{a}_c}{c^2} &=\frac{1}{{c^2}}\begin{bmatrix}\left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) e^{i\theta} \\ \dot{d}{h}\end{bmatrix} \\ \frac{\mathbf{a}_c}{c^2} \cdot \mathbf{R} &=\frac{1}{{c^2}} \left(h \dot{d}{h} + ( \dot{d}{a} - a {\dot{\theta}}^2 ) (\rho \cos(\phi - \theta) - a)+ (a \dot{d}{\theta} + 2 \dot{a} \dot{\theta}) \rho \sin(\phi - \theta) \right) \\ \frac{\mathbf{a}_c}{c^2} \times \mathbf{R} &=\frac{1}{{c^2}}\begin{bmatrix}i \dot{d}{h} \rho e^{i\phi} - i \left( \dot{d}{h} a + (z - h) \left( \dot{d}{a} - a {\dot{\theta}}^2 + i ( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) \right) \right) e^{i\theta} \\ \left( \dot{d}{a} - a {\dot{\theta}}^2 \right) \rho \sin(\phi - \theta)-( a\dot{d}{\theta} + 2 \dot{a} \dot{\theta} ) (\rho \cos(\phi -\theta) - a)\end{bmatrix}.\end{aligned} \hspace{\stretch{1}}(1.19)

This is a whole lot more than the exam question asked for, since it is actually the most general solution to the electric and magnetic fields associated with an arbitrary charged particle (when that motion is described in cylindrical coordinates). The exam question had \theta = k c t and \dot{a} = 0, h = 0, which kills a number of the terms

\begin{aligned}1 - \boldsymbol{\beta}_c^2 + \frac{\mathbf{a}_c}{c^2} \cdot \mathbf{R} &= 1 - a k^2 \rho \cos(\phi -  k c t_r) \\ R &= \sqrt{(\rho^2 + a^2 + z^2 - 2 a \rho \cos(\phi - k c t_r)} = c( t - t_r) \\ \mathbf{R} - \boldsymbol{\beta}_c R &= \begin{bmatrix}\rho e^{i\phi} - a (1 + i k R) e^{i k c t_r} \\ z \end{bmatrix} \\ \boldsymbol{\beta}_c \cdot \mathbf{R} &= \rho a^2 k \sin(\phi -  k c t_r) \\ \boldsymbol{\beta}_c \times \mathbf{R} &=\begin{bmatrix}0 \\ a k ( a - \rho \cos(\phi -  k c t_r) )\end{bmatrix} \\ \frac{\mathbf{a}_c}{c^2} &=\begin{bmatrix}- a k^2 e^{i k c t_r} \\ 0\end{bmatrix} \\ \frac{\mathbf{a}_c}{c^2} \times \mathbf{R} &=\begin{bmatrix}i z a k^2 e^{i k c t_r} \\ - a k^2 \rho \sin(\phi -  k c t_r)\end{bmatrix}.\end{aligned} \hspace{\stretch{1}}(1.29)

This is still messy, but is a satisfactory solution to the problem.

The exam question also asked only about the \rho = 0, so \phi also becomes irrelevant. In that case we have along the z-axis the fields are given by

\begin{aligned}\mathbf{E}(z)&= \frac{e}{R^3}\begin{bmatrix}- a (1 + i k R - k^2 R^2 ) e^{i k (c t - R)} \\ z \end{bmatrix} \\ \mathbf{B}(z)&= \frac{e}{R^3}\begin{bmatrix}-R i z a k^2 e^{i k (c t - R)} \\ a^2 k \end{bmatrix} \\ R &= \sqrt{a^2 + z^2} \end{aligned} \hspace{\stretch{1}}(1.36)

Similar to when things were calculated from the potentials directly, I get a different result from \hat{\mathbf{R}} \times \mathbf{E}

\begin{aligned}\hat{\mathbf{R}} \times \mathbf{E}(z) = \frac{e}{R^3}\begin{bmatrix}a k z (1 + i k R) e^{i k (c t - R)} \\ -a^2 k \end{bmatrix}\end{aligned} \hspace{\stretch{1}}(1.39)

compared to the value of \mathbf{B} that was directly calculated above. With the sign swapped in the z-axis term of \mathbf{B}(z) here I’d guess I’ve got an algebraic error hiding somewhere?

References

[1] Peeter Joot. {A cylindrical Lienard-Wiechert potential calculation using multivector matrix products.} [online]. http://sites.google.com/site/peeterjoot/math2011/matrixVectorPotentials.pdf.

[2] L.D. Landau and E.M. Lifshitz. The classical theory of fields. Butterworth-Heinemann, 1980.

Posted in Math and Physics Learning. | Tagged: , , , , | Leave a Comment »

PHY450HS1: Relativistic electrodynamics: some exam reflection.

Posted by peeterjoot on April 28, 2011

[Click here for a PDF of this post with nicer formatting (especially if my latex to wordpress script has left FORMULA DOES NOT PARSE errors.)]

Charged particle in a circle.

From the 2008 PHY353 exam, given a particle of charge q moving in a circle of radius a at constant angular frequency \omega.

\begin{itemize}
\item Find the Lienard-Wiechert potentials for points on the z-axis.
\item Find the electric and magnetic fields at the center.
\end{itemize}

When I tried this I did it for points not just on the z-axis. It turns out that we also got this question on the exam (but stated slightly differently). Since I’ll not get to see my exam solution again, let’s work through this at a leisurely rate, and see if things look right. The problem as stated in this old practice exam is easier since it doesn’t say to calculate the fields from the four potentials, so there was nothing preventing one from just grinding away and plugging stuff into the Lienard-Wiechert equations for the fields (as I did when I tried it for practice).

The potentials.

Let’s set up our coordinate system in cylindrical coordinates. For the charged particle and the point that we measure the field, with i = \mathbf{e}_1 \mathbf{e}_2

\begin{aligned}\mathbf{x}(t) &= a \mathbf{e}_1 e^{i \omega t} \\ \mathbf{r} &= z \mathbf{e}_3 + \rho \mathbf{e}_1 e^{i \phi}\end{aligned} \hspace{\stretch{1}}(1.1)

Here I’m using the geometric product of vectors (if that’s unfamiliar then just substitute

\begin{aligned}\{\mathbf{e}_1, \mathbf{e}_2, \mathbf{e}_3\} \rightarrow \{\sigma_1, \sigma_2, \sigma_3\}\end{aligned} \hspace{\stretch{1}}(1.3)

We can do that since the Pauli matrices also have the same semantics (with a small difference since the geometric square of a unit vector is defined as the unit scalar, whereas the Pauli matrix square is the identity matrix). The semantics we require of this vector product are just \mathbf{e}_\alpha^2 = 1 and \mathbf{e}_\alpha \mathbf{e}_\beta = - \mathbf{e}_\beta \mathbf{e}_\alpha for any \alpha \ne \beta.

I’ll also be loose with notation and use \text{Real}(X) = \left\langle{{X}}\right\rangle to select the scalar part of a multivector (or with the Pauli matrices, the portion proportional to the identity matrix).

Our task is to compute the Lienard-Wiechert potentials. Those are

\begin{aligned}A^0 &= \frac{q}{R^{*}} \\ \mathbf{A} &= A^0 \frac{\mathbf{v}}{c},\end{aligned} \hspace{\stretch{1}}(1.4)

where

\begin{aligned}\mathbf{R} &= \mathbf{r} - \mathbf{x}(t_r) \\ R = {\left\lvert{\mathbf{R}}\right\rvert} &= c (t - t_r) \\ R^{*} &= R - \frac{\mathbf{v}}{c} \cdot \mathbf{R} \\ \mathbf{v} &= \frac{d\mathbf{x}}{dt_r}.\end{aligned} \hspace{\stretch{1}}(1.6)

We’ll need (eventually)

\begin{aligned}\mathbf{v} &= a \omega \mathbf{e}_2 e^{i \omega t_r} = a \omega ( -\sin \omega t_r, \cos\omega t_r, 0) \\ \dot{\mathbf{v}} &= -a \omega^2 \mathbf{e}_1 e^{i \omega t_r} = -a \omega^2 (\cos\omega t_r, \sin\omega t_r, 0)\end{aligned} \hspace{\stretch{1}}(1.10)

and also need our retarded distance vector

\begin{aligned}\mathbf{R} = z \mathbf{e}_3 + \mathbf{e}_1 (\rho e^{i \phi} - a e^{i \omega t_r} ),\end{aligned} \hspace{\stretch{1}}(1.12)

From this we have

\begin{aligned}R^2 &= z^2 + {\left\lvert{\mathbf{e}_1 (\rho e^{i \phi} - a e^{i \omega t_r} )}\right\rvert}^2 \\ &= z^2 + \rho^2 + a^2 - 2 \rho a (\mathbf{e}_1 \rho e^{i \phi}) \cdot (\mathbf{e}_1 e^{i \omega t_r}) \\ &= z^2 + \rho^2 + a^2 - 2 \rho a \text{Real}( e^{ i(\phi - \omega t_r) } ) \\ &= z^2 + \rho^2 + a^2 - 2 \rho a \cos(\phi - \omega t_r)\end{aligned}

So

\begin{aligned}R = \sqrt{z^2 + \rho^2 + a^2 - 2 \rho a \cos( \phi - \omega t_r ) }.\end{aligned} \hspace{\stretch{1}}(1.13)

Next we need

\begin{aligned}\mathbf{R} \cdot \mathbf{v}/c&= (z \mathbf{e}_3 + \mathbf{e}_1 (\rho e^{i \phi} - a e^{i \omega t_r} )) \cdot  \left(a \frac{\omega}{c} \mathbf{e}_2 e^{i \omega t_r} \right) \\ &=a \frac{\omega }{c}\text{Real}(i (\rho e^{-i \phi} - a e^{-i \omega t_r} ) e^{i \omega t_r} ) \\ &=a \frac{\omega }{c}\rho \text{Real}( i e^{-i \phi + i \omega t_r} ) \\ &=a \frac{\omega }{c}\rho \sin(\phi - \omega t_r)\end{aligned}

So we have

\begin{aligned}R^{*} = \sqrt{z^2 + \rho^2 + a^2 - 2 \rho a \cos( \phi - \omega t_r ) }-a \frac{\omega }{c} \rho \sin(\phi - \omega t_r)\end{aligned} \hspace{\stretch{1}}(1.14)

Writing k = \omega/c, and having a peek back at 1.4, our potentials are now solved for

\begin{aligned}\boxed{\begin{aligned}A^0 &= \frac{q}{\sqrt{z^2 + \rho^2 + a^2 - 2 \rho a \cos( \phi - k c t_r ) }} \\ \mathbf{A} &= A^0 a k ( -\sin k c t_r, \cos k c t_r, 0).\end{aligned}}\end{aligned} \hspace{\stretch{1}}(1.24)

The caveat is that t_r is only specified implicitly, according to

\begin{aligned}\boxed{c t_r = c t - \sqrt{z^2 + \rho^2 + a^2 - 2 \rho a \cos( \phi - k c t_r ) }.}\end{aligned} \hspace{\stretch{1}}(1.16)

There doesn’t appear to be much hope of solving for t_r explicitly in closed form.

General fields for this system.

With

\begin{aligned}\mathbf{R}^{*} = \mathbf{R} - \frac{\mathbf{v}}{c} R,\end{aligned} \hspace{\stretch{1}}(1.17)

the fields are

\begin{aligned}\boxed{\begin{aligned}\mathbf{E} &= q (1 - \mathbf{v}^2/c^2) \frac{\mathbf{R}^{*}}{{R^{*}}^3} + \frac{q}{{R^{*}}^3} \mathbf{R} \times (\mathbf{R}^{*} \times \dot{\mathbf{v}}/c^2) \\ \mathbf{B} &= \frac{\mathbf{R}}{R} \times \mathbf{E}.\end{aligned}}\end{aligned} \hspace{\stretch{1}}(1.18)

In there we have

\begin{aligned}1 - \mathbf{v}^2/c^2 = 1 - a^2 \frac{\omega^2}{c^2} = 1 - a^2 k^2\end{aligned} \hspace{\stretch{1}}(1.19)

and

\begin{aligned}\mathbf{R}^{*} &= z \mathbf{e}_3 + \mathbf{e}_1 (\rho e^{i \phi} - a e^{i k c t_r} )-a k \mathbf{e}_2 e^{i k c t_r} R \\ &= z \mathbf{e}_3 + \mathbf{e}_1 (\rho e^{i \phi} - a (1 - k R i) e^{i k c t_r} )\end{aligned}

Writing this out in coordinates isn’t particularly illuminating, but can be done for completeness without too much trouble

\begin{aligned}\mathbf{R}^{*} = ( \rho \cos\phi - a \cos t_r + a k R \sin t_r,  \rho \sin\phi - a \sin t_r - a k R \cos t_r,  z )\end{aligned} \hspace{\stretch{1}}(1.20)

In one sense the problem could be considered solved, since we have all the pieces of the puzzle. The outstanding question is whether or not the resulting mess can be simplified at all. Let’s see if the cross product reduces at all. Using

\begin{aligned}\mathbf{R} \times (\mathbf{R}^{*} \times \dot{\mathbf{v}}/c^2) =\mathbf{R}^{*} (\mathbf{R} \cdot \dot{\mathbf{v}}/c^2) - \frac{\dot{\mathbf{v}}}{c^2}(\mathbf{R} \cdot \mathbf{R}^{*})\end{aligned} \hspace{\stretch{1}}(1.21)

Perhaps one or more of these dot products can be simplified? One of them does reduce nicely

\begin{aligned}\mathbf{R}^{*} \cdot \mathbf{R} &= ( \mathbf{R} - R \mathbf{v}/c ) \cdot \mathbf{R}  \\ &= R^2 - (\mathbf{R} \cdot \mathbf{v}/c) R \\ &= R^2 - R a k \rho \sin(\phi - k c t_r) \\ &= R(R - a k \rho \sin(\phi - k c t_r))\end{aligned}

\begin{aligned}\mathbf{R} \cdot \dot{\mathbf{v}}/c^2&=\Bigl(z \mathbf{e}_3 + \mathbf{e}_1 (\rho e^{i \phi} - a e^{i \omega t_r} ) \Bigr) \cdot(-a k^2 \mathbf{e}_1 e^{i \omega t_r} )  \\ &=- a k^2 \left\langle{{\mathbf{e}_1 (\rho e^{i \phi} - a e^{i \omega t_r} ) \mathbf{e}_1 e^{i \omega t_r} )  }}\right\rangle \\ &=- a k^2 \left\langle{{(\rho e^{i \phi} - a e^{i \omega t_r} ) e^{-i \omega t_r} )  }}\right\rangle \\ &=- a k^2 \left\langle{{\rho e^{i \phi - i \omega t_r} - a }}\right\rangle \\ &=- a k^2 ( \rho \cos(\phi - k c t_r) - a )\end{aligned}

Putting this cross product back together we have

\begin{aligned}\mathbf{R} \times (\mathbf{R}^{*} \times \dot{\mathbf{v}}/c^2)&=a k^2 ( a -\rho \cos(\phi - k c t_r) ) \mathbf{R}^{*} +a k^2 \mathbf{e}_1 e^{i k c  t_r} R(R - a k \rho \sin(\phi - k c t_r)) \\ &=a k^2 ( a -\rho \cos(\phi - k c t_r) ) \Bigl(z \mathbf{e}_3 + \mathbf{e}_1 (\rho e^{i \phi} - a (1 - k R i) e^{i k c t_r} )\Bigr) \\ &\qquad +a k^2 R \mathbf{e}_1 e^{i k c  t_r} (R - a k \rho \sin(\phi - k c t_r)) \end{aligned}

Writing

\begin{aligned}\phi_r = \phi - k c t_r,\end{aligned} \hspace{\stretch{1}}(1.22)

this can be grouped into similar terms

\begin{aligned}\begin{aligned}\mathbf{R} \times (\mathbf{R}^{*} \times \dot{\mathbf{v}}/c^2)&=a k^2 (a - \rho \cos\phi_r) z \mathbf{e}_3 \\ &+ a k^2 \mathbf{e}_1(a - \rho \cos\phi_r) \rho e^{i\phi} \\ &+ a k^2 \mathbf{e}_1\left(-a (a - \rho \cos\phi_r) (1 - k R i)+ R(R - a k \rho \sin \phi_r)\right) e^{i k c t_r}\end{aligned}\end{aligned} \hspace{\stretch{1}}(1.23)

The electric field pieces can now be collected. Not expanding out the R^{*} from 1.14, this is

\begin{aligned}\begin{aligned}\mathbf{E} &= \frac{q}{(R^{*})^3} z \mathbf{e}_3\Bigl( 1 - a \rho k^2 \cos\phi_r \Bigr) \\ &+\frac{q}{(R^{*})^3} \rho\mathbf{e}_1 \Bigl(1 - a \rho k^2 \cos\phi_r \Bigr) e^{i\phi} \\ &+\frac{q}{(R^{*})^3} a \mathbf{e}_1\left(-\Bigl( 1 + a k^2 (a - \rho \cos\phi_r) \Bigr) (1 - k R i)(1 - a^2 k^2)+ k^2 R(R - a k \rho \sin \phi_r)\right) e^{i k c t_r}\end{aligned}\end{aligned} \hspace{\stretch{1}}(1.24)

Along the z-axis where \rho = 0 what do we have?

\begin{aligned}R = \sqrt{z^2 + a^2 } \end{aligned} \hspace{\stretch{1}}(1.25)

\begin{aligned}A^0 = \frac{q}{R} \end{aligned} \hspace{\stretch{1}}(1.26)

\begin{aligned}\mathbf{A} = A^0 a k \mathbf{e}_2 e^{i k c t_r } \end{aligned} \hspace{\stretch{1}}(1.27)

\begin{aligned}c t_r = c t - \sqrt{z^2 + a^2 } \end{aligned} \hspace{\stretch{1}}(1.28)

\begin{aligned}\begin{aligned}\mathbf{E} &= \frac{q}{R^3} z \mathbf{e}_3 \\ &+\frac{q}{R^3} a \mathbf{e}_1\left(-( 1 - a^4 k^4 ) (1 - k R i)+ k^2 R^2 \right) e^{i k c t_r} \end{aligned}\end{aligned} \hspace{\stretch{1}}(1.29)

\begin{aligned}\mathbf{B} = \frac{ z \mathbf{e}_3 - a \mathbf{e}_1 e^{i k c t_r}}{R} \times \mathbf{E}\end{aligned} \hspace{\stretch{1}}(1.30)

The magnetic term here looks like it can be reduced a bit.

An approximation near the center.

Unlike the old exam I did, where it didn’t specify that the potentials had to be used to calculate the fields, and the problem was reduced to one of algebraic manipulation, our exam explicitly asked for the potentials to be used to calculate the fields.

There was also the restriction to compute them near the center. Setting \rho = 0 so that we are looking only near the z-axis, we have

\begin{aligned}A^0 &= \frac{q}{\sqrt{z^2 + a^2}} \\ \mathbf{A} &= \frac{q a k \mathbf{e}_2 e^{i k c t_r} }{\sqrt{z^2 + a^2}} = \frac{q a k (-\sin k c t_r, \cos k c t_r, 0)}{\sqrt{z^2 + a^2}} \\ t_r &= t - R/c = t - \sqrt{z^2 + a^2}/c\end{aligned} \hspace{\stretch{1}}(1.31)

Now we are set to calculate the electric and magnetic fields directly from these. Observe that we have a spatial dependence in due to the t_r quantities and that will have an effect when we operate with the gradient.

In the exam I’d asked Simon (our TA) if this question was asking for the fields at the origin (ie: in the plane of the charge’s motion in the center) or along the z-axis. He said in the plane. That would simplify things, but perhaps too much since A^0 becomes constant (in my exam attempt I somehow fudged this to get what I wanted for the v = 0 case, but that must have been wrong, and was the result of rushed work).

Let’s now proceed with the field calculation from these potentials

\begin{aligned}\mathbf{E} &= - \boldsymbol{\nabla} A^0 - \frac{1}{{c}} \frac{\partial {\mathbf{A}}}{\partial {t}} \\ \mathbf{B} &= \boldsymbol{\nabla} \times \mathbf{A}.\end{aligned} \hspace{\stretch{1}}(1.34)

For the electric field we need

\begin{aligned}\boldsymbol{\nabla} A^0  &= q \mathbf{e}_3 \partial_z (z^2 + a^2)^{-1/2} \\ &= -q \mathbf{e}_3 \frac{z}{(\sqrt{z^2 + a^2})^3},\end{aligned}

and

\begin{aligned}\frac{1}{{c}} \frac{\partial {\mathbf{A}}}{\partial {t}} =\frac{q a k^2 \mathbf{e}_2 \mathbf{e}_1 \mathbf{e}_2 e^{i k c t_r} }{\sqrt{z^2 + a^2}}.\end{aligned} \hspace{\stretch{1}}(1.36)

Putting these together, our electric field near the z-axis is

\begin{aligned}\mathbf{E} = q \mathbf{e}_3 \frac{z}{(\sqrt{z^2 + a^2})^3}+\frac{q a k^2 \mathbf{e}_1 e^{i k c t_r} }{\sqrt{z^2 + a^2}}.\end{aligned} \hspace{\stretch{1}}(1.37)

(another mistake I made on the exam, since I somehow fooled myself into forcing what I knew had to be in the gradient term, despite having essentially a constant scalar potential (having taken z = 0)).

What do we get for the magnetic field. In that case we have

\begin{aligned}\boldsymbol{\nabla} \times \mathbf{A}(z)&=\mathbf{e}_\alpha \times \partial_\alpha \mathbf{A} \\ &=\mathbf{e}_3 \times \partial_z \frac{q a k \mathbf{e}_2 e^{i k c t_r} }{\sqrt{z^2 + a^2}}  \\ &=\mathbf{e}_3 \times (\mathbf{e}_2 e^{i  k c t_r} ) q a  k \frac{\partial {}}{\partial {z}} \frac{1}{{\sqrt{z^2 + a^2}}} +q a  k \frac{1}{{\sqrt{z^2 + a^2}}} \mathbf{e}_3 \times (\mathbf{e}_2 \partial_z e^{i  k c t_r} ) \\ &=-\mathbf{e}_3 \times (\mathbf{e}_2 e^{i  k c t_r} ) q a  k \frac{z}{(\sqrt{z^2 + a^2})^3} +q a  k \frac{1}{{\sqrt{z^2 + a^2}}} \mathbf{e}_3 \times \left( \mathbf{e}_2 \mathbf{e}_1 \mathbf{e}_2 k c e^{i  k c t_r} \partial_z ( t - \sqrt{z^a + a^2}/c ) \right) \\ &=-\mathbf{e}_3 \times (\mathbf{e}_2 e^{i  k c t_r} ) q a  k \frac{z}{(\sqrt{z^2 + a^2})^3} -q a  k^2 \frac{z}{z^2 + a^2} \mathbf{e}_3 \times \left( \mathbf{e}_1 k e^{i  k c t_r} \right) \\ &=-\frac{q a k z \mathbf{e}_3}{z^2 + a^2} \times \left( \frac{ \mathbf{e}_2 e^{i k c t_r} }{\sqrt{z^2 + a^2}} + k \mathbf{e}_1 e^{i k c t_r} \right)\end{aligned}

For the direction vectors in the cross products above we have

\begin{aligned}\mathbf{e}_3 \times (\mathbf{e}_2 e^{i \mu})&=\mathbf{e}_3 \times (\mathbf{e}_2 \cos\mu - \mathbf{e}_1 \sin\mu) \\ &=-\mathbf{e}_1 \cos\mu - \mathbf{e}_2 \sin\mu \\ &=-\mathbf{e}_1 e^{i \mu}\end{aligned}

and

\begin{aligned}\mathbf{e}_3 \times (\mathbf{e}_1 e^{i \mu})&=\mathbf{e}_3 \times (\mathbf{e}_1 \cos\mu + \mathbf{e}_2 \sin\mu) \\ &=\mathbf{e}_2 \cos\mu - \mathbf{e}_1 \sin\mu \\ &=\mathbf{e}_2 e^{i \mu}\end{aligned}

Putting everything, and summarizing results for the fields, we have

\begin{aligned}\mathbf{E} &= q \mathbf{e}_3 \frac{z}{(\sqrt{z^2 + a^2})^3}+\frac{q a k^2 \mathbf{e}_1 e^{i \omega t_r} }{\sqrt{z^2 + a^2}} \\ \mathbf{B} &= \frac{q a k z}{ z^2 + a^2} \left( \frac{\mathbf{e}_1}{\sqrt{z^2 + a^2}} - k \mathbf{e}_2 \right) e^{i \omega t_r}\end{aligned} \hspace{\stretch{1}}(1.38)

The electric field expression above compares well to 1.29. We have the Coulomb term and the radiation term. It is harder to compare the magnetic field to the exact result 1.30 since I did not expand that out.

FIXME: A question to consider. If all this worked should we not also get

\begin{aligned}\mathbf{B} \stackrel{?}{=}\frac{z \mathbf{e}_3 - \mathbf{e}_1 a e^{i \omega t_r}}{\sqrt{z^2 + a^2}} \times \mathbf{E}.\end{aligned} \hspace{\stretch{1}}(1.40)

However, if I do this check I get

\begin{aligned}\mathbf{B} =\frac{q a z}{z^2 + a^2} \left( \frac{1}{{z^2 + a^2}} + k^2 \right) \mathbf{e}_2 e^{i \omega t_r}.\end{aligned} \hspace{\stretch{1}}(1.41)

Collision of photon and electron.

I made a dumb error on the exam on this one. I setup the four momentum conservation statement, but then didn’t multiply out the cross terms properly. This led me to incorrectly assume that I had to try doing this the hard way (something akin to what I did on the midterm). Simon later told us in the tutorial the simple way, and that’s all we needed here too. Here’s the setup.

An electron at rest initially has four momentum

\begin{aligned}(m c, 0)\end{aligned} \hspace{\stretch{1}}(2.42)

where the incoming photon has four momentum

\begin{aligned}\left(\hbar \frac{\omega}{c}, \hbar \mathbf{k} \right)\end{aligned} \hspace{\stretch{1}}(2.43)

After the collision our electron has some velocity so its four momentum becomes (say)

\begin{aligned}\gamma (m c, m \mathbf{v}),\end{aligned} \hspace{\stretch{1}}(2.44)

and our new photon, going off on an angle \theta relative to \mathbf{k} has four momentum

\begin{aligned}\left(\hbar \frac{\omega'}{c}, \hbar \mathbf{k}' \right)\end{aligned} \hspace{\stretch{1}}(2.45)

Our conservation relationship is thus

\begin{aligned}(m c, 0) + \left(\hbar \frac{\omega}{c}, \hbar \mathbf{k} \right)=\gamma (m c, m \mathbf{v})+\left(\hbar \frac{\omega'}{c}, \hbar \mathbf{k}' \right)\end{aligned} \hspace{\stretch{1}}(2.46)

I squared both sides, but dropped my cross terms, which was just plain wrong, and costly for both time and effort on the exam. What I should have done was just

\begin{aligned}\gamma (m c, m \mathbf{v}) =(m c, 0) + \left(\hbar \frac{\omega}{c}, \hbar \mathbf{k} \right)-\left(\hbar \frac{\omega'}{c}, \hbar \mathbf{k}' \right),\end{aligned} \hspace{\stretch{1}}(2.47)

and then square this (really making contractions of the form p_i p^i). That gives (and this time keeping my cross terms)

\begin{aligned}(\gamma (m c, m \mathbf{v}) )^2 &= \gamma^2 m^2 (c^2 - \mathbf{v}^2) \\ &= m^2 c^2 \\ &=m^2 c^2 + 0 + 0+ 2 (m c, 0) \cdot \left(\hbar \frac{\omega}{c}, \hbar \mathbf{k} \right)- 2 (m c, 0) \cdot \left(\hbar \frac{\omega'}{c}, \hbar \mathbf{k}' \right)- 2 \cdot \left(\hbar \frac{\omega}{c}, \hbar \mathbf{k} \right)\cdot \left(\hbar \frac{\omega'}{c}, \hbar \mathbf{k}' \right) \\ &=m^2 c^2 + 2 m c \hbar \frac{\omega}{c} - 2 m c \hbar \frac{\omega'}{c}- 2\hbar^2 \left(\frac{\omega}{c} \frac{\omega'}{c}- \mathbf{k} \cdot \mathbf{k}'\right) \\ &=m^2 c^2 + 2 m c \hbar \frac{\omega}{c} - 2 m c \hbar \frac{\omega'}{c}- 2\hbar^2 \frac{\omega}{c} \frac{\omega'}{c} (1 - \cos\theta)\end{aligned}

Rearranging a bit we have

\begin{aligned}\omega' \left( m + \frac{\hbar \omega}{c^2} ( 1 - \cos\theta ) \right) = m \omega,\end{aligned} \hspace{\stretch{1}}(2.48)

or

\begin{aligned}\omega' = \frac{\omega}{1 + \frac{\hbar \omega}{m c^2} ( 1 - \cos\theta ) }\end{aligned} \hspace{\stretch{1}}(2.49)

Pion decay.

The problem above is very much like a midterm problem we had, so there was no justifiable excuse for messing up on it. That midterm problem was to consider the split of a pion at rest into a neutrino (massless) and a muon, and to calculate the energy of the muon. That one also follows the same pattern, a calculation of four momentum conservation, say

\begin{aligned}(m_\pi c, 0) = \hbar \frac{\omega}{c}(1, \hat{\mathbf{k}}) + ( \mathcal{E}_\mu/c, \mathbf{p}_\mu ).\end{aligned} \hspace{\stretch{1}}(3.50)

Here \omega is the frequency of the massless neutrino. The massless nature is encoded by a four momentum that squares to zero, which follows from (1, \hat{\mathbf{k}}) \cdot (1, \hat{\mathbf{k}}) = 1^2 - \hat{\mathbf{k}} \cdot \hat{\mathbf{k}} = 0.

When I did this problem on the midterm, I perversely put in a scattering angle, instead of recognizing that the particles must scatter at 180 degree directions since spatial momentum components must also be preserved. This and the combination of trying to work in spatial quantities led to a mess and I didn’t get the end result in anything that could be considered tidy.

The simple way to do this is to just rearrange to put the null vector on one side, and then square. This gives us

\begin{aligned}0 &=\left(\hbar \frac{\omega}{c}(1, \hat{\mathbf{k}}) \right) \cdot\left(\hbar \frac{\omega}{c}(1, \hat{\mathbf{k}}) \right) \\ &=\left( (m_\pi c, 0) - ( \mathcal{E}_\mu/c, \mathbf{p}_\mu ) \right) \cdot \left( (m_\pi c, 0) - ( \mathcal{E}_\mu/c, \mathbf{p}_\mu ) \right) \\ &={m_\pi}^2 c^2 + {m_\nu}^2 c^2 - 2 (m_\pi c, 0) \cdot ( \mathcal{E}_\mu/c, \mathbf{p}_\mu ) \\ &={m_\pi}^2 c^2 + {m_\nu}^2 c^2 - 2 m_\pi \mathcal{E}_\mu\end{aligned}

A final re-arrangement gives us the muon energy

\begin{aligned}\mathcal{E}_\mu = \frac{1}{{2}} \frac{ {m_\pi}^2 + {m_\nu}^2 }{m_\pi} c^2\end{aligned} \hspace{\stretch{1}}(3.51)

Posted in Math and Physics Learning. | Tagged: , , , , , , , , | Leave a Comment »

PHY450H1S. Relativistic Electrodynamics Lecture 19 (Taught by Prof. Erich Poppitz). Lienard-Wiechert potentials.

Posted by peeterjoot on April 26, 2011

[Click here for a PDF of this post with nicer formatting (especially if my latex to wordpress script has left FORMULA DOES NOT PARSE errors.)]

Reading.

Covering chapter 8 material from the text [1].

Covering lecture notes pp. 136-146: the Lienard-Wiechert potentials (143-146) [Wednesday, Mar. 9...]

Fields from the Lienard-Wiechert potentials

(We finished off with the scalar and vector potentials in class, but I’ve put those notes with the previous lecture).

To find \mathbf{E} and \mathbf{B} need

\frac{\partial {t_r}}{\partial {t}}, and \boldsymbol{\nabla} t_r(\mathbf{x}, t)

where

\begin{aligned}t - t_r = {\left\lvert{\mathbf{x} - \mathbf{x}_c(t_r) }\right\rvert}\end{aligned} \hspace{\stretch{1}}(2.1)

implicit definition of t_r(\mathbf{x}, t)

In HW5 you’ll show

\begin{aligned}\frac{\partial {t_r}}{\partial {t}} = \frac{{\left\lvert{\mathbf{x} - \mathbf{x}_c(t_r) }\right\rvert}}{{\left\lvert{\mathbf{x} - \mathbf{x}_c(t_r) }\right\rvert} - \frac{\mathbf{v}_c }{c} \cdot (\mathbf{x} - \mathbf{x}_c(t_r))}\end{aligned} \hspace{\stretch{1}}(2.2)

\begin{aligned}\boldsymbol{\nabla} t_r = \frac{1}{{c}} \frac{\mathbf{x} - \mathbf{x}_c(t_r) }{{\left\lvert{\mathbf{x} - \mathbf{x}_c(t_r) }\right\rvert} - \frac{\mathbf{v}_c }{c} \cdot (\mathbf{x} - \mathbf{x}_c(t_r))}\end{aligned} \hspace{\stretch{1}}(2.3)

and then use this to show that the electric and magnetic fields due to a moving charge are

\begin{aligned}\mathbf{E}(\mathbf{x}, t) &= \frac{e R}{ (\mathbf{R} \cdot \mathbf{u})^3 } \left( (c^2 - \mathbf{v}_c^2) \mathbf{u} + \mathbf{R} \times (\mathbf{u} \times \mathbf{a}_c) \right) \\ &= \frac{\mathbf{R}}{R} \times \mathbf{E} \\ \mathbf{u} &= c \frac{\mathbf{R}}{R} - \mathbf{v}_c,\end{aligned} \hspace{\stretch{1}}(2.4)

where everything is evaluated at the retarded time t_r = t - {\left\lvert{\mathbf{x} - \mathbf{x}_c(t_r)}\right\rvert}/c.

This looks quite a bit different than what we find in section 63 (63.8) in the text, but a little bit of expansion shows they are the same.

Check. Particle at rest.

With

\begin{aligned}\mathbf{x}_c &= \mathbf{x}_0 \\ X_c^k &= (ct, \mathbf{x}_0) \\ {\left\lvert{\mathbf{x} - \mathbf{x}_c(t_r)}\right\rvert} &= c(t - t_r)\end{aligned}

\begin{figure}[htp]
\centering
\includegraphics[totalheight=0.4\textheight]{particleAtRestTrCalc}
\caption{Retarded time for particle at rest.}

\end{figure}

As illustrated in figure (\ref{fig:particleAtRestTrCalc}) the retarded position is

\begin{aligned}\mathbf{x}_c(t_r) = \mathbf{x}_0,\end{aligned} \hspace{\stretch{1}}(3.7)

for

\begin{aligned}\mathbf{u} = \frac{\mathbf{x} - \mathbf{x}_0}{{\left\lvert{\mathbf{x} - \mathbf{x}_0}\right\rvert}} c,\end{aligned} \hspace{\stretch{1}}(3.8)

and

\begin{aligned}\mathbf{E} = e \frac{{ {\left\lvert{\mathbf{x} - \mathbf{x}_0}\right\rvert}} }{ (c {\left\lvert{\mathbf{x} - \mathbf{x}_0}\right\rvert})^3 } c^3 \frac{\mathbf{x} - \mathbf{x}_0}{{{\left\lvert{\mathbf{x} - \mathbf{x}_0}\right\rvert}}},\end{aligned} \hspace{\stretch{1}}(3.9)

which is Coulomb’s law

\begin{aligned}\mathbf{E} = e \frac{\mathbf{x} - \mathbf{x}_0}{{\left\lvert{\mathbf{x} - \mathbf{x}_0}\right\rvert}^3}\end{aligned} \hspace{\stretch{1}}(3.10)

Check. Particle moving with constant velocity.

This was also computed in full in homework 5. The end result was

\begin{aligned}\mathbf{E} =e \frac{\mathbf{x} - \mathbf{v} t}{{\left\lvert{\mathbf{x} - \mathbf{v} t}\right\rvert}^3}\frac{1 -\boldsymbol{\beta}^2}{ \left(1 - \frac{(\mathbf{x} \times \boldsymbol{\beta})^2}{{\left\lvert{\mathbf{x} - \mathbf{v} t}\right\rvert}^2} \right)^{3/2} }\end{aligned} \hspace{\stretch{1}}(4.11)

Writing

\begin{aligned}\frac{\mathbf{x} \times \boldsymbol{\beta}}{{\left\lvert{\mathbf{x} - \mathbf{v} t}\right\rvert}}&=\frac{1}{{c}} \frac{(\mathbf{x} - \mathbf{v} t) \times \mathbf{v}}{{\left\lvert{\mathbf{x} - \mathbf{v} t}\right\rvert}}  \\ &=\frac{{\left\lvert{\mathbf{v}}\right\rvert}}{c} \frac{(\mathbf{x} - \mathbf{v} t) \times \mathbf{v}}{{\left\lvert{\mathbf{x} - \mathbf{v} t}\right\rvert} {\left\lvert{\mathbf{v}}\right\rvert}}  \end{aligned}

We can introduce an angular dependence between the charge’s translated position and its velocity

\begin{aligned}\sin^2 \theta = {\left\lvert{ \frac{\mathbf{v} \times (\mathbf{x} - \mathbf{v} t)}{\Abs{\mathbf{v}} \Abs{\mathbf{x} - \mathbf{v} t}} }\right\rvert}^2,\end{aligned} \hspace{\stretch{1}}(4.12)

and write the field as

\begin{aligned}\mathbf{E} =\underbrace{e \frac{\mathbf{x} - \mathbf{v} t}{{\left\lvert{\mathbf{x} - \mathbf{v} t}\right\rvert}^3}}_{{*}}\frac{1 -\boldsymbol{\beta}^2}{ \left(1 - \frac{\mathbf{v}^2}{c^2} \sin^2 \theta \right)^{3/2} }\end{aligned} \hspace{\stretch{1}}(4.13)

Observe that {*} = \text{Coulomb's law measured from the instantaneous position of the charge}.

The electric field \mathbf{E} has a time dependence, strongest when perpendicular to the instantaneous position when \theta = \pi/2, since the denominator is smallest (\mathbf{E} largest) when \mathbf{v}/c is not small. This is strongly \theta dependent.

Compare

\begin{aligned}\frac{{\left\lvert{\mathbf{E}(\theta = \pi/2)}\right\rvert} - {\left\lvert{\mathbf{E}(\theta = \pi/2 + \Delta \theta)}\right\rvert} }{{\left\lvert{\mathbf{E}(\theta = \pi/2)}\right\rvert}}&\approx\frac{\frac{1}{{(1 - \mathbf{v}^2/c^2)^{3/2}}} - \frac{1}{{(1 - \mathbf{v}^2/c^2(1 - (\Delta \theta)^2))^{3/2}}}}{\frac{1}{{(1 - \mathbf{v}^2/c^2)^{3/2}}}} \\ &=1 - \left(\frac{1 - \mathbf{v}^2/c^2}{1 - \mathbf{v}^2/c^2 + \mathbf{v}^2/c^2(\Delta \theta)^2}\right)^{3/2} \\ &=1 - \left(\frac{1}{1 + \mathbf{v}^2/c^2 \frac{(\Delta \theta)^2}{1 - \mathbf{v}^2/c^2}}\right)^{3/2} \\ \end{aligned}

Here we used

\begin{aligned}\sin(\theta + \pi/2) = \frac{e^{i (\theta + \pi/2)} - e^{-i(\theta + \pi/2)}}{2i} = \cos\theta \end{aligned} \hspace{\stretch{1}}(4.14)

and

\begin{aligned}\cos^2 \Delta \theta \approx \left( 1 - \frac{(\Delta \theta)^2}{2} \right)^2 \approx 1 - (\Delta \theta)^2\end{aligned} \hspace{\stretch{1}}(4.15)

FIXME: he writes:

\begin{aligned}\Delta \theta \le \sqrt{1 - \frac{\mathbf{v}^2}{c^2}}\end{aligned} \hspace{\stretch{1}}(4.16)

I don’t see where that comes from.

FIXME: PICTURE: Various \mathbf{E}‘s up, and \mathbf{v} perpendicular to that, strongest when charge is moving fast.

Back to extracting physics from the Lienard-Wiechert field equations

Imagine that we have a localized particle motion with

\begin{aligned}{\left\lvert{\mathbf{x}_c(t_r)}\right\rvert} < l\end{aligned} \hspace{\stretch{1}}(5.17)

The velocity vector

\begin{aligned}\mathbf{u} = c \frac{\mathbf{x} - \mathbf{x}_c(t_r)}{{\left\lvert{\mathbf{x} - \mathbf{x}_c}\right\rvert}}\end{aligned} \hspace{\stretch{1}}(5.18)

doesn’t grow as distance from the source, so from 2.4, we have for {\left\lvert{\mathbf{x}}\right\rvert} \gg l

\begin{aligned}\mathbf{B}, \mathbf{E} \sim \frac{1}{{{\left\lvert{\mathbf{x}}\right\rvert}^2}}(\cdots) + \frac{1}{\mathbf{x}}(\text{acceleration term})\end{aligned} \hspace{\stretch{1}}(5.19)

The acceleration term will dominate at large distances from the source. Our Poynting magnitude is

\begin{aligned}{\left\lvert{\mathbf{S}}\right\rvert} \sim {\left\lvert{\mathbf{E} \times \mathbf{B}}\right\rvert} \sim \frac{1}{{\mathbf{x}^2}} (\text{acceleration})^2.\end{aligned} \hspace{\stretch{1}}(5.20)

We can ask about

\begin{aligned}\oint d^2 \boldsymbol{\sigma} \cdot \mathbf{S} \sim R^2 \frac{1}{{R^2}} (\text{acceleration})^2 \sim (\text{acceleration})^2 \end{aligned} \hspace{\stretch{1}}(5.21)

In the limit, for the radiation of EM waves

\begin{aligned}\lim_{R\rightarrow \infty} \oint d^2 \boldsymbol{\sigma} \cdot \mathbf{S} \ne 0\end{aligned} \hspace{\stretch{1}}(5.22)

The energy flux through a sphere of radius R is called the radiated power.

References

[1] L.D. Landau and E.M. Lifshitz. The classical theory of fields. Butterworth-Heinemann, 1980.

Posted in Math and Physics Learning. | Tagged: , , , | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.