

InterviewSolution
Saved Bookmarks
1. |
If the angle between the vectors `vecA and vecB` is `theta,` the value of the product `(vecB xx vecA) * vecA` is equal toA. `BA^(2) cos theta`B. `BA^(2) sin theta`C. `BA^(2) sin theta cos theta`D. zero |
Answer» Correct Answer - D We know that scalar triple product is cyclic, `(vec(B)xxvec(A)).vec(A)=(vec(A)xxvec(B)).vec(A)=(vec(A)xxvec(A)).vec(B)=vec(0).vec(B)=0` |
|