How do you find the unit vector in the direction of vecu = (2,1,-3)?

1 Answer
Mar 15, 2018

The unit vector in the direction of any given vector is the vector divided by its magnitude:

hatu = vecu/|vecu|

Explanation:

Given vecu = (2,1,-3)

|vecu| = sqrt(2^2+1^2+ (-3)^2)

|vecu| = sqrt14

hatu= 1/sqrt14(2,1,-3)

hatu= sqrt14/14(2,1,-3)

hatu= (2sqrt14/14,sqrt14/14,-3sqrt14/14)