Locating a Point from the Origin
A position vector starts at the origin and ends at a point in the coordinate system. Its components are the coordinates of that endpoint, so it records the point's location relative to the origin.
Characteristics of Position Vectors
All three properties come from the same fact: the tail is fixed at the origin , so the endpoint alone determines the vector.
- Always starts from the origin (center of coordinates)
- Ends at a specific point in the coordinate system
- The coordinates of the position vector are the same as the coordinates of its endpoint
Representation of Position Vectors
In general, if we have a point with coordinates in a plane, then the position vector from point to point can be written as .
In three-dimensional space, if point has coordinates , then its position vector is .
In the visualization below, we use the notation , , , and to indicate position vectors from point to specific points (, , , or ).
Examples of Position Vectors
Suppose there are two points and in the coordinate plane:
- Point with coordinates
- Point with coordinates
Then the position vectors of these two points are:
Uses of Position Vectors
The uses fall into two groups: reading a single location, and comparing two locations.
- Determine the location of a point in a coordinate system
- Calculate displacement from the difference between two positions
- Express changes of position with vector operations
- Represent a location relative to a chosen coordinate origin, including coordinates derived from navigation systems such as GPS
Relationship with Displacement Vectors
Displacement vectors can be obtained from the difference between two position vectors. If we have position vectors and , then the displacement vector from to is:
From the previous example, the displacement vector from to is:
To move from point to point , we need to move to the right and upward.