
Cross Product Formula Properties and Solved Examples in Vector Algebra
The concept of Cross Product of Two Vectors plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Understanding this operation helps students solve problems involving direction, area, and perpendicular vectors in three-dimensional space.
What Is Cross Product of Two Vectors?
A cross product of two vectors is defined as a binary operation where two vectors in three-dimensional space combine to produce a third vector that is perpendicular to both. This operation, also called the vector product, is applied in areas such as physics, engineering, and geometry to determine direction, torque, and normal vectors.
Key Formula for Cross Product of Two Vectors
Here’s the standard formula:
\[ \vec{a} \times \vec{b} = |\vec{a}|\,|\vec{b}|\,\sin\theta\,\hat{n} \]
where θ is the angle between vectors a and b, and ̂n is the unit vector perpendicular to both.
If \(\vec{a} = a_1\hat{\imath} + a_2\hat{\jmath} + a_3\hat{k}\) and \(\vec{b} = b_1\hat{\imath} + b_2\hat{\jmath} + b_3\hat{k}\), the cross product is:
\[
\vec{a} \times \vec{b} =
\begin{vmatrix}
\hat{\imath} & \hat{\jmath} & \hat{k} \\
a_1 & a_2 & a_3 \\
b_1 & b_2 & b_3
\end{vmatrix}
= (a_2b_3 - a_3b_2)\hat{\imath} - (a_1b_3 - a_3b_1)\hat{\jmath} + (a_1b_2 - a_2b_1)\hat{k}
\]
Cross-Disciplinary Usage
Cross product of two vectors is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for JEE or NEET will see its relevance in questions on torque, magnetic force, and direction of vectors.
Step-by-Step Illustration
- Suppose \(\vec{a} = 2\hat{\imath} + 3\hat{\jmath} + \hat{k}\), \(\vec{b} = \hat{\imath} - 2\hat{\jmath} + 4\hat{k}\)
Write in determinant form:
\( \vec{a} \times \vec{b} = \begin{vmatrix} \hat{\imath} & \hat{\jmath} & \hat{k} \\ 2 & 3 & 1 \\ 1 & -2 & 4 \\ \end{vmatrix} \) -
Expand the determinant:
= \(\hat{\imath}(3 \times 4 - 1 \times -2)\) − \(\hat{\jmath}(2 \times 4 - 1 \times 1)\) + \(\hat{k}(2 \times -2 - 3 \times 1)\)
-
Calculate each component:
\(\hat{\imath}(12 + 2)\) − \(\hat{\jmath}(8 - 1)\) + \(\hat{k}(-4 - 3)\)
= \(14\hat{\imath} - 7\hat{\jmath} - 7\hat{k}\) -
Final Answer:
\(\vec{a} \times \vec{b} = 14\hat{\imath} - 7\hat{\jmath} - 7\hat{k}\)
Speed Trick or Vedic Shortcut
A quick trick for the cross product is remembering the "Sarrus Rule" for 3×3 determinants. Repeat the first two columns to the right, multiply diagonally down and up, then subtract the sums. Many Vedantu students use this for fast calculations in exams.
Shortcut Example: For vectors using i, j, k, write:
- Write first two columns again to the right of the matrix.
- Add products on the downward diagonals.
- Add products on the upward diagonals.
- Subtract: Downwards sum − upwards sum.
These tricks boost accuracy and speed in NTSE, Olympiads, and JEE. You can learn more in Vedantu’s live classes.
Try These Yourself
- Find the cross product of \(\vec{a} = 3\hat{\imath} + \hat{\jmath} + 2\hat{k}\) and \(\vec{b} = \hat{\imath} - \hat{\jmath} + \hat{k}\).
- Show that the cross product of two parallel vectors is always zero.
- Use the right-hand rule to find the direction of \(\vec{a} \times \vec{b}\).
- Calculate the area of a parallelogram formed by vectors \(2\hat{\imath} + \hat{\jmath}\) and \(\hat{\imath} + 3\hat{\jmath}\).
Frequent Errors and Misunderstandings
- Confusing cross product with dot product (scalar vs. vector result).
- Incorrect application of the right-hand rule for direction.
- Omitting the negative sign in the j-component when expanding determinants.
Relation to Other Concepts
The idea of cross product of two vectors connects closely with topics such as dot product and vector algebra. Mastering this also helps with calculating triple vector products and solving problems in 3D geometry.
Classroom Tip
A simple way to remember the direction of a cross product is the right-hand rule: point your index finger in the direction of the first vector, your middle finger in the direction of the second, and your thumb shows the cross product’s direction. Vedantu teachers use this technique in live problem sessions.
Wrapping It All Up
We explored cross product of two vectors — from its definition, formula, worked example, shortcuts, and common mistakes, to its links with other vector topics. Keep practicing with Vedantu to become confident using cross products in mathematics and science!
| Topic | Internal Link | Value |
|---|---|---|
| Dot Product of Two Vectors | View Page | See difference between cross and dot products. |
| Vector Algebra | - | Covers basics needed for vector operations. |
| Right Hand Rule | - | Clarifies how to find the direction of the cross product. |
| Vector Triple Product | - | See advanced vector operations beyond cross product. |
FAQs on Cross Product of Two Vectors in 3D Geometry
1. What is the cross product of two vectors?
The cross product of two vectors is a vector that is perpendicular to both given vectors and has magnitude equal to the area of the parallelogram they form. For vectors a and b, the cross product is written as a × b.
- It is defined only in three-dimensional space.
- The direction is given by the right-hand rule.
- Its magnitude is |a × b| = |a||b|sinθ, where θ is the angle between the vectors.
2. What is the formula for the cross product?
The formula for the cross product of vectors a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃) is a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁).
- This can also be written using the determinant of a 3×3 matrix.
- a × b = | i j k; a₁ a₂ a₃; b₁ b₂ b₃ |
- The result is always a new vector in ℝ³.
3. How do you calculate the cross product step by step?
To calculate the cross product, compute each component using the determinant formula and subtract carefully. For a = (1, 2, 3) and b = (4, 5, 6):
- First component: (2×6 − 3×5) = 12 − 15 = −3
- Second component: (3×4 − 1×6) = 12 − 6 = 6
- Third component: (1×5 − 2×4) = 5 − 8 = −3
4. What is the magnitude of the cross product?
The magnitude of the cross product is |a × b| = |a||b|sinθ, where θ is the angle between the two vectors. This represents:
- The area of the parallelogram formed by the vectors.
- Zero if the vectors are parallel (since sin0° = 0).
- Maximum when the vectors are perpendicular (sin90° = 1).
5. What is the direction of the cross product?
The direction of the cross product is perpendicular to both vectors and is determined by the right-hand rule. To apply the rule:
- Point your fingers in the direction of vector a.
- Rotate them toward vector b.
- Your thumb points in the direction of a × b.
6. What is the difference between dot product and cross product?
The dot product gives a scalar, while the cross product gives a vector perpendicular to the original vectors. Key differences include:
- Dot product: a · b = |a||b|cosθ (scalar result).
- Cross product: a × b = |a||b|sinθ n̂ (vector result).
- Dot product measures projection; cross product measures area and perpendicular direction.
7. When is the cross product equal to zero?
The cross product is zero when the two vectors are parallel or one of them is the zero vector. This happens because:
- |a × b| = |a||b|sinθ
- If θ = 0° or 180°, then sinθ = 0.
- So the magnitude becomes 0, giving the zero vector.
8. What are the properties of the cross product?
The cross product has several important algebraic properties in vector algebra:
- Anti-commutative: a × b = −(b × a)
- Distributive: a × (b + c) = a × b + a × c
- Scalar multiplication: (ka) × b = k(a × b)
- a × a = 0
9. How is the cross product used in real life?
The cross product is used to compute quantities involving rotation and perpendicular direction in physics and engineering. Common applications include:
- Torque: τ = r × F
- Angular momentum: L = r × p
- Finding a normal vector to a plane in 3D geometry
10. How do you find a unit vector in the direction of the cross product?
To find a unit vector in the direction of the cross product, divide the vector by its magnitude. The formula is (a × b) / |a × b|.
- First compute a × b.
- Then calculate its magnitude |a × b|.
- Divide each component by the magnitude.

































