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

Question

Let P\mathrm{P} be the point of intersection of the lines x21=y45=z21\frac{x-2}{1}=\frac{y-4}{5}=\frac{z-2}{1} and x32=y23=z32\frac{x-3}{2}=\frac{y-2}{3}=\frac{z-3}{2}. Then, the shortest distance of P\mathrm{P} from the line 4x=2y=z4 x=2 y=z is

Options

Solution

1. Key Concepts and Formulas

  • Equation of a Line in Parametric Form: A line passing through a point (x0,y0,z0)(x_0, y_0, z_0) with direction ratios a,b,ca,b,c can be represented as xx0a=yy0b=zz0c=λ\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c} = \lambda. Any general point on this line can then be expressed as (x0+aλ,y0+bλ,z0+cλ)(x_0+a\lambda, y_0+b\lambda, z_0+c\lambda). This form is crucial for identifying points on the line and for finding intersections.

  • Intersection of Two Lines: To find the point of intersection of two lines, we express each line in its parametric form using different parameters (e.g., ss and tt). By equating the corresponding coordinates (x,y,zx, y, z) of the general points on each line, we form a system of linear equations. Solving this system yields the values of the parameters, which are then substituted back into either parametric equation to find the coordinates of the unique intersection point.

  • Shortest Distance from a Point to a Line: The shortest distance from a point P(x1,y1,z1)P(x_1, y_1, z_1) to a line r=a+λd\vec{r} = \vec{a} + \lambda \vec{d} is the perpendicular distance. This distance is found by:

    1. Representing a general point RR on the line in terms of its parameter (e.g., λ\lambda).
    2. Forming the vector PR\vec{PR} connecting the given point PP to the general point RR.
    3. Applying the condition that PR\vec{PR} must be perpendicular to the direction vector d\vec{d} of the line. This means their dot product is zero: PRd=0\vec{PR} \cdot \vec{d} = 0.
    4. Solving this equation for λ\lambda to find the coordinates of the specific point RR (the foot of the perpendicular) on the line that is closest to PP.
    5. Calculating the distance between PP and RR using the 3D distance formula: D=(x2x1)2+(y2y1)2+(z2z1)2D = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}.

2. Step-by-Step Solution

Step 1: Determine the Point of Intersection, P.

  • Purpose: Our first goal is to find the coordinates of point P, which is the intersection of the two given lines.
  • Method: We will express each line in its parametric form using distinct parameters, equate their coordinates, and solve the resulting system of equations.

Let the two given lines be L1L_1 and L2L_2: Line L1:x21=y45=z21L_1: \frac{x-2}{1}=\frac{y-4}{5}=\frac{z-2}{1} Line L2:x32=y23=z32L_2: \frac{x-3}{2}=\frac{y-2}{3}=\frac{z-3}{2}

For Line L1L_1, let x21=y45=z21=s\frac{x-2}{1}=\frac{y-4}{5}=\frac{z-2}{1}=s. A general point on L1L_1 can be written as (x,y,z)=(2+s,4+5s,2+s)(x, y, z) = (2+s, 4+5s, 2+s).

For Line L2L_2, let x32=y23=z32=t\frac{x-3}{2}=\frac{y-2}{3}=\frac{z-3}{2}=t. A general point on L2L_2 can be written as (x,y,z)=(3+2t,2+3t,3+2t)(x, y, z) = (3+2t, 2+3t, 3+2t).

At the point of intersection PP, the coordinates must be the same for both lines. Therefore, we equate the corresponding coordinates:

  1. 2+s=3+2t    s2t=1(Equation 1)2+s = 3+2t \quad \implies s - 2t = 1 \quad \text{(Equation 1)}
  2. 4+5s=2+3t    5s3t=2(Equation 2)4+5s = 2+3t \quad \implies 5s - 3t = -2 \quad \text{(Equation 2)}
  3. 2+s=3+2t    s2t=1(Equation 3)2+s = 3+2t \quad \implies s - 2t = 1 \quad \text{(Equation 3)} Notice that Equation 1 and Equation 3 are identical, indicating a consistent system for two intersecting lines. We solve the system formed by Equation 1 and Equation 2.

