Vector algebra is a coordinate-free language for geometric statements. Once you can write a problem in vector form, the manipulation often becomes mechanical: a few dot products, a cross product, a triple product , and you're done.
Collinearity of three points
Three points A,B,C are collinear iff the vectors AB and AC are parallel, i.e.
AB×AC=0.
Equivalently, AC=λAB for some scalar.
Coplanarity of four points
Four points A,B,C,D are coplanar iff
[ABACAD]=0.
Coplanarity of three vectors
Three vectors a,b,c are coplanar iff [abc]=0. (Each lies in the plane spanned by the others.)
Parallel and perpendicular vectors
Parallel: a×b=0, or b=λa.
Perpendicular: a⋅b=0.
Distance from a point to a line
A line passing through A with direction vector d , i.e. parametrised as r=a+td. The distance from a point P to this line is
D=∣d∣∣AP×d∣.
Why?AP×d has magnitude ∣AP∣∣d∣sinθ, where θ is the angle between AP and d. The distance from P to the line is the component of AP perpendicular to d, which is ∣AP∣sinθ=∣AP×d∣/∣d∣.
Angle between two vectors / lines
Vectors: cosθ=∣a∣∣b∣a⋅b, sinθ=∣a∣∣b∣∣a×b∣.
Lines (defined by direction vectors d1,d2): same formula. The angle is taken in [0,π/2] by convention (use absolute value of cosine).
Worked examples
Example 1. Show that the points A=(1,2,3), B=(3,5,7), C=(5,8,11) are collinear.
AB=(2,3,4). AC=(4,6,8)=2AB. So they are collinear.
Example 2. Find the angle between the diagonals of a cube of unit side.
A cube with one vertex at the origin has main diagonal from (0,0,0) to (1,1,1), direction (1,1,1). Another main diagonal from (1,0,0) to (0,1,1), direction (−1,1,1). Dot product: −1+1+1=1. Magnitudes: 3 each. So cosθ=1/3.
Example 3. Find the distance from P=(1,2,3) to the line r=i^+2j^+t(i^+j^+k^).
Example 4. Show that the four points A=(1,1,1), B=(2,1,3), C=(3,2,2), D=(3,3,4) are coplanar.
AB=(1,0,2), AC=(2,1,1), AD=(2,2,3).
det122012213=1(3−2)−0+2(4−2)=1+4=5=0.
So they are not coplanar. (Sometimes problems are designed to fool you , always compute.)
Example 5. Show using vectors that the perpendiculars from the vertices of a triangle to the opposite sides are concurrent (i.e. the orthocentre exists).
Let triangle ABC have position vectors a,b,c with respect to some origin. Let H be a point such that AH⋅BC=0 and BH⋅CA=0 (i.e. H lies on two altitudes). Then we must show CH⋅AB=0.
Let h be the position vector of H. AH=h−a, BC=c−b, etc. The first two conditions: (h−a)⋅(c−b)=0, (h−b)⋅(a−c)=0. Expand:
h⋅c−h⋅b−a⋅c+a⋅b=0.
h⋅a−h⋅c−a⋅b+b⋅c=0.
Add: h⋅a−h⋅b−a⋅c+b⋅c=0, i.e. (h−c)⋅(a−b)=0. So CH⋅AB=0. Concurrence proved.
Example 6. Find the unit vector in the plane of i^+2j^ and i^−j^ that is perpendicular to 2i^+j^+k^.
Let the desired vector be r=α(i^+2j^)+β(i^−j^)=(α+β)i^+(2α−β)j^. Perpendicularity to (2,1,1): 2(α+β)+(2α−β)=0, so 4α+β=0, i.e. β=−4α. Substituting: r=−3αi^+6αj^=3α(−i^+2j^). Magnitude: 3∣α∣5. Unit vector: 5−i^+2j^.
Try it yourself
Show that A=(2,3,4), B=(3,4,5), C=(4,5,6) are collinear.
Show that the diagonals of a rectangle have equal lengths.
Find the distance from P=(2,3,4) to the line through (1,2,3) with direction (1,1,1).
Are (1,0,0),(0,1,0),(0,0,1),(1,1,1) coplanar?
Find the angle between the body diagonal of a cube and one of its edges.
Show that the medians of a triangle are concurrent at the centroid (using vectors).
Find a vector orthogonal to both 2i^+3j^ and j^−k^, with magnitude 7.
The midpoints of sides AB and AC of a triangle are M and N. Show MN=21BC.
Find λ so that A=(1,−1,2), B=(3,2,1), C=(λ,5,3) are collinear.
The position vectors of two points are a and b. Find the position vector of a point that divides the segment AB in ratio 2:1 internally.
Find n^ perpendicular to the plane of i^+j^−2k^ and 2i^−j^+k^.
Show that the line joining the midpoints of two sides of a triangle is parallel to the third side.
A particle moves with position r(t)=ti^+t2j^+t3k^. Find its velocity and acceleration at t=1.
The vertices of a quadrilateral are A=(1,2,3), B=(4,5,6), C=(7,8,10), D=(4,5,7). Find the area.
Pitfalls and tricks
Vectors first, then coordinates. Many proofs are cleaner if you stay in pure vector form before introducing coordinates.
Use the right tool: dot product for angles and perpendicularity, cross product for areas and normals, triple product for volumes and coplanarity.
Distance from a point to a line is the magnitude of the perpendicular component of AP, captured by ∣AP×d∣/∣d∣.
Position vectors are relative to an origin , but most identities (involving differences of position vectors) are origin-independent.
Practice sketching even rough 3D pictures , they keep you honest about which vector points where.
Practice quiz
Quick check on this topic.
Quiz
Quick check : Applications
6 questions · pick the best answer
Q1
Three points A,B,C are collinear iff
Q2
Four points coplanar iff
Q3
Distance from P to line through A with direction d
Q4
sinθ between two vectors is
Q5
Centroid of triangle by position vectors
Q6
Two lines with directions d1,d2 are perpendicular iff