InterviewSolution
Saved Bookmarks
| 1. |
At what angle the vector `(vec(A)+vec(B))` and `(vec(A)-vec(B))` must act, so that the resultant is `sqrt(A^(2)_B^(2))`A. `cos^(-1)((A^(2)-B^(2))/(A^(2)+B^(2)))`B. `cos^(-1)((A^(2)+B^(2))/(A^(2)-B^(2)))`C. `cos^(-1)((A^(2)-B^(2))/(2(A^(2)+B^(2))))`D. `cos^(-1)((A^(2)+B^(2))/(2(B^(2)-A^(2))))` |
|
Answer» Correct Answer - D |
|