Can quaternions be used to simplify Maxwell's equations?

AI Thread Summary
Quaternions are proposed as a tool to simplify Maxwell's equations, leveraging their representation of 4-dimensionality and metric in special relativity. The thread discusses defining quaternions and their operations, including the commutator and anticommutator, to reformulate Maxwell's equations. Key equations derived include expressions for Coulomb's law, Ampere's law, Faraday's law, and the absence of magnetic monopoles, all expressed in quaternion form. The discussion acknowledges challenges with non-commutative properties affecting traditional vector operations, suggesting potential adjustments for clarity. Overall, the approach aims to streamline the representation of electromagnetic phenomena using quaternion mathematics.
arcnets
Messages
493
Reaction score
0
This thread is the sequel to my other thread, 'Quaternions and SR'.
My goal is to write some physical equations with quaternions.
Because I think quaternions represent the 4-dimensionality and metric used in special relativity. See:
A quaternion is a generalized complex number:
<br /> A = a_t + ia_x + ja_y + ka_z<br />
with the fundamental equation
<br /> i^2 = j^2 = k^2 = ijk = -1.<br />
Quaternions are not commutative, for instance
<br /> ij = -ji = k.<br />
Let's define
<br /> A_3 = ia_x + ja_y + ka_z<br />
and the dot and cross products as usual for 3-vectors, then the product of two quaternions is
<br /> AB = a_tb_t + a_tB_3 + A_3b_t - A_3 \cdot B_3 + A_3 \times B_3.<br />
Thus,
<br /> \frac{1}{2}(AB - BA) = A_3 \times B_3<br />
and
<br /> \frac{1}{2}(AB + BA) = a_tb_t + a_tB_3 + A_3b_t - A_3 \cdot B_3.<br />
Let's define the commutator
<br /> \left[A,B\right] = \frac{1}{2}(AB - BA)<br />
and the anticommutator
<br /> \left&lt;A,B\right&gt; = \frac{1}{2}(AB + BA).<br />
Now for physics. Let's define the differential operator
<br /> \nabla = \frac{\partial}{\partial t} + i \frac{\partial}{\partial x} + j \frac{\partial}{\partial y} + k \frac{\partial}{\partial z}.<br />
Then Maxwell's equations can be written
1. Coulomb's law: <br /> \left&lt;\nabla, E\right&gt; = \nabla_tE - 4\pi J_0 <br />
2. Ampere's law: <br /> \left[\nabla, B\right] = \nabla_tE + 4\pi J_3 <br />
3. Faraday's law: <br /> \left[\nabla, E\right] = -\nabla_tB <br />
4. No magnetic monopoles: <br /> \left&lt;\nabla, B\right&gt; = \nabla_tB. <br />
Now if we use a vector potental written as a quaternion A, which satisfies Lorentz's condition
<br /> \nabla_t a_t - \nabla_3 \cdot A_3 = 0<br />
and let
<br /> E = -\frac{1}{2}\left&lt;\nabla,A\right&gt;<br />
<br /> B = \frac{1}{2}\left[\nabla,A\right]<br />
then Maxwell's equations reduce nicely to two wave equations:
<br /> 4 \pi J = \frac{1}{2}\left&lt;\nabla^2,A\right&gt;<br />
<br /> \nabla_t B = \frac{1}{2}\left[\nabla^2,A\right].<br />
That's my result so far. Any comments?
 
Last edited:
Physics news on Phys.org
I know what you mean, but taking things literally, \nabla A is a quaternion function, but A \nabla is a differential operator. Looking at individual pieces, then for instance, x (\partial / \partial x) \neq (\partial / \partial x) x
 
Hurkyl,
yes they look like differential operators, but that's no problem. If you analyze my formulae, you'll see:
<br /> B\nabla = \nabla_t(B-E) - 4 \pi J_3<br />
and
<br /> E\nabla = \nabla_t(B+E) - 4 \pi J_0.<br />
Similarly for A\nabla and A\nabla^2.
 
"No problem"? - I must have been blind!
Hurkyl, I think you pointed out the weak spot.
Of course, the expressions for dot and cross products don't work if the vectors themselves don't commute.
Maybe that can be repaired with extra definitions... but probably it won't be so elegant...
 
Thread 'Motional EMF in Faraday disc, co-rotating magnet axial mean flux'
So here is the motional EMF formula. Now I understand the standard Faraday paradox that an axis symmetric field source (like a speaker motor ring magnet) has a magnetic field that is frame invariant under rotation around axis of symmetry. The field is static whether you rotate the magnet or not. So far so good. What puzzles me is this , there is a term average magnetic flux or "azimuthal mean" , this term describes the average magnetic field through the area swept by the rotating Faraday...
Back
Top