

InterviewSolution
Saved Bookmarks
1. |
If two non-parallel vectors `vecA` and `vecB` are equal in magntiude, them vectors `(vecA - vecB)` and `(vecA + vecB)` will be :A. parallel to each otherB. parallel but oppositely directedC. perpendicular to each otherD. inclined at an angle `theta` always less than `90^(@)` |
Answer» Correct Answer - C `(vecA- vecB) (vecA+ vecB)=0` `A^(2) - B^(2) =0` `cos theta =(|vecA|^(2) - |vecB|^(2))/(|A||B|) ` `rArr" "(0)/(|A||B|) =0` `theta = (pi)/(2)` |
|