The teacher hasn't uploaded a solution for this question yet.
We start by expressing the square of the magnitude of the difference of the two vectors $\vec{a}$ and $\vec{b}$: $$|\vec{a} - \vec{b}|^2 = (\vec{a} - \vec{b}) \cdot (\vec{a} - \vec{b})$$
Expanding the dot product, we get: $$|\vec{a} - \vec{b}|^2 = \vec{a} \cdot \vec{a} - 2(\vec{a} \cdot \vec{b}) + \vec{b} \cdot \vec{b}$$
Since $\vec{a}$ and $\vec{b}$ are unit vectors, $|\vec{a}| = 1$ and $|\vec{b}| = 1$. Also, $\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}|\cos\theta = \cos\theta$. Therefore, $$|\vec{a} - \vec{b}|^2 = 1 - 2\cos\theta + 1 = 2 - 2\cos\theta = 2(1 - \cos\theta)$$
Using the trigonometric identity $1 - \cos\theta = 2\sin^2\frac{\theta}{2}$, we have: $$|\vec{a} - \vec{b}|^2 = 2(2\sin^2\frac{\theta}{2}) = 4\sin^2\frac{\theta}{2}$$
Taking the square root of both sides, we get: $$|\vec{a} - \vec{b}| = 2\sin\frac{\theta}{2}$$
Dividing both sides by 2, we obtain the desired result: $$\frac{1}{2}|\vec{a} - \vec{b}| = \sin\frac{\theta}{2}$$
Final Answer: $\frac{1}{2}|\vec{a}-\vec{b}|=\sin\frac{\theta}{2}$
AI generated content. Review strictly for academic accuracy.