Skip to content

Vector arithmetic: addition, subtraction and scalar multiplication

Vector arithmetic combines directed changes. Addition joins movements, subtraction compares them, and scalar multiplication changes their size and possibly their direction.

For example, moving by

a=(31)\mathbf a=\begin{pmatrix}3\\-1\end{pmatrix}

and then by

b=(24)\mathbf b=\begin{pmatrix}-2\\4\end{pmatrix}

produces the overall movement

a+b=(3+(2)1+4)=(13).\mathbf a+\mathbf b =\begin{pmatrix}3+(-2)\\-1+4\end{pmatrix} =\begin{pmatrix}1\\3\end{pmatrix}.

The calculation is componentwise because horizontal changes combine with horizontal changes, while vertical changes combine with vertical changes.

You should be able to:

  • represent vectors in column form and in i\mathbf i, j\mathbf j, k\mathbf k notation;
  • distinguish vectors from scalars and points;
  • calculate confidently with negatives and fractions;
  • solve linear equations and simple simultaneous equations.

Review vectors in two and three dimensions or algebraic fluency if needed.

Add corresponding components:

(a1a2)+(b1b2)=(a1+b1a2+b2)\boxed{ \begin{pmatrix}a_1\\a_2\end{pmatrix} +\begin{pmatrix}b_1\\b_2\end{pmatrix} =\begin{pmatrix}a_1+b_1\\a_2+b_2\end{pmatrix}}

and, in three dimensions,

(a1a2a3)+(b1b2b3)=(a1+b1a2+b2a3+b3).\begin{pmatrix}a_1\\a_2\\a_3\end{pmatrix} +\begin{pmatrix}b_1\\b_2\\b_3\end{pmatrix} =\begin{pmatrix}a_1+b_1\\a_2+b_2\\a_3+b_3\end{pmatrix}.

Only vectors with the same number of components can be added. A two dimensional vector and a three dimensional vector belong to different spaces.

Let

p=(57),q=(83).\mathbf p=\begin{pmatrix}-5\\7\end{pmatrix}, \qquad \mathbf q=\begin{pmatrix}8\\-3\end{pmatrix}.

Then

p+q=(5+87+(3))=(34).\begin{aligned} \mathbf p+\mathbf q &=\begin{pmatrix}-5+8\\7+(-3)\end{pmatrix}\\ &=\boxed{\begin{pmatrix}3\\4\end{pmatrix}}. \end{aligned}

Equivalently, p=5i+7j\mathbf p=-5\mathbf i+7\mathbf j and q=8i3j\mathbf q=8\mathbf i-3\mathbf j, so

p+q=(5+8)i+(73)j=3i+4j.\mathbf p+\mathbf q =(-5+8)\mathbf i+(7-3)\mathbf j =\boxed{3\mathbf i+4\mathbf j}.

The two answers are different notations for the same vector.

Suppose a route goes from AA to BB, then from BB to CC. The combined displacement goes directly from AA to CC:

AB+BC=AC.\boxed{\overrightarrow{AB}+\overrightarrow{BC}=\overrightarrow{AC}}.

This is the triangle law of vector addition. Translate the second arrow without rotating or resizing it so that its tail meets the head of the first. The resultant joins the first tail to the final head.

The parallelogram law gives the same sum. Draw a\mathbf a and b\mathbf b from one point and complete a parallelogram. Its diagonal from that point is a+b\mathbf a+\mathbf b.

Order does not affect the resultant:

a+b=b+a.\boxed{\mathbf a+\mathbf b=\mathbf b+\mathbf a}.

The head to tail routes differ, but they are opposite sides of the same parallelogram and finish at the same place.

Simplify

PQ+QR+RS.\overrightarrow{PQ}+\overrightarrow{QR}+\overrightarrow{RS}.

Join consecutive stages:

PQ+QR=PR,\overrightarrow{PQ}+\overrightarrow{QR}=\overrightarrow{PR},

then

PR+RS=PS.\overrightarrow{PR}+\overrightarrow{RS}=\boxed{\overrightarrow{PS}}.

The intermediate points cancel conceptually because only the starting and finishing points determine the overall displacement.

Given

a=(461),b=(725),\mathbf a=\begin{pmatrix}4\\-6\\1\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}-7\\2\\5\end{pmatrix},

find a+b\mathbf a+\mathbf b.

