

InterviewSolution
Saved Bookmarks
1. |
If three vectors along coordinate axes represent the adjacent sides of a cubie of length b, then the unit vector alongits diagonal passing through the origin will be |
Answer» <html><body><p>`(hati+hatj+hatk)/(sqrt(<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>))`<br/>`(hati+hatj+hatk)/(sqrt(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>)b)`<br/>`hati+hatj+hatk`<br/>`(hati+hatj+hatk)/(sqrt(3))`<br/></p>Solution :(d) <a href="https://interviewquestions.tuteehub.com/tag/diagonal-950665" style="font-weight:bold;" target="_blank" title="Click to know more about DIAGONAL">DIAGONAL</a> <a href="https://interviewquestions.tuteehub.com/tag/vector-20923" style="font-weight:bold;" target="_blank" title="Click to know more about VECTOR">VECTOR</a> `A=bhati+bhatj+bhatk` <br/> or `A=sqrt(b^(2)+b^(2)+b^(2))=sqrt(3)b` ltbrrgt `:. hatA=A/A=(hati+hatj+hatk)/(sqrt(3))`</body></html> | |