Some quantities need a direction to make sense
A scalar is fully described by a number and a unit: a mass of 5 kg, a temperature of 30°C, a length of 8 m. A vector also needs a direction: a displacement of 8 m north-east, a velocity of 60 km/h due south.
A vector is drawn as an arrow: its length represents the magnitude and its direction represents the direction. Two arrows of the same length pointing the same way represent the same vector, wherever they are drawn on the page. That is why a vector can be slid around freely without changing.
- a
- the horizontal componentpositive to the right
- b
- the vertical componentpositive upward
- |v|
- the magnitude, or lengthalways ≥ 0
Adding vectors: components, or the triangle rule
There are two ways to add, and they always agree. Geometrically, place the tail of the second arrow at the head of the first; the sum is the arrow from the start of the first to the end of the second. This is the triangle rule, and its twin, the parallelogram rule, is the same statement drawn differently.
Algebraically, just add the components: ⟨a, b⟩ + ⟨c, d⟩ = ⟨a + c, b + d⟩. This is far quicker and is what the exam expects unless a diagram is demanded.
Subtraction follows from the fact that −v is v reversed: u − v = u + (−v). And multiplying by a scalar k stretches the vector by a factor |k|, reversing it if k is negative.
Notice the resultant closes the triangle. Reverse one vector and the resultant becomes the difference — subtraction is nothing but addition of the reversed vector.
Position vectors and the vector joining two points
The position vector of a point A is the vector from the origin to A, written OA or a. If A is the point (3, 5) then a = ⟨3, 5⟩ — the position vector and the coordinates carry the same numbers.
The vector joining two points is the difference of their position vectors, and the order matters.
A is (2, −1) and B is (7, 11). Find AB, its magnitude, and a unit vector in its direction.
AB = b − a = ⟨7, 11⟩ − ⟨2, −1⟩ = ⟨5, 12⟩.Head minus tail. Writing a − b would give the vector from B to A instead.|AB| = √(25 + 144) = √169 = 13.The magnitude is the distance formula, which is Pythagoras again.- Unit vector
= ⟨5, 12⟩ / 13 = ⟨5/13, 12/13⟩.Dividing by the magnitude leaves the direction unchanged and the length equal to 1. - Check:
(5/13)² + (12/13)² = (25 + 144)/169 = 1✓Any unit vector must satisfy this, so it is a free check.
AB = ⟨5, 12⟩, |AB| = 13, unit vector ⟨5/13, 12/13⟩
Parallel vectors, and using vectors to prove geometry
Two vectors are parallel when one is a scalar multiple of the other: u = k v. If k is positive they point the same way; if negative, opposite ways. This one fact does most of the geometric work in the chapter.
To prove a quadrilateral is a parallelogram, show one pair of opposite sides is equal and parallel — as vectors, show AB = DC. To show three points are collinear, show that AB is a scalar multiple of BC; since the two share the point B, the three must lie on one line.
Equal vectors say more than parallel ones
Writing AB = DC asserts two things at once: the sides are the same length and they point the same way. That single equation is enough to prove ABCD is a parallelogram, which is why the vector proof is so much shorter than the coordinate one.
Before you leave this chapter
- Scalar = magnitude only. Vector = magnitude and direction.
- Add and subtract componentwise; the triangle rule is the same operation drawn.
- AB = b − a, head minus tail. AB = −BA.
- |v| = √(a² + b²), and the unit vector is v divided by its own magnitude.
- u parallel to v means u = kv. Equal vectors are parallel and the same length.
Components from magnitude and direction, and back again
Vectors reach you in two forms. Sometimes you are given the components ⟨a, b⟩; sometimes you are given a magnitude and a bearing or angle, as in "a force of 40 N at 30° above the horizontal". Converting between the two is pure right-angled trigonometry.
Going from magnitude and angle to components, drop a perpendicular and read off the two sides. Going back, use Pythagoras for the length and the tangent ratio for the angle.
A vector has magnitude 20 and makes an angle of 60° with the positive x-axis. Find its components.
a = 20 cos 60° = 20 × 0.5 = 10.The horizontal component uses cosine, because the adjacent side lies along the x-axis.b = 20 sin 60° = 20 × 0.866 = 17.3.The vertical component uses sine.- So
v = ⟨10, 17.3⟩. - Check:
√(100 + 300) = √400 = 20✓Recomputing the magnitude from the components confirms both numbers at once.
v = ⟨10, 17.3⟩
Proving a geometrical result with vectors
The reason vectors are worth learning is that a geometrical proof written with them is often three lines long. The method is always the same: express every vector in the diagram in terms of two chosen ones, then compare.
In triangle OAB, M is the midpoint of OA and N is the midpoint of OB. Show that MN is parallel to AB and half its length.
- Let
OA = aandOB = b. ThenOM = ½aandON = ½b.Choose two vectors from one point and write everything else in terms of them. MN = ON − OM = ½b − ½a = ½(b − a).Head minus tail, exactly as for position vectors.AB = b − a.- So
MN = ½ AB, a scalar multiple, which proves MN is parallel to AB and half as long. ∎One equation delivers both conclusions at once — the direction from "scalar multiple" and the length from the factor ½.
MN = ½AB, so MN ∥ AB and |MN| = ½|AB|