

InterviewSolution
Saved Bookmarks
1. |
Find the angle between the vectors (a + b & a - b) if vector |a| = vector |b|. |
Answer» Let vector |a| = vector |b| = λ ( say) Consider, vector (a + b ) • vector ( a - b ) = vector |a|2 - vector |b|2 = λ2 - λ2 = 0. Therefore angle between vector (a + b ) & vector (a - b ) is 90°. |
|