Quaternion

Quaternion

Quaternions, in mathematics, are a non-commutative extension of complex numbers. They were first described by the Irish mathematician Sir William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. They find uses in both theoretical and applied mathematics, in particular for calculations involving three-dimensional rotations, such as in 3D computer graphics, although they have been superseded in many applications by vectors and matrices.

In modern language, quaternions form a 4-dimensional normed division algebra over the real numbers. The algebra of quaternions is often denoted by H (for Hamilton), or in blackboard bold by mathbb{H} (Unicode Unicode|ℍ). It can also be given by the Clifford algebra classifications "C"ℓ0,2(R) = "C"ℓ03,0(R). The algebra H holds a special place in analysis since, according to the Frobenius theorem, it is one of only three finite-dimensional division rings containing the real numbers as a subring.

History

Quaternions were introduced by Irish mathematician Sir William Rowan Hamilton in 1843. Hamilton knew that the complex numbers could be viewed as points in a plane, and he was looking for a way to do the same for points in space. Points in space can be represented by their coordinates, which are triples of numbers, and for many years Hamilton had known how to add and multiply triples of numbers. But he had been stuck on the problem of division: He did not know how to take the quotient of two points in space.

On October 16, 1843, Hamilton and his wife took a walk along the Royal Canal in Dublin. While they walked across Brougham Bridge (now Broom Bridge), a solution suddenly occurred to him. He could not divide triples, but he could divide "quadruples". By using three of the numbers in the quadruple as the points of a coordinate in space, Hamilton could represent points in space by his new system of numbers. He then carved the basic rules for multiplication into the bridge:

:i^2 = j^2 = k^2 = ijk = -1.

Hamilton called a quadruple with these rules of multiplication a "quaternion", and he devoted the rest of his life to studying and teaching them. He founded a school of "quaternionists" and popularized them in several books. The last and longest, "Elements of Quaternions", had 800 pages and was published shortly after his death.

After Hamilton's death, his pupil Peter Tait continued promoting quaternions. At this time, quaternions were a mandatory examination topic in Dublin, and in some American universities they were the only advanced mathematics topic taught. Topics in physics and geometry that would now be described using vectors, such as kinematics in space and Maxwell's equations, were described entirely in terms of quaternions. There was even a professional research association, the Quaternion Society (1899 - 1913), exclusively devoted to the study of quaternions.

From the mid 1880s, quaternions began to be displaced by vectors, which had been developed by Josiah Willard Gibbs and Oliver Heaviside. Vector analysis was conceptually simpler and notationally cleaner, and eventually quaternions were relegated to a minor role in mathematics and physics.