From Equation 1, we can express ss in terms of tt: s=1+2ts = 1+2t. Substitute this expression for ss into Equation 2: 5(1+2t)3t=25(1+2t) - 3t = -2 5+10t3t=25 + 10t - 3t = -2 7t=77t = -7 t=1t = -1

Now, substitute the value of tt back into the expression for ss: s=1+2(1)=12=1s = 1+2(-1) = 1-2 = -1

We have found the parameter values s=1s=-1 and t=1t=-1. We can find the coordinates of point PP by substituting either ss into the parametric form of L1L_1 or tt into the parametric form of L2L_2. Using s=1s=-1 for L1L_1: xP=2+(1)=1x_P = 2+(-1) = 1 yP=4+5(1)=45=1y_P = 4+5(-1) = 4-5 = -1 zP=2+(1)=1z_P = 2+(-1) = 1 Thus, the point of intersection PP is (1,1,1)(1, -1, 1).

(Self-check): Using t=1t=-1 for L2L_2: xP=3+2(1)=1x_P = 3+2(-1)=1, yP=2+3(1)=1y_P = 2+3(-1)=-1, zP=3+2(1)=1z_P = 3+2(-1)=1. The coordinates match, confirming P(1,1,1)P(1, -1, 1).

Step 2: Express the Target Line in Symmetric Form and Identify its Direction Vector.

  • Purpose: To calculate the shortest distance, we need the target line to be in a standard form that clearly shows a point on the line and its direction vector.
  • Method: We convert the given continuous equality 4x=2y=z4x=2y=z into the symmetric form xx0a=yy0b=zz0c\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c}.

The given line is 4x=2y=z4x=2y=z. To convert it to symmetric form, we can divide by the least common multiple of the coefficients of x,y,zx, y, z (which are 4, 2, 1, respectively), which is 4. 4x4=2y4=z4\frac{4x}{4} = \frac{2y}{4} = \frac{z}{4} x1=y2=z4\frac{x}{1} = \frac{y}{2} = \frac{z}{4} This is the standard symmetric form of the line. From this, we can identify:

  • A point on the line: (0,0,0)(0,0,0) (since x0=0,y0=0,z0=0x_0=0, y_0=0, z_0=0).
  • The direction vector of the line: d=1,2,4\vec{d} = \langle 1, 2, 4 \rangle.

Step 3: Find the Foot of the Perpendicular from P to the Target Line.

  • Purpose: To find the shortest distance, we need to find the specific point RR on the target line that is closest to PP. This point RR is called the foot of the perpendicular.
  • Method: We represent a general point RR on the target line using a parameter, form the vector PR\vec{PR}, and use the perpendicularity condition (PRd=0\vec{PR} \cdot \vec{d} = 0) to solve for the parameter and find RR.

Let PP be (1,1,1)(1, -1, 1). A general point RR on the line x1=y2=z4=λ\frac{x}{1} = \frac{y}{2} = \frac{z}{4} = \lambda can be written as R(λ,2λ,4λ)R(\lambda, 2\lambda, 4\lambda).

Now, we form the vector PR\vec{PR}: PR=RP=λ1,2λ(1),4λ1=λ1,2λ+1,4λ1\vec{PR} = R - P = \langle \lambda - 1, 2\lambda - (-1), 4\lambda - 1 \rangle = \langle \lambda - 1, 2\lambda + 1, 4\lambda - 1 \rangle.

The direction vector of the line is d=1,2,4\vec{d} = \langle 1, 2, 4 \rangle. For PR\vec{PR} to be the shortest distance, it must be perpendicular to the line, and thus perpendicular to its direction vector d\vec{d}. So, their dot product must be zero: PRd=0\vec{PR} \cdot \vec{d} = 0. (λ1)(1)+(2λ+1)(2)+(4λ1)(4)=0(\lambda - 1)(1) + (2\lambda + 1)(2) + (4\lambda - 1)(4) = 0 λ1+4λ+2+16λ4=0\lambda - 1 + 4\lambda + 2 + 16\lambda - 4 = 0 Combine the terms: (1+4+16)λ+(1+24)=0(1+4+16)\lambda + (-1+2-4) = 0 21λ3=021\lambda - 3 = 0 21λ=321\lambda = 3 λ=321=17\lambda = \frac{3}{21} = \frac{1}{7}

