This question applies the cross product (vector product) to find the angle between two vectors in 3D space.
The magnitude of the cross product of two vectors a and b is:
∣a×b∣=∣a∣∣b∣sinθ
where θ is the angle between the two vectors (0°≤θ≤180°).
Rearranging to find the angle:
sinθ=∣a∣∣b∣∣a×b∣
θ=sin−1(∣a∣∣b∣∣a×b∣)
For a=a1i^+a2j^+a3k^ and b=b1i^+b2j^+b3k^:
a×b=i^a1b1j^a2b2k^a3b3
=i^(a2b3−a3b2)−j^(a1b3−a3b1)+k^(a1b2−a2b1)
- a×b is a vector perpendicular to both a and b.
- Its direction is given by the right-hand rule.
- Its magnitude ∣a×b∣ equals the area of the parallelogram formed by a and b.
- If a×b=0, the vectors are parallel (or one is the zero vector).
Step 1: Write both vectors in component form.
Step 2: Compute a×b using the determinant formula.
Step 3: Find ∣a×b∣ using:
∣a×b∣=(a2b3−a3b2)2+(a1b3−a3b1)2+(a1b2−a2b1)2
Step 4: Find ∣a∣ and ∣b∣ using:
∣a∣=a12+a22+a32,∣b∣=b12+b22+b32
Step 5: Apply sinθ=∣a∣∣b∣∣a×b∣ and solve for θ.
Find the angle between a=i^+2j^+2k^ and b=2i^+j^−2k^.
Cross product:
a×b=i^12j^21k^2−2
=i^(2⋅(−2)−2⋅1)−j^(1⋅(−2)−2⋅2)+k^(1⋅1−2⋅2)
=i^(−4−2)−j^(−2−4)+k^(1−4)
=−6i^+6j^−3k^
Magnitudes:
∣a×b∣=36+36+9=81=9
∣a∣=1+4+4=3,∣b∣=4+1+4=3
Angle:
sinθ=3×39=1⟹θ=90°