Position Vectors and Displacements
Distinguish a point from its position vector and a position vector from a movable displacement. Use starts, endpoints, origins, axes, and units to interpret the same coordinates correctly.
A point names a location, while a displacement vector describes a change from one location to another. Coordinates can represent either idea, but the interpretation must identify an origin or starting point before the numbers have a geometric meaning.
A Position Vector Starts at the Origin
Choose an origin and two coordinate axes. If a point is three units along the first axis and two units along the second, its coordinates are:
The position vector of is the vector from the origin to that point:
The point is a location. The vector is the directed change that reaches that location from the chosen origin. In elementary coordinate calculations, both are often written with the same pair of numbers, but they answer different questions.
Exercise: Read a position vector
Relative to an origin , a point is located at . What is its position vector ?
Compute it first, then check your number.
HintBegin at the origin
The position vector records the horizontal and vertical changes needed to reach from .
SolutionUse the point coordinates
Starting at , reaching requires a change of along the first axis and along the second. Therefore:
A Displacement Connects Two Points
Suppose an object starts at and moves by the displacement:
The first coordinate moves three units in the positive first-axis direction. The second moves one unit in the negative second-axis direction. A displacement records both the direction and the amount of change. Calling it only a direction can hide the fact that and point the same way but describe different amounts of movement.
Combining the start and the displacement gives the endpoint:
Here, the equation records the relationship among a starting point, a displacement, and an endpoint.
The displacement from to can also be recovered by:
Subtraction is directed. The vector points from to , while points back from to .
Exercise: Find an endpoint
An object starts at and moves by . What is the endpoint ?
Compute it first, then check your number.
HintCombine matching coordinates
Compute and separately.
SolutionAdd the displacement to the start
Coordinate-wise addition gives:
The displacement moves three units along the positive first-axis direction and four units along the negative second-axis direction.
Exercise: Recover a displacement
A movement begins at and ends at . What is the displacement ?
Compute it first, then check your number.
HintSubtract start from end
Use and preserve the coordinate order.
SolutionKeep the direction of subtraction
The displacement from to is:
Reversing the subtraction would produce , the displacement from back to .
A Displacement Can Be Translated
The vector describes the same displacement wherever its arrow is drawn, provided its length and direction do not change. Starting at , it ends at . Starting at , it ends at .
This freedom distinguishes a displacement vector from a position vector. A position vector uses the chosen origin as its start. A displacement only needs its own start and end points; the arrow can be translated to another location without changing the vector.
Exercise: Translate a displacement
The displacement is drawn once from and again from . Which statement is correct?
Select one choice, then check.
HintCompare change rather than location
In both drawings, the endpoint is two units right and three units up from the start.
SolutionPreserve length and direction
Both arrows encode the coordinate change . The first ends at , while the second ends at:
Their locations differ, but their changes in each coordinate are identical.
Coordinates Depend on a Reference Frame
A position such as is incomplete until the origin, axes, orientation, and units are known. Moving the origin changes the coordinates assigned to the same physical point. Changing the scale from metres to centimetres changes the numbers as well.
A displacement also uses axes and units, but translating the origin shifts the coordinates of both endpoints equally. Their difference remains unchanged as long as the axes and units stay the same.
This distinction appears in many settings. An embedding can be treated as a position in a representation space. A parameter update is a displacement in a parameter space. In both cases, the interpretation depends on the coordinate system in which the vector was defined.
Exercise: Distinguish location from change
Which statement describes a displacement rather than a position?
Select one choice, then check.
HintLook for a start-to-end change
A position says where something is. A displacement says how its position or state changed.
SolutionRead the role of the vector
“Changed by” describes a difference between the state before and after an update, so is a displacement. The statement “located at” instead assigns a position relative to an origin.
Name the Start and End
When a vector is drawn as an arrow, ask whether its start is the coordinate origin or another point. If it begins at the origin and ends at , it is the position vector . If it begins at and ends at , it is the displacement .
The next lesson studies vector addition, the operation that combines displacements and moves a starting point to a new endpoint.