Trending News
Promoted
Calculating Vector Dot Product?
1. Dot product of a vector with itself: Calculate V1 dot V1. Express answer in terms of V1
2. Dot product of two perpendicular vectors: Calculate the perpendicular vectors V1 dot V2. Express answer as a numerical value.
3. Dot product of two parallel vectors: Calculate the parallel vectors V1 dot V2. Express answer in terms of V1 and V2.
Can anyone help me out with these?
2 Answers
Relevance
- ?Lv 71 decade agoFavorite Answer
1) V1 dot V1 = |V1|^2 (square of the magnitude of V1)
2) V1 perpendicular to V2. V1 dot V2 = 0
3) V1 parallel to V2. V1 dot V2 = |V1||V2| (magnitude of V1 times the magnitude of V2)
Still have questions? Get your answers by asking now.