Question:

The angle between the vectors $ a = \hat{i} + 2 \hat{j} + 2 \hat{k} \quad \text{and} \quad b = \hat{i} + 2 \hat{j} - 2 \hat{k} \quad \text{is} $

Show Hint

For the angle between two vectors, use the dot product formula and remember to calculate the magnitudes of both vectors.
Updated On: May 2, 2025
  • \( \sin^{-1} \left( \frac{1}{9} \right) \)
  • \( \sin^{-1} \left( \frac{8}{9} \right) \)
  • \( \cos^{-1} \left( \frac{8}{9} \right) \)
  • \( \cos^{-1} \left( \frac{1}{9} \right) \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Approach Solution - 1

To find the angle θ between vectors a and b:

Given Vectors:
\[ \begin{aligned} \mathbf{a} &= \hat{\mathbf{i}} + 2\hat{\mathbf{j}} + 2\hat{\mathbf{k}} \\ \mathbf{b} &= \hat{\mathbf{i}} + 2\hat{\mathbf{j}} - 2\hat{\mathbf{k}} \end{aligned} \]

1. Calculate Magnitudes:
\[ \begin{aligned} |\mathbf{a}| &= \sqrt{1^2 + 2^2 + 2^2} = \sqrt{9} = 3 \\ |\mathbf{b}| &= \sqrt{1^2 + 2^2 + (-2)^2} = \sqrt{9} = 3 \end{aligned} \]

2. Compute Dot Product:
\[ \mathbf{a} \cdot \mathbf{b} = (1)(1) + (2)(2) + (2)(-2) = 1 + 4 - 4 = 1 \]

3. Relate Dot Product to Angle:
Using the identity: \[ \mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cosθ \] \[ 1 = 3 \times 3 \times \cosθ \]

4. Solve for θ:
\[ \cosθ = \frac{1}{9} \implies θ = \cos^{-1}\left(\frac{1}{9}\right) \]

Final Answer:
The angle between vectors a and b is: \[ θ = \cos^{-1}\left(\frac{1}{9}\right) \]

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The formula for the angle \( \theta \) between two vectors \( a \) and \( b \) is given by the dot product formula: \[ \cos(\theta) = \frac{a \cdot b}{|a| |b|} \] Where: - \( a \cdot b \) is the dot product of the vectors. - \( |a| \) and \( |b| \) are the magnitudes of the vectors. The dot product \( a \cdot b \) is calculated as: \[ a \cdot b = (1)(1) + (2)(2) + (2)(-2) = 1 + 4 - 4 = 1 \] The magnitudes of the vectors are: \[ |a| = \sqrt{1^2 + 2^2 + 2^2} = \sqrt{1 + 4 + 4} = \sqrt{9} = 3 \] \[ |b| = \sqrt{1^2 + 2^2 + (-2)^2} = \sqrt{1 + 4 + 4} = \sqrt{9} = 3 \] Now, applying the formula: \[ \cos(\theta) = \frac{1}{3 \times 3} = \frac{1}{9} \] Thus, the angle \( \theta \) is: \[ \theta = \cos^{-1} \left( \frac{1}{9} \right) \]
Was this answer helpful?
0
0