InterviewSolution
Saved Bookmarks
| 1. |
If three unit vectors `veca, vecb and vecc " satisfy" veca+vecb+vecc= vec0`. Then find the angle between `veca and vecb`. |
|
Answer» `veca+vecb=-vecc` `|veca+vecb|^(2)+2veca.vecb=1` ` veca.vecb=-1/2` `|veca||vecb|cos theta =-1/2` or `cos theta = 1/2` `theta= (2pi)/3` |
|