Vectors As Arrows Before Coordinates
A matrix can be read as instructions for how the plane moves. Feed in every point of a shape and the matrix sends it somewhere new. The course problem is to predict that new shape without guessing.
If you start with matrices as tables of numbers, it is tempting to think the only path is compute, compute, compute. The faster path is to build a picture first. A matrix acts on vectors, and a vector is best understood as an arrow that represents a displacement. Once the arrow picture is solid, coordinates become a convenient way to describe the same arrow, not the definition of what it is.
By the end of this lesson you should be able to look at a vector expression like and say what motion it represents in the plane, then translate that motion into coordinates when you need to calculate. That is the bridge to the next lessons, where a matrix will become a machine that transforms every arrow in a consistent way. What does it mean for a transformation to be consistent, and how can a few arrows determine what happens to an entire shape?
Vectors as displacements
A vector is a directed displacement. You can draw it as an arrow from a starting point to an ending point. The key feature is that only the displacement matters. Sliding the arrow without rotating or resizing it does not change the vector.
Vector addition answers a concrete question. If one move takes you from to , and a second move takes you from to , what single move takes you from to ? Place the second arrow head to tail after the first. The arrow from the start of the first to the end of the second is the sum.
Scalar multiplication answers a different question. If one move is useful, what about repeating it, or reversing it?
- Multiplying by keeps the direction and doubles the length, like taking the same step twice.
- Multiplying by keeps the direction and halves the length.
- Multiplying by keeps the length but flips the direction. It is the same displacement backward.
A common mistake is to think means attach the tails and then draw the arrow between the heads. That arrow is not in general. It measures how far apart the endpoints are, not the combined displacement. A quick counterexample is . The true sum is , which points the same way as , but the head-to-head arrow would be the zero vector.
Look closely at how the head to tail picture and the parallelogram picture encode the same sum.
Once you trust these geometric rules, coordinates will feel like labels on the picture rather than the picture itself.
Coordinates as a description of an arrow
In the plane, a grid gives you two special direction arrows. One step to the right and one step up. Call them basis vectors because they set the directions you measure along. Using the usual grid, those are
This notation is not the definition of and . It is the coordinate description of those two arrows in this grid.
Now take an arbitrary arrow . Suppose moving by is the same as moving steps in the direction and steps in the direction. Then you can build it as
and the coordinate column
is a compact record of those two components.
The subtle point is that the arrow is the geometric object, and the pair of numbers depends on the grid you chose. Change the basis directions, and the same physical arrow can get different coordinates. That dependence is not a flaw. It is the whole reason linear algebra can switch viewpoints while keeping the geometry fixed.
Use the diagram to connect one arrow to its component counts along the chosen basis directions, and notice what stays the same when the grid changes.
Sign up for free
Generate custom courses on any topic — with hands-on practice, AI guidance, and visuals built in.
Already have an account?