We are given that the plane passes through the points \( (0, -1, 2) \) and \( (-1, 2, 1) \), and is parallel to the line passing through \( (5, 1, -7) \) and \( (1, -1, -1) \).
1. Step 1: Find vectors in the plane:
The vector passing through the points \( (0, -1, 2) \) and \( (-1, 2, 1) \) is: \[ \mathbf{a} = (-1 - 0, 2 - (-1), 1 - 2) = (-1, 3, -1) \] The vector representing the direction of the given line is: \[ \mathbf{b} = (1 - 5, -1 - 1, -1 - (-7)) = (-4, -2, 6) \] 2. Step 2: Find the normal vector to the plane:
The normal vector \( \mathbf{n} \) to the plane is the cross product of the two vectors \( \mathbf{a} \) and \( \mathbf{b} \): \[ \mathbf{n} = \mathbf{a} \times \mathbf{b} \] Using the determinant to calculate the cross product: \[ \mathbf{n} =
\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} -1 & 3 & -1 -4 & -2 & 6 \end{vmatrix} \] Expanding the determinant: \[ \mathbf{n} = \hat{i} \left( \begin{vmatrix} 3 & -1 -2 & 6 \end{vmatrix} \right) - \hat{j} \left( \begin{vmatrix} -1 & -1 -4 & 6 \end{vmatrix} \right) + \hat{k} \left( \begin{vmatrix} -1 & 3 -4 & -2 \end{vmatrix} \right) \] Calculating each determinant: \[ \mathbf{n} = \hat{i} \left( (3)(6) - (-1)(-2) \right) - \hat{j} \left( (-1)(6) - (-1)(-4) \right) + \hat{k} \left( (-1)(-2) - (3)(-4) \right) \] \[ \mathbf{n} = \hat{i} (18 - 2) - \hat{j} (-6 - 4) + \hat{k} (2 + 12) \] \[ \mathbf{n} = \hat{i} (16) - \hat{j} (-10) + \hat{k} (14) \] \[ \mathbf{n} = (16, 10, 14) \] 3. Step 3: Equation of the plane:
The equation of the plane is: \[ 16(x - 0) + 10(y + 1) + 14(z - 2) = 0 \] Simplifying: \[ 16x + 10y + 10 + 14z - 28 = 0 \] \[ 16x + 10y + 14z - 18 = 0 \] 4. Step 4: Check the points given in the options:
Substituting \( (-2, 5, 0) \) into the equation of the plane: \[ 16(-2) + 10(5) + 14(0) - 18 = 0 \] \[ -32 + 50 + 0 - 18 = 0 \] \[ 0 = 0 \quad (\text{This satisfies the plane equation}) \] Thus, the correct point that lies on the plane is \( (-2, 5, 0) \).
The vector equations of two lines are given as:
Line 1: \[ \vec{r}_1 = \hat{i} + 2\hat{j} - 4\hat{k} + \lambda(4\hat{i} + 6\hat{j} + 12\hat{k}) \]
Line 2: \[ \vec{r}_2 = 3\hat{i} + 3\hat{j} - 5\hat{k} + \mu(6\hat{i} + 9\hat{j} + 18\hat{k}) \]
Determine whether the lines are parallel, intersecting, skew, or coincident. If they are not coincident, find the shortest distance between them.
Show that the following lines intersect. Also, find their point of intersection:
Line 1: \[ \frac{x - 1}{2} = \frac{y - 2}{3} = \frac{z - 3}{4} \]
Line 2: \[ \frac{x - 4}{5} = \frac{y - 1}{2} = z \]
Determine the vector equation of the line that passes through the point \( (1, 2, -3) \) and is perpendicular to both of the following lines:
\[ \frac{x - 8}{3} = \frac{y + 16}{7} = \frac{z - 10}{-16} \quad \text{and} \quad \frac{x - 15}{3} = \frac{y - 29}{-8} = \frac{z - 5}{-5} \]