Vectors (Physics)

This page is split into multiple parts.

Product of Vectors

Vector multiplication is a lot different than the simple multiplication (of two scalar quantities). We not only have to think about the multiplication of their magnitudes but also of their directions (Which doesn’t really make sense).

Before we talk about how a vector is multiplied by another vector, let’s first talk about what happens when a scalar quantity (simply a number) is multiplied by a vector quantity.

Product of a vector and a scalar

Multiplication of a vector by a scalar (a number) have two cases:

Multiplication of Vector with a Positive number

When a vector is multiplied by a positive number (greater than 0), only the magnitude of the vector gets multiplied by the number, but the direction of vector remains unchanged.

Multiplication of vector with a number
Multiplication of Vector with a positive number

Thus, if \(\vec A\) is a vector of magnitude A and direction \(\hat a\)

\( \vec{A}=A\hat{a} \)

Then, the product of vector A with a number \(n\) will be given as

\( n\times\vec{A}=n\times A\hat{a} \)

or, \[ n\times\vec{A}=\left(nA\right)\hat{a} \]

Note that the \( \times \) symbol here represents a simple multiplication, Don’t confuse it with the “Cross product” which we’ll talk about in upcoming sections.

Multiplication of vector with a negative number

Multiplication of vector with a number
Multiplication of vector with a negative number

When a vector is multiplied by a negative number (less than 0), Magnitude of the vector gets multiplied by the number, and the direction of the vector gets reversed.

Following are some important points to remember when multiplying a vector with a scalar:

  • Multiplication of a vector with a number is distributive
    \[ \begin{aligned} &n(\vec{A}+\vec{B}) = n\vec{A}+n\vec{B} \\ \text{and, }\ &n_1\vec{A}+n_2\vec{A} = \left(n_1+n_2\right)\vec{A} \end{aligned} \]
  • Multiplication of vector with number is Commutative
    \( n\vec{A}=\vec{A}n \)
  • The product remains unchanged when a vector is multiplied by 1
    \( 1\times\vec{A}=\vec{A} \)
  • When a vector is multiplied by -1, the length of the line representing the vector remains same but the direction of vector is reversed
  • Multiplying a vector by 0 results in a zero vector. A zero vector is a vector whose magnitude is zero
    \( 0\times\vec{A}=\vec{0} \)
    The magnitude of components of a zero vector is 0
    \( \vec{0}=0i+0j+0k \)

And finally, here we are at the last part of this tutorial!

Product of Vector with Vector

Just think of how a vector (which has both, magnitude as well as direction) can be multiplied by another vector?

You probably may think of many ways that you could put it together, But to get its best use in many circumstances, the product of two vectors is defined in two ways.

(1) The Dot product (also called the scalar product), and (2) The Cross product (also called the vector product)

Dot Product (Scalar Product)

Dot product is that product of two vectors, In which the magnitude of first vector is multiplied by the magnitude of “Projection of second vector onto the first vector”.

Note: Dot product of two vectors is represented by putting a Dot between the two vectors.

Hence, If \(\vec A\) and \(\vec B\) are two vectors of magnitude \(A\) and \(B\)

Scalar product (Dot product)
Dot product of two vectors A and B is the product of magnitude of “vector A” and magnitude of “projection of vector B”

Then the Dot product of vector A and B is given as

\( \vec{A}\cdot\vec{B}=\left(A\cos\theta\right)B \) (\( A\cos\theta \) is magnitude of projection of vector A onto vector B)

or, \( \vec{A}\cdot\vec{B}=A\left(B\cos\theta\right) \) (\( B\cos\theta \) is magnitude of projection of vector B onto vector A)

Or, just simply \[\vec{A}\cdot\vec{B}=AB\cos\theta \] (Equation 1)

Algebraic definition of Dot product

Algebraically, If \( \vec{A}=A_1i+A_2j+A_3k \)
and, \( \vec{B}=B_1i+B_2j+B_3k \)

then, the dot product of vector A and B is given as

\( \vec{A}\cdot\vec{B}=\left(A_1i+A_2j+A_3k\right)\cdot\left(B_1i+B_2j+B_3k\right) \)

