Exercise 3.3 — Question 5
The cross product (or vector product) of two vectors a and b is a vector c perpendicular to both a and b , defined as:
a × b = ∣ a ∣∣ b ∣ sin θ n ^
where θ is the angle between a and b , and n ^ is the unit vector perpendicular to the plane containing a and b (direction given by the 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 )
The magnitude of the cross product gives:
∣ a × b ∣ = ∣ a ∣∣ b ∣ sin θ
Solving for θ :
sin θ = ∣ a ∣∣ b ∣ ∣ a × b ∣
θ = sin − 1 ( ∣ a ∣∣ b ∣ ∣ a × b ∣ )
The magnitude ∣ a × b ∣ equals the area of the parallelogram formed by vectors a and b as adjacent sides.
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 ^
i ^ × i ^ = j ^ × j ^ = k ^ × k ^ = 0
Two non-zero vectors a and b are parallel if and only if a × b = 0
Given: a = 2 i ^ + j ^ − k ^ and b = i ^ − j ^ + 2 k ^
Find: (i) a × b , (ii) the angle θ between a and b
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 )