Pages

Showing posts with label cross product. Show all posts
Showing posts with label cross product. Show all posts

Wednesday, July 28, 2010

Vector Multiplication: Cross Product

We define the cross product of two three-dimensional vectors a and by the requirements:
  • × is a vector that is perpendicular to both and b.
  • ||× b|| is the area of the parallelogram spanned by and (i.e. the parallelogram whose adjacent sides are the vectors and b).
  • The direction of a×is determined by the right-hand rule. (This means that if we curl the fingers of the right hand from to b, then the thumb points in the direction of × b.)





Vector Multiplication: Dot Product

The multiplication of two vectors, is not uniquely defined, in the sense that there is a question as to whether the product will be a vector or not. For this reason there are two types of vector multiplication.
First, the scalar or dot product of two vectors, which results in a scalar.
And secondly, the vector or cross product of two vectors, which results in a vector.

In this tutorial we shall discuss only the scalar or dot product.