since dot product is distributive,

\[ \begin{aligned} \vec{A}\cdot\vec{B} = &\left(A_1i\cdot B_1i\right)+\left(A_1i\cdot B_2j\right)+\left(A_1i\cdot B_3k\right)+\\ &\left(A_2j\cdot B_1i\right)+\left(A_2j\cdot B_2j\right)+\left(A_2j\cdot B_3k\right)+\\ &\left(A_3k\cdot B_1i\right)+\left(A_3k\cdot B_2j\right)+\left(A_3k\cdot B_3k\right) \end{aligned} \]

and because i, j, and k are orthogonal, \( i\cdot j=j\cdot k=k\cdot i=0 \)

also, \[ A_1i\cdot B_1i=A_1B_1\cos0^{\circ}=A_1B_1 \]
\( A_2j\cdot B_2j=A_2B_2 \)
\( A_3k\cdot B_3k=A_3B_3 \)

Putting above equations together, We get

\[ \vec{A}\cdot\vec{B}=A_1B_1+A_2B_2+A_3B_3 \] (Equation 2)

Cross product (Vector product)

Cross product (also called the vector product) is represented by the cross symbol between the two vectors.

Cross product of two vectors \(\vec A\) and \(\vec B\) is defined as

\[ \vec{A}\times\vec{B}=AB\sin\theta\ \ \hat{n} \] (Equation 3)

Result of cross product of vector A and B is also vector.

  • The magnitude of cross product \(\vec A \times \vec B\ \) is \(AB \sin\theta\) and it is equal to the area of the parallelogram formed by vector A and B
  • The direction of the cross product \(\vec A \times \vec B\) is parallel to unit vector \(\hat n\) which is perpendicular to both vectors A and B at the same time.

Hence, if \( \vec{C}=\vec{A}\times\vec{B} \), Then the magnitude and direction of \(\vec C\) can be represented with the help of the following diagram

Representation of cross product in 3D
Representation of cross product in 3D
  • The direction of unit vector \(\hat n\) is determined by the right hand rule. (whether it is on one side or the other side of the plane containing the vectors A and B)
Right hand rule (vector Product)
Applying right hand rule to identify the direction of cross product of A and B

Algebraic definition of Cross product

Algebraically, If

\( \vec{A}=A_1i+A_2j+A_3k \)

\( \vec{B}=B_1i+B_2j+B_3k \)

then,

\[ \begin{aligned} \vec{A}\times\vec{B}\ =\ \ \ \ &\left(A_2B_3-B_2A_3\right)i\ +\\ &\left(A_3B_1-B_3A_1\right)j\ +\\ &\left(A_1B_2-B_1A_2\right)k \end{aligned} \] \(\Rightarrow\) \[ \vec{A}\times\vec{B}=\left| \begin{matrix} i & j & k\\ A_1 & A_2 & A_3\\ B_1 & B_2 & B_3 \end{matrix} \right| \] (Equation 4)

Following are some important points to remember about cross product:

  • Cross product is distributive over addition and subtraction
    \( \vec{A}\times\left(\vec{B}+\vec{C}\right)=\vec{A}\times\vec{B}+\vec{A}\times\vec{C} \)
  • Cross product is NOT commutative
    \( \vec{A}\times\vec{B}\ne\vec{B}\times\vec{A} \)
    Cross product is anti-commutative
    \( \vec{A}\times\vec{B}=-\left(\vec{B}\times\vec{A}\right) \)
  • Cross product is NOT associative
    \( \vec{A}\times\left(\vec{B}\times\vec{C}\right)\ne\left(\vec{A}\times\vec{B}\right)\times\vec{C} \)
  • Cross product of “two vectors which are parallel to each other” gives a zero vector
    If \( \vec{A}\parallel\vec{B} \) then the angle between them is either \(0^{\circ}\) or \( 180^{\circ} \)
    \[ \begin{aligned}\Rightarrow\vec{A}\times\vec{B}\ &=AB\sin\theta\ \hat{n}=AB\sin0^{\circ}\ \hat{n}\\&=\vec{0}\end{aligned} \]

    Similarly, Cross product of a vector with itself is also zero
    \( \vec{A}\times\vec{A}=\vec{0} \)
  • Cross product of two unit vectors which are perpendicular to each other gives another unit vector which is perpendicular to both. The direction of unit vector is determined by right hand rule.
    if, \( \hat{a}\perp\hat{b} \) and \(\hat{c} = \hat{a}\times\hat{b}\)
    then, \(\hat{a}\perp\hat{b}\perp\hat{c}\)

    Similarly, for a 3D system XYZ, If \(i\ j\) and \(k\) are unit vectors along X, Y, and Z then \(-i\ -j\ -k\) will be the unit vectors along -X, -Y and -Z as shown in the figure
    3D system
    then, \[ \begin{aligned} i\times j=k\\j\times k=i\\ k\times i=j\end{aligned} \] and \[\begin{aligned} j\times i=-k\\ k\times j=-i\\ i\times k=-j \end{aligned}\]
    With the help of these equations, since the cross product is also distributive, We can easily derive Equation 4