However, quaternions have had a revival in the late 20th century, primarily due to their utility in describing spatial rotations. Representations of rotations by quaternions are more compact and faster to compute than representations by matrices. For this reason, quaternions are used in computer graphics, [Ken Shoemake (1985), [http://www.cs.cmu.edu/~kiranb/animation/p245-shoemake.pdf Animating Rotation with Quaternion Curves] , "Computer Graphics", 19(3), 245-254. Presented at SIGGRAPH '85.
"Tomb Raider" (1996) is often cited as the first mass-market computer game to have used quaternions to achieve smooth 3D rotation. See eg Nick Bobick, " [http://www.gamasutra.com/features/19980703/quaternions_01.htm Rotating Objects Using Quaternions] ", "Game Developer" magazine, February 1998
] control theory, signal processing, attitude control, physics, bioinformatics, and orbital mechanics. For example, it is common for spacecraft attitude-control systems to be commanded in terms of quaternions. Quaternions have received another boost from number theory because of their relation to quadratic forms.

Reading works written before 1900 on the subject of classical Hamiltonian quaternions is difficult for modern readers because they frequently use Hamilton's notation and terminology, which differs from the notation and terminology used today.

Since 1989, the Department of Mathematics of the National University of Ireland, Maynooth has organized a pilgrimage, where scientists (including physicists Murray Gell-Mann in 2002, Steven Weinberg in 2005, and mathematician Andrew Wiles in 2003) take a walk from Dunsink Observatory to the Royal Canal bridge where, unfortunately, no trace of Hamilton's carving remains.

Definition

As a set, the quaternions H are equal to R4, a four-dimensional vector space over the real numbers. H has three operations: Addition, scalar multiplication, and quaternion multiplication. The sum of two elements of H is defined to be their sum as elements of R4. Similarly the product of an element of H by a real number is defined to be the same as the product in R4. To define multiplication in H requires a choice of basis for R4. The elements of this basis are customarily denoted as 1, "i", "j", and "k". Every element of H can be uniquely written as a linear combination of these basis elements, that is, as "a"1 + "bi" + "cj" + "dk", where "a", "b", "c", and "d" are real numbers. The basis element 1 will be the identity element of H, meaning that multiplication by 1 does nothing, and for this reason, elements of H are usually written "a" + "bi" + "cj" + "dk", suppressing the basis element 1. Given this basis, quaternion multiplication is defined by first defining the products of basis elements and then defining all other products using the distributive law.

Multiplication of basis elements

The equations

:i^2 = j^2 = k^2 = i j k = -1,

where "i", "j", and "k" are imaginary numbers, determine all the possible products of "i", "j", and "k". For example, since:-1 = i j k,right-multiplying both sides by "k" gives:egin{align}-k & = i j k k, \-k & = i j (-1), \ k & = i j. end{align}All the other possible products can be determined by similar methods, and this gives the following table::egin{alignat}{2}ij & = k, & qquad ji & = -k, \jk & = i, & kj & = -i, \ki & = j, & ik & = -j. end{alignat}

Hamilton product

For two elements "a"1 + "b"1"i" + "c"1"j" + "d"1"k" and "a"2 + "b"2"i" + "c"2"j" + "d"2"k", their Hamilton product ("a"1 + "b"1"i" + "c"1"j" + "d"1"k")("a"2 + "b"2"i" + "c"2"j" + "d"2"k") is determined by the products of the basis elements and the distributive law. The distributive law makes it possible to expand the product so that it is a sum of products of basis elements. This gives the following expression::a_1a_2 + a_1b_2i + a_1c_2j + a_1d_2k + b_1a_2i + b_1b_2i^2 + b_1c_2ij + b_1d_2ik + c_1a_1j + c_1b_2ji + c_1c_2j^2 + c_1d_2jk + d_1a_1k + d_1b_2ki + d_1c_2kj + d_1d_2k^2.Now the basis elements can be multiplied using the rules given above to get::(a_1a_2 - b_1b_2 - c_1c_2 - d_1d_2) + (a_1b_2 + b_1a_2 + c_1d_2 - d_1c_2)i + (a_1c_2 - b_1d_2 + c_1a_2 + d_1b_2)j + (a_1d_2 + b_1c_2 - c_1b_2 + d_1a_2)k.

Ordered list form

Using the basis 1, "i", "j", "k" of H makes it possible to write H as a set of quadruples::mathbf{H} = {(a, b, c, d) mid a, b, c, d in mathbf{R}}.Then the basis elements are::1 = (1, 0, 0, 0),:i = (0, 1, 0, 0),:j = (0, 0, 1, 0),:k = (0, 0, 0, 1),and the formulas for addition and multiplication are::(a_1, b_1, c_1, d_1) + (a_2, b_2, c_2, d_2) = (a_1 + a_2, b_1 + b_2, c_1 + c_2, d_1 + d_2).:(a_1, b_1, c_1, d_1)(a_2, b_2, c_2, d_2) = (a_1a_2 - b_1b_2 - c_1c_2 - d_1d_2, a_1b_2 + b_1a_2 + c_1d_2 - d_1c_2, a_1c_2 - b_1d_2 + c_1a_2 + d_1b_2, a_1d_2 + b_1c_2 - c_1b_2 + d_1a_2).

Remarks

Scalar and vector parts

A number of the form a + 0i + 0j + 0k, where "a" is a real number, is called real, and a number of the form 0 + "bi" + "cj" + "dk", where "b", "c", and "d" are real numbers (possibly all zero), is called pure imaginary. If "a" + "bi" + "cj" + "dk" is any quaternion, then "a" is called its scalar part and "bi" + "cj" + "dk" is called its vector part. The scalar part of a quaternion is always real, and the vector part is always pure imaginary. Even though every quaternion is a vector in a four-dimensional vector space, it is common to define a vector to mean a pure imaginary quaternion. With this convention, a vector is the same as an element of the vector space R3. This identification leads to many applications.

Hamilton called pure imaginary quaternions right quaternions [ [http://books.google.com/books?id=fIRAAAAAIAAJ&pg=PA117&dq=quaternion&lr=#PPA310,M1 Hamilton Elements of Quaternions article 285 pg 310] ] [ [http://dlxs2.library.cornell.edu/cgi/t/text/pageviewer-idx?c=math;cc=math;q1=right%20quaternion;rgn=full%20text;idno=05140001;didno=05140001;view=image;seq=81 Hardy Elements of quaternions Pg 65] ] and real numbers (considered as quaternions with zero vector part) scalar quaternions.

Non-commutativity

Unlike multiplication of real or complex numbers, multiplication of quaternions is not commutative: For example, ij = k, while ji = -k. The non-commutativity of multiplication has some unexpected consequences, among them that polynomial equations over the quaternions can have more distinct solutions than the degree of the polynomial. The equation z^2 + 1 = 0, for instance, has infinitely many quaternion solutions z = bi + cj + dk with b^2 + c^2 + d^2 = 1, so that these solutions form a two-dimensional sphere centered on zero in the three-dimensional pure imaginary subspace of quaternions. This sphere intersects the complex plane at the two poles i and -i.

Conjugation, the norm, and division

Conjugation of quaternions is analogous to conjugation of complex numbers and to transposition (also known as reversal) of elements of Clifford algebras. To define it, let "q" = "a" +"bi" +"cj" + "dk" be a quaternion. The conjugate of "q" is the quaternion "a" − "bi" − "cj" − "dk". It is denoted by "q"*, overline q, "q"t, or ilde q. Conjugation is an involution, meaning that it is its own inverse, so conjugating an element twice returns the original element. The conjugate of a product of two quaternions is the product of the conjugates "in the reverse order". That is, if "p" and "q" are quaternions, then ("pq")* = "q"*"p"*, not "p"*"q"*.

Conjugation can be used to extract the scalar and vector parts of a quaternion. The scalar part of "p" is ("p" + "p"*)/2, and the vector part of "p" is ("p" − "p"*)/2.

The square root of the product of a quaternion with its conjugate is called its norm and is denoted ||"q"||. (Hamilton called this quantity the "tensor" of "q", but this conflicts with modern usage. See tensor.) It has the formula:lVert q Vert = sqrt{qq^*} = sqrt{a^2 + b^2 + c^2 + d^2}.This is always a non-negative real number, and it is same as the Euclidean norm on H considered as the vector space R4. Multiplying a quaternion by a real number scales its norm by the absolute value of the number. That is, if α is real, then:lVertalpha q Vert = |alpha|lVert q Vert.This is a special case of the fact that the norm is "multiplicative", meaning that:lVert pq Vert = lVert p VertlVert q Vert.for any two quaternions "p" and "q". Multiplicativity is a consequence of the formula for the conjugate of a product. This norm makes it possible to define the distance "d"("p", "q") between "p" and "q" as the norm of their difference::d(p, q) = lVert p - q Vert.This makes H into a metric space. Addition and multiplication are continuous in the metric topology.

A unit quaternion is a quaternion of norm one. Dividing a non-zero quaternion "q" by its norm produces a unit quaternion U"q" called the versor of "q"::mathbf{U}q = q/lVert q Vert.

Using conjugation and the norm makes it possible to define the reciprocal of a quaternion. The product of a quaternion with its reciprocal should equal 1, and the considerations above imply that the product of "q" and q^*/lVert q Vert^2 is 1. So the reciprocal of "q" is defined to be:q^{-1} = q^*/lVert q Vert^2.This makes it possible to divide two quaternions "p" and "q" in two different ways. That is, their quotient can be either "pq"−1 or "q"−1"p". The notation "p"/"q" is ambiguous because it does not specify whether "q" divides on the left or the right.

Algebraic properties

The set H of all quaternions is a vector space over the real numbers with dimension 4. (In comparison, the real numbers have dimension 1, the complex numbers have dimension 2, and the octonions have dimension 8.) They are an associative algebra over the real numbers. Even though they contain copies of the complex numbers, they are not an associative algebra over the complex numbers because multiplying a quaternion by a complex number is not always commutative.

The norm makes the quaternions into a normed algebra, and even into a composition algebra and a unital Banach algebra. Composition algebras are very rare. Hurwitz's theorem states that there are only four composition algebras over the real numbers: R, C, H, and O. Because it is possible to divide quaternions, they form a division algebra. This is a structure similar to a field except for the commutativity of multiplication. Finite dimensional division algebras over the real numbers are also very rare. The Frobenius theorem states that there are exactly three: R, C, and H.

Because the product of any two basis vectors is plus or minus another basis vector, the set {±1, ±"i", ±"j", ±"k"} forms a group under multiplication. This group is called the quaternion group and is denoted "Q"8. The real group ring of "Q"8 is a ring R"Q"8 which is also an eight-dimensional vector space over R. It has one basis vector for each element of "Q"8. The quaternions are the quotient ring of R"Q"8 by the ideal generated by the elements 1 − (−1), "i" − (−"i"), "j" − (−"j"), and "k" − (−"k"). Here the first term in each of the differences is one of the basis elements 1, "i", "j", and "k", and the second term is one of basis elements −1, −"i", −"j", and −"k", not the additive inverses of 1, "i", "j", and "k".

Quaternions and the geometry of R3

Because the vector part of a quaternion is a vector in R3, the geometry of R3 is reflected in the algebraic structure of the quaternions. Many operations on vectors can be defined in terms of quaternions, and this makes it possible to apply quaternion techniques wherever spatial vectors arise. For instance, this is true in electrodynamics, general relativity, and 3D computer graphics.

For the remainder of this section, "i", "j", and "k" will denote both imaginary [ [http://books.google.com/books?id=RC8PAAAAIAAJ&printsec=frontcover&dq=right+tensor+dyadic&source=gbs_similarbooks_r&cad=3_2#PPA428,M1 Vector Analysis Gibbs-Wilson 1901 pg 428] ] basis vectors of H and a basis for R3. Notice that replacing "i" by −"i", "j" by −"j", and "k" by −"k" sends a vector to its additive inverse, so the additive inverse of a vector is the same as its conjugate as a quaternion. For this reason, conjugation is sometimes called the "spatial inverse".

Choose two imaginary quaternions "p" = "b"1"i" + "c"1"j" + "d"1"k" and "q" = "b"2"i" + "c"2"j" + "d"2"k". Their dot product is:p cdot q = b_1b_2 + c_1c_2 + d_1d_2.This is equal to the scalar parts of "p"*"q", "qp"*, "pq"*, and "q"*"p". (Note that the vector parts of these four products are different.) It also has the formulas:p cdot q = extstylefrac{1}{2}(p^*q + q^*p) = extstylefrac{1}{2}(pq^* + qp^*).

The cross product of "p" and "q" relative to the orientation determined by the ordered basis "i", "j", and "k" is:(c_1d_2 - d_1c_2)i + (d_1b_2 - b_1d_2)j + (b_1c_2 - c_1b_2)k.(Recall that the orientation is necessary to determine the sign.) This is equal to the vector part of the product "pq" (as quaternions), as well as the vector part of −"q"*"p"*. It also has the formula:p imes q = extstylefrac{1}{2}(pq - q^*p^*).

In general, let "p" and "q" be quaternions (possibly non-imaginary), and write:p = p_s + vec{p}_v,:q = q_s + vec{q}_v,where "p"s and "q"s are the scalar parts of "p" and "q" and vec{p}_v and vec{q}_v are the vector parts of "q". Then we have the formula:pq = p_sq_s - vec{p}_vcdotvec{q}_v + p_svec{q}_v + vec{p}_vq_s + vec{p}_v imes vec{q}_v.This shows that the non-commutativity of quaternion multiplication comes from the multiplication of right quaternions. It also shows that the product of two quaternions is commutative if and only if their vector parts are collinear.

Matrix representations

There are at least two ways of representing quaternions as matrices in such a way that quaternion addition and multiplication correspond to matrix addition and matrix multiplication. One is to use 2×2 complex matrices, and the other is to use 4×4 real matrices. In the terminology of abstract algebra, these are injective homomorphisms from H to the matrix rings M2(C) and M4(R), respectively.

Using 2×2 complex matrices, the quaternion "a" + "bi" + "cj" + "dk" can be represented as

: egin{pmatrix}a+bi & c+di \ -c+di & a-bi end{pmatrix}

This representation has the following properties:
* Complex numbers ("c" = "d" = 0) correspond to diagonal matrices.
* The norm of a quaternion (the square root of a product with its conjugate, as with complex numbers) is the square root of the determinant of the corresponding matrix.
* The conjugate of a quaternion corresponds to the conjugate transpose of the matrix.
* Restricted to unit quaternions, this representation provides an isomorphism between "S"3 and SU(2). The latter group is important for describing spin in quantum mechanics; see Pauli matrices.

Using 4×4 real matrices, that same quaternion can be written as

: egin{pmatrix} a & b & c & d \ -b & a & -d & c \ -c & d & a & -b \ -d & -c & b & a end{pmatrix}: = aegin{pmatrix} 1 & 0 & 0 & 0 \ 0 & 1 & 0 & 0 \ 0 & 0 & 1 & 0 \ 0 & 0 & 0 & 1 end{pmatrix}+ begin{pmatrix} 0 & 1 & 0 & 0 \ -1 & 0 & 0 & 0 \ 0 & 0 & 0 & -1 \ 0 & 0 & 1 & 0 end{pmatrix}+ cegin{pmatrix} 0 & 0 & 1 & 0 \ 0 & 0 & 0 & 1 \ -1 & 0 & 0 & 0 \ 0 & -1 & 0 & 0 end{pmatrix}+ degin{pmatrix} 0 & 0 & 0 & 1 \ 0 & 0 & -1 & 0 \ 0 & 1 & 0 & 0 \ -1 & 0 & 0 & 0 end{pmatrix}

In this representation, the conjugate of a quaternion corresponds to the transpose of the matrix. The fourth power of the norm of a quaternion is the determinant of the corresponding matrix. Complex numbers are block diagonal matrices with two 2×2 blocks.

Quaternions as pairs of complex numbers

Quaternions can be represented as pairs of complex numbers. From this perspective, quaternions are the result of applying the Cayley–Dickson construction to the complex numbers. This is a generalization of the construction of the complex numbers as pairs of real numbers.

Let C2 be a two-dimensional vector space over the complex numbers. Choose a basis consisting of two elements 1 and "j". A vector in C2 can be written in terms of the basis elements 1 and "j" as:(a + bi)1 + (c + di)j.If we define "j"2 = −1 and "ij" = −"ji", then we can multiply two vectors using the distributive law. Writing "k" in place of the product "ij" leads to the same rules for multiplication as the usual quaternions. Therefore the above vector of complex numbers corresponds to the quaternion "a" + "bi" + "cj" + "dk". If we write the elements of C2 as ordered pairs and quaternions as quadruples, then the correspondence is:(a + bi, c + di) leftrightarrow (a, b, c, d).

Square roots of −1

In the complex numbers, there are just two numbers, i and −i, whose square is −1 . In H there are an infinity of square roots of minus one: the quaternions have a square root of −1 for every point on the unit sphere in 3-space. To see this, let "q" = "a" + "bi" + "cj" + "dk" be a quaternion, and assume that its square is −1. In terms of "a", "b", "c", and "d", this means:a^2 - b^2 - c^2 - d^2 = -1,:2ab = 0,:2ac = 0,:2ad = 0.To satisfy the last three equations, either "a" = 0 or "b", "c", and "d" are all 0. The latter is impossible because "a" is a real number and the first equation would imply that "a"2 = −1. Therefore "a" = 0 and "b"2 + "c"2 + "d"2 = 1. In other words, a quaternion squares to −1 if and only if it is a vector (that is, pure imaginary) with norm 1. Such vectors make a sphere by defnition.

H as a union of complex planes

Each square root of −1 creates a distinct copy of the complex numbers inside the quaternions. If "q"2 = −1, then the copy is determined by the function

:a + bsqrt{-1} mapsto a + bq.

In the language of abstract algebra, this is an injective ring homomorphism from C to H.

Every non-real quaternion lies in a unique copy of C. Write "q" as the sum of its scalar part and its vector part::q = q_s + vec{q}_v.Decompose the vector part further as the product of its norm and its versor::q = q_s + lVertvec{q}_v Vertcdotmathbf{U}vec{q}_v.(Note that this is not the same as q_s + lVert q Vertcdotmathbf{U}q.) The versor of the vector part of "q", mathbf{U}vec{q}_v, is a pure imaginary unit quaternion, so its square is −1. Therefore it determines a copy of the complex numbers by the function:a + bsqrt{-1} mapsto a + bmathbf{U}vec{q}_v.Under this function, "q" is the image of the complex number q_s + lVertvec{q}_v Vert i.Thus H is the union of complex planes intersecting in a common real line, where the union is taken over the sphere of square roots of minus one.

Commutative subrings

The relationship of quaternions to each other within the complex subplanes of H can also be identified and expressed in terms of commutative subrings. Specifically, since two quaternions "p" and "q" commute ("p q" = "q p") only if they lie in the same complex subplane of H, the profile of H as a union of complex planes arises when one seeks to find all commutative subrings of the quaternion ring. Ian R. Porteous's book "Clifford Algebras and the Classical Groups" (Cambridge, 1995) describes the role of the sphere of unit vectors in proposition 8.13 on page 60.

Functions of a quaternion variable

Functions of a complex variable can be extended to functions of a quaternion variable as follows:

Let the complex function be written

:f(x + i y) = u(x,y) + i v(x,y),!

where "u" and "v" are real-valued functions of two real variables. According to the above profile, any quaternion can be written:q = a + b r, r^{2} = -1 .Then the extension is given by f(q) = u(a,b) + r v(a,b) ,!.

This is called Fueter's construction.

Three-dimensional and four-dimensional rotation groups

The multiplicative group of non-zero quaternions acts by conjugation on the copy of R³ consisting of quaternions with real part equal to zero. The conjugation by a unit quaternion (a quaternion of absolute value 1) with real part cos("t") is a rotation by an angle 2"t", the axis of the rotation being the direction of the imaginary part. The advantages of quaternions are:

# Non singular representation (compared with Euler angles for example)
# More compact (and faster) than matrices
# Pairs of unit quaternions represent a rotation in 4D space (see ).

The set of all unit quaternions (versors) forms a 3-dimensional sphere "S"³ and a group (a Lie group) under multiplication. "S"³ is the double cover of the group "SO"(3,R) of real orthogonal 3×3 matrices of determinant 1 since "two" unit quaternions correspond to every rotation under the above correspondence.

The image of a subgroup of "S"³ is a point group, and conversely, the preimage of a point group is a subgroup of "S"³. The preimage of a finite point group is called by the same name, with the prefix binary. For instance, the preimage of the icosahedral group is the binary icosahedral group.

The group "S"³ is isomorphic to "SU"(2), the group of complex unitary 2×2 matrices of determinant 1. Let "A" be the set of quaternions of the form "a" + "bi" + "cj" + "dk" where "a", "b", "c", and "d" are either all integers or all rational numbers with odd numerator and denominator 2. The set "A" is a ring and a lattice. There are 24 unit quaternions in this ring, and they are the vertices of a 24-cell regular polytope with Schläfli symbol {3,4,3}.

Generalizations

If "F" is any field with characteristic different from 2, and "a" and "b" are elements of "F", one may define a four-dimensional unitary associative algebra over "F" with basis 1, "i", "j", and "ij", where "i"2 = "a", "j"2 = "b" and "ij" = −"ji" (so "ij"2 = −"ab"). These algebras are called "quaternion algebras" and are isomorphic to the algebra of 2×2 matrices over "F" or form division algebras over "F", depending on the choice of "a" and "b".

Quaternions as the even part of Cℓ3,0(R)

The usefulness of quaternions for geometrical computations can be generalised to other dimensions, by identifying the quaternions as the even part Cℓ+3,0(R) of the Clifford algebra Cℓ3,0(R). This is an associative multivector algebra built up from fundamental basis elements σ1, σ2, σ3 using the product rules:sigma_1^2 = sigma_2^2 = sigma_3^2 = 1,:sigma_i sigma_j = - sigma_j sigma_i qquad (j eq i)If these fundamental basis elements are taken to represent vectors in 3D space, then it turns out that the "reflection" of a vector "r" in a plane perpendicular to a unit vector "w" can be written::r^{prime} = - w, r, wNow in geometry, two reflections make a rotation, by an angle twice the angle between the two reflection planes, so:r^{primeprime} = sigma_2 sigma_1 , r , sigma_1 sigma_2 corresponds to a rotation of 180° in the plane containing σ1 and σ2

But this is very similar to the corresponding quaternion formula,:r^{primeprime} = -mathbf{k}, r, mathbf{k}

In fact, the two are identical, if we make the identification:mathbf{k} = sigma_2 sigma_1, mathbf{i} = sigma_3 sigma_2, mathbf{j} = sigma_1 sigma_3and it is straightforward to confirm that this preserves the Hamilton relations:mathbf{i}^2 = mathbf{j}^2 = mathbf{k}^2 = mathbf{i} mathbf{j} mathbf{k} = -1

In this picture, quaternions correspond not to vectors but to bivectors, quantities with magnitude and orientations associated with particular 2D "planes" rather than 1D "directions". The relation to complex numbers becomes clearer, too: in 2D, with two vector directions σ1 and σ2, there is only one bivector basis element σ1σ2, so only one imaginary. But in 3D, with three vector directions, there are three bivector basis elements σ1σ2, σ2σ3, σ3σ1, so three imaginaries.

With this recognition, the sequence can be continued. So in the Clifford algebra Cℓ4,0(R), there are six bivector basis elements, since with four different basic vector directions, six different pairs and therefore six different linearly independent planes can be defined. Rotations in such spaces using these generalisations of quaternions, called rotors, can be very useful for applications involving homogeneous coordinates. But it is only in 3D that the number of basis bivectors equals the number of basis vectors, and each bivector can be identified as a pseudovector.

Dorst "et al" identify the following advantages for placing quaternions in this wider setting: [ [http://www.geometricalgebra.net/quaternions.html Quaternions and Geometric Algebra] . Accessed 2008-09-12. See also: Leo Dorst, Daniel Fontijne, Stephen Mann, (2007), " [http://www.geometricalgebra.net/index.html Geometric Algebra For Computer Science] ", Morgan Kaufmann. ISBN 0123694655]
* Rotors are natural and non-mysterious in geometric algebra and easily understood as the encoding of a double reflection.
* In geometric algebra, a rotor and the objects it acts on live in the same space. This eliminates the need to change representations and to encode new data structures and methods (which is required when augmenting linear algebra with quaternions).
* A rotor is universally applicable to any element of the algebra, not just vectors and other quaternions, but also lines, planes, circles, spheres, rays, and so on.
* In the conformal model of Euclidean geometry, rotors allow the encoding of rotation, translation and scaling in a single element of the algebra, universally acting on any element. In particular, this means that rotors can represent rotations around an arbitary axis, whereas quaternions are limited to an axis through the origin.
* Rotor-encoded transformations make interpolation particularly straightforward.

For further detail about the geometrical uses of Clifford algebras, see Geometric algebra.

Quotes

* "I regard it as an inelegance, or imperfection, in quaternions, or rather in the state to which it has been hitherto unfolded, whenever it becomes or seems to become necessary to have recourse to x, y, z, etc." — William Rowan Hamilton ("ed". Quoted in a letter from Tait to Cayley.)
* "Time is said to have only one dimension, and space to have three dimensions. […] The mathematical quaternion partakes of both these elements; in technical language it may be said to be "time plus space", or "space plus time": and in this sense it has, or at least involves a reference to, four dimensions. And how the One of Time, of Space the Three, Might in the Chain of Symbols girdled be." — William Rowan Hamilton (Quoted in R.P. Graves, "Life of Sir William Rowan Hamilton")
* "Quaternions came from Hamilton after his really good work had been done; and, though beautifully ingenious, have been an unmixed evil to those who have touched them in any way, including Clerk Maxwell." — Lord Kelvin, 1892.
* "Neither matrices nor quaternions and ordinary vectors were banished from these ten [additional] chapters. For, in spite of the uncontested power of the modern Tensor Calculus, those older mathematical languages continue, in my opinion, to offer conspicuous advantages in the restricted field of special relativity. Moreover, in science as well as in every-day life, the mastery of more than one language is also precious, as it broadens our views, is conducive to criticism with regard to, and guards against hypostasy [weak-foundation] of, the matter expressed by words or mathematical symbols." — Ludwik Silberstein, preparing the second edition of his Theory of Relativity in 1924
* "… quaternions appear to exude an air of nineteenth century decay, as a rather unsuccessful species in the struggle-for-life of mathematical ideas. Mathematicians, admittedly, still keep a warm place in their hearts for the remarkable algebraic properties of quaternions but, alas, such enthusiasm means little to the harder-headed physical scientist." — Simon L. Altmann, 1986

Recent developments and research directions

Quaternions and Minkowski metric

As a linear algebra over the reals, quaternions constitute a real vector space with a rank three tensor S on it, sometimes called the structure tensor. This once contravariant twice covariant tensor converts a one-form t and vectors a and b to a real number S(t, a, b). For each one-form t, S is a twice covariant tensor, which, if symmetric, is an inner product on H. Since any real vector space can also be considered a linear manifold, such an inner product is naturally extended to a tensor field, and in case of its nondegeneracy, becomes a (pseudo- or proper-) Euclidean metric . For quaternions this inner product [ [http://dlxs2.library.cornell.edu/cgi/t/text/pageviewer-idx?c=math;cc=math;idno=05230001;q1=vector;frm=frameset;view=image;seq=408;page=root;size=S Lorentz Transforms Hamilton Lectures on Quaternions pg 268 1853] ] is indefinite, its signature is independent of the one-form t, and the corresponding pseudo-Euclidean metric is Minkowski [http://dx.doi.org/10.1209/0295-5075/32/8/001] . This metric is automatically extended over the Lie group of nonzero quaternions along its left invariant vector fields resulting in a closed FLRW metric [http://dx.doi.org/10.1007/s10773-006-9234-9] – an important solution of the Einstein equations. These results have some implications for the problem of compatibility between quantum mechanics and general relativity within the framework of quantum gravity [http://dx.doi.org/10.1007/s10773-007-9474-3] .

ee also


* Rotation operator (vector space)
* Quaternion group
* Split-quaternion (Coquaternion)
* 3-sphere
* SO(4)
* Associative algebra
* Complex number
* Division algebra
* Dual quaternion
* Geometric algebra
* Hypercomplex number
* Musean hypernumber
* Octonion
* Quaternions and spatial rotation
* Biquaternion
* Hyperbolic quaternion
* Tesseract
* Hurwitz quaternion
* Hurwitz quaternion order
* Euler Angles
* Clifford algebra
* Exterior algebra
* Slerp

External articles and resources

Books and publications

*Hamilton, William Rowan (1853), " [http://historical.library.cornell.edu/cgi-bin/cul.math/docviewer?did=05230001&seq=9 Lectures on Quaternions] ". Royal Irish Academy.
*Tait, Peter Guthrie (1873), "An elementary treatise on quaternions". 2d ed., Cambridge, [Eng.] : The University Press.
*Maxwell, James Clerk (1873), "A Treatise on Electricity and Magnetism". Clarendon Press, Oxford.
* Tait, Peter Guthrie (1886), " [http://www.ugcs.caltech.edu/~presto/papers/Quaternions-Britannica.ps.bz2 Quaternion] ". M.A. Sec. R.S.E. Encyclopaedia Britannica, Ninth Edition, 1886, Vol. XX, pp. 160–164. (bzipped PostScript file)
*Joly, Charles Jasper (1905), "A manual of quaternions". London, Macmillan and co., limited; New York, The Macmillan company. LCCN 05036137 //r84
*Macfarlane, Alexander (1906), "Vector analysis and quaternions", 4th ed. 1st thousand. New York, J. Wiley & Sons; [etc., etc.] . LCCN es 16000048
*1911 encyclopedia: " [http://31.1911encyclopedia.org/Q/QU/QUATERNIONS.htm Quaternion] ".
*Finkelstein, David, Josef M. Jauch, Samuel Schiminovich, and David Speiser (1962), "Foundations of quaternion quantum mechanics". J. Mathematical Phys. 3, pp. 207–220, MathSciNet.
*Du Val, Patrick (1964), "Homographies, quaternions, and rotations". Oxford, Clarendon Press (Oxford mathematical monographs). LCCN 64056979 //r81
*Crowe, Michael J. (1967), "A History of Vector Analysis: The Evolution of the Idea of a Vectorial System". University of Notre Dame Press. Surveys the major and minor vector systems of the 19th century (Hamilton, Möbius, Bellavitis, Clifford, Grassmann, Tait, Peirce, Maxwell, MacFarlane, MacAuley, Gibbs, Heaviside). The competition between quaternions and other systems is a major theme.
*Altmann, Simon L. (1986), "Rotations, quaternions, and double groups". Oxford [Oxfordshire] : Clarendon Press ; New York : Oxford University Press. LCCN 85013615 ISBN 0-19-855372-2
*Adler, Stephen L. (1995), "Quaternionic quantum mechanics and quantum fields". New York : Oxford University Press. International series of monographs on physics (Oxford, England) 88. LCCN 94006306 ISBN 0-19-506643-X
* [http://members.cox.net/vtrifonov/ Trifonov, Vladimir] (1995), "A Linear Solution of the Four-Dimensionality Problem", Europhysics Letters, 32 (8) 621–626, DOI: [http://dx.doi.org/10.1209/0295-5075/32/8/001 10.1209/0295-5075/32/8/001]
*Ward, J. P. (1997), "Quaternions and Cayley Numbers: Algebra and Applications", Kluwer Academic Publishers. ISBN 0-7923-4513-4
*Kantor, I. L. and Solodnikov, A. S. (1989), "Hypercomplex numbers, an elementary introduction to algebras", Springer-Verlag, New York, ISBN 0-387-96980-2
*Gürlebeck, Klaus and Sprössig, Wolfgang (1997), "Quaternionic and Clifford calculus for physicists and engineers". Chichester ; New York : Wiley (Mathematical methods in practice; v. 1). LCCN 98169958 ISBN 0-471-96200-7
*Kuipers, Jack (2002), "Quaternions and Rotation Sequences: A Primer With Applications to Orbits, Aerospace, and Virtual Reality" (reprint edition), Princeton University Press. ISBN 0-691-10298-8
*Conway, John Horton, and Smith, Derek A. (2003), "On Quaternions and Octonions: Their Geometry, Arithmetic, and Symmetry", A. K. Peters, Ltd. ISBN 1-56881-134-9 ( [http://nugae.wordpress.com/2007/04/25/on-quaternions-and-octonions/ review] ).
*Kravchenko, Vladislav (2003), "Applied Quaternionic Analysis", Heldermann Verlag ISBN 3-88538-228-8.
* [http://www.cs.indiana.edu/~hanson/quatvis/ Hanson, Andrew J.] (2006), "Visualizing Quaternions", Elsevier: Morgan Kaufmann; San Francisco. ISBN 0-12-088400-3
* [http://members.cox.net/vtrifonov/ Trifonov, Vladimir] (2007), "Natural Geometry of Nonzero Quaternions", International Journal of Theoretical Physics, 46 (2) 251–257, DOI: [http://dx.doi.org/10.1007/s10773-006-9234-9 10.1007/s10773-006-9234-9]

Links and monographs

* [http://www.j3d.org/matrix_faq/matrfaq_latest.html Matrix and Quaternion FAQ v1.21] Frequently Asked Questions
* [http://www.geometrictools.com/Documentation/Documentation.html Geometric Tools documentation] Includes several papers focusing on computer graphics applications of quaternions. Covers useful techniques such as spherical linear interpolation.
* [http://www.chez.com/pmaillot Patrick-Gilles Maillot] Provides free Fortran and C source code for manipulating quaternions and rotations / position in space. Also includes mathematical background on quaternions.
* [http://www.geometrictools.com/LibFoundation/Mathematics/Mathematics.html Geometric Tools source code] Includes free C++ source code for a complete quaternion class suitable for computer graphics work, under a very liberal license.
* [http://world.std.com/~sweetser/quaternions/qindex/qindex.html Doing Physics with Quaternions]
* [http://www.fho-emden.de/~hoffmann/quater12012002.pdf Quaternions for Computer Graphics and Mechanics (Gernot Hoffman)]
* [http://arxiv.org/pdf/math-ph/0201058 The Physical Heritage of Sir W. R. Hamilton] (PDF)
* [http://www.maths.tcd.ie/pub/HistMath/People/Hamilton/Quaternions.html Hamilton’s Research on Quaternions]
* [http://www.unpronounceable.com/julia/ Quaternion Julia Fractals] 3D Raytraced Quaternion Julia Fractals by David J. Grossman
* [http://www.euclideanspace.com/maths/algebra/realNormedAlgebra/quaternions/index.htm Quaternion Math and Conversions] Great page explaining basic math with links to straight forward rotation conversion formulae.
* John H. Mathews, [http://math.fullerton.edu/mathews/c2003/QuaternionBib/Links/QuaternionBib_lnk_3.html Bibliography for Quaternions] .
* [http://www.gamedev.net/reference/articles/article1095.asp Quaternion powers on GameDev.net]
* Andrew Hanson, [http://books.elsevier.com/companions/0120884003/vq/index.html Visualizing Quaternions home page] .
* [http://ai.stanford.edu/~diebel/attitude.html Representing Attitude with Euler Angles and Quaternions: A Reference] , Technical report and Matlab toolbox summarizing all common attitude representations, with detailed equations and discussion on features of various methods.
*Johan E. Mebius, [http://arxiv.org/abs/math/0501249 A matrix-based proof of the quaternion representation theorem for four-dimensional rotations.] , "arXiv General Mathematics" 2005.
*Johan E. Mebius, [http://arxiv.org/abs/math/0701759 Derivation of the Euler-Rodrigues formula for three-dimensional rotations from the general formula for four-dimensional rotations.] , "arXiv General Mathematics" 2007.
*NUI Maynooth [http://www.maths.nuim.ie/links/hamilton.shtml Department of Mathematics, Hamilton Walk] .
* [http://gpwiki.org/index.php/OpenGL:Tutorials:Using_Quaternions_to_represent_rotation OpenGL:Tutorials:Using Quaternions to represent rotation]
* D. Erickson, Derivation of rotation matrix from unitary quaternion representation in old paper: [http://aiss.suffield.drdc-rddc.gc.ca/uploads/quaternion.pdf]
* Alberto Martinez, University of Texas Department of History, "Negative Math, How Mathematical Rules Can Be Positively Bent", [https://webspace.utexas.edu/aam829/1/m/NegativeMath.html]

oftware

* [http://www.geocities.com/mak2000sw/eulerquatpro.html Euler Quaternion Pro] A free GUI based utility that converts Euler angles to Quaternions around X,Y and Z (roll, pitch and yaw) axis and performs conjugate, addition, subtraction, multiplication, great circle interpolation operations on converted Quaternions.
* [http://theworld.com/~sweetser/java/qcalc/qcalc.html Quaternion Calculator] [Java]
* [http://qtfm.sourceforge.net/ Quaternion Toolbox for Matlab]
* [http://www.boost.org/doc/libs/1_35_0/libs/math/doc/quaternion/html/index.html Boost library support for Quaternions in C++]
* [http://www.xs4all.nl/~jemebius/Eea.htm Mathematics of flight simulation >Turbo-PASCAL software for quaternions, Euler angles and Extended Euler angles]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • quaternion — [ kwatɛrnjɔ̃ ] n. m. • 1862; angl. 1843; bas lat. quaternio « groupe de quatre » ♦ Math. Nombre complexe qui est constitué par quatre nombres scalaires (s, a, b, c) pris dans un ordre déterminé, et combinés selon certaines lois. ● quaternion nom… …   Encyclopédie Universelle

  • Quaternion — Qua*ter ni*on, n. [L. quaternio, fr. quaterni four each. See {Quaternary}.] 1. The number four. [Poetic] [1913 Webster] 2. A set of four parts, things, or person; four things taken collectively; a group of four words, phrases, circumstances,… …   The Collaborative International Dictionary of English

  • Quaternion — Qua*ter ni*on, v. t. To divide into quaternions, files, or companies. Milton. [1913 Webster] …   The Collaborative International Dictionary of English

  • quaternion — [kwə tʉr′nē ən, kwätʉr′nē ən] n. [ME < LL quaternio < L quaterni: see QUATERNARY] 1. a set of four 2. Math. an expression that is the sum of four terms, one of which is real and three of which contain imaginary units, and that can be… …   English World dictionary

  • Quaternion — Plaque commémorative de la naissance des quaternions sur le pont de Broom (Dublin). « Ici, le 16 octobre 1843, alors qu il se promenait, Sir William Rowan Hamilton découvrit dans un éclair de génie la formule fondamentale sur la… …   Wikipédia en Français

  • Quaternion — ℍ Gedenktafel an der Broom Bridge in Dublin, wo William Rowan Hamilton die Multiplikationsregeln im Oktober 1843 spontan in den Stein ritzte. Die Quaternio …   Deutsch Wikipedia

  • Quaternion —    A band of four soldiers. Peter was committed by Herod to the custody of four quaternions, i.e., one quaternion for each watch of the night (Acts 12:4). Thus every precaution was taken against his escape from prison. Two of each quaternion were …   Easton's Bible Dictionary

  • quaternion — noun Etymology: Middle English quaternyoun, from Late Latin quaternion , quaternio, from Latin quaterni four each, from quater four times; akin to Latin quattuor four more at four Date: 14th century 1. a set of four parts, things, or persons 2. a …   New Collegiate Dictionary

  • quaternion — /kweuh terr nee euhn/, n. 1. a group or set of four persons or things. 2. Bookbinding. four gathered sheets folded in two for binding together. 3. Math. a. an expression of the form a + bi + cj + dk, where a, b, c, and d are real numbers; i2 = j2 …   Universalium

  • quaternion — noun /kwɒˈtɜːniɒn/ a) A group or set of four people or things.<ref name= COED etym sense /> 1885, Alexander Roberts, James Donaldson (original translators and editors), Arthur Cleveland Coxe (editor of American edition, unauthorized; author …   Wiktionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”