Answer a+b=(476+21+5)=(346).\mathbf a+\mathbf b =\begin{pmatrix}4-7\\-6+2\\1+5\end{pmatrix} =\boxed{\begin{pmatrix}-3\\-4\\6\end{pmatrix}}.

The zero vector has every component equal to zero:

0=(00)or0=(000).\mathbf 0=\begin{pmatrix}0\\0\end{pmatrix} \quad\text{or}\quad \mathbf 0=\begin{pmatrix}0\\0\\0\end{pmatrix}.

It represents no change and satisfies

a+0=a.\mathbf a+\mathbf 0=\mathbf a.

The negative of a\mathbf a has every direction reversed:

a=(a1a2),a+(a)=0.-\mathbf a=\begin{pmatrix}-a_1\\-a_2\end{pmatrix}, \qquad \mathbf a+(-\mathbf a)=\mathbf 0.

If a\mathbf a is represented by AB\overrightarrow{AB}, then

a=BA.-\mathbf a=\overrightarrow{BA}.

Subtraction means adding the opposite vector:

ab=a+(b).\boxed{\mathbf a-\mathbf b=\mathbf a+(-\mathbf b)}.

Therefore

(a1a2)(b1b2)=(a1b1a2b2).\begin{pmatrix}a_1\\a_2\end{pmatrix} -\begin{pmatrix}b_1\\b_2\end{pmatrix} =\begin{pmatrix}a_1-b_1\\a_2-b_2\end{pmatrix}.

Geometrically, if a\mathbf a and b\mathbf b start from the same point, ab\mathbf a-\mathbf b points from the head of b\mathbf b to the head of a\mathbf a. This orientation follows from

b+(ab)=a.\mathbf b+(\mathbf a-\mathbf b)=\mathbf a.

Worked example 3: subtraction with negative components

Section titled “Worked example 3: subtraction with negative components”

Let

u=(25),v=(43).\mathbf u=\begin{pmatrix}-2\\5\end{pmatrix}, \qquad \mathbf v=\begin{pmatrix}4\\-3\end{pmatrix}.

Find uv\mathbf u-\mathbf v and vu\mathbf v-\mathbf u.

uv=(245(3))=(68).\begin{aligned} \mathbf u-\mathbf v &=\begin{pmatrix}-2-4\\5-(-3)\end{pmatrix}\\ &=\boxed{\begin{pmatrix}-6\\8\end{pmatrix}}. \end{aligned}

Reversing the subtraction reverses the vector:

vu=(4(2)35)=(68)=(uv).\begin{aligned} \mathbf v-\mathbf u &=\begin{pmatrix}4-(-2)\\-3-5\end{pmatrix}\\ &=\begin{pmatrix}6\\-8\end{pmatrix} =-(\mathbf u-\mathbf v). \end{aligned}

Unlike addition, subtraction is not commutative:

abba\mathbf a-\mathbf b\ne\mathbf b-\mathbf a

unless a=b\mathbf a=\mathbf b.

A three stage journey has total displacement

r=(71).\mathbf r=\begin{pmatrix}7\\1\end{pmatrix}.

The first two displacements are

a=(34),b=(26).\mathbf a=\begin{pmatrix}3\\-4\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}-2\\6\end{pmatrix}.

Find the third displacement c\mathbf c.

The journey equation is

a+b+c=r.\mathbf a+\mathbf b+\mathbf c=\mathbf r.

Hence

c=rab=(71)(34)(26)=(73(2)1(4)6)=(61).\begin{aligned} \mathbf c &=\mathbf r-\mathbf a-\mathbf b\\ &=\begin{pmatrix}7\\1\end{pmatrix} -\begin{pmatrix}3\\-4\end{pmatrix} -\begin{pmatrix}-2\\6\end{pmatrix}\\ &=\begin{pmatrix}7-3-(-2)\\1-(-4)-6\end{pmatrix}\\ &=\boxed{\begin{pmatrix}6\\-1\end{pmatrix}}. \end{aligned}

Check by addition:

(34)+(26)+(61)=(71).\begin{pmatrix}3\\-4\end{pmatrix} +\begin{pmatrix}-2\\6\end{pmatrix} +\begin{pmatrix}6\\-1\end{pmatrix} =\begin{pmatrix}7\\1\end{pmatrix}.

If p=(1,4,2)T\mathbf p=(1,-4,2)^{\mathsf T} and q=(3,5,1)T\mathbf q=(-3,5,-1)^{\mathsf T}, find pq\mathbf p-\mathbf q.

