This question applies the cross product (vector product) of two vectors to find the angle between them, and explores the geometrical interpretation of the cross product.
The cross product of two vectors a and b is defined as:
a × b = ∣ a ∣∣ b ∣ sin θ n ^
where:
θ is the angle between a and b (0° ≤ θ ≤ 180° )
n ^ is the unit vector perpendicular to both a and b (right-hand rule)
If a = a 1 i ^ + a 2 j ^ + a 3 k ^ and b = b 1 i ^ + b 2 j ^ + b 3 k ^ , then:
a × b = i ^ a 1 b 1 j ^ a 2 b 2 k ^ a 3 b 3
= i ^ ( a 2 b 3 − a 3 b 2 ) − j ^ ( a 1 b 3 − a 3 b 1 ) + k ^ ( a 1 b 2 − a 2 b 1 )
From the definition:
sin θ = ∣ a ∣∣ b ∣ ∣ a × b ∣
θ = sin − 1 ( ∣ a ∣∣ b ∣ ∣ a × b ∣ )
The magnitude ∣ a × b ∣ equals the area of the parallelogram formed by a and b as adjacent sides.
Find the angle between a = 2 i ^ + j ^ − k ^ and b = i ^ − j ^ + 2 k ^ using the cross product.
Step 1: Compute a × b
a × b = i ^ 2 1 j ^ 1 − 1 k ^ − 1 2
= i ^ [( 1 ) ( 2 ) − ( − 1 ) ( − 1 )] − j ^ [( 2 ) ( 2 ) − ( − 1 ) ( 1 )] + k ^ [( 2 ) ( − 1 ) − ( 1 ) ( 1 )]
= i ^ [ 2 − 1 ] − j ^ [ 4 + 1 ] + k ^ [ − 2 − 1 ]
= i ^ − 5 j ^ − 3 k ^
Step 2: Find ∣ a × b ∣
∣ a × b ∣ = 1 2 + ( − 5 ) 2 + ( − 3 ) 2 = 1 + 25 + 9 = 35
Step 3: Find ∣ a ∣ and ∣ b ∣
∣ a ∣ = 4 + 1 + 1 = 6 , ∣ b ∣ = 1 + 1 + 4 = 6
Step 4: Find sin θ
sin θ = 6 ⋅ 6 35 = 6 35
θ = sin − 1 ( 6 35 )
The standard unit vectors in 3D space are:
i ^ = ( 1 , 0 , 0 ) along the x -axis
j ^ = ( 0 , 1 , 0 ) along the y -axis
k ^ = ( 0 , 0 , 1 ) along the z -axis
Any vector v = v 1 i ^ + v 2 j ^ + v 3 k ^ has magnitude:
∣ v ∣ = v 1 2 + v 2 2 + v 3 2
Property Formula Anti-commutative a × b = − ( b × a ) Parallel vectors a × b = 0 if θ = 0° or 180° Perpendicular vectors $ Self cross product i ^ × i ^ = j ^ × j ^ = k ^ × k ^ = 0