Given three vectors: a, b, and c where:
- a+b+c=0
- ∣a∣=3
- ∣b∣=5
- ∣c∣=7
From a+b+c=0:
c=−(a+b)
Taking magnitude on both sides:
∣c∣2=∣a+b∣2
Expanding using ∣a+b∣2=∣a∣2+∣b∣2+2a⋅b:
∣c∣2=∣a∣2+∣b∣2+2a⋅b
Substituting the known values:
49=9+25+2a⋅b
49=34+2a⋅b
15=2a⋅b
a⋅b=215
Using the dot product formula a⋅b=∣a∣∣b∣cosθ:
215=3×5×cosθ
215=15cosθ
cosθ=21
When cosθ=21:
θ=3π (or 60°)
Therefore, the angle between a and b is 3π.