Using the cross product, prove the Lagrange Identity:
∣a×b∣2=∣a∣2∣b∣2−(a⋅b)2
and hence find the sine of the angle between two vectors.
Cross product magnitude:
∣a×b∣=∣a∣∣b∣sinθ
Dot product:
a⋅b=∣a∣∣b∣cosθ
Angle using cross product:
sinθ=∣a∣∣b∣∣a×b∣
Starting from the definitions:
∣a×b∣2=∣a∣2∣b∣2sin2θ
(a⋅b)2=∣a∣2∣b∣2cos2θ
Adding:
∣a×b∣2+(a⋅b)2=∣a∣2∣b∣2(sin2θ+cos2θ)=∣a∣2∣b∣2
Rearranging:
∣a×b∣2=∣a∣2∣b∣2−(a⋅b)2
The magnitude of the cross product ∣a×b∣ equals the area of the parallelogram formed by vectors a and b.
- Area of parallelogram =∣a×b∣
- Area of triangle =21∣a×b∣
Find the sine of the angle between a=i^+2j^+2k^ and b=3i^+0j^+4k^.
Step 1: Compute a×b:
a×b=i^13j^20k^24
=i^(2⋅4−2⋅0)−j^(1⋅4−2⋅3)+k^(1⋅0−2⋅3)
=i^(8)−j^(−2)+k^(−6)=8i^+2j^−6k^
Step 2: ∣a×b∣=64+4+36=104=226
Step 3: ∣a∣=1+4+4=3, ∣b∣=9+0+16=5
Step 4:
sinθ=3×5226=15226