Skip to main content
Back to 3D Geometry
JEE Main 2020
3D Geometry
3D Geometry
Medium

Question

The equation of the line passing through (–4, 3, 1), parallel to the plane x + 2y – z – 5 = 0 and intersecting the line x+13=y32=z21{{x + 1} \over { - 3}} = {{y - 3} \over 2} = {{z - 2} \over { - 1}} is :

Options

Solution

Key Concepts and Formulas

  1. Equation of a Line (Symmetric Form): The equation of a line passing through a point (x1,y1,z1)(x_1, y_1, z_1) and having direction ratios (a,b,c)(a, b, c) is given by: xx1a=yy1b=zz1c\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}
  2. General Point on a Line (Parametric Form): Any point on a line represented as xx1a=yy1b=zz1c\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c} can be expressed parametrically by equating it to a scalar parameter, say tt: x=x1+at,y=y1+bt,z=z1+ctx = x_1 + at, \quad y = y_1 + bt, \quad z = z_1 + ct
  3. Condition for a Line Parallel to a Plane: If a line with direction vector d=ai^+bj^+ck^\vec{d} = a\hat{i} + b\hat{j} + c\hat{k} is parallel to a plane with normal vector n=Ai^+Bj^+Ck^\vec{n} = A\hat{i} + B\hat{j} + C\hat{k} (where A,B,CA, B, C are coefficients of x,y,zx, y, z in the plane equation Ax+By+Cz+D=0Ax+By+Cz+D=0), then the direction vector of the line must be perpendicular to the normal vector of the plane. This implies their dot product is zero: dn=0aA+bB+cC=0\vec{d} \cdot \vec{n} = 0 \quad \Rightarrow \quad aA + bB + cC = 0

Step-by-Step Solution

Step 1: Define the Equation of the Required Line LL

We are given that the required line LL passes through the point A(4,3,1)A(-4, 3, 1). Let the direction ratios of this line be (a,b,c)(a, b, c). Using the symmetric form of a line, its equation can be written as: x(4)a=y3b=z1cx+4a=y3b=z1c\frac{x - (-4)}{a} = \frac{y - 3}{b} = \frac{z - 1}{c} \quad \Rightarrow \quad \frac{x + 4}{a} = \frac{y - 3}{b} = \frac{z - 1}{c} Our primary goal is to determine the values of a,b,a, b, and cc.

Step 2: Apply the Condition that Line LL is Parallel to the Plane

The line LL is parallel to the plane P:x+2yz5=0P: x + 2y - z - 5 = 0. The direction vector of line LL is d=ai^+bj^+ck^\vec{d} = a\hat{i} + b\hat{j} + c\hat{k}. The normal vector of plane PP is n=1i^+2j^1k^\vec{n} = 1\hat{i} + 2\hat{j} - 1\hat{k} (obtained from the coefficients of x,y,zx, y, z).

Since line LL is parallel to plane PP, its direction vector d\vec{d} must be perpendicular to the plane's normal vector n\vec{n}. Therefore, their dot product must be zero: dn=0\vec{d} \cdot \vec{n} = 0 (a)(1)+(b)(2)+(c)(1)=0(a)(1) + (b)(2) + (c)(-1) = 0 a+2bc=0(Equation 1)a + 2b - c = 0 \quad \text{(Equation 1)} This equation provides a crucial relationship between the unknown direction ratios a,b,ca, b, c.

Step 3: Apply the Condition that Line LL Intersects Another Line L2L_2

The line LL intersects the line L2:x+13=y32=z21L_2: \frac{x + 1}{-3} = \frac{y - 3}{2} = \frac{z - 2}{-1}. Let the point of intersection be BB. We can find the general coordinates of any point on line L2L_2 by setting its symmetric equation equal to a parameter, say tt: x+13=y32=z21=t\frac{x + 1}{-3} = \frac{y - 3}{2} = \frac{z - 2}{-1} = t From this, the parametric coordinates of a general point BB on L2L_2 are: x=13tx = -1 - 3t y=3+2ty = 3 + 2t z=2tz = 2 - t So, point B=(13t,3+2t,2t)B = (-1 - 3t, 3 + 2t, 2 - t).