Answer pq=(1(3)452(1))=(493).\mathbf p-\mathbf q =\begin{pmatrix}1-(-3)\\-4-5\\2-(-1)\end{pmatrix} =\boxed{\begin{pmatrix}4\\-9\\3\end{pmatrix}}.

A scalar is an ordinary number. Multiplying a vector by a scalar multiplies every component:

λ(a1a2)=(λa1λa2).\boxed{ \lambda\begin{pmatrix}a_1\\a_2\end{pmatrix} =\begin{pmatrix}\lambda a_1\\\lambda a_2\end{pmatrix}}.

The value and sign of λ\lambda have geometric meaning.

Scalar λ\lambdaEffect on a\mathbf a
λ>1\lambda>1Same direction, longer
0<λ<10<\lambda<1Same direction, shorter
λ=0\lambda=0Becomes 0\mathbf 0
1<λ<0-1<\lambda<0Opposite direction, shorter
λ<1\lambda<-1Opposite direction, longer
λ=1\lambda=-1Same length, opposite direction

More precisely,

λa=λa.|\lambda\mathbf a|=|\lambda|\,|\mathbf a|.

The absolute value is essential because a magnitude cannot be negative. Magnitudes are developed fully in vector magnitude and direction.

Worked example 5: combine scalar multiples

Section titled “Worked example 5: combine scalar multiples”

Given

a=(214),b=(352),\mathbf a=\begin{pmatrix}2\\-1\\4\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}-3\\5\\2\end{pmatrix},

find 3a2b3\mathbf a-2\mathbf b.

First calculate each multiple:

3a=(6312),2b=(6104).3\mathbf a=\begin{pmatrix}6\\-3\\12\end{pmatrix}, \qquad 2\mathbf b=\begin{pmatrix}-6\\10\\4\end{pmatrix}.

Then subtract:

3a2b=(6312)(6104)=(12138).\begin{aligned} 3\mathbf a-2\mathbf b &=\begin{pmatrix}6\\-3\\12\end{pmatrix} -\begin{pmatrix}-6\\10\\4\end{pmatrix}\\ &=\boxed{\begin{pmatrix}12\\-13\\8\end{pmatrix}}. \end{aligned}

Notice that subtracting 6-6 gives 1212 in the first component.

Vector arithmetic follows familiar distributive and associative laws. For scalars s,ts,t,

s(a+b)=sa+sb,(s+t)a=sa+ta,s(ta)=(st)a,(a+b)+c=a+(b+c).\begin{aligned} s(\mathbf a+\mathbf b)&=s\mathbf a+s\mathbf b,\\ (s+t)\mathbf a&=s\mathbf a+t\mathbf a,\\ s(t\mathbf a)&=(st)\mathbf a,\\ (\mathbf a+\mathbf b)+\mathbf c&=\mathbf a+(\mathbf b+\mathbf c). \end{aligned}

These laws allow vector expressions to be expanded, collected and rearranged like algebraic expressions, provided vectors are combined with vectors and scalars with scalars.

Simplify

2(a3b)(4ab).2(\mathbf a-3\mathbf b)-(4\mathbf a-\mathbf b).

Expand both brackets:

2a6b4a+b.2\mathbf a-6\mathbf b-4\mathbf a+\mathbf b.

Collect the a\mathbf a and b\mathbf b terms separately:

2a5b.\boxed{-2\mathbf a-5\mathbf b}.

The vectors a\mathbf a and b\mathbf b behave like distinct algebraic quantities. They cannot be combined into one coefficient unless they are known to be equal or parallel.

Simplify

3(2pq)+2(qp).3(2\mathbf p-\mathbf q)+2(\mathbf q-\mathbf p).
Answer 3(2pq)+2(qp)=6p3q+2q2p=4pq.\begin{aligned} 3(2\mathbf p-\mathbf q)+2(\mathbf q-\mathbf p) &=6\mathbf p-3\mathbf q+2\mathbf q-2\mathbf p\\ &=\boxed{4\mathbf p-\mathbf q}. \end{aligned}

An expression of the form

sa+tbs\mathbf a+t\mathbf b

is a linear combination of a\mathbf a and b\mathbf b. It means take a scaled copy of a\mathbf a, a scaled copy of b\mathbf b, then add them.

