Representing vectors
In a nutshell
You can represent vectors in column vector form (ab). This shows its displacement relative to the x- and y- axes. You can add or subtract column vectors and multiply vectors by a scalar. A unit vector is a vector with a magnitude of 1. Unit vectors in the positive x and y directions are called 'i' and 'j', repesectively.
Definitions
Column vector | A vector in column forming, showing displacement relative to the x- and y-axes. (ab) means move a steps right and b steps up. |
Unit vector | A vector with a magnitude of 1. Unit vectors in the positive x and y directions are called 'i' and 'j', repesectively. |
Component form | Writing a vector using i and j notation. |
Column vectors
A vector describes a displacement between points. In a two-coordinate system, you can write this displacement relative to the x- and y-axes in column vector form. v=(ab) means move a units along the positive x-axis, then b units along the positive y-axis.
Example 1
Write a in column vector form.
The vectors takes 2 steps right then 3 steps up, so:
a=(23)
Adding and subtracting vectors
To add and subtract column vectors, work out the operations row by row:
(ab)+(cd)=(a+cb+d)
Multiplying a vector by a scalar
To multiply a vector by a scalar k, multiply each term by the scalar:
k(ab)=(kakb)
Example 2
If a=(21) and b=(31), find a+b.
a+b=(21)+(31)=(2+31+1)=(52)
Example 3
If a=(21), find −3a.
−3a=−3(21)=(−3×2−3×1)=(−6−3)
Unit vectors
A unit vector is a vector with a magnitude of 1. For the positive x and y directions, the unit vectors are commonly referred to as i and j, respectively.
ij=(10)=(01) | |
Any two-dimensional vector v can be written in terms of i and j, or component form:
v=(ab)=ai+bj
Example 4
Draw a diagram to represent the vector 4i−3j and rewrite it in column vector form.
The diagram would be:
In column vector form:
4i−3j=(4−3)
Example 5
If a=2i+5j and b=i−3j, find a+2b, giving your answer in terms of i and j.
a+2b=(2i+5j)+2(i−3j)=(2i+5j)+(2i−6j)=4i−j