

InterviewSolution
Saved Bookmarks
1. |
Given: `vec(A)=Acos theta hat(i)+Asin theta hat(j)`. A vector `vec(B)`, which is perpendicular to `vec(A)`,is given byA. `hat(i)B cos theta+ hat(j) Bsin theta`B. `hat(i) Bsin theta+hat(j) B cos theta`C. `hat(i) Bsin theta+ hat(j) B cos theta`D. `hat(i) B cos theta- hat(j) B sin theta` |
Answer» Correct Answer - C Dot product of two perpendicular Vector will be zero. |
|