In two dimensions, two non-parallel vectors can be used to express every vector in the plane. Finding the scalars means comparing components and solving simultaneous equations.

Worked example 7: express one vector using two others

Section titled “Worked example 7: express one vector using two others”

Let

a=(12),b=(31),c=(111).\mathbf a=\begin{pmatrix}1\\2\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}3\\-1\end{pmatrix}, \qquad \mathbf c=\begin{pmatrix}11\\1\end{pmatrix}.

Find scalars ss and tt such that

c=sa+tb.\mathbf c=s\mathbf a+t\mathbf b.

Substitute the components:

(111)=s(12)+t(31)=(s+3t2st).\begin{pmatrix}11\\1\end{pmatrix} =s\begin{pmatrix}1\\2\end{pmatrix} +t\begin{pmatrix}3\\-1\end{pmatrix} =\begin{pmatrix}s+3t\\2s-t\end{pmatrix}.

Equal vectors have equal corresponding components, so

s+3t=11,2st=1.s+3t=11, \qquad 2s-t=1.

From the second equation, t=2s1t=2s-1. Substitute into the first:

s+3(2s1)=11,s+3(2s-1)=11,

so

7s=14s=2.7s=14 \quad\Longrightarrow\quad s=2.

Then t=2(2)1=3t=2(2)-1=3. Therefore

c=2a+3b.\boxed{\mathbf c=2\mathbf a+3\mathbf b}.

Check directly:

2(12)+3(31)=(24)+(93)=(111).2\begin{pmatrix}1\\2\end{pmatrix} +3\begin{pmatrix}3\\-1\end{pmatrix} =\begin{pmatrix}2\\4\end{pmatrix} +\begin{pmatrix}9\\-3\end{pmatrix} =\begin{pmatrix}11\\1\end{pmatrix}.

If b=2a\mathbf b=2\mathbf a, then

sa+tb=(s+2t)a,s\mathbf a+t\mathbf b=(s+2t)\mathbf a,

which can only produce vectors parallel to a\mathbf a. The two component equations will either be inconsistent, giving no representation, or dependent, giving infinitely many representations. Non-parallel directions provide genuinely independent choices.

A vector equation is true exactly when all corresponding component equations are true. You can often rearrange it as a whole before working componentwise.

Given

4x+a=3b,4\mathbf x+\mathbf a=3\mathbf b,

where

a=(25),b=(21),\mathbf a=\begin{pmatrix}2\\-5\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}-2\\1\end{pmatrix},

find x\mathbf x.

Rearrange the vector equation first:

4x=3ba.4\mathbf x=3\mathbf b-\mathbf a.

Now substitute:

4x=3(21)(25)=(63)(25)=(88).\begin{aligned} 4\mathbf x &=3\begin{pmatrix}-2\\1\end{pmatrix} -\begin{pmatrix}2\\-5\end{pmatrix}\\ &=\begin{pmatrix}-6\\3\end{pmatrix} -\begin{pmatrix}2\\-5\end{pmatrix}\\ &=\begin{pmatrix}-8\\8\end{pmatrix}. \end{aligned}

Divide every component by 44:

x=(22).\boxed{\mathbf x=\begin{pmatrix}-2\\2\end{pmatrix}}.

Substitution gives 4x+a=(6,3)T=3b4\mathbf x+\mathbf a=(-6,3)^{\mathsf T}=3\mathbf b, so the answer is consistent.

Worked example 9: determine scalar parameters

Section titled “Worked example 9: determine scalar parameters”

Find mm and nn if

m(23)+n(14)=(81).m\begin{pmatrix}2\\3\end{pmatrix} +n\begin{pmatrix}-1\\4\end{pmatrix} =\begin{pmatrix}8\\1\end{pmatrix}.

Comparing components gives

2mn=8,3m+4n=1.2m-n=8, \qquad 3m+4n=1.

From the first equation, n=2m8n=2m-8. Substitute:

3m+4(2m8)=1.3m+4(2m-8)=1.

Therefore

11m=33m=3,11m=33 \quad\Longrightarrow\quad m=3,

and

n=2(3)8=2.n=2(3)-8=-2.

Thus

m=3,qquadn=2.\boxed{m=3,qquad n=-2}.

Worked example 10: three dimensional consistency

Section titled “Worked example 10: three dimensional consistency”

Find kk if

(2k1k+43k)=(579).\begin{pmatrix}2k-1\\k+4\\3k\end{pmatrix} =\begin{pmatrix}5\\7\\9\end{pmatrix}.

