For the following two (02) items : A plane $P$ is parallel to the line having direction ratios $(1, 3, 2)$ and contains the line of intersection of the planes $6x+4y-5z = 2$ and $x-2y+3z = 0$.
This question asks for the direction ratios of the line formed by the intersection of two specific planes. Let's break down how to find this.
We are given two planes:
We need to find the direction ratios of the line where these two planes intersect. The direction ratios represent the components of a vector parallel to the line.
To find the direction ratios of the line of intersection, we can take the cross product of the normal vectors of the two given planes.
The normal vector for the first plane (\(6x+4y-5z = 2\)) is \(\vec{n_1} = (6, 4, -5)\).
The normal vector for the second plane (\(x-2y+3z = 0\)) is \(\vec{n_2} = (1, -2, 3)\).
Let the direction ratios of the line of intersection be \((a, b, c)\). This vector \((a, b, c)\) is parallel to \(\vec{n_1} \times \vec{n_2}\).
Calculate the cross product:
$\vec{n_1} \times \vec{n_2} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 6 & 4 & -5 \\ 1 & -2 & 3 \end{vmatrix}$
Expanding the determinant:
\(= \mathbf{i} \left( (4)(3) - (-5)(-2) \right) - \mathbf{j} \left( (6)(3) - (-5)(1) \right) + \mathbf{k} \left( (6)(-2) - (4)(1) \right)\)
\(= \mathbf{i} (12 - 10) - \mathbf{j} (18 - (-5)) + \mathbf{k} (-12 - 4)\)
\(= \mathbf{i} (2) - \mathbf{j} (18 + 5) + \mathbf{k} (-16)\)
\(= 2\mathbf{i} - 23\mathbf{j} - 16\mathbf{k}\)
Therefore, the direction ratios of the line of intersection are \((2, -23, -16)\).
Let's compare our calculated direction ratios with the given options:
Our result \((2, -23, -16)\) matches the second option.