

InterviewSolution
Saved Bookmarks
1. |
Given that ` vec A + vec B= vec R and A^(20 + B^(2) -R^(2)`, find the angle between ` vec A and vec B` . |
Answer» ` cos theta = (R^2 -A^2 -B^2)/(2 AB) = (R^2 -R^2)/(2 AB) =0` or ` theta = 90^@`. |
|