Every component must give the same value of kk:

2k1=5k=3,2k-1=5\Longrightarrow k=3, k+4=7k=3,k+4=7\Longrightarrow k=3,

and

3k=9k=3.3k=9\Longrightarrow k=3.

All three agree, so k=3\boxed{k=3}.

If one component produced a different value, there would be no solution. Checking every component matters, especially when a three dimensional equation contains only one unknown.

Given

2y3a=b,a=(12),b=(54),2\mathbf y-3\mathbf a=\mathbf b, \qquad \mathbf a=\begin{pmatrix}1\\-2\end{pmatrix}, \qquad \mathbf b=\begin{pmatrix}5\\4\end{pmatrix},

find y\mathbf y.

Answer

Rearrange:

2y=b+3a.2\mathbf y=\mathbf b+3\mathbf a.

Therefore

2y=(54)+3(12)=(82),\begin{aligned} 2\mathbf y &=\begin{pmatrix}5\\4\end{pmatrix} +3\begin{pmatrix}1\\-2\end{pmatrix}\\ &=\begin{pmatrix}8\\-2\end{pmatrix}, \end{aligned}

so

y=(41).\boxed{\mathbf y=\begin{pmatrix}4\\-1\end{pmatrix}}.

Parallel vectors from scalar multiplication

Section titled “Parallel vectors from scalar multiplication”

Two non-zero vectors are parallel precisely when one is a scalar multiple of the other:

aba=λb for some λ0.\boxed{\mathbf a\parallel\mathbf b \quad\Longleftrightarrow\quad \mathbf a=\lambda\mathbf b \text{ for some }\lambda\ne0.}

If λ>0\lambda>0, they point in the same direction. If λ<0\lambda<0, they point in opposite directions.

Worked example 11: test whether vectors are parallel

Section titled “Worked example 11: test whether vectors are parallel”

Consider

p=(6912),q=(234).\mathbf p=\begin{pmatrix}6\\-9\\12\end{pmatrix}, \qquad \mathbf q=\begin{pmatrix}-2\\3\\-4\end{pmatrix}.

Each component of p\mathbf p is 3-3 times the corresponding component of q\mathbf q:

p=3q.\mathbf p=-3\mathbf q.

Therefore the vectors are parallel and point in opposite directions.

Do not merely compare one pair of components. The same multiplier must work for every component.

Worked example 12: find a parameter for parallel vectors

Section titled “Worked example 12: find a parameter for parallel vectors”

Find rr if

(r+110)\begin{pmatrix}r+1\\10\end{pmatrix}

is parallel to

(25).\begin{pmatrix}2\\5\end{pmatrix}.

There must be a scalar λ\lambda such that

(r+110)=λ(25).\begin{pmatrix}r+1\\10\end{pmatrix} =\lambda\begin{pmatrix}2\\5\end{pmatrix}.

The second component gives

10=5λλ=2.10=5\lambda \quad\Longrightarrow\quad \lambda=2.

The first component then gives

r+1=2(2)=4,r+1=2(2)=4,

so

r=3.\boxed{r=3}.

This scalar multiple method is safer than informal ratio tests when zero components are present.

Vector addition preserves the component structure:

(12)+(34)=(46),\begin{pmatrix}1\\2\end{pmatrix} +\begin{pmatrix}3\\4\end{pmatrix} =\begin{pmatrix}4\\6\end{pmatrix},

not the scalar 1010.

Write the component subtraction explicitly:

5(2)=7.5-(-2)=7.

Putting brackets around negative components prevents many errors.

The scalar multiplies the entire vector:

2(34)=(68).-2\begin{pmatrix}3\\-4\end{pmatrix} =\begin{pmatrix}-6\\8\end{pmatrix}.

Confusing a-\mathbf a with a|\mathbf a|

Section titled “Confusing −a-\mathbf a−a with ∣a∣|\mathbf a|∣a∣”

a-\mathbf a is a vector in the opposite direction. a|\mathbf a| is a non-negative scalar length. They are different kinds of object.

a=4b\mathbf a=-4\mathbf b makes the vectors parallel but oppositely directed. Same direction requires a positive multiplier.

From 3x=a3\mathbf x=\mathbf a, write x=13a\mathbf x=\frac13\mathbf a. Ordinary division by a vector is not defined, so do not write x=a/3\mathbf x=\mathbf a/3 as though later you could divide by a\mathbf a.

