Cross product
From Wikipedia, the free encyclopedia
In mathematics, the cross product is a binary operation on two vectors in a three-dimensional Euclidean space that results in another vector which is perpendicular to the two input vectors. By contrast, the dot product produces a scalar result. In many engineering and physics problems, it is handy to be able to construct a perpendicular vector from two existing vectors, and the cross product provides a means for doing so. The cross product is also known as the vector product, or Gibbs vector product. The cross product is not defined except in three-dimensions (and the algebra defined by the cross product is not associative). Like the dot product, it depends on the metric of Euclidean space. Unlike the dot product, it also depends on the choice of orientation or "handedness". Certain features of the cross product can be generalized to other situations. For arbitrary choices of orientation, the cross product must be regarded not as a vector, but as a pseudovector. For arbitrary choices of metric, and in arbitrary dimensions, the cross product can be generalized by the exterior product of vectors, defining a two-form instead of a vector.
DefinitionImage:Right hand cross product.png
Finding the direction of the cross product by the right-hand rule.
The cross product of two vectors a and b is denoted by a × b. In a three-dimensional Euclidean space, with a usual right-handed coordinate system, it is defined as a vector c that is perpendicular to both a and b, with a direction given by the right-hand rule and a magnitude equal to the area of the parallelogram that the vectors span. The cross product is given by the formula
is a unit vector perpendicular to the plane containing a and b. If the vectors a and b are collinear (i.e., the angle θ between them is either 0° or 180°), by the above formula, the cross product of a and b is the zero vector 0. The direction of the vector Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{\hat{n}}
is given by the right-hand rule, where one simply points the forefinger of the right hand in the direction of a and the middle finger in the direction of b. Then, the vector Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{\hat{n}}
is coming out of the thumb (see the picture on the right).
Using the cross product requires the handedness of the coordinate system to be taken into account (as explicit in the definition above). If a left-handed coordinate system is used, the direction of the vector Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{\hat{n}} is given by the left-hand rule and points in the opposite direction. This, however, creates a problem because transforming from one arbitrary reference system to another (e.g., a mirror image transformation from a right-handed to a left-handed coordinate system), should not change the direction of Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{\hat{n}} . The problem is clarified by realizing that the cross-product of two vectors is not a (true) vector, but rather a pseudovector. See cross product and handedness for more detail. Computing the cross productCoordinate notationThe unit vectors i, j, and k from the given orthogonal coordinate system satisfy the following equalities:
With these rules, the coordinates of the cross product of two vectors can be computed easily, without the need to determine any angles: Let
and
Then
Matrix notationThe coordinate notation can also be written formally as the determinant of a matrix:
Intuitively, the cross product can be described by Sarrus' scheme. Consider the table
For the first three unit vectors, multiply the elements on the diagonal to the right (e.g. the first diagonal would contain i, a2, and b3). For the last three unit vectors, multiply the elements on the diagonal to the left and then negate the product (e.g. the last diagonal would contain k, a2, and b1). The cross product would be defined by the sum of these products:
ExamplesExample 1Consider two vectors, a = (1,2,3) and b = (4,5,6). The cross product a × b is
Example 2Consider two vectors, a = (3,0,0) and b = (0,2,0). The cross product a × b is
This example has the following interpretations:
PropertiesGeometric meaningImage:Cross parallelogram.png
The area of a parallelogram as a cross product.
The magnitude of the cross product can be interpreted as the unsigned area of the parallelogram having a and b as sides:
Algebraic propertiesThe cross product is anticommutative,
distributive over addition,
and compatible with scalar multiplication so that
It is not associative, but satisfies the Jacobi identity:
It does not obey the cancellation law:
However, if both a · b = a · c and a × b = a × c, then we can conclude that b = c. Indeed,
so that b - c is both parallel and perpendicular to the non-zero vector a. This is only possible if b - c = 0. The distributivity, linearity and Jacobi identity show that R3 together with vector addition and cross product forms a Lie algebra. Further, two non-zero vectors a and b are parallel iff a × b = 0. Triple product expansionThe triple product expansion, also known as Lagrange's formula, is a formula relating the cross product of three vectors (called the vector triple product) with the dot product:
The mnemonic “BAC minus CAB” is used to remember the order of the vectors in the right hand member. This formula is used in physics to simplify vector calculations. A special case, regarding gradients and useful in vector calculus, is given below.
This is a special case of the more general Laplace-de Rham operator Failed to parse (Missing texvc executable; please see math/README to configure.): \Delta = d \delta + \delta d . The following identity also relates the cross product and the dot product:
This is a special case of the multiplicativity Failed to parse (Missing texvc executable; please see math/README to configure.): |\mathbf{vw}| = |\mathbf{v}| |\mathbf{w}| of the norm in the quaternion algebra, and a restriction to Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbb{R}^3 of Lagrange's identity. Alternative ways to compute the cross productQuaternions
The cross product can also be described in terms of quaternions, and this is why the letters i, j, k are a convention for the standard basis on Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{R}^3
Notice for instance that the above given cross product relations among i, j, and k agree with the multiplicative relations among the quaternions i, j, and k. In general, if we represent a vector [a1, a2, a3] as the quaternion a1i + a2j + a3k, we obtain the cross product of two vectors by taking their product as quaternions and deleting the real part of the result. The real part will be the negative of the dot product of the two vectors. Conversion to matrix multiplicationA cross product between two vectors (which can only be defined in three-dimensional space) can be rewritten in terms of pure matrix multiplication as the product of a skew-symmetric matrix and a vector, as follows:
is itself a cross product:
This notation is also often much easier to work with, for example, in epipolar geometry. From the general properties of the cross product follows immediately that
and Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{a}^{T} \, [\mathbf{a}]_{\times} = \mathbf{0}
is skew-symmetric it follows that
The above definition of Failed to parse (Missing texvc executable; please see math/README to configure.): [\mathbf{a}]_{\times} means that there is a one-to-one mapping between the set of 3×3 skew-symmetric matrices, also denoted SO(3), and the operation of taking the cross product with some vector Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{a} . Index notationThe cross product can alternatively be defined in terms of the Levi-Civita tensor Failed to parse (Missing texvc executable; please see math/README to configure.): \varepsilon_{ijk}
where the indices Failed to parse (Missing texvc executable; please see math/README to configure.): i,j,k correspond, as in the previous section, to orthogonal vector components. MnemonicThe word xyzzy can be used to remember the definition of the cross product. If
Since the first diagonal in Sarrus's scheme is just the main diagonal of the above-mentioned Failed to parse (Missing texvc executable; please see math/README to configure.): 3 \times 3 matrix, the first three letters of the word xyzzy can be very easily remembered. ApplicationsComputational geometryThe cross product can be used to calculate the normal for a triangle or polygon, an operation frequently performed in computer graphics. In computational geometry of the plane, the cross product is used to determine the sign of the acute angle defined by three points Failed to parse (Missing texvc executable; please see math/README to configure.): p_1=(x_1,y_1) , Failed to parse (Missing texvc executable; please see math/README to configure.): p_2=(x_2,y_2) and Failed to parse (Missing texvc executable; please see math/README to configure.): p_3(x_3,y_3) . It corresponds to the direction of the cross product of the two coplanar vectors defined by the pairs of points Failed to parse (Missing texvc executable; please see math/README to configure.): p_1, p_2 and Failed to parse (Missing texvc executable; please see math/README to configure.): p_1, p_3 , i.e., by the sign of the expression Failed to parse (Missing texvc executable; please see math/README to configure.): P = (x_2-x_1)(y_3-y_1)-(y_2-y_1)(x_3-x_1) . In the "right-handed" coordinate system, if the result is 0, the points are collinear; if it is positive, the three points constitute a negative angle of rotation around Failed to parse (Missing texvc executable; please see math/README to configure.): p_2 from Failed to parse (Missing texvc executable; please see math/README to configure.): p_1 to Failed to parse (Missing texvc executable; please see math/README to configure.): p_3 , otherwise a positive angle. From another point of view, the sign of Failed to parse (Missing texvc executable; please see math/README to configure.): P tells whether Failed to parse (Missing texvc executable; please see math/README to configure.): p_3 lies to the left or to the right of line Failed to parse (Missing texvc executable; please see math/README to configure.): p_1, p_2 . OtherThe cross product occurs in the formula for the vector operator curl. It is also used to describe the Lorentz force experienced by a moving electrical charge in a magnetic field. The definitions of torque and angular momentum also involve the cross product. The trick of rewriting a cross product in terms of a matrix multiplication appears frequently in epipolar and multi-view geometry, in particular when deriving matching constraints. Cross product as an exterior productImage:Exterior calc cross product.png
The cross product in relation to the exterior product. In red are the unit normal vector, and the "parallel" unit bivector.
The cross product can be viewed in terms of the exterior product. This view allows for a natural geometric interpretation of the cross product. In exterior calculus the exterior product (or wedge product) of two vectors is a bivector. A bivector is an oriented plane element, in much the same way that a vector is an oriented line element. Given two vectors a and b, one can view the bivector a∧b as the oriented parallelogram spanned by a and b. The cross product is then obtained by taking the Hodge dual of the bivector a∧b, identifying 2-vectors with vectors:
Cross product and handednessWhen measurable quantities involve cross products, the handedness of the coordinate systems used cannot be arbitrary. However, when physics laws are written as equations, it should be possible to make an arbitrary choice of the coordinate system (including handedness). To avoid problems, one should be careful to never write down an equation where the two sides do not behave equally under all transformations that need to be considered. For example, if one side of the equation is a cross product of two vectors, one must take into account that when the handedness of the coordinate system is not fixed a priori, the result is not a (true) vector but a pseudovector. Therefore, for consistency, the other side must also be a pseudovector. More generally, the result of a cross product may be either a vector or a pseudovector, depending on the type of its operands (vectors or pseudovectors). Namely, vectors and pseudovectors are interrelated in the following ways under application of the cross product:
Because the cross product may also be a (true) vector, it may not change direction with a mirror image transformation. This happens, according to the above relationships, if one of the operands is a (true) vector and the other one is a pseudovector (e.g., the cross product of two vectors). For instance, a vector triple product involving three (true) vectors is a (true) vector. A handedness-free approach is possible using exterior algebra. Higher dimensionsThere are several ways to generalize the cross product to the higher dimensions. In the context of multilinear algebra, it is possible to define a generalized cross product in terms of parity such that the generalized cross product between two vectors of dimension n is a skew-symmetric tensor of rank n−2. Using octonionsA cross product for 7-dimensional vectors can be obtained in the same way by using the octonions instead of the quaternions. The nonexistence of such cross products of two vectors in other dimensions is related to the result that the only normed division algebras are the ones with dimension 1, 2, 4, and 8. Wedge productIn general dimension, there is no direct analogue of the binary cross product. There is however the wedge product, which has similar properties, except that the wedge product of two vectors is now a 2-vector instead of an ordinary vector. As mentioned above, the cross product can be interpreted as the wedge product in three dimensions after using Hodge duality to identify 2-vectors with vectors. One can also construct an n-ary analogue of the cross product in Rn+1 given by
The wedge product and dot product can be combined to form the Clifford product. HistoryIn 1773, Joseph Louis Lagrange introduced the component form of both the dot and cross products in order to study the tetrahedron in three dimensions.[1] In 1843 the Irish mathematical physicist Sir William Rowan Hamilton introduced the quaternion product, and with it the terms "vector" and "scalar". Given two quaternions [0, u] and [0, v], where u and v are vectors in R3, their quaternion product can be summarized as [−u·v, u×v]. James Clerk Maxwell used Hamilton's quaternion tools to develop his famous electromagnetism equations, and for this and other reasons quaternions for a time were an essential part of physics education. However, Oliver Heaviside in England and Josiah Willard Gibbs in Connecticut felt that quaternion methods were too cumbersome, often requiring the scalar or vector part of a result to be extracted. Thus, about forty years after the quaternion product, the dot product and cross product were introduced — to heated opposition. Pivotal to (eventual) acceptance was the efficiency of the new approach, allowing Heaviside to reduce the equations of electromagnetism from Maxwell's original 20 to the four commonly seen today. Largely independent of this development, and largely unappreciated at the time, Hermann Grassmann created a geometric algebra not tied to dimension two or three, with the exterior product playing a central role. William Kingdon Clifford combined the algebras of Hamilton and Grassmann to produce Clifford algebra, where in the case of three-dimensional vectors the bivector produced from two vectors dualizes to a vector, thus reproducing the cross product. The cross notation, which began with Gibbs, inspired the name "cross product". Originally appearing in privately published notes for his students in 1881 as Elements of Vector Analysis, Gibbs’s notation — and the name — later reached a wider audience through Vector Analysis (Gibbs/Wilson), a textbook by a former student. Edwin Bidwell Wilson rearranged material from Gibbs's lectures, together with material from publications by Heaviside, Föpps, and Hamilton. He divided vector analysis into three parts:
Two main kinds of vector multiplications were defined, and they were called as follows:
Several kinds of triple products and products of more than three vectors were also examined. The above mentioned triple product expansion was also included. See also
Notes
References
External links
cs:Vektorový součin da:Krydsprodukt de:Kreuzprodukt es:Producto vectorial eo:Vektora produto fa:ضرب خارجی fr:Produit vectoriel gl:Produto vectorial ko:외적 is:Krossfeldi it:Prodotto vettoriale he:מכפלה וקטורית hu:Vektoriális szorzat nl:Kruisproduct ja:クロス積 nn:Kryssprodukt pl:Iloczyn wektorowy pt:Produto vetorial ru:Векторное произведение sk:Vektorový súčin sl:Vektorski produkt sv:Kryssprodukt th:ผลคูณไขว้ vi:Nhân vectơ uk:Векторний добуток |



