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

Question

Let a straight line LL pass through the point P(2,1,3)P(2, -1, 3) and be perpendicular to the lines x12=y+11=z32\frac{x - 1}{2} = \frac{y + 1}{1} = \frac{z - 3}{-2} and x31=y23=z+24\frac{x - 3}{1} = \frac{y - 2}{3} = \frac{z + 2}{4}. If the line LL intersects the yzyz-plane at the point QQ, then the distance between the points PP and QQ is:

Options

Solution

Key Concepts and Formulas

  1. Direction Vector of a Line in 3D: For a line given in symmetric form xx0a=yy0b=zz0c\frac{x - x_0}{a} = \frac{y - y_0}{b} = \frac{z - z_0}{c}, its direction vector is d=a,b,c\vec{d} = \langle a, b, c \rangle.
  2. Cross Product: The cross product of two vectors u\vec{u} and v\vec{v} results in a vector that is perpendicular to both u\vec{u} and v\vec{v}. If u=u1,u2,u3\vec{u} = \langle u_1, u_2, u_3 \rangle and v=v1,v2,v3\vec{v} = \langle v_1, v_2, v_3 \rangle, then u×v=i^j^k^u1u2u3v1v2v3\vec{u} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ u_1 & u_2 & u_3 \\ v_1 & v_2 & v_3 \end{vmatrix}.
  3. Equation of a Line in 3D: Given a point P0(x0,y0,z0)P_0(x_0, y_0, z_0) and a direction vector d=a,b,c\vec{d} = \langle a, b, c \rangle, the parametric form of the line's equation is x=x0+λax = x_0 + \lambda a, y=y0+λby = y_0 + \lambda b, z=z0+λcz = z_0 + \lambda c, where λ\lambda is a scalar parameter.
  4. Equation of the yzyz-plane: The yzyz-plane is defined by the equation x=0x = 0.
  5. Distance Formula in 3D: The distance between two points P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2) is given by d(P,Q)=(x2x1)2+(y2y1)2+(z2z1)2\text{d}(P, Q) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}.

Step-by-Step Solution

Step 1: Determine the Direction Vector of Line LL

  • What we are doing: We need to find the direction vector of line LL. Since line LL is perpendicular to two given lines, its direction vector will be perpendicular to the direction vectors of both those lines.
  • Why we are doing it: The cross product of two vectors yields a vector perpendicular to both. This is the standard method to find a common perpendicular direction.

Let the two given lines be L1L_1 and L2L_2. The equation of L1L_1 is x12=y+11=z32\frac{x - 1}{2} = \frac{y + 1}{1} = \frac{z - 3}{-2}. Its direction vector, d1\vec{d_1}, is obtained from the denominators: d1=2,1,2\vec{d_1} = \langle 2, 1, -2 \rangle

The equation of L2L_2 is x31=y23=z+24\frac{x - 3}{1} = \frac{y - 2}{3} = \frac{z + 2}{4}. Its direction vector, d2\vec{d_2}, is: d2=1,3,4\vec{d_2} = \langle 1, 3, 4 \rangle

