How to Find the Unit Vector of a Given Vector?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 7K views
huntingrdr
Messages
24
Reaction score
0

Homework Statement


Given vector v = <3, -4>, find a unit vector u in the direction of vector v. Give your answer for u as
u = <a, b>
and
u = ai + bj



Homework Equations



none

The Attempt at a Solution



Would I use y2-y1 and x2-x1?
 
Physics news on Phys.org
Do you know how to find the length of a vector? If so, use the fact that any vector divided by its length will have a length of 1 (i.e., it will be a unit vector).
 
A unit vector is given by a vector divided by its magnitude. To find a vector's magnitude, or length, use v=sqrt[x^2+y+2].
 
OK, so I got the magnitude of the vector to be 5. So does that mean the answer would be 3/5 i - 4/5 j and <3/5 , -4/5>