Pure · Vectors
1 / 13
Vector notation and representation
What a vector is (a size and a direction), the ways we write one (bold letter, arrow, column, i–j components), and how to add, subtract and scale vectors — both geometrically (nose-to-tail) and component by component.
Pure · Vectors
Vector notation and representation
What a vector is (a size and a direction), the ways we write one (bold letter, arrow, column, i–j components), and how to add, subtract and scale vectors — both geometrically (nose-to-tail) and component by component.
Why it works
A scalar is just a size — , , a temperature. A vector carries a size and a direction: a displacement of " km north-east", a velocity, a force. We draw one as an arrow (a directed line segment): its length is the magnitude and the way it points is the direction.There are several ways to write the same vector, and you must read all of them:
- a bold letter (handwritten: underlined, );
- an arrow between two points, — "from to ";
- a column, ;
- in terms of the unit vectors (one unit along the -axis) and
The last two say exactly the same thing: is . (In three dimensions you add a third unit vector along the -axis, giving .)
Position doesn't matter. Two arrows are the same vector if they have the same length and the same direction — it doesn't matter where on the page they sit. So whenever and are parallel, equally long and point the same way.
Reversing the arrow flips the sign: — same length, opposite direction. More generally is turned to point backwards.
Scaling. is stretched by the factor : its magnitude is , it points the same way if and the opposite way if . This is the key fact behind parallel vectors:Two non-zero vectors are parallel exactly when one is a scalar multiple of the other, .Adding is nose-to-tail (the triangle law): walk along , then along from where you finished, and the single arrow from start to end is . In a triangle this reads : the 's "cancel".Subtracting is adding the reverse: .
In components it is wonderfully simple — you just work on each direction separately: Every component gets multiplied by — not just the first.