Try these without looking back at the worked examples.

  1. Given a=(3,4)T\mathbf a=(-3,4)^{\mathsf T} and b=(5,7)T\mathbf b=(5,-7)^{\mathsf T}, find 2a+b2\mathbf a+\mathbf b.
  2. Simplify 4(p2q)3(pq)4(\mathbf p-2\mathbf q)-3(\mathbf p-\mathbf q).
  3. Find x\mathbf x if 3xa=2b3\mathbf x-\mathbf a=2\mathbf b, where a=(6,3)T\mathbf a=(6,-3)^{\mathsf T} and b=(3,9)T\mathbf b=(-3,9)^{\mathsf T}.
  4. Find ss and tt if s(1,3)T+t(2,1)T=(8,7)Ts(1,3)^{\mathsf T}+t(2,-1)^{\mathsf T}=(8,7)^{\mathsf T}.
  5. Find kk so that (k,12)T(k,12)^{\mathsf T} is parallel to (2,3)T(-2,3)^{\mathsf T}. State whether the two vectors have the same or opposite directions.
  6. Simplify AB+BC+CD+DA\overrightarrow{AB}+\overrightarrow{BC}+\overrightarrow{CD}+\overrightarrow{DA}.
Answers and guidance
2a+b=(68)+(57)=(11).2\mathbf a+\mathbf b =\begin{pmatrix}-6\\8\end{pmatrix} +\begin{pmatrix}5\\-7\end{pmatrix} =\boxed{\begin{pmatrix}-1\\1\end{pmatrix}}.
  1. Expand, then collect like vector terms:

    4p8q3p+3q=p5q.4\mathbf p-8\mathbf q-3\mathbf p+3\mathbf q =\boxed{\mathbf p-5\mathbf q}.
  2. Rearrange before substituting:

    3x=a+2b=(63)+(618)=(015).3\mathbf x=\mathbf a+2\mathbf b =\begin{pmatrix}6\\-3\end{pmatrix} +\begin{pmatrix}-6\\18\end{pmatrix} =\begin{pmatrix}0\\15\end{pmatrix}.

    Hence

    x=(05).\boxed{\mathbf x=\begin{pmatrix}0\\5\end{pmatrix}}.
  3. Comparing components gives

    s+2t=8,3st=7.s+2t=8, \qquad 3s-t=7.

    From s=82ts=8-2t,

    3(82t)t=7t=177.3(8-2t)-t=7 \quad\Longrightarrow\quad t=\frac{17}{7}.

    Therefore

    s=8347=227.s=8-\frac{34}{7}=\frac{22}{7}.

    Thus s=22/7,t=17/7\boxed{s=22/7, t=17/7}.

  4. Write

    (k12)=λ(23).\begin{pmatrix}k\\12\end{pmatrix} =\lambda\begin{pmatrix}-2\\3\end{pmatrix}.

    Since 12=3λ12=3\lambda, λ=4\lambda=4, so k=4(2)=8k=4(-2)=-8. The positive multiplier means the vectors have the same direction:

    k=8.\boxed{k=-8}.
  5. The route returns to its starting point, so

    AB+BC+CD+DA=AA=0.\overrightarrow{AB}+\overrightarrow{BC}+\overrightarrow{CD}+\overrightarrow{DA} =\overrightarrow{AA} =\boxed{\mathbf 0}.
a+b=add corresponding components,ab=a+(b),λa=multiply every component by λ,AB+BC=AC,aba=λb for some λ0.\begin{aligned} \mathbf a+\mathbf b&=\text{add corresponding components},\\ \mathbf a-\mathbf b&=\mathbf a+(-\mathbf b),\\ \lambda\mathbf a&=\text{multiply every component by }\lambda,\\ \overrightarrow{AB}+\overrightarrow{BC}&=\overrightarrow{AC},\\ \mathbf a\parallel\mathbf b&\Longleftrightarrow \mathbf a=\lambda\mathbf b \text{ for some }\lambda\ne0. \end{aligned}

Keep the geometric meaning alongside the component calculation. An answer can often be checked by asking whether its direction and approximate size make sense.

Continue to vector magnitude and direction to calculate lengths and unit vectors. Then study position vectors and distance to turn geometric routes, line segments and proofs into vector equations. For applied contexts involving displacement, velocity and force, continue to vectors in modelling.