Position vectors, distance and dividing a line segment
Reviewed
A position vector locates a point relative to a fixed origin. This turns geometric questions about points, distances and line segments into vector calculations.
The central fact is simple but easy to reverse:
In words, the vector from to is end minus start.
Before you begin
Section titled “Before you begin”You should be able to:
- add, subtract and multiply vectors by scalars
- find a vector’s magnitude using Pythagoras’ theorem
- work confidently with fractions and ratios
- use coordinates in two and three dimensions
Review vector arithmetic or magnitude and direction if needed.
What is a position vector?
Section titled “What is a position vector?”Let be the origin and let have coordinates . The position vector of is the vector from to :
Position vectors are often represented by lower case bold letters:
So if and , then
Coordinates describe a point; a position vector describes the displacement from the origin to that point. Their components have the same numbers, but the objects are conceptually different.
In three dimensions, has position vector
The vector between two points
Section titled “The vector between two points”Travelling from to directly has the same overall effect as travelling first from to , then from to :
Therefore
This derivation is safer than memorising an unexplained subtraction rule.
Example 1: find a displacement vector
Section titled “Example 1: find a displacement vector”Let and . Find and .
For to , subtract the position vector of the start from that of the end:
Reversing the journey reverses every component:
Example 2: an unknown endpoint
Section titled “Example 2: an unknown endpoint”Point has position vector and
Find the coordinates of .
Since ,
Hence .
Distance between two points
Section titled “Distance between two points”Distance is the magnitude of the displacement vector:
For and ,
For and ,
The formula is Pythagoras’ theorem applied to the perpendicular component changes. Unlike , the distance is a non-negative scalar and has no direction.
Example 3: distance in three dimensions
Section titled “Example 3: distance in three dimensions”Find the distance between and .
First find the displacement:
Then find its magnitude:
Do not simplify to a decimal unless the question asks for an approximation.
Midpoints
Section titled “Midpoints”If is the midpoint of , then it lies halfway from to :
Thus the midpoint is found by averaging corresponding coordinates.
Example 4: midpoint and a missing endpoint
Section titled “Example 4: midpoint and a missing endpoint”has position vector and the midpoint of has position vector . Find .
Use
Rearranging gives , so
Check by averaging and : the result is .
Dividing a line segment in a ratio
Section titled “Dividing a line segment in a ratio”Suppose divides internally in the ratio
The whole segment contains equal parts, and is of the way from to . Therefore
Notice the apparently crossed coefficients: is multiplied by , while is multiplied by . The journey form
is often easier to reconstruct and less prone to errors.
Example 5: internal division
Section titled “Example 5: internal division”and have position vectors
Point lies on such that . Find .
is of the way from to :
Check the ratio:
Since , their lengths are in the ratio and the directions agree.
Example 6: find an endpoint from a ratio
Section titled “Example 6: find an endpoint from a ratio”divides in the ratio , and . Find .
Here
Therefore
Indeed, and .
Proving that points are collinear
Section titled “Proving that points are collinear”Points are collinear if they lie on one straight line. To prove that , and are collinear, show that two displacement vectors from a common point are scalar multiples:
for some real scalar .
This establishes parallel direction. Because both vectors begin at , it also establishes that and lie on the same line through .
Example 7: prove collinearity and determine order
Section titled “Example 7: prove collinearity and determine order”Let
Then
and
Therefore , and are collinear. Since the multiplier is greater than , lies between and . Also because
A negative multiplier would place the two endpoints on opposite sides of the common point. Merely obtaining equal vector magnitudes is not enough: equal lengths do not prove equal or parallel directions.
Example 8: determine an unknown coordinate
Section titled “Example 8: determine an unknown coordinate”Points , and are collinear. Find .
Calculate vectors from :
For collinearity, . The second components give
The first components then give
so .
Common misconceptions
Section titled “Common misconceptions”- Reversing the subtraction: , not .
- Confusing a point with a vector: write but .
- Confusing distance with displacement: is a scalar; is a vector.
- Using the wrong fraction in a ratio: if , then is of the way from to , not .
- Claiming collinearity from proportional lengths: the vectors themselves must be scalar multiples, with all corresponding components in the same ratio.
- Rounding too early: keep exact roots and fractions until the final line unless an approximation is required.
Self-check
Section titled “Self-check”- and . Find and .
- and . Find the midpoint of .
- divides internally in the ratio , where and . Find .
- Show that , and are collinear. Which point lies between the other two?
- Point is the midpoint of and . Find .
Answers
- and .
- The midpoint is .
- .
- and , so the points are collinear. Since , lies between and .
- , so .
What to learn next
Section titled “What to learn next”You can now translate between points, position vectors and displacements, calculate distances, divide segments in a given ratio, and prove collinearity.
Next, study vectors in modelling to use these ideas in geometric and physical contexts. For equations and intersections of coordinate lines, revisit straight lines in coordinate geometry.