InterviewSolution
Saved Bookmarks
| 1. |
Determine the unit vector having the direction of the given vector in each of the following problems: 5hati-12hatj |
|
Answer» SOLUTION :Let `veca = 5hati-12hatj` `|veca| = SQRT(25+144) = 13` Unit VECTOR ALONG `veca` = `veca/|veca| = 5/13 HATI- (12)/13 hatj`. |
|