Now, we compute the cross product of d1\vec{d_1} and d2\vec{d_2} to find the direction vector of line LL, denoted as dL\vec{d_L}: dL=d1×d2=i^j^k^212134\vec{d_L} = \vec{d_1} \times \vec{d_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 1 & -2 \\ 1 & 3 & 4 \end{vmatrix} Calculating the determinant: dL=i^((1)(4)(2)(3))j^((2)(4)(2)(1))+k^((2)(3)(1)(1))\vec{d_L} = \hat{i}( (1)(4) - (-2)(3) ) - \hat{j}( (2)(4) - (-2)(1) ) + \hat{k}( (2)(3) - (1)(1) ) dL=i^(4(6))j^(8(2))+k^(61)\vec{d_L} = \hat{i}(4 - (-6)) - \hat{j}(8 - (-2)) + \hat{k}(6 - 1) dL=i^(10)j^(10)+k^(5)\vec{d_L} = \hat{i}(10) - \hat{j}(10) + \hat{k}(5) dL=10i^10j^+5k^\vec{d_L} = 10\hat{i} - 10\hat{j} + 5\hat{k} We can simplify this direction vector by dividing by the common factor of 5, as any scalar multiple represents the same direction: dL=2,2,1\vec{d_L} = \langle 2, -2, 1 \rangle

Step 2: Write the Equation of Line LL

  • What we are doing: We are writing the parametric equations for line LL.
  • Why we are doing it: We know a point P(2,1,3)P(2, -1, 3) that line LL passes through, and we've found its direction vector. The parametric form is convenient for finding intersection points.

Line LL passes through P(2,1,3)P(2, -1, 3) and has the direction vector dL=2,2,1\vec{d_L} = \langle 2, -2, 1 \rangle. Using the parametric form x=x0+λax = x_0 + \lambda a, y=y0+λby = y_0 + \lambda b, z=z0+λcz = z_0 + \lambda c: x=2+2λx = 2 + 2\lambda y=12λy = -1 - 2\lambda z=3+λz = 3 + \lambda

Step 3: Find the Intersection Point QQ with the yzyz-plane

  • What we are doing: We are finding the coordinates of point QQ, which is the intersection of line LL with the yzyz-plane.
  • Why we are doing it: The yzyz-plane is defined by x=0x=0. By setting the xx-coordinate of a point on line LL to zero, we can find the specific value of λ\lambda that corresponds to point QQ.

The equation of the yzyz-plane is x=0x = 0. Substitute x=0x=0 into the parametric equation for xx from Step 2: 0=2+2λ0 = 2 + 2\lambda Solving for λ\lambda: 2λ=22\lambda = -2 λ=1\lambda = -1 Now, substitute λ=1\lambda = -1 back into all three parametric equations to find the coordinates of point QQ: xQ=2+2(1)=22=0x_Q = 2 + 2(-1) = 2 - 2 = 0 yQ=12(1)=1+2=1y_Q = -1 - 2(-1) = -1 + 2 = 1 zQ=3+(1)=2z_Q = 3 + (-1) = 2 So, the intersection point QQ is (0,1,2)(0, 1, 2).

Step 4: Calculate the Distance Between PP and QQ

  • What we are doing: We are calculating the distance between the given point PP and the calculated point QQ.
  • Why we are doing it: This is the final objective of the problem, directly applying the 3D distance formula.

We have the coordinates of point P(2,1,3)P(2, -1, 3) and point Q(0,1,2)Q(0, 1, 2). Using the 3D distance formula: d(P,Q)=(x2x1)2+(y2y1)2+(z2z1)2\text{d}(P, Q) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2} d(P,Q)=(02)2+(1(1))2+(23)2\text{d}(P, Q) = \sqrt{(0 - 2)^2 + (1 - (-1))^2 + (2 - 3)^2} d(P,Q)=(2)2+(1+1)2+(1)2\text{d}(P, Q) = \sqrt{(-2)^2 + (1 + 1)^2 + (-1)^2} d(P,Q)=(2)2+(2)2+(1)2\text{d}(P, Q) = \sqrt{(-2)^2 + (2)^2 + (-1)^2} d(P,Q)=4+4+1\text{d}(P, Q) = \sqrt{4 + 4 + 1} d(P,Q)=9\text{d}(P, Q) = \sqrt{9} d(P,Q)=3\text{d}(P, Q) = 3


Common Mistakes & Tips

  • Cross Product Arithmetic: Be very careful with signs when calculating the cross product, especially with negative components. A single sign error will propagate through the rest of the problem.
  • Parametric Form Substitution: Ensure you substitute the correct value of λ\lambda into all three coordinate equations to find the intersection point.
  • Distance Formula Calculation: Double-check the squaring and addition steps. It's easy to make a small arithmetic error here.

Summary

We first determined the direction vector of line LL by taking the cross product of the direction vectors of the two lines perpendicular to LL. Then, we used the given point PP and the calculated direction vector to write the parametric equations of line LL. Next, we found the intersection point QQ of line LL with the yzyz-plane by setting the xx-coordinate to zero and solving for the parameter λ\lambda. Finally, we calculated the distance between points PP and QQ using the 3D distance formula. The distance was found to be 3.

The final answer is 3\boxed{3}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions