An Alternative Algebra for Lorentz Boosts

The Tools of Special Relativity
Using Quaternions to Do Special Relativity
Using Quaternions in Practice
Implications

Many problems in physics are expressed efficiently as differential equations whose solutions are dictated by calculus.  The foundations of calculus were shown in turn to rely on the properties of fields (the mathematical variety, not the ones in physics).  According to the theorem of Frobenius, there are only three finite dimensional fields: the real numbers (1D), the complex numbers (2D), and the quaternions (4D).  Special relativity stresses the importance of 4-dimensional Minkowski spaces: spacetime, energy-momentum, and the electromagnetic potential.  In this notebook, events in spacetime will be treated as the 4-dimensional field of quaternions.  It will be shown that problems involving boosts along an axis of a reference frame can be solved with this approach.

The Tools of Special Relativity

Three mathematical tools are required to solve problems that arise in special relativity.  Events are represented as 4-vectors, which can be add or subtracted, or multiplied by a scalar.  To form an inner product between two vectors requires the Minkowski metric, which can be represented by the following matrix (where c = 1).

g_mu^nu = matrix((1,0, 0, 0),(0, -1, 0, 0),(0,0, -1, 0),(0,0,0, -1))

the 4-vector {t, x, y, z}dot g_mu^nu dot the 4-vector {t, x, y, z} = t squared - x squared - y squared - z squared

The Lorentz group is defined as the set of matrices that preserves the inner product of two 4-vectors.  A member of this group is for boosts along the x axis, which can be easily defined.

gamma = 1 over the root of 1 - beta squared

Lamba sub x = the matrix ((gamma, - beta gamma, 0, 0)(- beta gamma, gamma, 0, 0)(0, 0, 1, 0)(0, 0, 0, 1))

Τhe boosted 4-vector is

lambda sub x dot the 4-vector {t, x, y, z} = the 4-vector {gamma t-gamma beta x, gamma x-gamma beta t, y, z}

To demonstrate that the interval has been preserved, calculate the inner product.

lambda dot the 4-vector {t, x, y, z} dot g_mu^nu  lambda  (t, x, y, z) = t squared -x squared -y squared -z squared

Starting from a 4-vector, this is the only way to boost a reference frame along the x axis to another 4-vector and preserve the inner product.  However, it is not clear why one must necessarily start from a 4-vector.

Using Quaternions in Special Relativity

Events are treated as quaternions, a skew field or division algebra that is 4 dimensional.  Any tool built to manipulate quaternions will also be a quaternion.  In this way, although events play a different role from operators, they are made of identical mathematical fabric.

a squared quaternion is

(t, X) squared = (t squared - X dot X, 2 t X)

The first term of squaring a quaternion is the invariant interval squared.  There is implicitly, a form of the Minkowski metric that is part of the rules of quaternion multiplication.  The vector portion is frame-dependent.  If a set of quaternions can be found that do not alter the interval, then that set would serve the same role as the Lorentz group, acting on quaternions, not on 4-vectors.  If two 4-vectors x and x' are known to have the property that their intervals are identical, then the first term of squaring q[x] and q[x'] will be identical.  Because quaternions are a division ring, there must exist a quaternion L such that L q[x] = q[x'] since L = q[x'] q[x]^-1.   The inverse of a quaternion is its transpose over the square of the norm (which is the first term of transpose of a quaternion times itself).  Apply this approach to determine L for 4-vectors boosted along the x axis.

L is defined to be (gamma t - beta gamma x,  - beta gamma t + gamma x, y, z) times (t, x, y, z) inverted =

=  (gamma t squared +gamma x squared - 2 beta gamma t x + y squared + z squared, beta gamma (-t squared +x squared ),over (t squared + x squared + y squared + z squared )

Define the Lorentz boost quaternion L along x using this equations.  L depends on the relative velocity and position, making it "local" in a sense. See if  L q[x] = q[x'].

L a function of (t, x, y, z, beta) times (t, x, y, z) = (gamma t - gamma beta x , - gamma beta t + gamma x, y, z)

This is a quaternion composed of the boosted 4-vector.  At this point, it can be said that _any_ problem that can be solved using 4-vectors, the Minkowski metric and a Lorentz boost along the x axis can also be solved using the above quaternion for boosting the event quaternion.  This is because both techniques transform the same set of 4 numbers to the same new set of 4 numbers using the same variable beta.  To see this work in practice, please examine the problem sets.

Confirm the interval is unchanged.

(L times (t, x, y, z)) squared =

= (t squared -x squared -y squared -z squared , - 2 (gamma beta t squared + gamma x squared - t x (1 + beta squared), 2 gamma y (t - beta x), 2 gamma z (t - beta x))

The first term is conserved as expected.  The vector portion of the square is frame dependent.

Using Quaternions in Practice

The boost quaternion L is too complex for simple calculations.  Mathematica does the grunge work.  A great many problems in special relativity do not involve angular momentum, which in effect sets y = z = 0.  Further, it is often the case that t = 0, or x = 0, or for Doppler shift problems, x = t.  In these cases, the boost quaternion L becomes a very simple.

If t = 0, then

L = gamma(1, beta, 0, 0)

q -> q prime = L q

(0,x, 0, 0) goes to (t prime, x prime, 0, 0) = (-gamma beta x, gamma x, 0, 0)

If x = 0, then

L= gamma (1, -beta, 0, 0)

q goes to q prime = L q

(t, 0) goes to (t prime, x prime, 0, 0) = (gamma t, - gamma beta t, 0, 0)

If t = x, then

L = gamma (1 - beta, 0, 0, 0)

q goes to q prime = L q

(t, x, 0, 0) goes to (t prime, x prime, 0, 0) = gamma (1-beta)(t, x, 0, 0)

Note: this is for blueshifts.  Redshifts have a plus instead of the minus.

Over 50 problems in a sophomore-level relativistic mechanics class have been solved using quaternions. 90% required this very simple form for the boost quaternion.

Problems in special relativity can be solved either using 4-vectors, the Minkowski metric and the Lorentz group, or using quaternions.  No experimental difference between the two methods has been presented.  At this point the difference is in the mathematical foundations.

An immense amount of work has gone into the study of metrics, particular in the field of general relativity.  A large effort has gone into group theory and its applications to particle physics.  Yet attempts to unite these two areas of study have failed.

There is no division between events, metrics and operators when solving problems using quaternions.  One must be judicious in choosing quaternions that will be relevant to a particular problem in physics and therein lies the skill.  Yet this creates hope that by using quaternions, the long division between metrics (the Grassman inner product) and groups of transformations (sets of quaternions that preserve the Grassman inner product) may be bridged.


Quaternion s Question and Answer website

Next: Classical Electromagnetism

Home Page | Quaternion Physics | Pop Science
Java | The Bike | Lindy Hop | Contact Doug

Copyright © 1997, doug <sweetser@alum.mit.edu>, All rights reserved worldwide.