Vector product

Given two vectors in 3 dimensions, that is, with three components, we can define a new operation: the vector product. The vector product between two vectors a and b is another vector c.

We define the vector product by: c=a×b. Also, it is possible to denote the vector product using the symbol . So that c=ab.

The resultant vector c to the vector product between two vectors b has the following properties:

  • The angle is perpendicular to the plane formed by two vectors a and b.
  • The direction of the vector c is given by applying the "rule of the corkscrew" or the "rule of the right hand":

imagen

It is the direction of rotation a corkscrew would move when opening a bottle. With a corkscrew, or a screw "towards the right" (clockwise,) the corkscrew or the screw "goes into" the bottle. Also, it is possible to use the corkscrew or a screw in another sense: when one screws a corkscrew "towards the left" (counterclockwise), the corkscrew or the screw "comes out" of the bottle).

How to determine the vector c from the vector product of a and b in coordinates:

If a=(a1,a2,a3) and b=(b1,b2,b3). The vector product between a and b is the vector c. We need to calculate the following determinant:

c=(c1,c2,c3)=|ijka1a2a3b1b2b3|=|a2a3b2b3|i+(1)|a1a3b1b3|j+|a1a2b1b2|k

Where i, j, k is the canonical base of R3. Namely, i=(1,0,0), j=(0,1,0), k=(0,0,1) form an orthonormal base.

Example

If a=(2,0,1), b=(1,1,2). Let's compute c=a×b:

c=(c1,c2,c3)=|ijk201112|=|0112|i+(1)|2112|j+|2011|k=(1,3,2)

Another way of determining the vector product of a and b:

c=a×b=|a||b|sin(ab^)n^

where n^ is a unit vector in the corresponding angle and direction. The angle is the perpendicular to the plane formed by a and b and the direction (of rotation) given by the rule of the corkscrew.

imagen

Properties of the vector product:

  1. a×b=b×a

imagen

  1. If a and b eare in the same straight line; then the vector product is zero.

Example

If a=(1,0,0) and b=(2,0,0) then:

c=(c1,c2,c3)=|ijk100200|=|0000|i+(1)|1200|j+|1200|k=(0,0,0)=0