What is Vector Arithmetic?

Vectors are those objects which have a magnitude along with the direction. In vector arithmetic, we will see how arithmetic operators like addition and multiplication are used on any two vectors. Arithmetic in basic means dealing with numbers. Here, magnitude means the length or the size of an object. The notation used is the arrow over the head of the vector indicating its direction.

Consider two vectors a and b. When will you say these two are equal? They are equal if both of them have the same length and direction. Here, the length is termed as the magnitude.

Operations

Addition

Suppose that you and two of your friends named Jim and Jack are playing throw ball. Three of you are standing in a right triangle. On scaling, the distance between you and Jim was found to be 9 meters and the distance between you and Jack is 8 meters. What is the distance between Jim and Jack?

Now you have to see this as vectors. One has magnitude 9 and it is in the direction towards the vector named Jim. The other has magnitude 8 and it is in the direction towards the vector named Jack. Since this forms a right-angled triangle, we can use the Pythagoras theorem. Thus, the distance between Jack and Jim is the square root (sqrt) of the sum of the squares of the two vectors. The new vector is the distance which is 12.04 meters. In this way, addition is done.

Addition can be in any order. If ‘a’ and ‘b’ are any two vectors, adding ‘a’ and ‘b’ or ‘b’ and ‘a’ will give the same value.

"Addition of Vectors"

Subtraction

Suppose that your friend is walking towards you. This means that your friend is coming from the opposite direction. This is indicated by a negative sign. Can you tell the difference between vector ‘a’ and ‘-a’. They both have the same magnitude. But the direction is the opposite. When you add these two, you get the new vector called the zero vector. Adding a negative and a positive term is equal to subtracting two terms. In this way, subtraction is done.

Multiply by Scalars

Scalars are those quantities that have only magnitude. They can be any real numbers. What happens when you multiply a vector by a scalar?

To multiply a vector by a scalar, multiply each component of the vector by that scalar.

Suppose that the scalar is any value greater than 1. If a vector is multiplied by this scalar, the magnitude of the vector increases.

For example, let the vector be a and the scalar be any value greater than 1. On multiplication, the magnitude increases for any positive scalar. Also, it does not affect the direction of the vector.

Suppose that the scalar is any value between 0 and 1. If a vector is multiplied by this scalar, the magnitude of the vector decreases but does not affect the direction of the vector.

If the scalar is of any value less than 0, the direction of the vector gets changed.

Properties of Scalar Multiplication

Let the letters ‘s’ and ‘t’ denote two scalars and ‘a’ and ‘b’ denote two vectors.

  • If ‘s’ is multiplied by the sum of ‘a’ and ‘b’, the result is the sum of ‘s’ multiplied by ‘a’ and ‘s’ multiplied by ‘b’. It is mathematically represented as s a+b =sa+sb
  • If ‘a’ is multiplied by the sum of ‘s’ and ‘t’, the result is the sum of ‘a’ multiplied by ‘s’ and ‘a’ multiplied by ‘t’. It is mathematically represented as s+t a=sa+ta
  • Let s = 1. Then, multiplying ‘s’ by ‘a’ gives ‘a’. It is mathematically represented as 1 a =a
  • Let s = 0. Then, multiplying ‘0’ by ‘a’ gives ‘0’. It is mathematically represented as 0 a =0
  • Let s = -1. Then, multiplying ‘s’ by ‘a’ gives ‘-a’. It is mathematically represented as 1 a=-a

You can prove if the given properties are true by calculating the left side and the right side of the equation. If the left side and right side are equal then it is true.

Problems

1. Let s = 3, a = (2,1) and b = (5,7). Show that s a+b =sa+sb

Let us first calculate the left side of the equation.

s a+b =3 2,1 + 5,7 =3 7,8 = 21,24

Now, calculate the right side of the equation.

sa+sb=3 2,1 +3 5,7 = 6,3 + 15,21 = 21,24

Here, the left side and right side are equal.

Thus, s a+b =sa+sb

2. Let s = 4, a = (1,1) and b = (3,5). Can you find if s a+b =sa+sb?

Let us first calculate the left side of the equation.

s(a+b)=4((1,1)+(3,5)) =4(4,6) =(16,24)

Now, calculate the right side of the equation.

sa+sb=4(1,1)+4(3,5) =(4,4)+(12,20) =(16,24)

Here, the left side and right side are equal.

Thus, s(a+b)=sa+sb.

3. Let s = 3, t = 4 and a = (5,6). Show that s+t a=sa+ta.

Let us first calculate the left side of the equation.

s+t a= 3+4 5,6 =7 5,6 = 35,42

Now, calculate the right side of the equation.

sa+ta=3 5,6 +4 5,6 = 15,18 + 20,24 = 35,42

Here, the left side and right side are equal.

Thus, s+t a=sa+ta

4. Let s = 4, t = 6 and a = (2,8) . Can you find if a s+t =as+at?

Let us first calculate the left side of the equation.

a(s+t)=(2,8)(4+6) =(2,8)10 =(20,80)

Now, calculate the right side of the equation.

as+at=(2,8)4+(2,8)6 =(8,32)+(12,48) =(20,80)

Here, the left side and right side are equal.

