Given vectors $\vec{a}$, $\vec{b}$, and $\vec{c}$ such that $\vec{a} + \vec{b} + \vec{c} = 0$, $|\vec{a}| = 3$, $|\vec{b}| = 5$, and $|\vec{c}| = 7$. Show that the angle between $\vec{a}$ and $\vec{b}$ is $60^\circ$.
GeometryVectorsDot ProductAngle between vectorsVector Algebra
2025/3/29
1. Problem Description
Given vectors a, b, and c such that a+b+c=0, ∣a∣=3, ∣b∣=5, and ∣c∣=7. Show that the angle between a and b is 60∘.
2. Solution Steps
Since a+b+c=0, we have c=−(a+b).
Taking the magnitude squared of both sides, we get ∣c∣2=∣−(a+b)∣2=∣a+b∣2.
Expanding the magnitude squared, we have:
∣c∣2=(a+b)⋅(a+b)=a⋅a+2(a⋅b)+b⋅b=∣a∣2+2(a⋅b)+∣b∣2.
We also know that a⋅b=∣a∣∣b∣cosθ, where θ is the angle between a and b.