Find the cross product a×b for the given vectors, and use it to find the angle between them.
Typical Q-7 form: Given a=a1i^+a2j^+a3k^ and b=b1i^+b2j^+b3k^, find a×b and the sine of the angle between them.
The cross product (vector product) of two vectors a and b is defined as:
a×b=∣a∣∣b∣sinθn^
where θ is the angle between the vectors and n^ is the unit vector perpendicular to both a and b (determined by the right-hand rule).
For a=a1i^+a2j^+a3k^ and b=b1i^+b2j^+b3k^:
a×b=i^a1b1j^a2b2k^a3b3
Expanding:
a×b=(a2b3−a3b2)i^−(a1b3−a3b1)j^+(a1b2−a2b1)k^
The magnitude of the cross product gives:
∣a×b∣=∣a∣∣b∣sinθ
Therefore:
sinθ=∣a∣∣b∣∣a×b∣
θ=sin−1(∣a∣∣b∣∣a×b∣)
Let a=2i^+j^−k^ and b=i^−j^+2k^.
Step 1: Compute the cross product
a×b=i^21j^1−1k^−12
=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^−5j^−3k^
Step 2: Find magnitudes
∣a×b∣=12+(−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⋅635=635
θ=sin−1(635)
- ∣a×b∣ equals the area of the parallelogram formed by a and b.
- The direction of a×b is perpendicular to the plane containing a and b.
- If a×b=0, the vectors are parallel (or one is the zero vector).