Some application of Cross product

  • Cross product can be used to find a vector which is perpendicular to two known vectors at the same time
  • [Advanced] Cross product is used to find the Moment of a force (Torque)
    if F is force, d is magnitude of displacement vector, and \(\theta\) is angle between force and displacement vector, then
    \( M=Fd\sin\theta\ \hat{n} \)

Position vector

When the job of a vector is to tell the position of a point in 2D or 3D space, Then the vector is known as a position vector.

For example, If a point P has coordinates (x,y) then the point P can be located on the graph with the help of its position vector \(\vec p\), which is given as:

\( \vec{p}=xi+yj \)

Position vector
Position vector

Conclusion

Congrats! We finally made it all the way through the tutorial! Here’s a quick summary of what we learned today:

  • Any quantity which has magnitude, as well as direction, is a vector.
  • Any vector which has a magnitude equal to 1, is called a unit vector.
  • vectors can be broken up into its component vectors.
  • vectors can be combined (added) to create a resultant vector.
  • Two vectors can be multiplied in two ways: (1) Dot product (also called Scalar product) and (2). Cross product (also called Vector product).
  • Position vectors are used to tell the position of a point.

Problems

Question 1: If \( \vec{A}=5\vec{B} \), what is the magnitude and direction of \(\vec A\)?

Question 2: If \( \vec{A}=5\hat{a} \), What is the magnitude and direction of \(\vec A\)?

Question 3: What is a unit vector?

Question 4: If \(\vec A = 5i\), What is the direction and magnitude of \(\vec A\)?

Question 5: What are the components and component vectors of \(\vec A\) along X and Y axis if \( \vec{A}=7i+5j \)?

Question 6: If \(\hat{i}\) is a unit vector having direction along positive X axis, and \(\hat{j}\) is unit vector along positive Y axis, Then represent the vector \(\vec{A} = 6\hat{i} + 3\hat{j}\) on an XY graph.

Question 7: What is the magnitude of \(\vec A\) if \( \vec{A}=7i+5j \)?

Question 8: Find a unit vector \(\hat a\) whose direction is parallel to the vector \( \vec{A}=4i-3j \)

Question 9: If \(\vec{A} = -3i\) and \(\vec{B} = 4j\), what is the resultant of these vectors? also tell the magnitude of the resultant.

Question 10: If \( \vec{A}=8i+3j\text{ and }\vec{B}=3i-7j \), find \(\vec{A} + \vec{B}\). Also find its magnitude.

Question 11: If \( \vec{A}=3i+13j \), Find the angle that \(\vec{A}\) makes with the positive X axis. [Hint]

Question 12: If \(\vec{A}\) has magnitude 14, and the angle made by \(\vec{A}\) with positive X axis is \(30^{\circ}\), represent \(\vec{A}\) in terms of it’s component vectors (along X and Y axis). [Hint: This or This]

Question 13: Find the angle between two vectors \( \vec{A}=15i-3j \) and \( \vec{B}=i+4j \). [Hint]

Question 14: Are the following two vectors parallel to each other? [Hint]

\( \vec{A}=6i+3j \)
\( \vec{B}=-2i-j \)

Next Part

This page is split into multiple parts.