|
The conjugate of a quaternion reverses the sign of its vector part while leaving its scalar part unchanged. It is the quaternion analogue of complex conjugation and is one of the basic operations used to define the quaternion norm, multiplicative inverse, and unit-quaternion rotation formulas.
For
 |
(1) |
where
the conjugate is
 |
(2) |
In components,
 |
(3) |
The complex numbers form a two-dimensional subalgebra of the quaternions. If
then the quaternion conjugate reduces to
which is exactly the ordinary complex conjugate. The quaternion definition is therefore a direct extension of a familiar operation.
Applying conjugation twice returns the original quaternion:
 |
(4) |
This follows immediately because the vector part changes sign twice.
Conjugation also preserves real scalars. If
, then
 |
(5) |
For real scalars and quaternions , conjugation is real-linear:
 |
(6) |
The conjugate provides a compact way to extract the two parts of a quaternion. Adding and cancels the vector part:
 |
(7) |
Therefore
 |
(8) |
Subtracting instead cancels the scalar part:
 |
(9) |
so
 |
(10) |
These identities are useful because they characterize scalar and pure-vector quaternions algebraically. A quaternion is purely real if and only if
and is pure-vector if and only if
Quaternion multiplication is noncommutative, so conjugation of a product must be handled carefully. For Hamilton quaternions,
 |
(11) |
The order reverses.
To see why, write
The scalar–vector Hamilton product is
Taking the conjugate leaves the scalar part fixed and reverses the vector part:
Now compute
. The dot product is symmetric while the cross product changes sign under reversal,
The result is exactly equation (13).
For a product of several factors,
 |
(14) |
This property makes quaternion conjugation an order-reversing involution, often called an anti-automorphism of the quaternion algebra.
Let
Then
A second conjugation returns .
For
we have
Hence
and
Take
Since
,
But
which is not the answer. Reversing the order gives
as required.
- Confusing conjugate with negative. For
,
They are generally different.
- Forgetting product order reversal. The correct identity is
not
.
- Treating scalar-first versus scalar-last as an algebraic change. Component storage order does not change the abstract operation
.
- Confusing conjugate with inverse. For a general quaternion,
is not . They coincide only for unit quaternions, which is derived in the quaternion inverse article.
- Find the conjugate of
- Prove directly that
.
- Starting from
, prove
- Let
and
. Compute and and verify that they are equal.
- Use the scalar–vector Hamilton product to prove
- Prove
- Show that a quaternion is pure-vector if and only if
.
- Show that a quaternion is real if and only if
.
If
, then
so
Adding gives
while subtracting gives
Therefore
Thus
Also
The scalar part of is
and its vector part is
Conjugation changes the sign of the vector part. Expanding produces the same scalar part and the negative of the same vector part because
Hence
Apply the two-factor rule twice:
If
and , then
so . Conversely, if , then .
If , then
so
. Conversely, a real quaternion has zero vector part and is unchanged by conjugation.
The conjugate allows the product to collapse to a nonnegative real number. The next PhysicsLibrary article uses that fact to define and derive the quaternion norm.
Hamilton's Elements of Quaternions, Tait's Elementary Treatise, Joly's Manual of Quaternions, and Hathaway's Primer of Quaternions all develop the operation historically denoted by , now usually written or . Hathaway states explicitly that conjugation reverses the order of factors in a product. The notation, derivations, worked examples, exercises, and solutions here are newly written in modern form.
- 1
- W. R. Hamilton, Elements of Quaternions, 2nd ed., Vol. I, edited by C. J. Joly, Longmans, Green, and Co., London, 1899. Public-domain historical source. Internet Archive copy
- 2
- P. G. Tait, An Elementary Treatise on Quaternions, 3rd ed., Cambridge University Press, Cambridge, 1890. Public-domain historical source.
- 3
- C. J. Joly, A Manual of Quaternions, Macmillan and Co., London, 1905. Public-domain historical source.
- 4
- A. S. Hathaway, A Primer of Quaternions, 1896. Public-domain text; Project Gutenberg edition and LATEX source available. Project Gutenberg edition
|