The cross product is a fundamental concept in vector mathematics that helps find a vector perpendicular to two given vectors. It is widely used to calculate area, determine direction, analyze rotational effects, and solve problems in physics, engineering, computer graphics, etc. In this guide, you will learn the cross product formula, its properties, and how to calculate it step-by-step, with simple explanations and examples.
The cross product of two vectors is a type of vector multiplication defined in three-dimensional space, written using the symbol ×. It produces a new vector that is perpendicular to both original vectors. The magnitude of this resultant vector equals the area of the parallelogram formed by the two vectors, while its direction is determined by the right-hand thumb rule. Because the result is a vector (having both magnitude and direction), the cross product is also called the vector product.
Know more about related topics:
If θ is the angle between vectors A and B (where 0° ≤ θ ≤ 180°), and n^ is the unit vector perpendicular to both (direction given by the right-hand rule), then:
A×B=‖A‖‖B‖sinθn^
Determinant (component) form:
Given A = (a₁, a₂, a₃) and B = (b₁, b₂, b₃), you can compute the cross product by expanding the following 3×3 determinant:
Let A→=⟨a1,a2,a3⟩andB→=⟨b1,b2,b3⟩
A→×B→=|i^j^k^a1a2a3b1b2b3|
A→×B→=i^(a2b3−a3b2)−j^(a1b3−a3b1)+k^(a1b2−a2b1)
Note the alternating signs: +, −, + on the î, ĵ, k̂ components.
The right-hand rule is a method used to determine the direction of the resultant vector in a cross product.
Point the fingers of your right hand in the direction of the first vector A.
Align the middle finger in the direction of the second vector B.
Your thumb now points in the direction of A × B.
Reversing the order to B × A flips your thumb, which is why A × B = −(B × A).
The standard basis vectors i^,j^,k^ point along the x-, y-, and z-axes, respectively. Their cross products follow a systematic cyclic pattern.
The cyclic rule: going round the cycle i^→j^→k^→i^ in order gives a positive result. Going against the cycle gives a negative result.
i^×j^=k^
j^×k^=i^
k^×i^=j^
j^×i^=−k^
k^×j^=−i^
i^×k^=−j^
i^×i^=0
j^×j^=0
k^×k^=0
Here is the general procedure to follow to find the cross product of two vectors.
Write both vectors in component form: A = (a1,a2,a3) and B = (b1,b2,b3).
Set up the 3×3 determinant with i^,j^,k^ in the first row, the components of A in the second row, and the components of B in the third row.
Expand: the i^component = a2b3−a3b2
The j^component = −(a1b3−a3b1)=a3b1−a1b3
The k^component = a1b2−a2b1
Write the result as a vector: A×B=(a2b3−a3b2)i^+(a3b1−a1b3)j^+(a1b2−a2b1)k^
Cross product of parallel vectors:
When two vectors are parallel, the angle between them is either 0° or 180°. In both cases, sin θ = 0, which makes the magnitude of the cross product zero. The result is the zero vector.
A ∥ B ⟹ A × B = 0
Cross product of perpendicular vectors:
When two vectors are perpendicular, θ = 90° and sin 90° = 1. The cross product is therefore at its maximum possible magnitude.
A ⊥ B ⟹ |A × B| = |A| |B|
There are two vector multiplications: the dot product and the cross product. The two vector multiplication operations complement each other.
Example 1:Find A × B where A = (3, −3, 1) and B = (4, 9, 2).
Solution: A×B=|i^j^k^3−31492|
= i^|−3192|−j^|3142|+k^|3−349|
= i^((−3)(2)−(1)(9))−j^((3)(2)−(1)(4))+k^((3)(9)−(−3)(4))
= −15i^−2j^+39k^
A × B = (−15, −2, 39).
Example 2:Find the area of the parallelogram spanned by A = (3, −3, 1) and B = (4, 9, 2).
Solution: A × B = (−15, −2, 39).
Area = |A × B| = √(15² + 2² + 39²) = √(225 + 4 + 1521) = √1750
Area = √1750 = √(25 × 70) = 5√70 = ≈ 41.83 square units.
Example 3: Are A = (3, −3, 1) and C = (−12, 12, -4) parallel?
Solution: A×C=|i^j^k^3−31−1212−4|
= i^|−3112−4|−j^|31−12−4|+k^|3−3−1212|
= i^(12−12)−j^(−12+12)+k^(36−36)
= 0i^+0j^+0k^=0
Since A × C = 0 the vectors are parallel (or collinear).
Example 4:Find a unit vector perpendicular to both A = (1, 2, 0) and B = (0, 1, 3).
Solution: A×B=|i^j^k^120013|
= i^|2013|−j^|1003|+k^|1201|
= i^(2⋅3−0⋅1)−j^(1⋅3−0⋅0)+k^(1⋅1−2⋅0)
= 6i^−3j^+1k^.
|A×B|=62+(−3)2+12=36+9+1=46
Unit vector=146(6i^−3j^+k^)
n^=(6/√46,−3/√46,1/√46)
Here are a few real-life applications of the cross product in physics, engineering, and everyday systems.
Torque in Physics: Torque τ = r × F.
Surface Normals in 3D Graphics: To shade a 3D surface correctly, a renderer needs a normal vector at every point.
Magnetic Force (Lorentz Force): A charged particle moving through a magnetic field experiences a force F = q(v × B). The cross product explains why the force is always perpendicular to the velocity.
Angular Momentum: L = r × p (position cross momentum). The direction of angular momentum, whether a spinning top tilts left or right, is given by the cross product.
Area of a Triangle or Parallelogram: The area of a parallelogram with sides A and B equals |A × B|.
Flight Dynamics & Robotics: The angular velocity of a rotating body, the velocity of a point on a rotating arm, and the gyroscopic effects in an aircraft all involve cross products.
The cross product of two vectors produces a new vector that is perpendicular to both original vectors. The magnitude of this resultant vector equals the area of the parallelogram formed by the two vectors.
The cross product of two parallel (or anti-parallel) vectors is the zero vector. When the vectors are parallel, θ = 0° or 180°, and the sine of both is 0.
No. The cross product is anti-commutative: A × B = −(B × A)
The magnitude |A × B| equals the area of the parallelogram formed by the two vectors A and B.
The cross product of two unit vectors at 90° is a unit vector perpendicular to both, with magnitude 1.
CBSE Schools In Popular Cities