Dot Product
u · v = || u || || v || cos a
or
u · v = u1v1 + u2v2
Scalar Projection of v onto u
compuv = || v || cos a = ( u·v )/|| u || = û·v
Vector Projection of v onto u
projuv = (compuv)û
Properties of the Dot Product
Suppose u, v, and w are vectors and a and b are scalars. Then
Angle Between Vectors
The angle between the non zero vectors u and v is
a = cos-1[u · v / (|| u || || v ||)]
The Cross Product
u x v = || u || || v || (sin a) n
Properties of the Cross Product
Suppose u, v, and w are 3-vectors, a and b are scalars, and a is the angle between u and v. Then…