

InterviewSolution
Saved Bookmarks
1. |
`vec(A)=2hat(i)+4hat(j)+4hat(k)` and `vec(B)=4hat(i)+2hat(j)-4hat(k)` are two vectors. Find the angles between them. |
Answer» `costheta=(vec(A).vec(B))/(|vec(A)|.|vec(B)|)` `=(a_(1) b_(1)+a_(2)b_(2)+a_(3)b_(3))/(|vec(A)|.|vec(B)|)=(2xx4+4xx2-4xx4)/(|vec(A)|.|vec(B)|)=0` `:. theta=cos^(-1)(0^(@))rArrtheta=90^(@)` |
|