Project Results

Using Griffiths Example 10.3 as a roadmap, I’ve attempted to derive an equation describing the electric potential due to a point charge moving in uniform circular motion. My complete derivation (available here) is too long to post in its entirety, but I’ve outlined it below. It relies heavily on vector algebra, and on a few equations from Griffiths.

First I express a uniform circular trajectory in spherical coordinates:

 

(1)   \begin{equation*}    \vec{W}(t)=R\hat{r}-\frac{\pi}{2}\hat{\theta}-wt_r\hat{\phi}    \end{equation*}

Then I use Griffiths 10.33 to find an expression for the retarded time. This requires solving the quadratic function in $t_r$, and then making a few clever comparisons (see the full proof) to obtain the correct solution sign. In the end it comes out to be:

(2)   \begin{equation*}       t_r=\frac{ (tc^2-w\phi) - \sqrt{(w\phi+tc^2)^2-\clubsuit(c^2t^2-(r-R)^2+\pi\theta-(\theta')^2}}{\clubsuit}          \end{equation*}

Where I’ve let the $\clubsuit = (c^2-w^2)$ in order to have the equation fit on the page.

I then use Griffiths 10.33 and 10.34 to obtain expressions for the script r vector. In particular, I find a useful expression for the denominator of the Liénard-Wiechert electric potential:

(3)   \begin{equation*}     \scripty{r}c-\vec{\scripty{r}} \cdot \vec{v} = c^2t-\phi wR-(c^2+Rw)t_r     \end{equation*}

Where $t_r$ is defined by equation (2) above. This allows for a substitution directly into the Liénard-Wiechert potential equation (Griffiths 10.39):

(4)   \begin{equation*}        V(\vec{r},t)=\frac{1}{4\pi \varepsilon_0} \frac{qc}{(c^2t-\phi wR-(c^2+Rw^2)t_r})   \end{equation*}

Here I’ve refrained from substituting in for $t_r$ in the interest of space. I’ve created some Mathematica code to plot this derived expression for the electric potential, but I had difficulties exporting it. A quick look at the code reveals why: there are two large regions where the value of the potential is indeterminate. I’m unable to come up with a physical explanation for this, but a mathematical one follows quickly from a look at the denominator of the potential function. Essentially the problem is there exist values of $r$, $\phi$, and $t$ that allows the radicand to become negative, which results in a complex value for the potential. Taking the absolute value does eliminate this problem, but the physical motivation for making such a move is unclear.

As far as the function itself goes, it makes me wonder if there’s not some mistake in my derivation. There are aspects of the physical situation that I feel it models well: the spiral shape, the smoothness near points of maximum potential; for a idea of why the spiral shape is accurate, check out this article, particularly Figure 1 (J.H Hannay, M.R Jeffrey). But the problems are glaring. For one thing, the function isn’t periodic- it drops off to zero for large values of t. Our particle is moving in uniform circular motion, so the resulting potential should reflect that by oscillating as well. The indeterminate regions I mentioned above are also a problem – the electric potential should be defined all regions of the coordinate system. The other issue is that the arms of the spiral cease abruptly after a certain radius- there should be a gradual decrease in potential for larger and larger values of r.

I was able to fix a Mathematica problem that I mentioned in the Preliminary section. One of my animations was exhibiting a suspicious asymmetry, which I discovered was due to an idiosyncrasy of Mathematica’s evaluation. The fixed video is below. It represents the potential due to a point that begins at rest at the origin and moves along the $z$ axis with constant velocity.

Share

2 thoughts on “Project Results

  1. Avatar photoJenny Magnes

    This was a highly theoretical project in a limited time. I am impressed by your analysis and critique of your own data. I would really be interested in seeing the E-field, since that is a measurable physical quantity. Also, a diagram and explicit explanation of circular path would be interesting. Where was location for your potential?

  2. brrachmilowitz

    Christian, your project was very interesting. I never really thought about electric and magnetic potentials being time dependent. The one thing I found to be the most interesting is the relation to the event horizon. It got me wondering about how this relates to the event horizon of black holes. I think this is an interesting way to explain what theorists believe would be observed by someone watching an object fall into a black hole. I think the explanation is that you would see the object fall slower and slower until it reaches the event horizon and at that point it appears to remain still and it slowly vanishes getting dimmer and dimmer. I think you project does a good job setting up the mathematical expressions as to why this happens and the way I interpreted it because the E and B fields of the light waves are getting smaller and smaller with time and therefore the intensity gets smaller. I’m not sure if we are talking about the same event horizon but that’s what I thought of when I read your project. As a final comment your animations are really awesome. I had a hard time getting Mathematica do to what I wanted and to get it to make nice animations so I really appreciate your hard work and know how that went into your project. Good job!

Comments are closed.