Quaternion

Algebra ->  Algebra  -> Complex Numbers Imaginary Numbers Solvers and Lesson -> Quaternion      Log On

Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!
Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!

   

Quaternion

Jump to: navigation, search
Graphical representation of quaternion units product as 90°-rotation in 4D-space, ij = k, ji = −k, ij = −ji

In mathematics, the quaternions are a number system that extends the complex numbers. They were first described by Irish mathematician Sir William Rowan Hamilton in 1843 and applied to mechanics in three-dimensional space. A striking feature of quaternions is that the product of two quaternions is noncommutative, meaning that the product of two quaternions depends on which factor is to the left of the multiplication sign and which factor is to the right. Hamilton defined a quaternion as the quotient of two directed lines in a three-dimensional space[1] or equivalently as the quotient of two vectors.[2] Quaternions can also be represented as the sum of a scalar and a vector.

Quaternions find uses in both theoretical and applied mathematics, in particular for calculations involving three-dimensional rotations such as in three-dimensional computer graphics and epipolar geometry, although they have been superseded in many applications by vectors and matrices.

In modern language, quaternions form a four-dimensional normed division algebra over the real numbers. In fact, the quaternions were the first noncommutative division algebra to be discovered.[3] The algebra of quaternions is often denoted by H (for Hamilton), or in blackboard bold by \mathbb{H} (Unicode ). It can also be given by the Clifford algebra classifications C0,2(R) = C03,0(R). The algebra H holds a special place in analysis since, according to the Frobenius theorem, it is one of only two finite-dimensional division rings containing the real numbers as a proper subring, the other being the complex numbers.

Contents

