Cross product

In mathematics, the cross product is a binary operation on vectors in vector space. It is also known as the vector product or outer product. It differs from the dot product in that it results in a pseudovector rather than in a scalar. Its main use lies in the fact that the cross product of two vectors is perpendicular to both of them.

Contents

Definition

The cross product of the two vectors a and b is denoted by a × b (in longhand some mathematicians write ab to avoid confusion with the letter x). It can be defined by

<math>\mathbf{a} \times \mathbf{b} = \mathbf\hat{n} \left| \mathbf{a} \right| \left| \mathbf{b} \right| \sin \theta<math>

where θ is the measure of the angle between a and b (0° ≤ θ ≤ 180°) on the plane defined by the span of the vectors, and n is a unit vector perpendicular to both a and b.

The problem with this definition is that there are two unit vectors perpendicular to both a and b: if n is perpendicular, then so is −n.

Which vector is the "correct" one by convention depends upon the orientation of the vector space—i.e., on the handedness of the given orthogonal coordinate system (i, j, k). The cross product a × b is defined in such a way that (a, b, a × b) becomes right-handed if (i, j, k) is right-handed, or left-handed if (i, j, k) is left-handed.

An easy way to compute the direction of the resultant vector is the "right-hand rule." If the coordinate system is right-handed, one simply points the forefinger in the direction of the first operand and the middle finger in the direction of the second operand. Then, the resultant vector is coming out of the thumb.

Because the cross product depends on the choice of coordinate system, its result is referred to as a pseudovector. Fortunately, in nature cross products tend to come in pairs, so that the “handedness” of the coordinate system is undone by a second cross product.

The cross product can be represented graphically, with respect to a right-handed coordinate system, as follows:

Missing image
Crossproduct.png
Image:crossproduct.png

Properties

Geometric meaning

The length of the cross product, |a × b| can be interpreted as the area of the parallelogram having a and b as sides. This means that the triple product gives the volume of the parallelepiped formed by a, b, and c.

Algebraic properties

The cross product is anticommutative,

a × b = -b × a,

distributive over addition,

a × (b + c) = a × b + a × c,

and compatible with scalar multiplication so that

(ra) × b = a × (rb) = r(a × b).

It is not associative, but satisfies the Jacobi identity:

a × (b × c) + b × (c × a) + c × (a × b) = 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.

Lagrange's formula

This is a well-known and useful formula,

a × (b × c) = b(a · c) − c(a · b),

which is easier to remember as “BAC minus CAB”. This formula is very useful in simplifying vector calculations in physics. It is important to note, however, that it does not hold when involving the del (nabla) operator.

A special case regarding gradients and useful in vector calculus, is

<math> \begin{matrix}
\nabla \times (\nabla \times \mathbf{f}) 

&=& \nabla (\nabla \cdot \mathbf{f} )

- (\nabla \cdot \nabla) \mathbf{f}  \\

&=& \mbox{grad }(\mbox{div } \mathbf{f} )

- \mbox{laplacian }     \mathbf{f}.

\end{matrix} <math> This is a special case of the more general Hodge decomposition <math>\Delta = d \partial + \partial d<math> of the Hodge Laplacian.

Another useful identity of Lagrange is

<math> |a \times b|^2 + |a \cdot b|^2 = |a|^2 |b|^2.<math>

This is a special case of the multiplicativity <math>|vw| = |v| |w|<math> of the norm in the quaternion algebra.

Matrix notation

The unit vectors i, j, and k from the given orthogonal coordinate system satisfy the following equalities:

i × j = k           j × k = i           k × i = j

With these rules, the coordinates of the cross product of two vectors can be computed easily, without the need to determine any angles: Let

a = a1i + a2j + a3k = [a1, a2, a3]

and

b = b1i + b2j + b3k = [b1, b2, b3].

Then

a × b = [a2b3 − a3b2, a3b1 − a1b3, a1b2 − a2b1].

The above component notation can also be written formally as the determinant of a matrix:

<math>\mathbf{a}\times\mathbf{b}=\det \begin{bmatrix}

\mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ \end{bmatrix}<math>

The determinant of three vectors can be recovered as

det (a, b, c) = a · (b × c).

Intuitively, the cross product can be described by Sarrus's scheme where

<math>

\begin{matrix} \mathbf{i} & \mathbf{j} & \mathbf{k} & \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 & a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 & b_1 & b_2 & b_3 \end{matrix} <math> 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:

<math>

\mathbf{i}(a_2b_3) + \mathbf{j}(a_3b_1) + \mathbf{k}(a_1b_2) - \mathbf{i}(a_3b_2) - \mathbf{j}(a_1b_3) - \mathbf{k}(a_2b_1) <math>

The cross product can also be described in terms of quaternions. 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). More about the connection between quaternion multiplication, vector operations and geometry can be found at quaternions and spatial rotation.

Applications

The 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 cross product can also be used to calculate the normal for a triangle or polygon.

Higher dimensions

A cross product for 7-dimensional vectors can be obtained in the same way by using the octonions instead of the quaternions.

This 7-dimensional cross product has the following properties in common with the usual 3-dimensional cross product:

x × (ay + bz) = ax × y + bx × z
(ay + bz) × x = ay × x + bz × x.
x × y + y × x = 0
  • It is perpendicular to both x and y:
x · (x × y) = y · (x × y) = 0
  • We have
|x × y|2 = |x|2 |y|2 − (x · y)2.

Unlike the 3-dimensional cross product, it does not however satisfy the Jacobi identity (equality would hold in 3 dimensions):

x × (y × z) + y × (z × x) + z × (x × y) ≠ 0

In general dimension, there is no direct analogue of the 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. The cross product can be interpreted as the wedge product in three dimensions after using Hodge duality to identify 2-vectors with vectors.

The wedge product and dot product can be combined to form the Clifford product.

See also

de:Kreuzprodukt fr:Produit vectoriel ko:외적 nl:Vectorproduct ja:外積 pl:Iloczyn wektorowy pt:Produto vetorial ru:Векторное произведение sl:Vektorski produkt sv:Kryssprodukt

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools