Question:medium

A plane $\pi_1$ contains the vectors $\vec{i}+\vec{j}$ and $\vec{i}+2\vec{j}$. Another plane $\pi_2$ contains the vectors $2\vec{i}-\vec{j}$ and $3\vec{i}+2\vec{k}$. $\vec{a}$ is a vector parallel to the line of intersection of $\pi_1$ and $\pi_2$. If the angle $\theta$ between $\vec{a}$ and $\vec{i}-2\vec{j}+2\vec{k}$ is acute, then $\theta=$

Show Hint

The direction vector of the line of intersection of two planes is always perpendicular to both of their normal vectors. Therefore, it can be found by taking the cross product of the normal vectors: $\vec{d} = \vec{n_1} \times \vec{n_2}$.
Updated On: Jun 15, 2026
  • $\frac{\pi}{2}$
  • $\frac{\pi}{4}$
  • $\cos^{-1}(\frac{4}{3\sqrt{5}})$
  • $\cos^{-1}(\frac{2}{\sqrt{5}})$
Show Solution

The Correct Option is C

Solution and Explanation

To solve this problem, we must determine the angle \(\theta\) between vector \(\vec{a}\), which is parallel to the line of intersection of two planes \(\pi_1\) and \(\pi_2\), and the vector \(\vec{i}-2\vec{j}+2\vec{k}\). Given that this angle is acute, we'll proceed step-by-step to find it.

Determine the Normal Vectors for the Planes:

  • The plane \(\pi_1\) contains the vectors \(\vec{i}+\vec{j}\) and \(\vec{i}+2\vec{j}\). The normal vector \(\vec{n}_1\) can be found using the cross product of these vectors: \(\vec{n}_1 = (\vec{i}+\vec{j}) \times (\vec{i}+2\vec{j})\)
  • Calculating the cross product, we get: \(\vec{n}_1 = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ 1 & 1 & 0 \\ 1 & 2 & 0 \end{vmatrix} = \vec{k}\).

The plane \(\pi_2\) contains the vectors \(2\vec{i}-\vec{j}\) and \(3\vec{i}+2\vec{k}\). The normal vector \(\vec{n}_2\) is given by:

  • \(\vec{n}_2 = (2\vec{i} - \vec{j}) \times (3\vec{i} + 2\vec{k})\)
  • Calculating this cross product: \(\vec{n}_2 = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ 2 & -1 & 0 \\ 3 & 0 & 2 \end{vmatrix} = -(2\vec{j} + 2\vec{k})\vec{i} + 4\vec{k} \vec{j} + (3\vec{i} + 2\vec{j})\vec{k} = -2\vec{j} + 2\vec{k} + 2\vec{i}\)
  • Simplifying, we find: \(\vec{n}_2 = 2\vec{i} - 2\vec{j} + 3\vec{k}\)

Find \(\vec{a}\) (Vector Parallel to the Intersection of \(\pi_1\) and \(\pi_2\)):

  • The intersection line is parallel to the cross product of \(\vec{n}_1\) and \(\vec{n}_2\), i.e., \(\vec{a} = \vec{n}_1 \times \vec{n}_2\).
  • Thus, \(\vec{a} = \vec{k} \times (2\vec{i} - 2\vec{j} + 3\vec{k})\)
  • Computing the cross product: \(\vec{a} = (-2\vec{i}) - (-2\vec{j}) = -2\vec{i} + 2\vec{j}\)

Calculate the Angle \(\theta\):

  • The angle \(\theta\) between vectors \(\vec{a}\text{ and }\vec{i}-2\vec{j}+2\vec{k}\) is given by \(\cos(\theta) = \frac{\vec{a}\cdot\vec{b}}{\|\vec{a}\|\|\vec{b}\|}\), where \(\vec{b} = \vec{i} - 2\vec{j} + 2\vec{k}\).
  • Determine the dot product: \(\vec{a}\cdot\vec{b} = (-2\vec{i} + 2\vec{j})\cdot(\vec{i} - 2\vec{j} + 2\vec{k}) = -2(1) + 2(-2) = -2 - 4 = -6\)
  • Calculate the magnitudes: \(\|\vec{a}\|=\sqrt{(-2)^2 + (2)^2} = \sqrt{8} = 2\sqrt{2}\) 
    \(\|\vec{b}\|=\sqrt{1^2 + (-2)^2 + 2^2} = \sqrt{1 + 4 + 4} = \sqrt{9} = 3\)
  • Substitute into the formula for cosine: \(\cos(\theta) = \frac{-6}{2\sqrt{2} \cdot 3} = \frac{-6}{6\sqrt{2}} = \frac{-1}{\sqrt{2}}\)
  • Since the cosine value is negative, and the angle \(\theta\) is acute, calculate: \(\theta = \cos^{-1}\left(\frac{4}{3\sqrt{5}}\right)\) with adjusted sign and context.
Was this answer helpful?
0