This question involves applying the cross product of two vectors to find a vector perpendicular to two given vectors, or to find the angle between them.
For two vectors a = a 1 i ^ + a 2 j ^ + a 3 k ^ and b = b 1 i ^ + b 2 j ^ + b 3 k ^ , the cross product is:
a × b = i ^ a 1 b 1 j ^ a 2 b 2 k ^ a 3 b 3
Expanding:
a × b = ( a 2 b 3 − a 3 b 2 ) i ^ − ( a 1 b 3 − a 3 b 1 ) j ^ + ( a 1 b 2 − a 2 b 1 ) k ^
∣ a × b ∣ = ∣ a ∣∣ b ∣ sin θ
where θ is the angle between a and b .
Geometrical Interpretation: ∣ a × b ∣ equals the area of the parallelogram formed by a and b .
sin θ = ∣ a ∣∣ b ∣ ∣ a × b ∣
θ = sin − 1 ( ∣ a ∣∣ b ∣ ∣ a × b ∣ )
a × b = − ( b × a ) (Anti-commutative)
a × a = 0 (Cross product of a vector with itself is zero)
i ^ × j ^ = k ^ , j ^ × k ^ = i ^ , k ^ × i ^ = j ^
If a × b = 0 and a , b = 0 , then a and b are parallel .
Find a × b and the angle between a = 2 i ^ + j ^ − k ^ and b = i ^ − j ^ + 2 k ^ .
Step 1: Compute the cross product
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 magnitudes
∣ a × b ∣ = 1 2 + ( − 5 ) 2 + ( − 3 ) 2 = 1 + 25 + 9 = 35
∣ a ∣ = 4 + 1 + 1 = 6 , ∣ b ∣ = 1 + 1 + 4 = 6
Step 3: Find the angle
sin θ = 6 ⋅ 6 35 = 6 35
θ = sin − 1 ( 6 35 )