Dot Products of Vectors Flashcards
1
Q
What is the dot product/ scalar product?
A
A measure of how close together two vectors are
2
Q
How do you calculate the dot product of two vectors?
A
- (X1 x X2) + (Y1 x Y2) = A
- Do Pythagoras on vector 1 and vector 2 separately = B and C
- use arccos (cos^-1)
θ = cos^-1 (A/(B x C))