MATH 3 • GEOMETRY

Vectors for Geometric Reasoning — I can use vectors at an introductory level to represent displacement and support geometric reasoning.

Learn how arrows with direction and magnitude unlock powerful geometric proofs and displacement analysis.

Historical Context & Motivation

For centuries, mathematicians and scientists struggled with a fundamental challenge: how do you describe motion, force, and position in a way that captures both how much and which direction? A single number can tell you the distance from home to school, but it can't tell you whether to head north or south. This need for directional quantities drove the invention of one of the most versatile tools in all of mathematics: the vector.

1687
Newton's Principia
Isaac Newton used geometric diagrams with arrows to represent forces and velocities in his laws of motion, laying the conceptual groundwork for vectors—though the word itself didn't exist yet.
1799
Wessel's Complex Plane
Caspar Wessel represented complex numbers as directed line segments on a plane, one of the first formal uses of arrows to encode both magnitude and direction.
1843
Hamilton's Quaternions
William Rowan Hamilton introduced quaternions—an extension of complex numbers into three dimensions—sparking a wave of research into directed quantities.
1881
Gibbs & Heaviside Formalize Vectors
Josiah Willard Gibbs and Oliver Heaviside independently distilled Hamilton's quaternions into the modern vector system with components, addition, and dot/cross products that we use today.
Today
Vectors Everywhere
Vectors are essential in physics, engineering, computer graphics, GPS navigation, robotics, and video game design—anywhere direction matters as much as size.

The central question that vectors answer is deceptively simple: How do we describe a change in position—or any quantity with direction—using precise mathematical language? In this lesson, you'll learn to represent displacement as a vector and use vector reasoning to solve geometric problems that would be much harder with coordinates alone.

Core Principles & Definitions

Before diving into calculations, let's build a solid foundation. A vector is a mathematical object defined by two properties: its magnitude (how long it is) and its direction (which way it points). Unlike a regular number—called a scalar—which only tells you 'how much,' a vector tells you 'how much' and 'in what direction.'

1

Magnitude

The length of the vector, often written as |v| or ‖v‖. It is always a non-negative number representing size or distance.
2

Direction

The angle or orientation of the vector. Two vectors with the same magnitude but different directions are considered different vectors.
3

Displacement Vector

A vector that describes the change in position from one point to another. It points from the initial position to the final position and captures the 'net movement.'
4

Component Form

Writing a vector as ⟨a, b⟩ where 'a' is the horizontal change and 'b' is the vertical change. This connects vectors directly to the coordinate plane.
5

Equal Vectors

Two vectors are equal if they have the same magnitude and direction, regardless of where they are placed. You can slide a vector anywhere without changing it.
KEY TAKEAWAY
Think of a vector like the instructions on a treasure map: 'Walk 50 paces east, then 30 paces north.' Just knowing '50 paces' isn't enough—you need the direction too. A displacement vector captures exactly this idea: it tells you how far and in what direction to move from one point to another, without caring about the winding path you might actually take.

Visualizing Vectors on the Coordinate Plane

The diagram below shows how a displacement vector connects two points on a coordinate plane. Notice the arrow from point A to point B. The horizontal component tells you how far left or right to move, and the vertical component tells you how far up or down. The vector itself is the direct path—the hypotenuse of a right triangle formed by its components.

Vector AB = ⟨3, 3⟩ connects point A (1, 1) to point B (4, 4). The dashed lines show the horizontal component (Δx = 3, in amber) and vertical component (Δy = 3, in emerald). The vector is the hypotenuse of the right triangle formed by these components.

In the diagram, notice how the displacement vector is completely determined by the horizontal change (Δx = 3) and the vertical change (Δy = 3). This is why we write the vector in component form as ⟨3, 3⟩. The actual starting point doesn't define the vector—only the change matters. If you slid this same arrow so it started at (0, 0), it would still be the vector ⟨3, 3⟩.

Mathematical Framework

Now let's formalize the key operations you'll use with vectors. Each formula below connects geometry you already know—like the Pythagorean theorem and coordinate subtraction—to the language of vectors.

