Vectors Flashcards
What is the dot product of vector u and vector v?
u.v = |u| * |v| cosθ
What is the dot product of vector u and vector v if they are perpendicular?
0
What is the cross product of vector u and vector v?
u x v = |u| * |v| sinθ
u x v is perpendicular to u and v
What is the cross product of vector u and vector v if they have the same direction?
0
What does | u x v | represent geometrically?
The area of a parallelogram with edge vector u and v.
What is one way of obtaining the direction of the vector product?
The right hand rule.
What is one application of the cross-product?
M = r x F
What is one application of the dot product?
W = F.v
What is the scalar triple product of vectors?
u.(v x w)
This is calculated as a 3x3 determinant.
What does | u.(v x w) | represent geometrically?
The volume of the parallelepiped with the 3 vectors as edge vectors.
When are the vectors u, v and w linearly independent?
Iff their scalar triple product ~= 0.