This question applies the cross product to find the angle between two vectors and to compute the vector product.
For two vectors a=a1i^+a2j^+a3k^ and b=b1i^+b2j^+b3k^, the cross product is:
a×b=i^a1b1j^a2b2k^a3b3
Expanding:
a×b=(a2b3−a3b2)i^−(a1b3−a3b1)j^+(a1b2−a2b1)k^
∣a×b∣=∣a∣∣b∣sinθ
where θ is the angle between a and b.
To find the angle using cross product:
sinθ=∣a∣∣b∣∣a×b∣
θ=sin−1(∣a∣∣b∣∣a×b∣)
The cross product a×b is a vector that is:
- Perpendicular to both a and b
- Has magnitude equal to the area of the parallelogram formed by a and b:
Area=∣a×b∣
| Property | Statement |
|---|
| Anti-commutative | a×b=−(b×a) |
| Parallel vectors | a×b=0 if a∥b |
| Unit vector cross products | i^×j^=k^, j^×k^=i^, k^×i^=j^ |
| Self cross product | i^×i^=j^×j^=k^×k^=0 |
Find a×b and the angle between them, given:
a=2i^+3j^−k^,b=i^−2j^+3k^
Step 1: Compute the cross product
a×b=i^21j^3−2k^−13
=i^(3⋅3−(−1)(−2))−j^(2⋅3−(−1)(1))+k^(2(−2)−3⋅1)
=i^(9−2)−j^(6+1)+k^(−4−3)
=7i^−7j^−7k^
Step 2: Find magnitudes
∣a×b∣=49+49+49=73
∣a∣=4+9+1=14,∣b∣=1+4+9=14
Step 3: Find the angle
sinθ=14⋅1473=1473=23
θ=sin−1(23)=60°