Given three vectors that add up to zero:
a+b+c=0
∣a∣=5
∣b∣=3
∣c∣=7
From a+b+c=0:
c=−(a+b)
Taking magnitude on both sides:
∣c∣=∣a+b∣
∣c∣2=∣a+b∣2
∣c∣2=∣a∣2+2a⋅b+∣b∣2
Substituting the given values:
72=52+2a⋅b+32
49=25+2a⋅b+9
49=34+2a⋅b
2a⋅b=15
a⋅b=215
Using the dot product formula a⋅b=∣a∣∣b∣cosθ:
215=5×3×cosθ
215=15cosθ
cosθ=21
θ=3π
Therefore, the acute angle between a and b is 3π.