InterviewSolution
Saved Bookmarks
| 1. |
If `veca and vecb` are any two unit vectors, then find the greatest postive integer in the range of `(3|veca + vecb|)/2+2|veca-vecb|` |
|
Answer» Correct Answer - 5 Let angle between `veca and vecb br theta` we have ` |veca| = |vecb|=1` Now `|veca + vecb|= 2cos theta/2 and |veca - vecb|=2 sin theta/2` consider `F(theta) = 3 cos theta/2 + 4 sin theta/2 theta in [ 0,pi]` |
|