

InterviewSolution
Saved Bookmarks
1. |
If `veca` and `vecb` are two unit vectors and the angle between them is `60^(@)` then `((1+veca.vecb))/((1-veca.vecb))` isA. 2B. 3C. 0D. `1//2` |
Answer» Correct Answer - B `(1+veca.vecb)/(1-veca.vecb)=(1+cos theta)/(1-cos theta)=cot^(2)((theta)/(2))` |
|