The equation of a line passing through a given point and perpendicular to two other lines can be derived using vector operations. Let's find the direction ratios of the required line.
- First, identify the direction ratios of the given lines:
- Line L1: \(2i -3j -2k\)
- Line L2: \(-i + 2j + 3k\)
- The direction vector of a line perpendicular to both L1 and L2 is given by the cross-product of their direction vectors.
- Calculate the cross product \(\mathbf{d} = (2i - 3j - 2k) \times (-i + 2j + 3k)\):
- Using the cross product formula:
\(\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & -3 & -2 \\ -1 & 2 & 3 \end{vmatrix}\) - Compute the determinant: \(\mathbf{d} = \hat{i}((-3)(3) - (-2)(2)) - \hat{j}(2(3) - (-2)(-1)) + \hat{k}(2 \times 2 - (-3)(-1))\)
- \(\mathbf{d} = \hat{i}(-9 + 4) - \hat{j}(6 - 2) + \hat{k}(4 - 3)\)
- \(\mathbf{d} = -5i -4j + 1k\)
- Thus, the direction ratios of the line required are \((5, 4, -1)\).
- The line passes through the point \((-1, 2, 3)\). Using these, the equation of the line is given by:
\(\frac{x + 1}{5} = \frac{y - 2}{4} = \frac{z - 3}{-1}\)
Thus, the correct answer is \(\frac{x+1}{5} = \frac{y-2}{4} = \frac{z-3}{-1}\).
After checking against the options provided, this solution corresponds to the third option:
$\frac{x+1}{5} = \frac{y-2}{4} = \frac{z-3}{-1}$