Notation for a unit vector

1k Views Asked by At

If I have a vector $\vec{v}$, is there a standard concise notation for the unit vector in the same direction of $\vec{v}$ that is $\frac{\vec{v}}{|\vec{v}|}$?

1

There are 1 best solutions below

5
On BEST ANSWER

Sometimes the notation $$\hat v = \frac{v}{\|v\|_2}$$ is used. I've especially seen it on wikipedia and 3D-Graphics related articles containing math.