COMPONENT FORM FROM TWO POINTS
→AB = ⟨x₂ − x₁ , y₂ − y₁⟩
Given initial point A(x₁, y₁) and terminal point B(x₂, y₂), the displacement vector AB has components found by subtracting the coordinates of A from those of B.
MAGNITUDE OF A VECTOR
|→v| = √(a² + b²)
For a vector v = ⟨a, b⟩, the magnitude is the length of the arrow. This is a direct application of the Pythagorean theorem, since the vector is the hypotenuse of a right triangle with legs a and b.
VECTOR ADDITION
⟨a₁, b₁⟩ + ⟨a₂, b₂⟩ = ⟨a₁ + a₂ , b₁ + b₂⟩
To add two vectors, add their corresponding components. Geometrically, this is placing them tip-to-tail: the resulting vector goes from the start of the first to the end of the second.
SCALAR MULTIPLICATION
k × ⟨a, b⟩ = ⟨ka, kb⟩
Multiplying a vector by a scalar k stretches or shrinks it by factor |k|. If k is negative, the vector reverses direction. The direction stays the same when k > 0.
📝 Notation Note
You'll see vectors written in several ways: with an arrow above (→v), in bold (v), or in component form ⟨a, b⟩. In handwriting, draw a small arrow above the letter. In this lesson, we use the angle-bracket component form ⟨a, b⟩ most often since it makes calculations clearest.

Vector Addition & the Tip-to-Tail Method

One of the most powerful things you can do with vectors is add them together. Imagine you walk 4 blocks east and then 3 blocks north. Your total displacement—where you end up relative to where you started—is a single vector that goes diagonally from start to finish. The tip-to-tail method lets you find this resultant vector geometrically: place the tail (starting point) of the second vector at the tip (ending point) of the first, and draw the resultant from the original tail to the final tip.

The amber vector u = ⟨4, 0⟩ goes east, and the violet vector v = ⟨0, 3⟩ goes north. The dashed emerald arrow is the resultant vector ⟨4, 3⟩ with magnitude 5, found by the tip-to-tail method.

In the diagram above, u + v = ⟨4, 0⟩ + ⟨0, 3⟩ = ⟨4, 3⟩. Notice that the resultant vector's magnitude is √(4² + 3²) = √25 = 5, forming a classic 3-4-5 right triangle. This is a beautiful example of how the Pythagorean theorem lives inside vector operations. You can also verify that the order doesn't matter: v + u gives the same resultant. This property is called the commutative property of vector addition.

Worked Example: Proving a Quadrilateral is a Parallelogram

Vectors truly shine in geometric reasoning. Here's a classic problem: given four vertices, prove that a quadrilateral is a parallelogram by showing that opposite sides are represented by equal vectors.

Prove ABCD Is a Parallelogram
1
Step 1 — Identify the VerticesA quadrilateral has vertices A(1, 2), B(5, 4), C(7, 8), and D(3, 6). We want to show that ABCD is a parallelogram. Recall that a parallelogram has both pairs of opposite sides parallel and equal in length.
2
Step 2 — Find Vectors for Opposite SidesCompute the displacement vector for side AB: →AB = ⟨5 − 1, 4 − 2⟩ = ⟨4, 2⟩. Now compute the displacement vector for the opposite side DC: →DC = ⟨7 − 3, 8 − 6⟩ = ⟨4, 2⟩.
→AB = ⟨4, 2⟩ and →DC = ⟨4, 2⟩
3
Step 3 — Check the Other PairCompute →BC = ⟨7 − 5, 8 − 4⟩ = ⟨2, 4⟩. Now compute →AD = ⟨3 − 1, 6 − 2⟩ = ⟨2, 4⟩.
→BC = ⟨2, 4⟩ and →AD = ⟨2, 4⟩
4
Step 4 — Draw the ConclusionSince →AB = →DC, sides AB and DC are parallel and equal in length. Since →BC = →AD, sides BC and AD are also parallel and equal in length. Because both pairs of opposite sides are equal vectors, quadrilateral ABCD is a parallelogram.
ABCD is a parallelogram. ∎
💡 Why This Works
Equal vectors guarantee that two segments have both the same length and the same direction. That's exactly what 'parallel and congruent' means in geometry. This vector-based proof is often shorter and more elegant than a coordinate proof using slopes and the distance formula.

