

InterviewSolution
Saved Bookmarks
1. |
If the magnitude of sum of two vectors is equal to the magnitude of difference of the two vector, the angle between these Vector isA. `180^(@)`B. `0^(@)`C. `90^(@)`D. `45^(@)` |
Answer» Correct Answer - C `|vec(A)+vec(B)|=|vec(A)-vec(B)|= theta= 90^(@)` `(A)^(2)+(B)^(2)+2(A)(B) cos theta=(A)^(2)+(B)^(2)-2(A)(B) cos theta` `2 cos theta=0 implies theta= 90^(@)` |
|