Since line LL passes through point A(4,3,1)A(-4, 3, 1) and also through point BB, the direction ratios (a,b,c)(a, b, c) of line LL must be proportional to the components of the vector AB\vec{AB}. We can write: a=xBxA=(13t)(4)=33ta = x_B - x_A = (-1 - 3t) - (-4) = 3 - 3t b=yByA=(3+2t)3=2tb = y_B - y_A = (3 + 2t) - 3 = 2t c=zBzA=(2t)1=1tc = z_B - z_A = (2 - t) - 1 = 1 - t Now, the direction ratios a,b,ca, b, c are expressed in terms of the single parameter tt.

Step 4: Solve for the Parameter tt

We can substitute the expressions for a,b,ca, b, c (from Step 3) into Equation 1 (from Step 2): a+2bc=0a + 2b - c = 0 Substitute: (33t)+2(2t)(1t)=0(3 - 3t) + 2(2t) - (1 - t) = 0 Expand and simplify the equation: 33t+4t1+t=03 - 3t + 4t - 1 + t = 0 2+2t=02 + 2t = 0 2t=22t = -2 t=1t = -1 This value of tt identifies the specific point of intersection BB.

Step 5: Determine the Direction Ratios of Line LL

Now that we have the value t=1t = -1, we can substitute it back into the expressions for a,b,ca, b, c found in Step 3: a=33t=33(1)=3+3=6a = 3 - 3t = 3 - 3(-1) = 3 + 3 = 6 b=2t=2(1)=2b = 2t = 2(-1) = -2 c=1t=1(1)=1+1=2c = 1 - t = 1 - (-1) = 1 + 1 = 2 The direction ratios of line LL are (6,2,2)(6, -2, 2). These can be simplified by dividing by a common factor of 2, resulting in (3,1,1)(3, -1, 1).

Step 6: Write the Final Equation of Line LL

We have the point A(4,3,1)A(-4, 3, 1) through which line LL passes, and its simplified direction ratios (3,1,1)(3, -1, 1). Using the symmetric form of the line equation: x(4)3=y31=z11\frac{x - (-4)}{3} = \frac{y - 3}{-1} = \frac{z - 1}{1} x+43=y31=z11\frac{x + 4}{3} = \frac{y - 3}{-1} = \frac{z - 1}{1}

Step 7: Verify with Options

Comparing our derived equation with the given options: (A) x+43=y31=z11\frac{x + 4}{3} = \frac{y - 3}{-1} = \frac{z - 1}{1} (B) x+41=y31=z13\frac{x + 4}{1} = \frac{y - 3}{1} = \frac{z - 1}{3} (C) x+41=y31=z11\frac{x + 4}{-1} = \frac{y - 3}{1} = \frac{z - 1}{1} (D) x42=y+31=z+14\frac{x - 4}{2} = \frac{y + 3}{1} = \frac{z + 1}{4}

Our equation perfectly matches Option (A).


Common Mistakes & Tips

  • Sign Errors: Pay close attention to negative signs when substituting coordinates or parameter values, especially during subtraction.
  • Misinterpreting Parallel Condition: Remember that if a line is parallel to a plane, its direction vector is perpendicular to the plane's normal vector. This leads to their dot product being zero.
  • Algebraic Precision: Double-check calculations when expanding and simplifying equations to avoid errors in determining the parameter tt.
  • Simplifying Direction Ratios: While not always mandatory, simplifying direction ratios by dividing by a common factor can make it easier to match your answer with the given options.

Summary

This problem demonstrates a systematic approach to finding the equation of a line using multiple geometric conditions. The strategy involves first setting up the equation of the unknown line with a known point and unknown direction ratios. Then, the condition of being parallel to a plane is used to establish a linear relationship between these direction ratios. Concurrently, the condition of intersecting another line allows us to express these direction ratios in terms of a single parameter. By substituting the parametric expressions into the linear relationship, we solve for the parameter, which in turn determines the precise direction ratios of the line. Finally, these elements are combined to form the complete equation of the line.

The final answer is (A)\boxed{\text{(A)}}.

Practice More 3D Geometry Questions

View All Questions