We are given two lines \( L_1 \) and \( L_2 \). The parametric equation of a line joining two points \( P(x_1, y_1, z_1) \) and \( Q(x_2, y_2, z_2) \) is given by: \[ (x, y, z) = (x_1, y_1, z_1) + t \left( (x_2 - x_1), (y_2 - y_1), (z_2 - z_1) \right), \] where \( t \) is a parameter. For the line \( L_1 \) joining \( (0, 0, 0) \) and \( (1, 2, 3) \), the parametric equations are: \[ x = 0 + t(1 - 0) = t, \quad y = 0 + t(2 - 0) = 2t, \quad z = 0 + t(3 - 0) = 3t. \] Thus, the parametric form of \( L_1 \) is \( (x, y, z) = (t, 2t, 3t) \). For the line \( L_2 \) joining \( (2, 3, 4) \) and \( (2, 3, 4) \), the parametric equations are: \[ x = 2 + s(2 - 2) = 2, \quad y = 3 + s(3 - 3) = 3, \quad z = 4 + s(4 - 4) = 4. \] Since these lines are collinear and intersect at a fixed point, the correct point would be \( (1, 2, 3) \).
The correct option is (B) : \((1,2,3)\)
The line L1 passes through (0, 0, 0) and (1, 2, 3). The direction vector for L1 is (1-0, 2-0, 3-0) = (1, 2, 3). The parametric equation of L1 is \((x, y, z) = (0, 0, 0) + t(1, 2, 3) = (t, 2t, 3t)\) for some parameter t.
The line L2 passes through (2, 3, 4) and (3, 4, 5). The direction vector for L2 is (3-2, 4-3, 5-4) = (1, 1, 1). The parametric equation of L2 is \((x, y, z) = (2, 3, 4) + s(1, 1, 1) = (2+s, 3+s, 4+s)\) for some parameter s.
If the lines intersect, there must be values of t and s such that the coordinates are equal. So we must have:
\(t = 2 + s\)
\(2t = 3 + s\)
\(3t = 4 + s\)
From the first equation, \(s = t - 2\). Substituting this into the second equation, we get:
\(2t = 3 + (t - 2)\)
\(2t = 1 + t\)
\(t = 1\)
Then, \(s = 1 - 2 = -1\). We can check this with the third equation:
\(3t = 3(1) = 3\)
\(4 + s = 4 + (-1) = 3\)
Since all three equations are satisfied, the lines intersect. The point of intersection is on L1 at \((t, 2t, 3t) = (1, 2(1), 3(1)) = (1, 2, 3)\).
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 \]
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.
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} \]