E7.2 Vectors in two dimensions
- Syllabus
- 0580–2028–2029
- Topic
- E7.2
- Level
- Extended
A two-dimensional vector records a directed movement: its top component is the horizontal change and its bottom component is the vertical change. The same vector can be written as a column vector, a directed segment such as AB, or a bold letter such as a.
\overrightarrow{AB}=B-A=\begin{pmatrix}x_B-x_A\y_B-y_A\end{pmatrix}
| Component | Positive | Negative |
|---|---|---|
| top | right | left |
| bottom | up | down |
For A=(6,4) and B=(2,7), AB=(2−67−4)=(−43). This means 4 units left and 3 units up. Conversely, if A=(4,1) and AB=(−31), then B=(1,2).
Always subtract end minus start. Reversing the direction reverses both signs: BA=−AB. This objective describes direction and components; calculating vector magnitude belongs to E7.3.
Vectors add by combining their horizontal changes and their vertical changes separately. Geometrically, addition joins movements head-to-tail, so a route through an intermediate point has the same resultant as the direct route.
\begin{pmatrix}a\b\end{pmatrix}+\begin{pmatrix}c\d\end{pmatrix}=\begin{pmatrix}a+c\b+d\end{pmatrix},\qquad\begin{pmatrix}a\b\end{pmatrix}-\begin{pmatrix}c\d\end{pmatrix}=\begin{pmatrix}a-c\b-d\end{pmatrix}
For points A,B,C, the head-to-tail route law is AB+BC=AC. Subtracting a vector means adding its reverse: a−b=a+(−b).
Let a=(3−2) and b=(−54). Then a+b=(−22), while a−b=(8−6). The different second result comes from subtracting both components of b.
Keep corresponding components aligned; do not add the top of one vector to the bottom of another. Route order matters when directed segments are named, because AB and BA have opposite signs.
Multiplying a vector by a scalar k multiplies every component by the same number. The result stays parallel to the original vector: a positive scalar keeps its direction, a negative scalar reverses it, and zero gives the zero vector.
k\begin{pmatrix}a\b\end{pmatrix}=\begin{pmatrix}ka\kb\end{pmatrix}
| Scalar k | Direction relative to original | Movement scale |
|---|---|---|
| k>0 | same | multiplied by k |
| k<0 | opposite | multiplied by ∣k∣ |
| k=0 | no direction | zero movement |
If v=(−37), then 2v=(−614) and −21v=(23−27). Both components change by the same factor, so the vectors remain parallel.
Apply the scalar to both components. Adding k to each component is not scalar multiplication. Notation such as 3AB means three times the directed vector from A to B; it does not mean a new point named 3A or 3B.