Encyclopedia > Vector product

  Article Content

Cross product

Redirected from Vector product

In mathematics, the cross product is a binary operation on vectors in three dimensions. It is also known as the vector product or outer product. It differs from the dot product in that it results in a vector 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.

Table of contents

Definition The cross product of the two vectors a and b is denoted by a×b (in longhand some mathematicians write a^b to avoid confusion with the letter x); it is defined as:

<math>\mathbf{a \times b} = \mathbf{|a| |b|}\sin( \theta) \mathbf{n}</math>

where θ is the measure of the angle between a and b (between 0 and 180 degrees, or between 0 and π if measured in radian), 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 perpedicular, then so is -n.

Which vector is the correct one depends upon the orientation of the vector space, i.e. on the handedness of the given orthogonal coordinate system i, j, k. In a right-handed system a×b is defined so that a, b and a×b also becomes a right handed system. If i, j, k is left-handed, then a, b and a×b is defined to be left-handed. Because the cross product depends on the choice of coordinate systems, 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:

Properties The length of the cross product, | a×b | can be interpreted as the area of the parallelogram having a and b as sides.

The cross product is anti-symmetric, which means:

a×b = -b×a

The cross product is distributive across addition, meaning that

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

It is compatible with scalar multiplication in the following sense:

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

Two non-zero vectors a and b are parallel if and only if a×b = 0.

The cross product is not associative, but satisfies the Jacobi identity:

a×(b×c) + b×(c×a) + c×(a×b) = 0
and Lagrange's formula:
a×(b×c) = (a·c)b - (a·b)c

The distributivity, linearity and Jacobi identity show that R3 together with vector addition and cross product forms a Lie algebra.

 
The unit vectors i, j, k from the given orthogonal coordinate system satisfy:
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: if 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).

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 a1 i + a2 j + a3 k, 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. The cross product is also used to describe the Lorenz force[?] experienced by a moving electrical charge in a magnetic field. The definitions of torque and angular momentum also involve the cross product.

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:

  • It is bilinear in the sense that x×(ay+bz) = ax×y+bx×z and (ay+bzx = ay×x+bz×x
  • It is anti-commutative: x×y + y×x = 0
  • It is perpendicular to both x and y: x·(x×y) = y·(x×y) = 0
  • It satisfies the Jacobi identity: x×(y×z) + y×(z×x) + z×(x×y) = 0
  • We have ||x×y||2 = ||x||2||y||2-(x·y)2

See also: Right-handed rule



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
U.S. presidential election, 1804

... (W) 162 Democratic-Republican George Clinton (162) Charles C. Pinckney[?] 14 Federalist Rufus King (14) Other elections: 1792, 1796, 1800, 1804, 1808, 1812, ...

 
 
 
This page was created in 38.3 ms