Operations with Vectors: Learn It 1

  • Perform vector addition and scalar multiplication.
  • Perform operations with vectors in terms of i and j .
  • Find the dot product of two vectors.

Performing Vector Addition and Scalar Multiplication

Now that we understand the properties of vectors, we can perform operations involving them. While it is convenient to think of the vector [latex]\boldsymbol{u}[/latex] [latex]=\langle x,y\rangle[/latex] as an arrow or directed line segment from the origin to the point [latex]\left(x,y\right)[/latex], vectors can be situated anywhere in the plane. The sum of two vectors u and v, or vector addition, produces a third vector u+ v, the resultant vector.

To find u + v, we first draw the vector u, and from the terminal end of u, we drawn the vector v. In other words, we have the initial point of v meet the terminal end of u. This position corresponds to the notion that we move along the first vector and then, from its terminal point, we move along the second vector. The sum u + v is the resultant vector because it results from addition or subtraction of two vectors. The resultant vector travels directly from the beginning of u to the end of v in a straight path.

Diagrams of vector addition and subtraction.

Vector subtraction is similar to vector addition. To find uv, view it as u + (−v). Adding −v is reversing direction of v and adding it to the end of u. The new vector begins at the start of u and stops at the end point of −v.

Showing vector addition and subtraction with parallelograms. For addition, the base is u, the side is v, the diagonal connecting the start of the base to the end of the side is u+v. For subtraction, thetop is u, the side is -v, and the diagonal connecting the start of the top to the end of the side is u-v.

Given [latex]\boldsymbol{u}[/latex] [latex]=\langle 3,-2\rangle[/latex] and [latex]\boldsymbol{v}[/latex] [latex]=\langle -1,4\rangle[/latex], find two new vectors u + v, and uv.

Performing Operations on Vectors in Terms of i and j

When vectors are written in terms of i and j, we can carry out addition, subtraction, and scalar multiplication by performing operations on corresponding components.

adding and subtracting vectors in rectangular coordinates

Given v = ai + bj and u = ci + dj, then

[latex]\begin{gathered}\boldsymbol{v}+\boldsymbol{u}=\left(a+c\right)\boldsymbol{i}+\left(b+d\right)\boldsymbol{j}\\ \boldsymbol{v}-\boldsymbol{u}=\left(a-c\right)\boldsymbol{i}+\left(b-d\right)\boldsymbol{j}\end{gathered}[/latex]

Find the sum of [latex]{\boldsymbol{v}}_{1}=2\boldsymbol{i} - 3\boldsymbol{j}[/latex] and [latex]{\boldsymbol{v}}_{2}=4\boldsymbol{i}+5\boldsymbol{j}[/latex].