Question:medium

The angle between vectors $ \mathbf{a} = \hat{i} + \hat{j} - 2\hat{k} $ and $ \mathbf{b} = 3\hat{i} - \hat{j} + 2\hat{k} $ is:

Show Hint

To find the angle between two vectors, use the formula \( \cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}| |\mathbf{b}|} \). Ensure you compute the dot product and magnitudes correctly for accurate results.
Updated On: Mar 27, 2026
  • \( 60^\circ \)
  • \( 90^\circ \)
  • \( 45^\circ \)
  • \( 30^\circ \) 

Show Solution

The Correct Option is A

Solution and Explanation

The angle \( \theta \) between two vectors \( \mathbf{a} \) and \( \mathbf{b} \) is determined by the formula:\[\cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}| |\mathbf{b}|}\]Where:
- \( \theta \) represents the angle between the vectors.
- \( \mathbf{a} \cdot \mathbf{b} \) is the dot product of the vectors.
- \( |\mathbf{a}| \) and \( |\mathbf{b}| \) are the magnitudes of the vectors.
Step 1: Calculate the dot product \( \mathbf{a} \cdot \mathbf{b} \)Given vectors:\[\mathbf{a} = \hat{i} + \hat{j} - 2\hat{k}, \quad \mathbf{b} = 3\hat{i} - \hat{j} + 2\hat{k}\]The dot product is computed as follows:\[\mathbf{a} \cdot \mathbf{b} = (1 \times 3) + (1 \times -1) + (-2 \times 2)\]\[\mathbf{a} \cdot \mathbf{b} = 3 - 1 - 4 = -2\]Step 2: Determine the magnitudes of \( \mathbf{a} \) and \( \mathbf{b} \)The magnitude of vector \( \mathbf{a} \) is:\[|\mathbf{a}| = \sqrt{1^2 + 1^2 + (-2)^2} = \sqrt{1 + 1 + 4} = \sqrt{6}\]The magnitude of vector \( \mathbf{b} \) is:\[|\mathbf{b}| = \sqrt{3^2 + (-1)^2 + 2^2} = \sqrt{9 + 1 + 4} = \sqrt{14}\]Step 3: Compute the angle \( \theta \)Using the magnitudes and dot product, we find \( \cos \theta \):\[\cos \theta = \frac{-2}{\sqrt{6} \times \sqrt{14}} = \frac{-2}{\sqrt{84}} = \frac{-2}{2\sqrt{21}} = \frac{-1}{\sqrt{21}}\]Therefore, \( \theta = \cos^{-1}\left(\frac{-1}{\sqrt{21}}\right) \).Evaluating the inverse cosine gives:\[\theta \approx 60^\circ\]Consequently, the angle between the vectors is approximately \( 60^\circ \).
Was this answer helpful?
2

Top Questions on Vector Algebra