Vectors vs. Traditional Coordinate Methods

You might wonder why we bother with vectors when we already have coordinates. Both tools solve geometric problems, but they have different strengths. The table below compares the two approaches across several common tasks.

Comparison of coordinate-based and vector-based geometric reasoning
TaskCoordinate MethodVector Method
Show sides are parallelCompute slopes for each side; check if slopes are equalCompute displacement vectors; check if they are equal or scalar multiples
Prove a shape is a parallelogramCheck slopes and lengths for both pairs of opposite sides (4+ calculations)Check that opposite-side vectors are equal (2 calculations)
Find a midpointUse the midpoint formula directlyStart at one endpoint and add half the displacement vector
Describe displacementList starting and ending coordinates; compute distance separatelyA single vector captures both distance and direction in one object
Combine multiple movementsTrack coordinates step by step; prone to arithmetic errorsAdd vectors with simple component addition
KEY TAKEAWAY
Think of coordinate methods like giving someone a street address—they tell you exactly where something is. Vectors are more like giving driving directions—they tell you how to get there. Sometimes you need the address, sometimes you need the directions, and often the directions are simpler. Vectors excel when the relationship between points matters more than the points themselves.

Connection to Advanced Vector Concepts

The displacement vectors and geometric reasoning you've learned here are the foundation for a much richer set of tools. As you continue in math and science, vectors will expand in both dimension and sophistication. The table below previews where the concepts you've just learned are heading.

From introductory to advanced vector concepts
What You Know NowWhat Comes Next
2D vectors ⟨a, b⟩3D vectors ⟨a, b, c⟩ and n-dimensional vectors in linear algebra
Vector magnitude via Pythagorean theoremGeneralized distance formulas and norms in higher dimensions
Equal vectors → parallel & congruent sidesDot product and cross product for angles, areas, and 3D geometry
Displacement as a vectorVelocity, acceleration, and force vectors in physics
Scalar multiplication for stretchingLinear transformations and matrices that rotate, reflect, and scale

In physics, the displacement vectors you practiced today become velocity and force vectors. In computer science and gaming, vectors drive character movement, camera angles, and collision detection. In linear algebra—a course many of you will take in college—vectors become the central object of study, and the ideas of addition and scalar multiplication generalize to any number of dimensions. The geometric intuition you're building now will serve you for years to come.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain the difference between a scalar and a vector. Then give one real-world example of each.
PROBLEM 2BASIC CALCULATION
Find the component form and the magnitude of the vector from P(2, −1) to Q(6, 5).
PROBLEM 3INTERMEDIATE
A hiker walks from camp along vector u = ⟨3, 4⟩ to a river, then follows vector v = ⟨−1, 2⟩ to a bridge. What single displacement vector takes the hiker directly from camp to the bridge? What is its magnitude?
PROBLEM 4APPLIED
Quadrilateral PQRS has vertices P(0, 0), Q(4, 1), R(5, 4), and S(1, 3). Use vectors to determine whether PQRS is a parallelogram.
PROBLEM 5CRITICAL THINKING
Triangle ABC has vertices A(0, 0), B(6, 0), and C(2, 4). Let M be the midpoint of BC. Show, using vectors, that →AM = ½(→AB + →AC). Then explain in your own words what this result tells us about the relationship between a median and the sides of a triangle.

Lesson Summary

A vector is defined by both magnitude (length) and direction, distinguishing it from a scalar, which has only magnitude. The displacement vector from point A(x₁, y₁) to B(x₂, y₂) is written in component form as ⟨x₂ − x₁, y₂ − y₁⟩, and its magnitude is found using the Pythagorean theorem: |v| = √(a² + b²).

Vectors can be added using the tip-to-tail method (adding corresponding components) and scaled via scalar multiplication. In geometric reasoning, equal vectors prove that sides are parallel and congruent—a powerful shortcut for identifying parallelograms and supporting other proofs. These introductory vector skills form the foundation for 3D vectors, dot products, and physics applications you'll encounter in future courses.

Varsity Tutors • Math 3 • Vectors for Geometric Reasoning