1. Find the angle between the vectors $\mathbf{a} = \langle 1, 0, 1 \rangle$ and $\mathbf{b} = \langle 0, 1, 1 \rangle$.
- A.$30°$
- B.$45°$
- C.$60°$
- D.$90°$
View Answer
Answer: $60°$
Compute the dot product: $\mathbf{a} \cdot \mathbf{b} = (1)(0) + (0)(1) + (1)(1) = 1$. Compute the magnitudes: $|\mathbf{a}| = \sqrt{1+0+1} = \sqrt{2}$ and $|\mathbf{b}| = \sqrt{0+1+1} = \sqrt{2}$. Find the angle: $\cos\theta = \frac{1}{\sqrt{2} \cdot \sqrt{2}} = \frac{1}{2}$, so $\theta = 60°$. Why distractors fail: Option A ($30°$) has $\cos 30° = \frac{\sqrt{3}}{2} \neq \frac{1}{2}$. Option B ($45°$) has $\cos 45° = \frac{\sqrt{2}}{2}$. Option D ($90°$) requires $\cos\theta = 0$.