

InterviewSolution
Saved Bookmarks
1. |
The unit vector bisecting `vec(OY)` and `vec(OZ)` isA. `(veci+vecj+veck)/sqrt(3)`B. `(veci-veck)/sqrt(2)`C. `(vecj+veck)/sqrt(2)`D. `(-vecj+veck)/sqrt(2)` |
Answer» Correct Answer - C `hatj` and `hatk` are unit vectors along `Y-` and `Z-` axes, then unit vector bisecting `vec(OY)` and `vec(OZ)` is `(hati+hatk)/sqrt(2)` |
|