Calculate The Cross Product M N Cheggs
The cross product of two vectors in 3D space produces a vector that is perpendicular to both original vectors. This calculation is fundamental in physics, engineering, and computer graphics. Our calculator provides an easy way to compute the cross product while explaining the underlying mathematics.
What is the Cross Product?
The cross product (also called vector product) of two vectors in three-dimensional space is a vector whose magnitude is equal to the area of the parallelogram formed by the two vectors and whose direction is perpendicular to both vectors. The cross product is widely used in physics to calculate torque, angular momentum, and magnetic fields.
Key properties of the cross product include:
- It is anti-commutative: m × n = -(n × m)
- It is distributive over vector addition: m × (n + p) = (m × n) + (m × p)
- The cross product of any vector with itself is the zero vector
- It is not associative: m × (n × p) ≠ (m × n) × p
Cross Product Formula
For two vectors m = (m₁, m₂, m₃) and n = (n₁, n₂, n₃), the cross product m × n is calculated as:
m × n = (m₂n₃ - m₃n₂, m₃n₁ - m₁n₃, m₁n₂ - m₂n₁)
The result is a new vector that is perpendicular to both m and n. The magnitude of the cross product vector is equal to the area of the parallelogram formed by m and n.
Calculation Steps
- Identify the components of vector m: (m₁, m₂, m₃)
- Identify the components of vector n: (n₁, n₂, n₃)
- Calculate the first component of the result: m₂n₃ - m₃n₂
- Calculate the second component of the result: m₃n₁ - m₁n₃
- Calculate the third component of the result: m₁n₂ - m₂n₁
- Combine the three components to form the resulting vector
Note: The cross product is only defined in three-dimensional space. In two dimensions, the cross product is a scalar value representing the area of the parallelogram formed by the two vectors.
Worked Example
Let's calculate the cross product of m = (2, 3, 4) and n = (5, 6, 7):
- First component: (3×7) - (4×6) = 21 - 24 = -3
- Second component: (4×5) - (2×7) = 20 - 14 = 6
- Third component: (2×6) - (3×5) = 12 - 15 = -3
The resulting vector is (-3, 6, -3).
Result
The cross product of m = (2, 3, 4) and n = (5, 6, 7) is (-3, 6, -3).
Frequently Asked Questions
What is the difference between the cross product and dot product?
The cross product produces a vector perpendicular to both original vectors, while the dot product produces a scalar value representing the angle between the vectors. The cross product is used for operations involving rotation and torque, while the dot product is used for operations involving projection and work.
Can the cross product be calculated in 2D space?
In 2D space, the cross product is a scalar value representing the area of the parallelogram formed by the two vectors. The formula is m₁n₂ - m₂n₁, where m = (m₁, m₂) and n = (n₁, n₂).
What is the geometric interpretation of the cross product?
The magnitude of the cross product vector is equal to the area of the parallelogram formed by the two original vectors. The direction of the cross product vector is perpendicular to both original vectors, following the right-hand rule.