Question:

Let the position vectors of points A, B and C be \( \mathbf{a} = 3\hat{i} - \hat{j} - 2\hat{k} \), \( \mathbf{b} = \hat{i} + 2\hat{j} - \hat{k} \), and \( \mathbf{c} = \hat{i} + 5\hat{j} + 3\hat{k} \), respectively. Find the vector and Cartesian equations of the line passing through \( A \) and parallel to line \( BC \).

Show Hint

When finding the equation of a line passing through a point and parallel to a given line, first find the direction vector of the given line, then use the parametric equations to describe the line. Eliminate the parameter to obtain the Cartesian equation.
Updated On: Jun 23, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

To find the equation of the line passing through point \( A \) and parallel to line \( BC \), we first need the direction vector of line \( BC \). The direction vector of \( BC \) is: \[ \mathbf{BC} = \mathbf{c} - \mathbf{b} = (\hat{i} + 5\hat{j} + 3\hat{k}) - (\hat{i} + 2\hat{j} - \hat{k}) = 3\hat{j} + 4\hat{k}. \] Thus, the direction vector of the line passing through \( A \) and parallel to \( BC \) is \( \mathbf{d} = 3\hat{j} + 4\hat{k} \). The parametric equations of the line passing through \( A(3, -1, -2) \) and parallel to \( BC \) are: \[ x = 3 + 0t, \quad y = -1 + 3t, \quad z = -2 + 4t. \] Thus, the parametric equation of the line is: \[ \mathbf{r} = (3 + 0t)\hat{i} + (-1 + 3t)\hat{j} + (-2 + 4t)\hat{k}. \] The Cartesian equation of the line can be found by eliminating the parameter \( t \) from the parametric equations. From the equations \( y = -1 + 3t \) and \( z = -2 + 4t \), solve for \( t \) in terms of \( y \) and \( z \): \[ t = \frac{y + 1}{3}, \quad t = \frac{z + 2}{4}. \] Equating these expressions for \( t \): \[ \frac{y + 1}{3} = \frac{z + 2}{4}. \] Cross-multiply: \[ 4(y + 1) = 3(z + 2), \] which simplifies to: \[ 4y + 4 = 3z + 6 \quad \Rightarrow \quad 4y - 3z = 2. \] Thus, the Cartesian equation of the line is: \[ 4y - 3z = 2. \]
Was this answer helpful?
0
0