

InterviewSolution
Saved Bookmarks
1. |
If `theta` is the angle between unit vectors `vecA` and `vecB`, then `((1-vecA.vecB))/(1+vecA.vecB))` is equal toA. `tan^(2)(theta//2)`B. `sin^(2)(theta//2)`C. `cot^(2)(theta//2)`D. `cos^(2)(theta//2)` |
Answer» Correct Answer - A `(1-vecA.vecB)/(1+vecA.vecB)=(1-cos theta)/(1+cos theta)` |
|