Using Vectors to Prove Geometric Results
Simple Explanation
Vectors give a powerful alternative way to prove classic geometry results, like the Midpoint Theorem — instead of angle-chasing or congruent triangles, you express the key segments as vectors and use vector algebra (addition, subtraction, scalar multiplication) to show they must be parallel and/or in a specific length ratio.
Why Do We Need It?
Many geometry theorems that are painstaking to prove with angles become short, clean algebraic arguments once written as vectors — a genuinely different and often faster proof technique.
See It
Triangle ABC with M the midpoint of AB and N the midpoint of AC, showing segment MN parallel to and half the length of BC
Formula
Scalar Multiplication of a Vector
k·a has magnitude |k||a|, same direction as a if k>0, opposite if k<0
Multiplying a vector by a scalar (an ordinary number) k stretches or shrinks its magnitude by a factor of |k|, and flips its direction if k is negative.
- k
- — a scalar (real number) multiplier
- a
- — the original vector
- |a|
- — the magnitude (length) of vector a
When to use it: Whenever a vector needs to be scaled in size, reversed in direction, or both.
Worked Example
Prove the Midpoint Theorem using vectors
In triangle ABC, M is the midpoint of AB and N is the midpoint of AC. Prove, using vectors, that MN is parallel to BC and that MN = ½BC.
Why Does This Work?
Because MN turned out to be a positive scalar multiple (½) of BC, and scalar multiplication of a vector by a positive number never changes its direction (only its magnitude), MN must point in exactly the same direction as BC. That is precisely what "parallel" means here — plus the scalar ½ tells you MN is exactly half as long.
Real-Life Example
Verifying a structural brace in an engineering frame
An engineer wants to confirm that a brace connecting the midpoints of two beams of a triangular frame is exactly half the length of, and parallel to, the base beam.
A quick vector proof (as above) verifies this exactly, without needing to physically measure any angles on the frame.
Practice
In triangle PQR, M is the midpoint of PQ and N is the midpoint of PR. If QR has length 18, find the length of MN.
HardCommon mistake
Assuming MN = ½AB or ½AC (the sides touching the midpoints themselves) instead of ½BC — the Midpoint Theorem specifically relates MN to the side opposite the two midpoints.
Quick Review
- Express the relevant sides as vectors from a common vertex, then use vector algebra.
- MN = AN − AM = ½c − ½b = ½(c−b) = ½BC — a scalar multiple, so MN ∥ BC and half its length.
- Vector proofs replace angle-chasing with pure algebra.