If a=3i^−j^+2k^ and b=2i^+3j^−k^, find:
- The angle θ between a and b
- The projection of a along b
Angle between two vectors:
cosθ=∣a∣∣b∣a⋅b
Projection of a along b:
projba=∣b∣a⋅b
Step 1: Compute the dot product a⋅b
a⋅b=(3)(2)+(−1)(3)+(2)(−1)=6−3−2=1
Step 2: Find the magnitudes
∣a∣=32+(−1)2+22=9+1+4=14
∣b∣=22+32+(−1)2=4+9+1=14
Step 3: Find the angle θ
cosθ=14⋅141=141
θ=cos−1(141)≈85.9∘
Step 4: Find the projection of a along b
projba=∣b∣a⋅b=141
| Quantity | Value |
|---|
| a⋅b | 1 |
| ∥a∥ | 14 |
| ∥b∥ | 14 |
| Angle θ | cos−1(141) |
| Projection of a along b | 141 |