Now, substitute this value of λ\lambda back into the coordinates of RR to find the foot of the perpendicular: Rx=17R_x = \frac{1}{7} Ry=2(17)=27R_y = 2\left(\frac{1}{7}\right) = \frac{2}{7} Rz=4(17)=47R_z = 4\left(\frac{1}{7}\right) = \frac{4}{7} So, the foot of the perpendicular is R(17,27,47)R\left(\frac{1}{7}, \frac{2}{7}, \frac{4}{7}\right).

Step 4: Calculate the Shortest Distance PR.

  • Purpose: The shortest distance is simply the distance between the point PP and the foot of the perpendicular RR.
  • Method: We use the 3D distance formula to calculate the distance between P(1,1,1)P(1, -1, 1) and R(17,27,47)R\left(\frac{1}{7}, \frac{2}{7}, \frac{4}{7}\right).

The distance formula is D=(x2x1)2+(y2y1)2+(z2z1)2D = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}. PR=(171)2+(27(1))2+(471)2PR = \sqrt{\left(\frac{1}{7} - 1\right)^2 + \left(\frac{2}{7} - (-1)\right)^2 + \left(\frac{4}{7} - 1\right)^2} PR=(177)2+(2+77)2+(477)2PR = \sqrt{\left(\frac{1-7}{7}\right)^2 + \left(\frac{2+7}{7}\right)^2 + \left(\frac{4-7}{7}\right)^2} PR=(67)2+(97)2+(37)2PR = \sqrt{\left(\frac{-6}{7}\right)^2 + \left(\frac{9}{7}\right)^2 + \left(\frac{-3}{7}\right)^2} PR=3649+8149+949PR = \sqrt{\frac{36}{49} + \frac{81}{49} + \frac{9}{49}} PR=36+81+949PR = \sqrt{\frac{36+81+9}{49}} PR=12649PR = \sqrt{\frac{126}{49}}

To simplify the radical, we can factorize 126=9×14126 = 9 \times 14: PR=9×1449PR = \sqrt{\frac{9 \times 14}{49}} PR=9×1449PR = \frac{\sqrt{9} \times \sqrt{14}}{\sqrt{49}} PR=3147PR = \frac{3\sqrt{14}}{7}


3. Common Mistakes & Tips

  • Different Parameters: When finding the intersection of two lines, always use different parameters (e.g., ss and tt) for each line to avoid algebraic confusion.
  • Converting Line Equations: Be careful when converting line equations like 4x=2y=z4x=2y=z into symmetric form. Ensure the coefficients of x,y,zx, y, z in the numerator are 1. The denominators then represent the direction ratios.
  • Perpendicularity Condition: Remember that the shortest distance from a point to a line is along the perpendicular. This directly translates to the dot product of the connecting vector (PR\vec{PR}) and the line's direction vector (d\vec{d}) being zero.
  • Algebraic Precision: 3D geometry problems often involve fractions and square roots. Maintain careful algebraic manipulation throughout to avoid errors, especially during the final simplification of the radical.

4. Summary

This problem required a two-stage approach. First, we found the point of intersection P(1,1,1)P(1, -1, 1) of the two given lines by expressing them in parametric form and solving the system of equations. Second, we calculated the shortest distance from this point PP to the third line 4x=2y=z4x=2y=z. This was achieved by converting the third line to its symmetric form, identifying its direction vector, finding the foot of the perpendicular R(17,27,47)R\left(\frac{1}{7}, \frac{2}{7}, \frac{4}{7}\right) using the dot product condition, and finally computing the distance between PP and RR. The shortest distance was found to be 3147\frac{3\sqrt{14}}{7}.


5. Final Answer

The final answer is 3147\boxed{\frac{3 \sqrt{14}}{7}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions