Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Vector Operations

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

In physics, there are mainly two types of quantities – Vectors and Scalars. Vectors are quantities that have both direction and magnitude associated with them while scalars are the quantities that have the only magnitude associated with them. Scalar quantities can be dealt with using simple algebraic rules but this is not the case with vector quantities, they cannot be dealt with in the same way. Thus, It is essential to know what kind of and how many different operations can be performed on these quantities. Let’s look at some of these operations in detail. 

Mathematical Operations on Vectors

Since vectors contain directions, these quantities should be dealt with in ways that take into account their directions. The basic rules of algebra do not apply in general for vectors, for example – a simple addition of the magnitudes of the two vectors will give the wrong answer in most cases. The following list is the list of some of the common operations that are performed on vectors in the field of physics: 

  1. Addition/Subtraction of two vectors.
  2. Multiplication of vector with scalars.
  3. Product of two vectors:
    • Dot Product
    • Cross-Product

Addition of Vectors

Vectors cannot be added by usual algebraic rules. While adding two vectors, the magnitude and the direction of the vectors must be taken into account. Triangle law is used to add two vectors, the diagram below shows two vectors “a” and “b” and the resultant calculated after their addition. Vector addition follows commutative property, this means that the resultant vector is independent of the order in which the two vectors are added. 

\vec{a} + \vec{b} = \vec{c}

\vec{a} + \vec{b} = \vec{b} + \vec{a}    ⇢ (Commutative Property)

Triangle Law of Vector Addition

Consider the vectors given in the figure above. The line PQ represents the vector “p”, and QR represents the vector “q”. The line QR represents the resultant vector. The direction of AC is from A to C.  

Line AC represents, 

\vec{p} + \vec{q}

The magnitude of the resultant vector is given by, 

\sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

The \theta represents the angle between the two vectors. Let \phi be the angle made by the resultant vector with the vector p.

tan(\phi) = \frac{qsin(\theta)}{p + qcos(\theta)}

Multiplication of Vectors with Scalar

Multiplying a vector a with a constant scalar k gives a vector whose direction is the same but the magnitude is changed by a factor of k. The figure shows the vector after and before it is multiplied by the constant k. In mathematical terms, this can be rewritten as, 

|k\vec{v}| = k|\vec{v}| 

if k > 1, the magnitude of the vector increase while it decreases when the k < 1. 

Product of Vectors

Vectors can be multiplied by each other but they cannot be divided. In the case of multiplication, there are basically two kinds of multiplication – scalar and vector. Scalar Multiplication (also known as dot product) is a kind of multiplication that results in a scalar quantity. Vector Multiplication (also known as Cross Product) is a kind of multiplication that results in a vector quantity. Vector products are used to define other derived vector quantities. 

Dot Product

Consider two vectors \vec{A}  and \vec{B} . The scalar product of these two vectors is defined by the equation, 

\vec{A}.\vec{B} = |\vec{A}||\vec{B}|cos(\theta)

Here, θ is the angle between two vectors.

In case the vectors are given by their components. for example a = a1i + a2j + a3k and b = b1i + b2j + b3k. In this case, the dot product is given by, 

a.b = a1b1i + a2b2j + a3b3k

Vector Product

Consider two vectors \vec{A} and \vec{B} . The vector product of these two vectors is denoted by  \vec{A} \times \vec{B} . The direction of this vector is perpendicular to both of the vectors. The magnitude of this vector is given by, 

|\vec{A} \times \vec{B}| = |\vec{A}||\vec{B}|sin(\theta)

Here, θ is the angle between two vectors. 

The right-hand rule is used to determine the direction of the resulting vector from the cross-product. Note that unlike the addition and dot product, the vector product is not commutative in nature. 

In case the vectors are given by their components. for example a = a1i + a2j + a3k and b = b1i + b2j + b3k. In this case, the cross product is given by,

 \vec{A} \times \vec{B} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix} \\

Sample Problems

Question 1: A vector is given by, v = 2i + j. Find the magnitude of the vector when it is scaled by a constant of 0.4. 

Answer: 

for a vector, v = ai + bj

|v| = \sqrt{a^2 + b^2}

0.4|v| = |0.4v| 

a = 2, b = 1

|0.4v|

⇒ |0.4(2i + j)| 

⇒ |0.8i + 0.4j| 

|v| = \sqrt{0.8^2 + 0.4^2}

⇒ |v| = \sqrt{0.64 + 0.16}

⇒ |v| = √0.8

Question 2: Two vectors with magnitude 5 and 10. These vectors have a 60° angle between them. Find the magnitude of the resultant vectors. 

Answer: 

Let the two vectors be given by p and q. Then resultant vector “r” is given by, 

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

|p| = 5, |q| = 10 and \theta = 60^o

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

⇒ |r| = \sqrt{|5|^2 + |10|^2 + 2|5||10|cos(60)}

⇒ |r| = \sqrt{|5|^2 + |10|^2 + (10)(5)}

⇒ |r| = \sqrt{25 + 100 + 50}

⇒ |r| = \sqrt{175}       

Question 3: Two vectors with magnitude 4 and 4. These vectors have a 60° angle between them. Find the magnitude of the resultant vectors and the angle made by the resultant vector. 

Answer: 

Let the two vectors be given by p and q. Then resultant vector “r” is given by, 

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

|p| = 4, |q| = 4 and \theta = 60^o

|r| = \sqrt{|p|^2 + |q|^2 + 2|p||q|cos(\theta)}

⇒ |r| = \sqrt{|4|^2 + |4|^2 + 2|4||4|cos(60)}

⇒ |r| = \sqrt{16 + 16 + 2|4||4|cos(60)}

⇒ |r| = \sqrt{48}

⇒ |r| = 4√3

angle made by the resultant, 

tan(\phi) = \frac{4sin(60)}{4 + 4cos(60)}

⇒ tan(\phi) = \frac{2\sqrt{2}}{4 + 2}

tan(\phi) = \frac{\sqrt{2}}{3}

⇒ \phi = tan{-1}(\frac{\sqrt{2}}{3})

Question 4: Two vectors are given by, a = 2i + j + k and b = i + j + k. Find the dot product of these two vectors. 

Answer: 

Given: 

a = 2i + j + k 

b = i + j + k 

a.b 

⇒ (2i + j + k ).(i + j + k)

⇒ 2.1  + 1.1 + 1.1 

⇒ 4 

Question 5: Two vectors are given by, a = 2i + j + k and b = i + j + k. Find the cross product of these two vectors. 

Answer: 

Given: 

a = 2i + j + k 

b = i + j + k 

\vec{A} \times \vec{B} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 1 & 1 \\ 1 & 1 & 1 \end{vmatrix} \\ = \hat{i}\begin{vmatrix} 1 & 1 \\ 1 & 1 \end{vmatrix} - \hat{j}\begin{vmatrix} 2 & 1 \\ 1 & 1 \end{vmatrix} + \hat{k}\begin{vmatrix} 2 & 1 \\ 1 & 1 \end{vmatrix} \\ = -\hat{j}(2.1 - 1.1) + \hat{k}(2.1 - 1.1) \\ = -\hat{j} + \hat{k}


My Personal Notes arrow_drop_up
Last Updated : 05 Aug, 2021
Like Article
Save Article
Similar Reads
Related Tutorials