Historical Context & Motivation
For more than two thousand years, geometry relied on the axiomatic method pioneered by Euclid around 300 BCE. Proofs were constructed using compass-and-straightedge reasoning, angle chasing, and congruence arguments — techniques that are elegant but can become unwieldy for complex figures. Mathematicians eventually asked: What if we could replace diagrams and visual intuition with pure algebra? The answer arrived through the development of vectors, which let us encode position, direction, and magnitude in a single mathematical object and then manipulate those objects with the rules of algebra.
The central question this topic addresses is: Can we prove classical results — like the midpoint theorem, the medians of a triangle meeting at a single point, or diagonals bisecting each other — using only vector algebra, without relying on angle measures or congruence? As you will see, the answer is a resounding yes, and the proofs are often shorter and more transparent than their Euclidean counterparts.
Core Principles & Definitions
Before diving into proofs, you need a handful of foundational ideas. These principles are the toolkit that makes every vector proof work. Master them, and each proof becomes a matter of careful algebra rather than inspired geometric insight.
Position Vectors
Vector Addition & Scalar Multiplication
Midpoint Formula
Parallelism Condition
Section Formula (Division of a Segment)
Visual Explanation — The Midpoint Theorem
The Midpoint Theorem states that the segment connecting the midpoints of two sides of a triangle is parallel to the third side and half its length. This is a perfect first vector proof because it uses only position vectors, the midpoint formula, and the parallelism condition. The diagram below illustrates the setup.
In the diagram, M is the midpoint of AC, so m = ½(a + c), and N is the midpoint of BC, so n = ½(b + c). The displacement vector from M to N is n − m = ½(b + c) − ½(a + c) = ½(b − a). Since b − a is exactly the vector from A to B, we see that MN is a scalar multiple (½) of AB. This proves MN is parallel to AB and exactly half its length — the Midpoint Theorem, proved in three lines of algebra.
Mathematical Framework
Every vector proof follows a common recipe. You set up position vectors for the vertices, express the points of interest (midpoints, centroids, intersection points) in terms of those vectors, then simplify to reveal the geometric relationship. The equations below summarize the key formulas you will use repeatedly.
Catalogue of Classic Vector Proofs
The IB HL syllabus expects you to be able to prove several classical geometry results using vectors. The diagram below shows one of the most important: that the three medians of any triangle are concurrent (they all pass through a single point, the centroid). Following the diagram is a reference table summarizing the key vector proofs you should know.
| Theorem | What You Prove | Key Vector Result |
|---|---|---|
| Midpoint Theorem | The segment joining midpoints of two sides is parallel to the third side and half its length. | MN = ½(b − a), which is ½ × AB⃗ |
| Medians Concurrency | The three medians of a triangle meet at a single point (centroid). | All three median parametrizations give g = ⅓(a + b + c) at parameter t = ⅔. |
| Parallelogram Diagonals | The diagonals of a parallelogram bisect each other. | Midpoint of AC = midpoint of BD = ½(a + b + d) (with appropriate labelling). |
| Midpoints Form a Parallelogram | The midpoints of the sides of any quadrilateral form a parallelogram (Varignon's theorem). | Opposite sides of the midpoint quadrilateral are both equal to ½ of the same diagonal vector. |
Worked Example — Proving the Medians are Concurrent
Let's prove that the three medians of a triangle all pass through the point G with position vector g = ⅓(a + b + c). We will show this by parametrizing two different medians and demonstrating they intersect at the same point, then verifying the third median also passes through it.
Vector Proofs vs. Traditional Euclidean Proofs
You might wonder why we bother with vector proofs when Euclidean methods already work. Both approaches have strengths, and understanding the trade-offs will help you choose the right tool on an exam. The table below compares them side by side.
| Feature | Vector Proof | Euclidean (Synthetic) Proof |
|---|---|---|
| Setup cost | Must assign position vectors and express points algebraically — a few lines of notation. | Usually starts from the diagram directly; minimal algebraic setup. |
| Proof mechanics | Algebraic manipulation — expand, simplify, factor. Systematic and procedural. | Geometric reasoning — congruence, similarity, angle arguments. Requires insight. |
| Risk of errors | Sign errors or wrong coefficients; checked by matching coefficients of independent vectors. | Logical gaps or unstated assumptions; harder to self-check. |
| Generality | Works in any dimension (2D or 3D) without modification. | Often restricted to 2D unless extended with solid geometry axioms. |
| Elegance | Compact and uniform, but can feel mechanical. | Can be very elegant, but the "right" construction isn't always obvious. |
Connections to Advanced Theory
Vector proofs at the HL level open the door to more powerful ideas you may encounter in university mathematics and physics. The table below links the concepts you've learned here to their advanced counterparts.
| HL Concept | Advanced Extension | Where It Leads |
|---|---|---|
| Position vectors & displacement | Affine combinations & barycentric coordinates | Computer graphics, finite element analysis |
| Parallelism via scalar multiples | Linear independence & spanning sets | Linear algebra, vector spaces, machine learning |
| Centroid as ⅓(a + b + c) | Centre of mass for n particles | Physics (mechanics), statistics (mean of data) |
| Dot product for perpendicularity | Inner product spaces, orthogonal projections | Quantum mechanics, signal processing |
One particularly beautiful extension is barycentric coordinates. Instead of measuring from a fixed origin, you express every point in the plane as a weighted average of a triangle's vertices: P = αA + βB + γC, where α + β + γ = 1. The centroid corresponds to α = β = γ = ⅓. This system is widely used in computer graphics for texture mapping and in finite element methods for engineering simulations. Your IB vector proofs are the first step toward understanding this powerful framework.
Practice Problems
Summary & Key Concepts
Vector proofs translate geometric statements into algebra by assigning position vectors to vertices and expressing special points using the midpoint formula m = ½(a + b) and the section formula p = (na + mb)/(m + n). The core strategy is to compute displacement vectors between points of interest, then simplify. If the result is a scalar multiple of another known vector, you have proven parallelism (and the scalar gives the length ratio). If two expressions equal the same vector, you have proven concurrency or coincidence.
Key results you should be able to prove include the Midpoint Theorem (the midsegment is parallel to the third side and half its length), the concurrency of medians at the centroid G = ⅓(a + b + c), that parallelogram diagonals bisect each other, and Varignon's theorem (midpoints of any quadrilateral's sides form a parallelogram). Remember: every proof follows the same recipe — set up, simplify, interpret.