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 = ( 3 − 1 ) \mathbf a=\begin{pmatrix}3\\-1\end{pmatrix} a = ( 3 − 1 )
and then by
b = ( − 2 4 ) \mathbf b=\begin{pmatrix}-2\\4\end{pmatrix} b = ( − 2 4 )
produces the overall movement
a + b = ( 3 + ( − 2 ) − 1 + 4 ) = ( 1 3 ) . \mathbf a+\mathbf b
=\begin{pmatrix}3+(-2)\\-1+4\end{pmatrix}
=\begin{pmatrix}1\\3\end{pmatrix}. a + b = ( 3 + ( − 2 ) − 1 + 4 ) = ( 1 3 ) .
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 i , j \mathbf j j , k \mathbf k 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:
( a 1 a 2 ) + ( b 1 b 2 ) = ( a 1 + b 1 a 2 + b 2 ) \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}} ( a 1 a 2 ) + ( b 1 b 2 ) = ( a 1 + b 1 a 2 + b 2 )
and, in three dimensions,
( a 1 a 2 a 3 ) + ( b 1 b 2 b 3 ) = ( a 1 + b 1 a 2 + b 2 a 3 + b 3 ) . \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}. a 1 a 2 a 3 + b 1 b 2 b 3 = a 1 + b 1 a 2 + b 2 a 3 + b 3 .
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 = ( − 5 7 ) , q = ( 8 − 3 ) . \mathbf p=\begin{pmatrix}-5\\7\end{pmatrix},
\qquad
\mathbf q=\begin{pmatrix}8\\-3\end{pmatrix}. p = ( − 5 7 ) , q = ( 8 − 3 ) .
Then
p + q = ( − 5 + 8 7 + ( − 3 ) ) = ( 3 4 ) . \begin{aligned}
\mathbf p+\mathbf q
&=\begin{pmatrix}-5+8\\7+(-3)\end{pmatrix}\\
&=\boxed{\begin{pmatrix}3\\4\end{pmatrix}}.
\end{aligned} p + q = ( − 5 + 8 7 + ( − 3 ) ) = ( 3 4 ) .
Equivalently, p = − 5 i + 7 j \mathbf p=-5\mathbf i+7\mathbf j p = − 5 i + 7 j and q = 8 i − 3 j \mathbf q=8\mathbf i-3\mathbf j q = 8 i − 3 j , so
p + q = ( − 5 + 8 ) i + ( 7 − 3 ) j = 3 i + 4 j . \mathbf p+\mathbf q
=(-5+8)\mathbf i+(7-3)\mathbf j
=\boxed{3\mathbf i+4\mathbf j}. p + q = ( − 5 + 8 ) i + ( 7 − 3 ) j = 3 i + 4 j .
The two answers are different notations for the same vector.
Suppose a route goes from A A A to B B B , then from B B B to C C C . The combined displacement goes directly from A A A to C C C :
A B → + B C → = A C → . \boxed{\overrightarrow{AB}+\overrightarrow{BC}=\overrightarrow{AC}}. A B + B C = A C .
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 a and b \mathbf b b from one point and complete a parallelogram. Its diagonal from that point is a + b \mathbf a+\mathbf b a + b .
Order does not affect the resultant:
a + b = b + a . \boxed{\mathbf a+\mathbf b=\mathbf b+\mathbf a}. a + b = b + a .
The head to tail routes differ, but they are opposite sides of the same parallelogram and finish at the same place.
Simplify
P Q → + Q R → + R S → . \overrightarrow{PQ}+\overrightarrow{QR}+\overrightarrow{RS}. P Q + QR + R S .
Join consecutive stages:
P Q → + Q R → = P R → , \overrightarrow{PQ}+\overrightarrow{QR}=\overrightarrow{PR}, P Q + QR = P R ,
then
P R → + R S → = P S → . \overrightarrow{PR}+\overrightarrow{RS}=\boxed{\overrightarrow{PS}}. P R + R S = P S .
The intermediate points cancel conceptually because only the starting and finishing points determine the overall displacement.
Given
a = ( 4 − 6 1 ) , b = ( − 7 2 5 ) , \mathbf a=\begin{pmatrix}4\\-6\\1\end{pmatrix},
\qquad
\mathbf b=\begin{pmatrix}-7\\2\\5\end{pmatrix}, a = 4 − 6 1 , b = − 7 2 5 ,
find a + b \mathbf a+\mathbf b a + b .
Answer
a + b = ( 4 − 7 − 6 + 2 1 + 5 ) = ( − 3 − 4 6 ) . \mathbf a+\mathbf b
=\begin{pmatrix}4-7\\-6+2\\1+5\end{pmatrix}
=\boxed{\begin{pmatrix}-3\\-4\\6\end{pmatrix}}. a + b = 4 − 7 − 6 + 2 1 + 5 = − 3 − 4 6 .
The zero vector has every component equal to zero:
0 = ( 0 0 ) or 0 = ( 0 0 0 ) . \mathbf 0=\begin{pmatrix}0\\0\end{pmatrix}
\quad\text{or}\quad
\mathbf 0=\begin{pmatrix}0\\0\\0\end{pmatrix}. 0 = ( 0 0 ) or 0 = 0 0 0 .
It represents no change and satisfies
a + 0 = a . \mathbf a+\mathbf 0=\mathbf a. a + 0 = a .
The negative of a \mathbf a a has every direction reversed:
− a = ( − a 1 − a 2 ) , a + ( − a ) = 0. -\mathbf a=\begin{pmatrix}-a_1\\-a_2\end{pmatrix},
\qquad
\mathbf a+(-\mathbf a)=\mathbf 0. − a = ( − a 1 − a 2 ) , a + ( − a ) = 0 .
If a \mathbf a a is represented by A B → \overrightarrow{AB} A B , then
− a = B A → . -\mathbf a=\overrightarrow{BA}. − a = B A .
Negate every component
If a = ( 3 , − 5 ) T \mathbf a=(3,-5)^{\mathsf T} a = ( 3 , − 5 ) T , then − a = ( − 3 , 5 ) T -\mathbf a=(-3,5)^{\mathsf T} − a = ( − 3 , 5 ) T . Changing only one sign does not reverse the vector.
Subtraction means adding the opposite vector:
a − b = a + ( − b ) . \boxed{\mathbf a-\mathbf b=\mathbf a+(-\mathbf b)}. a − b = a + ( − b ) .
Therefore
( a 1 a 2 ) − ( b 1 b 2 ) = ( a 1 − b 1 a 2 − b 2 ) . \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}. ( a 1 a 2 ) − ( b 1 b 2 ) = ( a 1 − b 1 a 2 − b 2 ) .
Geometrically, if a \mathbf a a and b \mathbf b b start from the same point, a − b \mathbf a-\mathbf b a − b points from the head of b \mathbf b b to the head of a \mathbf a a . This orientation follows from
b + ( a − b ) = a . \mathbf b+(\mathbf a-\mathbf b)=\mathbf a. b + ( a − b ) = a .
Let
u = ( − 2 5 ) , v = ( 4 − 3 ) . \mathbf u=\begin{pmatrix}-2\\5\end{pmatrix},
\qquad
\mathbf v=\begin{pmatrix}4\\-3\end{pmatrix}. u = ( − 2 5 ) , v = ( 4 − 3 ) .
Find u − v \mathbf u-\mathbf v u − v and v − u \mathbf v-\mathbf u v − u .
u − v = ( − 2 − 4 5 − ( − 3 ) ) = ( − 6 8 ) . \begin{aligned}
\mathbf u-\mathbf v
&=\begin{pmatrix}-2-4\\5-(-3)\end{pmatrix}\\
&=\boxed{\begin{pmatrix}-6\\8\end{pmatrix}}.
\end{aligned} u − v = ( − 2 − 4 5 − ( − 3 ) ) = ( − 6 8 ) .
Reversing the subtraction reverses the vector:
v − u = ( 4 − ( − 2 ) − 3 − 5 ) = ( 6 − 8 ) = − ( u − v ) . \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} v − u = ( 4 − ( − 2 ) − 3 − 5 ) = ( 6 − 8 ) = − ( u − v ) .
Unlike addition, subtraction is not commutative:
a − b ≠ b − a \mathbf a-\mathbf b\ne\mathbf b-\mathbf a a − b = b − a
unless a = b \mathbf a=\mathbf b a = b .
A three stage journey has total displacement
r = ( 7 1 ) . \mathbf r=\begin{pmatrix}7\\1\end{pmatrix}. r = ( 7 1 ) .
The first two displacements are
a = ( 3 − 4 ) , b = ( − 2 6 ) . \mathbf a=\begin{pmatrix}3\\-4\end{pmatrix},
\qquad
\mathbf b=\begin{pmatrix}-2\\6\end{pmatrix}. a = ( 3 − 4 ) , b = ( − 2 6 ) .
Find the third displacement c \mathbf c c .
The journey equation is
a + b + c = r . \mathbf a+\mathbf b+\mathbf c=\mathbf r. a + b + c = r .
Hence
c = r − a − b = ( 7 1 ) − ( 3 − 4 ) − ( − 2 6 ) = ( 7 − 3 − ( − 2 ) 1 − ( − 4 ) − 6 ) = ( 6 − 1 ) . \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} c = r − a − b = ( 7 1 ) − ( 3 − 4 ) − ( − 2 6 ) = ( 7 − 3 − ( − 2 ) 1 − ( − 4 ) − 6 ) = ( 6 − 1 ) .
Check by addition:
( 3 − 4 ) + ( − 2 6 ) + ( 6 − 1 ) = ( 7 1 ) . \begin{pmatrix}3\\-4\end{pmatrix}
+\begin{pmatrix}-2\\6\end{pmatrix}
+\begin{pmatrix}6\\-1\end{pmatrix}
=\begin{pmatrix}7\\1\end{pmatrix}. ( 3 − 4 ) + ( − 2 6 ) + ( 6 − 1 ) = ( 7 1 ) .
If p = ( 1 , − 4 , 2 ) T \mathbf p=(1,-4,2)^{\mathsf T} p = ( 1 , − 4 , 2 ) T and q = ( − 3 , 5 , − 1 ) T \mathbf q=(-3,5,-1)^{\mathsf T} q = ( − 3 , 5 , − 1 ) T , find p − q \mathbf p-\mathbf q p − q .
Answer
p − q = ( 1 − ( − 3 ) − 4 − 5 2 − ( − 1 ) ) = ( 4 − 9 3 ) . \mathbf p-\mathbf q
=\begin{pmatrix}1-(-3)\\-4-5\\2-(-1)\end{pmatrix}
=\boxed{\begin{pmatrix}4\\-9\\3\end{pmatrix}}. p − q = 1 − ( − 3 ) − 4 − 5 2 − ( − 1 ) = 4 − 9 3 .
A scalar is an ordinary number. Multiplying a vector by a scalar multiplies every component:
λ ( a 1 a 2 ) = ( λ a 1 λ a 2 ) . \boxed{
\lambda\begin{pmatrix}a_1\\a_2\end{pmatrix}
=\begin{pmatrix}\lambda a_1\\\lambda a_2\end{pmatrix}}. λ ( a 1 a 2 ) = ( λ a 1 λ a 2 ) .
The value and sign of λ \lambda λ have geometric meaning.
Scalar λ \lambda λ Effect on a \mathbf a a λ > 1 \lambda>1 λ > 1 Same direction, longer 0 < λ < 1 0<\lambda<1 0 < λ < 1 Same direction, shorter λ = 0 \lambda=0 λ = 0 Becomes 0 \mathbf 0 0 − 1 < λ < 0 -1<\lambda<0 − 1 < λ < 0 Opposite direction, shorter λ < − 1 \lambda<-1 λ < − 1 Opposite direction, longer λ = − 1 \lambda=-1 λ = − 1 Same length, opposite direction
More precisely,
∣ λ a ∣ = ∣ λ ∣ ∣ a ∣ . |\lambda\mathbf a|=|\lambda|\,|\mathbf a|. ∣ λ a ∣ = ∣ λ ∣ ∣ a ∣.
The absolute value is essential because a magnitude cannot be negative. Magnitudes are developed fully in vector magnitude and direction .
Given
a = ( 2 − 1 4 ) , b = ( − 3 5 2 ) , \mathbf a=\begin{pmatrix}2\\-1\\4\end{pmatrix},
\qquad
\mathbf b=\begin{pmatrix}-3\\5\\2\end{pmatrix}, a = 2 − 1 4 , b = − 3 5 2 ,
find 3 a − 2 b 3\mathbf a-2\mathbf b 3 a − 2 b .
First calculate each multiple:
3 a = ( 6 − 3 12 ) , 2 b = ( − 6 10 4 ) . 3\mathbf a=\begin{pmatrix}6\\-3\\12\end{pmatrix},
\qquad
2\mathbf b=\begin{pmatrix}-6\\10\\4\end{pmatrix}. 3 a = 6 − 3 12 , 2 b = − 6 10 4 .
Then subtract:
3 a − 2 b = ( 6 − 3 12 ) − ( − 6 10 4 ) = ( 12 − 13 8 ) . \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} 3 a − 2 b = 6 − 3 12 − − 6 10 4 = 12 − 13 8 .
Notice that subtracting − 6 -6 − 6 gives 12 12 12 in the first component.
Vector arithmetic follows familiar distributive and associative laws. For scalars s , t s,t s , t ,
s ( a + b ) = s a + s b , ( s + t ) a = s a + t a , s ( t a ) = ( s t ) 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} s ( a + b ) ( s + t ) a s ( t a ) ( a + b ) + c = s a + s b , = s a + t a , = ( s t ) a , = a + ( b + c ) .
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 ( a − 3 b ) − ( 4 a − b ) . 2(\mathbf a-3\mathbf b)-(4\mathbf a-\mathbf b). 2 ( a − 3 b ) − ( 4 a − b ) .
Expand both brackets:
2 a − 6 b − 4 a + b . 2\mathbf a-6\mathbf b-4\mathbf a+\mathbf b. 2 a − 6 b − 4 a + b .
Collect the a \mathbf a a and b \mathbf b b terms separately:
− 2 a − 5 b . \boxed{-2\mathbf a-5\mathbf b}. − 2 a − 5 b .
The vectors a \mathbf a a and b \mathbf b b behave like distinct algebraic quantities. They cannot be combined into one coefficient unless they are known to be equal or parallel.
There is no ordinary vector multiplication here
At this stage, 2 a 2\mathbf a 2 a means scalar multiplication. An expression such as a b \mathbf a\mathbf b ab is not defined by the rules on this page. Do not multiply corresponding components unless a later topic explicitly defines a product.
Simplify
3 ( 2 p − q ) + 2 ( q − p ) . 3(2\mathbf p-\mathbf q)+2(\mathbf q-\mathbf p). 3 ( 2 p − q ) + 2 ( q − p ) .
Answer
3 ( 2 p − q ) + 2 ( q − p ) = 6 p − 3 q + 2 q − 2 p = 4 p − q . \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} 3 ( 2 p − q ) + 2 ( q − p ) = 6 p − 3 q + 2 q − 2 p = 4 p − q .
An expression of the form
s a + t b s\mathbf a+t\mathbf b s a + t b
is a linear combination of a \mathbf a a and b \mathbf b b . It means take a scaled copy of a \mathbf a a , a scaled copy of b \mathbf b 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.
Let
a = ( 1 2 ) , b = ( 3 − 1 ) , c = ( 11 1 ) . \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}. a = ( 1 2 ) , b = ( 3 − 1 ) , c = ( 11 1 ) .
Find scalars s s s and t t t such that
c = s a + t b . \mathbf c=s\mathbf a+t\mathbf b. c = s a + t b .
Substitute the components:
( 11 1 ) = s ( 1 2 ) + t ( 3 − 1 ) = ( s + 3 t 2 s − t ) . \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}. ( 11 1 ) = s ( 1 2 ) + t ( 3 − 1 ) = ( s + 3 t 2 s − t ) .
Equal vectors have equal corresponding components, so
s + 3 t = 11 , 2 s − t = 1. s+3t=11,
\qquad
2s-t=1. s + 3 t = 11 , 2 s − t = 1.
From the second equation, t = 2 s − 1 t=2s-1 t = 2 s − 1 . Substitute into the first:
s + 3 ( 2 s − 1 ) = 11 , s+3(2s-1)=11, s + 3 ( 2 s − 1 ) = 11 ,
so
7 s = 14 ⟹ s = 2. 7s=14
\quad\Longrightarrow\quad
s=2. 7 s = 14 ⟹ s = 2.
Then t = 2 ( 2 ) − 1 = 3 t=2(2)-1=3 t = 2 ( 2 ) − 1 = 3 . Therefore
c = 2 a + 3 b . \boxed{\mathbf c=2\mathbf a+3\mathbf b}. c = 2 a + 3 b .
Check directly:
2 ( 1 2 ) + 3 ( 3 − 1 ) = ( 2 4 ) + ( 9 − 3 ) = ( 11 1 ) . 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}. 2 ( 1 2 ) + 3 ( 3 − 1 ) = ( 2 4 ) + ( 9 − 3 ) = ( 11 1 ) .
If b = 2 a \mathbf b=2\mathbf a b = 2 a , then
s a + t b = ( s + 2 t ) a , s\mathbf a+t\mathbf b=(s+2t)\mathbf a, s a + t b = ( s + 2 t ) a ,
which can only produce vectors parallel to a \mathbf a 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
4 x + a = 3 b , 4\mathbf x+\mathbf a=3\mathbf b, 4 x + a = 3 b ,
where
a = ( 2 − 5 ) , b = ( − 2 1 ) , \mathbf a=\begin{pmatrix}2\\-5\end{pmatrix},
\qquad
\mathbf b=\begin{pmatrix}-2\\1\end{pmatrix}, a = ( 2 − 5 ) , b = ( − 2 1 ) ,
find x \mathbf x x .
Rearrange the vector equation first:
4 x = 3 b − a . 4\mathbf x=3\mathbf b-\mathbf a. 4 x = 3 b − a .
Now substitute:
4 x = 3 ( − 2 1 ) − ( 2 − 5 ) = ( − 6 3 ) − ( 2 − 5 ) = ( − 8 8 ) . \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} 4 x = 3 ( − 2 1 ) − ( 2 − 5 ) = ( − 6 3 ) − ( 2 − 5 ) = ( − 8 8 ) .
Divide every component by 4 4 4 :
x = ( − 2 2 ) . \boxed{\mathbf x=\begin{pmatrix}-2\\2\end{pmatrix}}. x = ( − 2 2 ) .
Substitution gives 4 x + a = ( − 6 , 3 ) T = 3 b 4\mathbf x+\mathbf a=(-6,3)^{\mathsf T}=3\mathbf b 4 x + a = ( − 6 , 3 ) T = 3 b , so the answer is consistent.
Find m m m and n n n if
m ( 2 3 ) + n ( − 1 4 ) = ( 8 1 ) . m\begin{pmatrix}2\\3\end{pmatrix}
+n\begin{pmatrix}-1\\4\end{pmatrix}
=\begin{pmatrix}8\\1\end{pmatrix}. m ( 2 3 ) + n ( − 1 4 ) = ( 8 1 ) .
Comparing components gives
2 m − n = 8 , 3 m + 4 n = 1. 2m-n=8,
\qquad
3m+4n=1. 2 m − n = 8 , 3 m + 4 n = 1.
From the first equation, n = 2 m − 8 n=2m-8 n = 2 m − 8 . Substitute:
3 m + 4 ( 2 m − 8 ) = 1. 3m+4(2m-8)=1. 3 m + 4 ( 2 m − 8 ) = 1.
Therefore
11 m = 33 ⟹ m = 3 , 11m=33
\quad\Longrightarrow\quad
m=3, 11 m = 33 ⟹ m = 3 ,
and
n = 2 ( 3 ) − 8 = − 2. n=2(3)-8=-2. n = 2 ( 3 ) − 8 = − 2.
Thus
m = 3 , q q u a d n = − 2 . \boxed{m=3,qquad n=-2}. m = 3 , q q u a d n = − 2 .
Find k k k if
( 2 k − 1 k + 4 3 k ) = ( 5 7 9 ) . \begin{pmatrix}2k-1\\k+4\\3k\end{pmatrix}
=\begin{pmatrix}5\\7\\9\end{pmatrix}. 2 k − 1 k + 4 3 k = 5 7 9 .
Every component must give the same value of k k k :
2 k − 1 = 5 ⟹ k = 3 , 2k-1=5\Longrightarrow k=3, 2 k − 1 = 5 ⟹ k = 3 ,
k + 4 = 7 ⟹ k = 3 , k+4=7\Longrightarrow k=3, k + 4 = 7 ⟹ k = 3 ,
and
3 k = 9 ⟹ k = 3. 3k=9\Longrightarrow k=3. 3 k = 9 ⟹ k = 3.
All three agree, so k = 3 \boxed{k=3} 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
2 y − 3 a = b , a = ( 1 − 2 ) , b = ( 5 4 ) , 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}, 2 y − 3 a = b , a = ( 1 − 2 ) , b = ( 5 4 ) ,
find y \mathbf y y .
Answer
Rearrange:
2 y = b + 3 a . 2\mathbf y=\mathbf b+3\mathbf a. 2 y = b + 3 a .
Therefore
2 y = ( 5 4 ) + 3 ( 1 − 2 ) = ( 8 − 2 ) , \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} 2 y = ( 5 4 ) + 3 ( 1 − 2 ) = ( 8 − 2 ) ,
so
y = ( 4 − 1 ) . \boxed{\mathbf y=\begin{pmatrix}4\\-1\end{pmatrix}}. y = ( 4 − 1 ) .
Two non-zero vectors are parallel precisely when one is a scalar multiple of the other:
a ∥ b ⟺ a = λ b for some λ ≠ 0. \boxed{\mathbf a\parallel\mathbf b
\quad\Longleftrightarrow\quad
\mathbf a=\lambda\mathbf b
\text{ for some }\lambda\ne0.} a ∥ b ⟺ a = λ b for some λ = 0.
If λ > 0 \lambda>0 λ > 0 , they point in the same direction. If λ < 0 \lambda<0 λ < 0 , they point in opposite directions.
Consider
p = ( 6 − 9 12 ) , q = ( − 2 3 − 4 ) . \mathbf p=\begin{pmatrix}6\\-9\\12\end{pmatrix},
\qquad
\mathbf q=\begin{pmatrix}-2\\3\\-4\end{pmatrix}. p = 6 − 9 12 , q = − 2 3 − 4 .
Each component of p \mathbf p p is − 3 -3 − 3 times the corresponding component of q \mathbf q q :
p = − 3 q . \mathbf p=-3\mathbf q. p = − 3 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.
Find r r r if
( r + 1 10 ) \begin{pmatrix}r+1\\10\end{pmatrix} ( r + 1 10 )
is parallel to
( 2 5 ) . \begin{pmatrix}2\\5\end{pmatrix}. ( 2 5 ) .
There must be a scalar λ \lambda λ such that
( r + 1 10 ) = λ ( 2 5 ) . \begin{pmatrix}r+1\\10\end{pmatrix}
=\lambda\begin{pmatrix}2\\5\end{pmatrix}. ( r + 1 10 ) = λ ( 2 5 ) .
The second component gives
10 = 5 λ ⟹ λ = 2. 10=5\lambda
\quad\Longrightarrow\quad
\lambda=2. 10 = 5 λ ⟹ λ = 2.
The first component then gives
r + 1 = 2 ( 2 ) = 4 , r+1=2(2)=4, r + 1 = 2 ( 2 ) = 4 ,
so
r = 3 . \boxed{r=3}. r = 3 .
This scalar multiple method is safer than informal ratio tests when zero components are present.
Vector addition preserves the component structure:
( 1 2 ) + ( 3 4 ) = ( 4 6 ) , \begin{pmatrix}1\\2\end{pmatrix}
+\begin{pmatrix}3\\4\end{pmatrix}
=\begin{pmatrix}4\\6\end{pmatrix}, ( 1 2 ) + ( 3 4 ) = ( 4 6 ) ,
not the scalar 10 10 10 .
Write the component subtraction explicitly:
5 − ( − 2 ) = 7. 5-(-2)=7. 5 − ( − 2 ) = 7.
Putting brackets around negative components prevents many errors.
The scalar multiplies the entire vector:
− 2 ( 3 − 4 ) = ( − 6 8 ) . -2\begin{pmatrix}3\\-4\end{pmatrix}
=\begin{pmatrix}-6\\8\end{pmatrix}. − 2 ( 3 − 4 ) = ( − 6 8 ) .
− a -\mathbf a − a is a vector in the opposite direction. ∣ a ∣ |\mathbf a| ∣ a ∣ is a non-negative scalar length. They are different kinds of object.
a = − 4 b \mathbf a=-4\mathbf b a = − 4 b makes the vectors parallel but oppositely directed. Same direction requires a positive multiplier.
From 3 x = a 3\mathbf x=\mathbf a 3 x = a , write x = 1 3 a \mathbf x=\frac13\mathbf a x = 3 1 a . Ordinary division by a vector is not defined, so do not write x = a / 3 \mathbf x=\mathbf a/3 x = a /3 as though later you could divide by a \mathbf a a .
Try these without looking back at the worked examples.
Given a = ( − 3 , 4 ) T \mathbf a=(-3,4)^{\mathsf T} a = ( − 3 , 4 ) T and b = ( 5 , − 7 ) T \mathbf b=(5,-7)^{\mathsf T} b = ( 5 , − 7 ) T , find 2 a + b 2\mathbf a+\mathbf b 2 a + b .
Simplify 4 ( p − 2 q ) − 3 ( p − q ) 4(\mathbf p-2\mathbf q)-3(\mathbf p-\mathbf q) 4 ( p − 2 q ) − 3 ( p − q ) .
Find x \mathbf x x if 3 x − a = 2 b 3\mathbf x-\mathbf a=2\mathbf b 3 x − a = 2 b , where a = ( 6 , − 3 ) T \mathbf a=(6,-3)^{\mathsf T} a = ( 6 , − 3 ) T and b = ( − 3 , 9 ) T \mathbf b=(-3,9)^{\mathsf T} b = ( − 3 , 9 ) T .
Find s s s and t t t if s ( 1 , 3 ) T + t ( 2 , − 1 ) T = ( 8 , 7 ) T s(1,3)^{\mathsf T}+t(2,-1)^{\mathsf T}=(8,7)^{\mathsf T} s ( 1 , 3 ) T + t ( 2 , − 1 ) T = ( 8 , 7 ) T .
Find k k k so that ( k , 12 ) T (k,12)^{\mathsf T} ( k , 12 ) T is parallel to ( − 2 , 3 ) T (-2,3)^{\mathsf T} ( − 2 , 3 ) T . State whether the two vectors have the same or opposite directions.
Simplify A B → + B C → + C D → + D A → \overrightarrow{AB}+\overrightarrow{BC}+\overrightarrow{CD}+\overrightarrow{DA} A B + B C + C D + D A .
Answers and guidance
2 a + b = ( − 6 8 ) + ( 5 − 7 ) = ( − 1 1 ) . 2\mathbf a+\mathbf b
=\begin{pmatrix}-6\\8\end{pmatrix}
+\begin{pmatrix}5\\-7\end{pmatrix}
=\boxed{\begin{pmatrix}-1\\1\end{pmatrix}}. 2 a + b = ( − 6 8 ) + ( 5 − 7 ) = ( − 1 1 ) .
Expand, then collect like vector terms:
4 p − 8 q − 3 p + 3 q = p − 5 q . 4\mathbf p-8\mathbf q-3\mathbf p+3\mathbf q
=\boxed{\mathbf p-5\mathbf q}. 4 p − 8 q − 3 p + 3 q = p − 5 q .
Rearrange before substituting:
3 x = a + 2 b = ( 6 − 3 ) + ( − 6 18 ) = ( 0 15 ) . 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}. 3 x = a + 2 b = ( 6 − 3 ) + ( − 6 18 ) = ( 0 15 ) .
Hence
x = ( 0 5 ) . \boxed{\mathbf x=\begin{pmatrix}0\\5\end{pmatrix}}. x = ( 0 5 ) .
Comparing components gives
s + 2 t = 8 , 3 s − t = 7. s+2t=8,
\qquad
3s-t=7. s + 2 t = 8 , 3 s − t = 7.
From s = 8 − 2 t s=8-2t s = 8 − 2 t ,
3 ( 8 − 2 t ) − t = 7 ⟹ t = 17 7 . 3(8-2t)-t=7
\quad\Longrightarrow\quad
t=\frac{17}{7}. 3 ( 8 − 2 t ) − t = 7 ⟹ t = 7 17 .
Therefore
s = 8 − 34 7 = 22 7 . s=8-\frac{34}{7}=\frac{22}{7}. s = 8 − 7 34 = 7 22 .
Thus s = 22 / 7 , t = 17 / 7 \boxed{s=22/7, t=17/7} s = 22/7 , t = 17/7 .
Write
( k 12 ) = λ ( − 2 3 ) . \begin{pmatrix}k\\12\end{pmatrix}
=\lambda\begin{pmatrix}-2\\3\end{pmatrix}. ( k 12 ) = λ ( − 2 3 ) .
Since 12 = 3 λ 12=3\lambda 12 = 3 λ , λ = 4 \lambda=4 λ = 4 , so k = 4 ( − 2 ) = − 8 k=4(-2)=-8 k = 4 ( − 2 ) = − 8 . The positive multiplier means the vectors have the same direction:
k = − 8 . \boxed{k=-8}. k = − 8 .
The route returns to its starting point, so
A B → + B C → + C D → + D A → = A A → = 0 . \overrightarrow{AB}+\overrightarrow{BC}+\overrightarrow{CD}+\overrightarrow{DA}
=\overrightarrow{AA}
=\boxed{\mathbf 0}. A B + B C + C D + D A = AA = 0 .
a + b = add corresponding components , a − b = a + ( − b ) , λ a = multiply every component by λ , A B → + B C → = A C → , a ∥ b ⟺ a = λ 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} a + b a − b λ a A B + B C a ∥ b = add corresponding components , = a + ( − b ) , = multiply every component by λ , = A C , ⟺ a = λ b for some λ = 0.
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 .