E7.2 Vectors in two dimensions

Syllabus
0580–2028–2029
Topic
E7.2
Level
Extended

Describe directed movement with a vector

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\overrightarrow{AB}, or a bold letter such as a\mathbf 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)A=(6,4) and B=(2,7)B=(2,7), AB=(2674)=(43)\overrightarrow{AB}=\begin{pmatrix}2-6\\7-4\end{pmatrix}=\begin{pmatrix}-4\\3\end{pmatrix}. This means 4 units left and 3 units up. Conversely, if A=(4,1)A=(4,1) and AB=(31)\overrightarrow{AB}=\begin{pmatrix}-3\\1\end{pmatrix}, then B=(1,2)B=(1,2).

Always subtract end minus start. Reversing the direction reverses both signs: BA=AB\overrightarrow{BA}=-\overrightarrow{AB}. This objective describes direction and components; calculating vector magnitude belongs to E7.3.

Add and subtract vectors component by component

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,CA,B,C, the head-to-tail route law is AB+BC=AC\overrightarrow{AB}+\overrightarrow{BC}=\overrightarrow{AC}. Subtracting a vector means adding its reverse: ab=a+(b)\mathbf a-\mathbf b=\mathbf a+(-\mathbf b).

Let a=(32)\mathbf a=\begin{pmatrix}3\\-2\end{pmatrix} and b=(54)\mathbf b=\begin{pmatrix}-5\\4\end{pmatrix}. Then a+b=(22)\mathbf a+\mathbf b=\begin{pmatrix}-2\\2\end{pmatrix}, while ab=(86)\mathbf a-\mathbf b=\begin{pmatrix}8\\-6\end{pmatrix}. The different second result comes from subtracting both components of b\mathbf 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\overrightarrow{AB} and BA\overrightarrow{BA} have opposite signs.

Multiply a vector by a scalar

Multiplying a vector by a scalar kk 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 kk Direction relative to original Movement scale
k>0k>0 same multiplied by kk
k<0k<0 opposite multiplied by k|k|
k=0k=0 no direction zero movement

If v=(37)\mathbf v=\begin{pmatrix}-3\\7\end{pmatrix}, then 2v=(614)2\mathbf v=\begin{pmatrix}-6\\14\end{pmatrix} and 12v=(3272)-\tfrac12\mathbf v=\begin{pmatrix}\tfrac32\\-\tfrac72\end{pmatrix}. Both components change by the same factor, so the vectors remain parallel.

Apply the scalar to both components. Adding kk to each component is not scalar multiplication. Notation such as 3AB3\overrightarrow{AB} means three times the directed vector from AA to BB; it does not mean a new point named 3A3A or 3B3B.