

InterviewSolution
Saved Bookmarks
1. |
The angle between two vectors `vec(A)= 3hat(i)+4hat(j)+5hat(k)` and `vec(B)= 3hat(i)+4hat(j)+5hat(k)` isA. `60^(@)`B. ZeroC. `90^(@)`D. None of these |
Answer» Correct Answer - D `cos theta = (vec(A).vec(B))/(|A||B|)= (9+16+25)/(sqrt(9+16+25)sqrt(9+16+25))` `=(50)/(50)= 1implies cos theta = 1 :. theta = cos^(-1)(1)= zero` |
|