

InterviewSolution
Saved Bookmarks
1. |
Find the scalar and vector projection of veca on vecb. veca = hati-hatj-hatk,vecb = 3hati+hatj+3hatk. |
Answer» <html><body><p></p><a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a> :Scalar projection of `<a href="https://interviewquestions.tuteehub.com/tag/veca-3257210" style="font-weight:bold;" target="_blank" title="Click to know more about VECA">VECA</a>` on `<a href="https://interviewquestions.tuteehub.com/tag/vecb-3257249" style="font-weight:bold;" target="_blank" title="Click to know more about VECB">VECB</a>` <br/> = `((veca.vecb)/|vecb|) vecb/|vecb| = 1/sqrt19 (3hati+hatj+3hatk)/sqrt19` <br/> `(-3hati+hatj+3hatk)/<a href="https://interviewquestions.tuteehub.com/tag/19-280618" style="font-weight:bold;" target="_blank" title="Click to know more about 19">19</a>`</body></html> | |