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.
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.'
Magnitude
Direction
Displacement Vector
Component Form
Equal Vectors
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.
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.
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.
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.
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.
| Task | Coordinate Method | Vector Method |
|---|---|---|
| Show sides are parallel | Compute slopes for each side; check if slopes are equal | Compute displacement vectors; check if they are equal or scalar multiples |
| Prove a shape is a parallelogram | Check slopes and lengths for both pairs of opposite sides (4+ calculations) | Check that opposite-side vectors are equal (2 calculations) |
| Find a midpoint | Use the midpoint formula directly | Start at one endpoint and add half the displacement vector |
| Describe displacement | List starting and ending coordinates; compute distance separately | A single vector captures both distance and direction in one object |
| Combine multiple movements | Track coordinates step by step; prone to arithmetic errors | Add vectors with simple component addition |
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.
| What You Know Now | What Comes Next |
|---|---|
| 2D vectors ⟨a, b⟩ | 3D vectors ⟨a, b, c⟩ and n-dimensional vectors in linear algebra |
| Vector magnitude via Pythagorean theorem | Generalized distance formulas and norms in higher dimensions |
| Equal vectors → parallel & congruent sides | Dot product and cross product for angles, areas, and 3D geometry |
| Displacement as a vector | Velocity, acceleration, and force vectors in physics |
| Scalar multiplication for stretching | Linear 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
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.