InterviewSolution
Saved Bookmarks
| 1. |
Two vectors `vec(A)` & `vec(B)` are given such that angle between `(vec(A)+vec(B))` and `(vec(A)-vec(B))` is `90^(@)` then find the value of `(|vec(A)|)/(2|vec(A)|+|vec(B)|)` ? |
|
Answer» Correct Answer - `1//3` `(vec(A)+vec(B)).(vec(A)-vec(B))=0` `|vec(A)|=|vec(B)|` `(|vec(A)|)/(2|vec(A)|+|vec(B)|)=(1)/(3)` |
|