Thus, a(s+t)=as+at.

Multiplication

There are two ways in which vectors can be multiplied. One is the cross product and the other is the dot product.

Cross Product

It is represented by a cross sign between two vectors. Taking the cross product of the two gives a new vector.

It is given by the formula a×b= a b sinθ n ^ .

Here, a is the magnitude of vector a, b is the magnitude of vector b and θ is the angle between a and b. Also, n ^ is a unit vector perpendicular to both a and b. It shows the direction.

A unit vector is a vector with a magnitude equal to 1.

If two vectors are written in component form as a= a 1 , a 2 , a 3 and b= b 1 , b 2 , b 3 , then the cross product is defined as a×b= i j k a 1 a 2 a 3 b 1 b 2 b 3 , where i, j, and k are the standard unit vectors in three dimensions.

Example:

1. Find the cross product between a= 3,3,1 and b= 4,1,2

The cross product is given by the following matrix.

a×b= i j k 3 3 1 4 1 2

Let i, j, and k be the standard unit vectors in three dimensions.

We must find the determinant of the matrix.

i j k 3 3 1 4 1 2 =i 32 11 j 32 14 +k 31 34 =i 61 j 64 +k 3+12 =7i2j+15k

The result is a vector quantity.

2. Can you find the cross product between a= 1,3,1 and b= 4,9,2 ?

Dot Product

It is represented by a dot sign between two vectors. Taking the dot product of the two gives a scalar.

It is given by the formula a.b= a b cosθ, where, a is the magnitude of vector a, b is the magnitude of vector b and θ is the angle between a and b.

The component formula for the dot product is given as follows:

a 1 , a 2 , a 3 b 1 , b 2 , b 3 = a 1 b 1 + a 2 b 2 + a 3 b 3 .

Let us see an example.

1. Find the dot product of a= 1,2,3 and b= 4,5,6

We will use the component formula a 1 , a 2 , a 3 b 1 , b 2 , b 3 = a 1 b 1 + a 2 b 2 + a 3 b 3 .

Compute the dot product using the above formula. The calculation is given below.

1 4 +2 5 +3 6 =410+18 =12

The result is a scalar quantity.

2. Can you find the dot product of a= 1,3,1 and b= 4,9,2 ?

Use the component formula a 1 , a 2 , a 3 b 1 , b 2 , b 3 = a 1 b 1 + a 2 b 2 + a 3 b 3 to calculate the dot product.

(1,3,1)(4,9,2)=1(4)+(3)(9)+1(2) =427+2 =21

The result is a scalar quantity.

Parallel

Two vectors are said to be parallel if one is the scalar multiple of the other.

Perpendicular

Two vectors are said to be perpendicular if their dot product is equal to zero.

Formula

  • The formulas for the cross product of two vectors are:

a×b= a b sinθ n ^

a×b= i j k a 1 a 2 a 3 b 1 b 2 b 3

  • The formulas for the dot product of two vectors are:

a.b= a b cosθ

ab= a 1 b 1 + a 2 b 2 + a 3 b 3

Here, a is the magnitude of vector a, b is the magnitude of vector b, θ is the angle between a and b, and n ^ is a unit vector perpendicular to both a and b. Also, a= a 1 , a 2 , a 3 and b= b 1 , b 2 , b 3 are the component forms of the vectors a and b.

Practice Problems

Use the given operation to add or subtract the given vectors.

1. Add a= 1,3,1 and b= 4,9,2 .

Use the formula ( a 1 , b 1 , c 1 )+( a 2 , b 2 , c 2 )=( a 1 + a 2 , b 1 + b 2 , c 1 + c 2 ) to add the vectors.

(1,3,1)+(4,9,2)=(5,12,3)

(Hint: You have to do it component wise)

2. Subtract b= 5,3,2 from a= 9,3,7 .

Use the formula ( a 1 , b 1 , c 1 )( a 2 , b 2 , c 2 )=( a 1 a 2 , b 1 b 2 , c 1 c 2 ) to add the vectors.

(9,3,7)(5,3,2)=(4,0,5)

Context and Applications

Vector Arithmetic is used in the K-12 curriculum, undergraduate and post-graduate mathematics, and physics and is asked in entrance examinations.

This topic is significant in the professional exams for both undergraduate and graduate courses, especially for

  • Bachelors in Mathematics
  • Masters in Mathematics

Want more help with your calculus homework?

We've got you covered with step-by-step solutions to millions of textbook problems, subject matter experts on standby 24/7 when you're stumped, and more.
Check out a sample calculus Q&A solution here!

*Response times may vary by subject and question complexity. Median response time is 34 minutes for paid subscribers and may be longer for promotional offers.

Search. Solve. Succeed!

Study smarter access to millions of step-by step textbook solutions, our Q&A library, and AI powered Math Solver. Plus, you get 30 questions to ask an expert each month.

Tagged in
MathCalculus

Vector Calculus

Vector-valued Function

Search. Solve. Succeed!

Study smarter access to millions of step-by step textbook solutions, our Q&A library, and AI powered Math Solver. Plus, you get 30 questions to ask an expert each month.

Tagged in
MathCalculus

Vector Calculus

Vector-valued Function