What is the difference between the orientation and the direction of a vector?

1.6k Views Asked by At

I came across this recently, and was confused regarding the difference between the orientation and the direction of a vector. Does the orientation refer to the relative coordinate which the vector is in?

https://drive.google.com/open?id=0B2oGkTt4HE2mdldZZ0VwTU1xb1E

1

There are 1 best solutions below

2
On

Orientation pertains to the chirality of the vector. The number of dimensions with which you're working also changes your terminology a bit depending on how you would describe that chirality. Two dimensions use "clockwise" and "counter-clockwise," and three dimensions use "left-handed" and "right-handed."

Direction is a bit more simple than that. Typically, the direction of a vector pertains to the number of degrees from the x-axis (or whichever axis you decide to start with) starting at due East (or from whichever side of the axis you decide to start from). With the positive side of the x-axis as 0 degrees and the vector projecting from the origin, counter-clockwise is typically used to determine how many degrees from the x-axis the vector lies.