Cross product

In vector algebra, different types of vectors are defined and various operations can be performed on these vectors such as addition, subtraction, product and so on. In this article, the cross product of two vectors, formulas, properties, and examples is explained.
Table of Contents:

What is a Cross Product?

Cross product is a binary operation on two vectors in three-dimensional space. It results in a vector that is perpendicular to both vectors. The Vector product of two vectors, a and b, is denoted by a × b. Its resultant vector is perpendicular to a and b. Vector products are also called cross products. Cross product of two vectors will give the resultant a vector and calculated using the Right-hand Rule.

Also, read:

Cross Product of Two Vectors

The vector product or cross product of two vectors A and B is denoted by A × B, and its resultant vector is perpendicular to the vectors A and B. The cross product is mostly used to determine the vector, which is perpendicular to the plane surface spanned by two vectors, whereas the dot product is used to find the angle between two vectors or the length of the vector. The cross product of two vectors, say A × B, is equal to another vector at right angles to both, and it happens in the three dimensions.

Cross Product of Two Vectors

Cross Product Formula

If θ is the angle between the given two vectors A and B, then the formula for the cross product of vectors is given by:

A × B =|A| |B| sin θOr,

\(\begin{array}{l}\vec{A}\times \vec{B}=||\vec{A}|| \ ||\vec{B}|| sin\theta \ \hat{n} \end{array} \)

Here,

\(\begin{array}{l}\vec{A},\vec{B} \ are\ the\ two\ vectors.\end{array} \)
\(\begin{array}{l}||\vec{A}||, \ ||\vec{B}|| \ are\ the\ magnitudes\ of\ given\ vectors.\end{array} \)

θ is the angle between two vectors

\(\begin{array}{l}\hat{n} \ \text {is the unit vector perpendicular to the plane containing the given two vectors, in the direction given by the right-hand rule.}\end{array} \)

Cross product of two vectors Formula

Consider two vectors,

A = ai + bj + ck

B = xi + yj + zk

We know that the standard basis vectors i, j, and k satisfy the below-given equalities.

i × j = k and j × i = -k j × k = i and k × j = -i k × i = j and i × k = -j

Also, the anti-commutativity of the cross product and the distinct absence of linear independence of these vectors signifies that:

i × i = j × j = k × k = 0

Now,

A × B = (ai + bj + ck) × (xi + yj + zk)

= ax(i × i) + ay(i × j) + az(i × k) + bx(j × i) + by(j × j) + bz(j × k) + cx(k × i) + cy(k × j) + cz(k × k)

By applying the above-mentioned equalities,

A × B = ax(0) + ay(k) + az(-j) + bx(-k) + by(0) + bz(i) + cx(j) + cy(-i) + cz(0) = (bz – cy)i + (cx – az)j + (ay – bx)k

Cross Product Matrix

We can also derive the formula for the cross product of two vectors using the determinant of the matrix as given below.

A = ai + bj + ck B = xi + yj + zk

Thus,

\(\begin{array}{l}\mathbf{A}\times \mathbf{B} = \begin{vmatrix} \boldsymbol{i} & \mathbf{j} & \mathbf{k}\\ a & b & c\\ x & y & z \end{vmatrix}\end{array} \)

A × B = (bz – cy)i – (az – cx)j + (ay – bx)k = (bz – cy)i + (cx – az)j + (ay – bx)k

Right-hand Rule Cross Product

We can find the direction of the unit vector with the help of the right-hand rule.

Right-hand Rule Cross Product

 

In this rule, we can stretch our right hand so that the index finger of the right hand is in the direction of the first vector and the middle finger is in the direction of the second vector. Then, the thumb of the right hand indicates the direction or unit vector n. With the help of the right-hand rule, we can easily show that vectors’ cross product is not commutative. If we have two vectors  A  and B, then the diagram for the right-hand rule is as follows:

Cross Product Properties

To find the cross product of two vectors, we can use properties. The properties such as anti-commutative property, zero vector property plays an essential role in finding the cross product of two vectors. Apart from these properties, some other properties include Jacobi property, distributive property. The properties of cross-product are given below:

Cross Product Properties

Cross Product of Perpendicular Vectors

Cross product of two vectors is equal to the product of their magnitude, which represents the area of a rectangle with sides X and Y. If two vectors are perpendicular to each other, then the cross product formula becomes:θ = 90 degreesWe know that, sin 90° = 1.

So,

Cross Product of Perpendicular Vectors

Cross Product of Parallel vectors

The cross product of two vectors are zero vectors if both the vectors are parallel or opposite to each other. Conversely, if two vectors are parallel or opposite to each other, then their product is a zero vector. Two vectors have the same sense of direction.θ = 90 degreesAs we know, sin 0° = 0 and sin 90° = 1.

So,

Cross Product of Parallel vectors

Magnitude of Cross Product

Let us assume two vectors,

\(\begin{array}{l}\vec{A}= A_{x}+ A_{y}+ A_{z}\end{array} \)
\(\begin{array}{l}\vec{B}= B_{x}+ B_{y}+ B_{z}\end{array} \)

Then the magnitude of two vectors is given by the formula,

\(\begin{array}{l}|\vec{A}| = \sqrt{A_{x}^{2} + A_{y}^{2}+ A_{z}^{2}}\end{array} \)
\(\begin{array}{l}|\vec{B}|| = \sqrt{B_{x}^{2} + B_{y}^{2}+ B_{z}^{2}}\end{array} \)

Hence, the magnitude of the cross product of two vectors is given by the formula,

\(\begin{array}{l}|\vec{A}\times \vec{B}|= |\vec{A}| |\vec{B}| |sin\theta|\end{array} \)

Cross Product Example

Example:

Find the cross product of the given two vectors:

\(\begin{array}{l}\vec{X}= 5\vec{i} + 6\vec{j} + 2\vec{k} \ and\ \vec{Y}= \vec{i} + \vec{j} + \vec{k}\end{array} \)

Solution:

Given:

\(\begin{array}{l}\vec{X}= 5\vec{i} + 6\vec{j} + 2\vec{k} \\ \vec{Y}= \vec{i} + \vec{j} + \vec{k}\end{array} \)

To find the cross product of two vectors, we have to write the given vectors in determinant form. Using the determinant form, we can find the cross product of two vectors as:

\(\begin{array}{l}\vec{X}\times \vec{Y} = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k}\\ 5 & 6 & 2\\ 1 & 1 & 1 \end{vmatrix}\end{array} \)

By expanding,

\(\begin{array}{l}\vec{X}\times \vec{Y}= (6-2)\vec{i}-(5-2)\vec{j}+ (5-6)\vec{k}\end{array} \)

Therefore,

\(\begin{array}{l}\vec{X}\times \vec{Y}= 4\vec{i}-3\vec{j}- \vec{k}\end{array} \)

Visit BYJU’S – The Learning App and get all the important Maths-related articles and videos to learn with ease.

close
close

Play

&

Win