

InterviewSolution
Saved Bookmarks
1. |
For the any two vecrtors `vecA` and `vecB`, if `vecA.vecB=|vecAxxvecB|`, the magnitude of `vecC=vecA+vecB` is equal toA. `sqrt(A^(2)+B^(2)`B. `A+B`C. `sqrt(A^(2)+B^(2)+(AB)/(sqrt(2)))`D. `sqrt(A^(2)+B^(2)+sqrt(2)xxAB)` |
Answer» Correct Answer - D |
|