[ History

Quaternion plaque on Brougham (Broom) Bridge, Dublin, which says:
Here as he walked by
on the 16th of October 1843
Sir William Rowan Hamilton
in a flash of genius discovered
the fundamental formula for quaternion multiplication
i² = j² = k² = i j k = −1
& cut it on a stone of this bridge.

Quaternionic algebra was introduced by Irish mathematician Sir William Rowan Hamilton in 1843[4]. However the use of quaternions to describe rigid body orientations has a much older history dating back to at least 1776 in the work[5] of L. Euler.

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.

The breakthrough finally came on Monday 16 October 1843 in Dublin, when Hamilton was on his way to the Royal Irish Academy where he was going to preside at a council meeting. While walking along the tow path of the Royal Canal with his wife, the concept behind quaternions was taking shape in his mind. Hamilton could not resist the impulse to carve the formulae for the quaternions

i2 = j2 = k2 = ijk = − 1.

into the stone of Brougham Bridge as he passed by it.

On the following day, he wrote a letter to his friend and fellow-mathematician, John T. Graves, describing the train of thought that led to his discovery. This letter was subsequently published in the London, Edinburgh and Dublin Philosophical Magazine and Journal of Science, vol. xxv (1844), pp 489-95. On the letter, Hamilton states,

And here there dawned on me the notion that we must admit, in some sense, a fourth dimension of space for the purpose of calculating with triples ... An electric circuit seemed to close, and a spark flashed forth.

Hamilton called a quadruple with these rules of multiplication a quaternion, and he devoted the remainder 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. 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, exclusively devoted to the study of quaternions.

From the mid 1880s, quaternions began to be displaced by vector analysis, which had been developed by Josiah Willard Gibbs and Oliver Heaviside. Vector analysis described the same phenomena as quaternions, so it borrowed ideas and terms liberally from the classical quaternion literature. However, vector analysis was conceptually simpler and notationally cleaner, and eventually quaternions were relegated to a minor role in mathematics and physics. A side effect of this transition is that Hamilton's work is difficult to comprehend for many modern readers because Hamilton's original definitions are unfamiliar and his writing style is prolix and opaque.

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,[6] computer vision, robotics, control theory, signal processing, attitude control, physics, bioinformatics, molecular dynamics computer simulation 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.

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 a1 + 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 basis elements of H, determine all the possible products of i, j, and k. For example, since

-1 = i j k,\

right-multiplying both sides by k gives


\begin{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, resulting in

\begin{alignat}{2}
ij & = k, & \qquad ji & = -k, \\
jk & = i, & kj & = -i, \\
ki & = j, & ik & = -j. 
\end{alignat}

from which we have the following table:

Quaternion multiplication
× 1 i j k
1 1 i j k
i i −1 k j
j j k −1 i
k k j i −1

[ Hamilton product

For two elements a1 + b1i + c1j + d1k and a2 + b2i + c2j + d2k, their Hamilton product (a1 + b1i + c1j + d1k)(a2 + b2i + c2j + d2k) 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:

a1a2 + a1b2i + a1c2j + a1d2k
+ b1a2i + b1b2i2 + b1c2ij + b1d2ik
+ c1a2j + c1b2ji + c1c2j2 + c1d2jk
+ d1a2k + d1b2ki + d1c2kj + d1d2k2.

Now the basis elements can be multiplied using the rules given above to get[7]:

a1a2b1b2c1c2d1d2
+ (a1b2 + b1a2 + c1d2d1c2)i
+ (a1c2b1d2 + c1a2 + d1b2)j
+ (a1d2 + b1c2c1b2 + d1a2)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:

(a1,b1,c1,d1) + (a2,b2,c2,d2) =
(a1 + a2,b1 + b2,c1 + c2,d1 + d2).
(a1,b1,c1,d1)(a2,b2,c2,d2) =
(a1a2b1b2c1c2d1d2,
a1b2 + b1a2 + c1d2d1c2,
a1c2b1d2 + c1a2 + d1b2,
a1d2 + b1c2c1b2 + d1a2).

[ 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, 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[citation needed].

Hamilton called pure imaginary quaternions right quaternions[8][9] and real numbers (considered as quaternions with zero vector part) scalar quaternions.

[ Noncommutative

Unlike multiplication of real or complex numbers, multiplication of quaternions is not commutative: For example, ij = k, while ji = − k. The noncommutativity 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 z2 + 1 = 0, for instance, has infinitely many quaternion solutions z = bi + cj + dk with b2 + c2 + d2 = 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.

[ Historical impact on physics

In 1984 the European Journal of Physics (5:25–32) published P.R. Girard’s essay "The quaternion group in modern physics". It "shows how various physical covariance groups: SO(3), the Lorentz group, the general relativity group, the Clifford algebra SU(2) and the conformal group can be easily related to the quaternion group". Girard begins by discussing group representations and by representing some space groups of crystallography. He proceeds to kinematics of rigid body motion. Next he uses complex quaternions (biquaternions) to represent the Lorentz group of special relativity, including the Thomas precession. He cites five authors, beginning with Ludwik Silberstein that use a potential function of one quaternion variable to express Maxwell’s equations in a single differential equation. Concerning general relativity, he expresses the Runge-Lenz vector. He mentions the Clifford biquaternions (split-biquaternions) as an instance of Clifford algebra. Finally, invoking the reciprocal of a biquaternion, Girard describes conformal maps on spacetime. Among the fifty references he includes Alexander Macfarlane and his Bulletin of the Quaternion Society.

[ 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 abicjdk. It is denoted by q*, \overline q[10], qt, or \tilde 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*.

Unlike the situation in the complex plane, the conjugation of a quaternion can be expressed entirely with multiplication and addition as shown in the article functions of a quaternion variable.

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 (pp*)/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 \rVert = \sqrt{qq^*} = \sqrt{q^*q} = \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

\lVert\alpha q\rVert = |\alpha|\lVert q\rVert.

This is a special case of the fact that the norm is multiplicative, meaning that

\lVert pq \rVert = \lVert p \rVert\lVert q \rVert.

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 \rVert.

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 Uq called the versor of q:

\mathbf{U}q = \frac{q}{\lVert q\rVert}.

Every quaternion has a polar decomposition q = ||q|| Uq.

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 \rVert^2 (in either order) is 1. So the reciprocal of q is defined to be

q^{-1} = \frac{q^*}{\lVert q\rVert^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−1p. The notation p/q is ambiguous because it does not specify whether q divides on the left or the right.

[ Algebraic properties

Cayley graph of Q8. The red arrows represent multiplication on the right by i, and the green arrows represent multiplication on the right by j.

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.) The quaternions have a multiplication that is associative and that distributes over vector addition, but which is not commutative. Therefore the quaternions H are a non-commutative associative algebra over the real numbers. Even though H contains copies of the complex numbers, it is not an associative algebra over the complex numbers.

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 associative division algebras over the real numbers are very rare. The Frobenius theorem states that there are exactly three: R, C, and H. The norm makes the quaternions into a normed algebra, and normed division algebras over the reals are also very rare: Hurwitz's theorem says that there are only four: R, C, H, and O (the octonions). The quaternions are also an example of a composition algebra and of a unital Banach algebra.

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 Q8[11]. The real group ring of Q8 is a ring RQ8 which is also an eight-dimensional vector space over R. It has one basis vector for each element of Q8. The quaternions are the quotient ring of RQ8 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 and 3D computer graphics.

For the remainder of this section, i, j, and k will denote both imaginary[12] 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 = b1i + c1j + d1k and q = b2i + c2j + d2k. 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 = \textstyle\frac{1}{2}(p^*q + q^*p) = \textstyle\frac{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

p \times q = (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 \times q = \textstyle\frac{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 ps and qs are the scalar parts of p and q and \vec{p}_v and \vec{q}_v are the vector parts of p and q. Then we have the formula

pq = p_sq_s - \vec{p}_v\cdot\vec{q}_v + p_s\vec{q}_v + \vec{p}_vq_s + \vec{p}_v \times \vec{q}_v.

This shows that noncommutative quaternion multiplication comes from the multiplication of pure imaginary quaternions. It also shows that two quaternions commute if and only if their vector parts are collinear.

[ Matrix representations

Just as complex numbers can be represented as matrices, so can quaternions. 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

\begin{bmatrix}a+bi & c+di \\ -c+di & a-bi \end{bmatrix}.

This representation has the following properties:

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

\begin{bmatrix}
 a & b & c & d \\ 
 -b & a & -d & c \\
 -c & d & a & -b \\
 -d & -c & b & a 
\end{bmatrix}
= a
\begin{bmatrix}
 1 & 0 & 0 & 0 \\ 
 0 & 1 & 0 & 0 \\
 0 & 0 & 1 & 0 \\
 0 & 0 & 0 & 1 
\end{bmatrix}
+ b
\begin{bmatrix}
 0 & 1 & 0 & 0 \\ 
 -1 & 0 & 0 & 0 \\
 0 & 0 & 0 & -1 \\
 0 & 0 & 1 & 0 
\end{bmatrix}
+ c
\begin{bmatrix}
 0 & 0 & 1 & 0 \\ 
 0 & 0 & 0 & 1 \\
 -1 & 0 & 0 & 0 \\
 0 & -1 & 0 & 0 
\end{bmatrix}
+ d
\begin{bmatrix}
 0 & 0 & 0 & 1 \\ 
 0 & 0 & -1 & 0 \\
 0 & 1 & 0 & 0 \\
 -1 & 0 & 0 & 0 
\end{bmatrix}.

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 j2 = −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 infinitely many square roots of minus one: the quaternion solution for the square root of −1 includes every point on the surface of 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

a2b2c2d2 = − 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 a2 = −1. Therefore a = 0 and b2 + c2 + d2 = 1. In other words, a quaternion squares to −1 if and only if it is a vector (that is, pure imaginary) with norm 1. By definition, the set of all such vectors forms the unit sphere.

The identification of the square roots of minus one in H was given by Hamilton[14] but was frequently omitted in other texts. By 1971 the sphere was included by Sam Perlis in his three page exposition included in Historical Topics in Algebra (page 39) published by the National Council of Teachers of Mathematics. More recently, the sphere of square roots of minus one is described in Ian R. Porteus's book Clifford Algebras and the Classical Groups (Cambridge, 1995) in proposition 8.13 on page 60. Also in Conway (2003) On Quaternions and Octonions we read on page 40: "any imaginary unit may be called i, and perpendicular one j, and their product k", another statement of the sphere.

[ H as a union of complex planes

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

a + b\sqrt{-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 + \lVert\vec{q}_v\rVert\cdot\mathbf{U}\vec{q}_v.

(Note that this is not the same as q_s + \lVert q\rVert\cdot\mathbf{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 + b\sqrt{-1} \mapsto a + b\mathbf{U}\vec{q}_v.

Under this function, q is the image of the complex number q_s + \lVert\vec{q}_v\rVert 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. This method of commutative subrings is also used to profile the coquaternions and 2 × 2 real matrices.

[ Functions of a quaternion variable

Like functions of a complex variable, functions of a quaternion variable suggest useful physical models. For example, the original electric and magnetic fields described by Maxwell were functions of a quaternion variable. However the complications of the quaternion variable still challenge investigators. Consider for example the function

f(q) = - \frac 1 2 (q + iqi + jqj + kqk)

which expresses quaternion conjugation.

[ Exponentiation, logarithm

The exponential and logarithm of a quaternion are relatively inexpensive to compute, particularly compared with the cost of those operations for other charts on SO(3) such as rotation matrices, which require computing thee matrix exponential and matrix logarithm respectively[citation needed].

Given a quaternion,

q=a+bi+cj+dk=a+\mathbf{v},<Source: this wikipedia article, under CC-BY-SA.

Tutors Answer Your Questions about Complex numbers (FREE)


Older solutions: 1..45, 46..90, 91..135, 136..180, 181..225, 226..270, 271..315, 316..360, 361..405, 406..450, 451..495, 496..540, 541..585, 586..630, 631..675, 676..720, 721..765, 766..810, 811..855, 856..900, 901..945, 946..990, 991..1035, 1036..1080, 1081..1125, 1126..1170, 1171..1215, 1216..1260, 1261..1305, 1306..1350, 1351..1395, 1396..1440, 1441..1485, 1486..1530, 1531..1575, 1576..1620, 1621..1665, 1666..1710, 1711..1755, 1756..1800, 1801..1845, 1846..1890, 1891..1935, 1936..1980, 1981..2025, 2026..2070, 2071..2115, 2116..2160