Maths - Double Quaternions

Prerequisites

If you are not familiar with this subject you may like to look at the following pages first:

Description

We could either start with a quaternion and make each element of the quaternion a double. This means that there are now 8 elements, the 4 quaternion elements (real, i, j and k) and their doubles (D, iD, jD and kD).

So, given the Cayley Table for Double:

a*b b.1 b.D
a.1 1 D
a.D D 1

and the Cayley Table for quaternions:

a*b
b.1 b.i b.j b.k
a.1 1 i j k
a.i i -1 k -j
a.j j -k -1 i
a.k k j -i -1

we want to combine them to give an 8x8 Cayley Table as follows:

Table for: Double Quaternion

a*bb.1b.ib.jb.kb.Db.Dib.Djb.Dk
a.11ijkDDiDjDk
a.ii-1k-jDi-D-DkDj
a.jj-k-1iDjDk-D-Di
a.kkj-i-1Dk-DjDi-D
a.DD-Di-Dj-Dk1-i-j-k
a.DiDiD-DkDji1k-j
a.DjDjDkD-Dij-k1i
a.DkDk-DjDiDkj-i1

analysing commutivity: table does not commute: for example: i*j != j*i

analysing associativity: table does not associate, for example, (i* j)* D=k* D=Dk is not equal to i*(j* D)=i*Dj=-Dk

how these results were generated.

As the above link explains, the table was generated by a computer program using a modification of Cayley-Dickson process.

Inverse of double quaternion

Dividing quaternions is done by multiplying top and bottom by the conjugate, can we do the same with double quaternions?

How do we define the conjugate of dual quaternions?

Further Reading


metadata block
see also:

 

Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

cover us uk de jp fr ca Quaternions and Rotation Sequences.

 

Terminology and Notation

Specific to this page here:

 

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2023 Martin John Baker - All rights reserved - privacy policy.