Unit Vectors / Basis Vectors

In the xyxy-coordinate system, there are two special vectors.

  • The one pointing to the right with length 11, commonly called “i hat” i^\hat{i} or “the unit vector in the x-direction”.

  • The other one is pointing straight up with length 11, commonly called “j hat” j^\hat{j} or “the unit vector in the y-direction”.

Choosing different basis vectors

Consider a random pair of vectors, v\vec{v} and w\vec{w}.

av+bwa\vec{v} + b\vec{w}

The linear combination of two vectors can be used to describe every possible two-dimensional vector.

So while we can use a random pair of vectors as basis vectors, forming a new coordinate system, the association would be different from the version using the standard basis of i^,j^\hat{i},\hat{j}

Last updated

Was this helpful?