

InterviewSolution
Saved Bookmarks
1. |
If a and b are unit vectors, then what is the angle between a and b for `sqrt3a-b` to be a unit vector?A. `30^(@)`B. `45^(@)`C. `60^(@)`D. `90^(@)` |
Answer» Correct Answer - A We have, `(sqrt(3)a-b)^(2)+3a^(2)+b^(2)-2sqrt(3)a.b` `implies a.b =sqrt(3)/2 implies cos theta=sqrt(3)/2 implies theta = 30^(@)` |
|