5.1 Vectors
- Syllabus
- 2017
- Topic
- 5.1
- Level
- Higher
A vector describes a movement with both magnitude (size) and direction. Two vectors are equal only when both properties match, even if they start at different points.
| Quantity | What matters |
|---|---|
| scalar | size only |
| vector | size and direction |
| equal vectors | same size and same direction |
Read an arrow from its tail to its head: the arrow length represents magnitude and the arrowhead fixes direction. Reversing the arrow produces the negative vector.
Parallel arrows are not automatically equal: they may point oppositely or have different magnitudes.
The vector from O to A is written OA and may be named a. A column vector (xy) means move x horizontally and y vertically.
| Component | Positive | Negative |
|---|---|---|
| top, x | right | left |
| bottom, y | up | down |
Order matters: AO=−OA=−a. Translate a diagram into notation by naming the start point first and the end point second.
The entries of a column vector are displacements, not the coordinates of its endpoint unless the vector starts at the origin.
Multiplying a vector by a scalar k multiplies every component by k. Its magnitude is multiplied by ∣k∣; a negative scalar also reverses its direction.
| Scalar k | Effect on vector |
|---|---|
| k>1 | same direction, longer |
| 0<k<1 | same direction, shorter |
| k=0 | zero vector |
| k<0 | reversed direction, scaled by ∣k∣ |
If a=(3−2), then −2a=(−64).
Do not multiply only one component; the scalar acts on the whole vector.
Add vectors by joining movements head-to-tail or by adding corresponding components. Subtracting a vector means adding its reverse: a−b=a+(−b).
| Operation | Column rule |
|---|---|
| addition | (x1y1)+(x2y2)=(x1+x2y1+y2) |
| subtraction | subtract top from top and bottom from bottom |
| route | AC=AB+BC |
(53)−(−24)=(7−1): brackets protect the signs.
A route must connect head-to-tail. If an arrow points the wrong way, reverse it and change its sign before combining.
For v=(xy), its modulus is the non-negative length ∣v∣=x2+y2, found using Pythagoras' theorem.
| Step | Action |
|---|---|
| 1 | identify horizontal and vertical components |
| 2 | square both components |
| 3 | add the squares |
| 4 | take the positive square root |
(912)=92+122=15.
The modulus is a scalar, so it has no direction and cannot be negative. Squaring a negative component makes a positive contribution.
A resultant is the single vector with the same overall effect as two or more successive vectors. Follow a continuous route and add every directed segment.
| Route fact | Vector equation |
|---|---|
| O→A→B→C | OC=OA+AB+BC |
| reverse a segment | BA=−AB |
| closed route | vector sum is 0 |
Choose a route whose start and finish match the required resultant, rewrite every segment in the stated base vectors, then collect the coefficients of each base vector.
Do not add undirected lengths or rely on the visual angle of a diagram; resultant calculations use directed vector equations.
A vector proof translates each geometric condition into an exact vector relation. Equal vectors establish equal directed sides; non-zero scalar multiples establish parallel lines, and a specified fraction locates a division point.
| Geometric fact | Vector evidence |
|---|---|
| midpoint M of AB | AM=21AB |
| parallel lines | one direction vector is a non-zero scalar multiple of the other |
| same point by two routes | the two position-vector expressions are equal |
| collinear points | their connecting vectors are scalar multiples |
Example: if OC=31a and OD=31b, then CD=31(b−a). Since AB=b−a, CD is parallel to AB.
Finishing with an expression is not a proof. State the geometric conclusion justified by the equality or scalar-multiple relationship, and exclude the zero-vector case when asserting a direction.