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

Question

Let PQRP Q R be a triangle with R(1,4,2)R(-1,4,2). Suppose M(2,1,2)M(2,1,2) is the mid point of PQ\mathrm{PQ}. The distance of the centroid of PQR\triangle \mathrm{PQR} from the point of intersection of the lines x20=y2=z+31\frac{x-2}{0}=\frac{y}{2}=\frac{z+3}{-1} and x11=y+33=z+11\frac{x-1}{1}=\frac{y+3}{-3}=\frac{z+1}{1} is

Options

Solution

1. Key Concepts and Formulas

This problem requires the application of several fundamental concepts from 3D Geometry to determine a distance between two specific points. The essential tools we will use are:

  • Centroid of a Triangle: The centroid (GG) of a triangle is the point of intersection of its medians. It divides each median in a 2:12:1 ratio, measured from the vertex to the midpoint of the opposite side. If R(xR,yR,zR)R(x_R, y_R, z_R) is a vertex and M(xM,yM,zM)M(x_M, y_M, z_M) is the midpoint of the side opposite to RR, the coordinates of the centroid GG are given by the section formula: G=(2xM+1xR2+1,2yM+1yR2+1,2zM+1zR2+1)G = \left( \frac{2x_M + 1x_R}{2+1}, \frac{2y_M + 1y_R}{2+1}, \frac{2z_M + 1z_R}{2+1} \right)
  • Equation of a Line in Parametric Form: A line given in symmetric form xx1a=yy1b=zz1c\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} can be expressed in parametric form by setting each ratio equal to a scalar parameter, say λ\lambda. This yields general coordinates for any point on the line: (x1+aλ,y1+bλ,z1+cλ)(x_1 + a\lambda, y_1 + b\lambda, z_1 + c\lambda). If a direction ratio is zero (e.g., a=0a=0), then xx1=0λx=x1x-x_1 = 0 \cdot \lambda \Rightarrow x=x_1, meaning the coordinate is constant.
  • Intersection of Two Lines: To find the point where two lines intersect, we represent a general point on each line using its parametric form (with different parameters). By equating the corresponding x,y,zx, y, z coordinates, we form a system of equations. Solving this system for the parameters will give the coordinates of the intersection point, provided the lines are not parallel and indeed intersect. A consistency check using the third coordinate is crucial.
  • Distance Formula in 3D: The distance (DD) between two points A(x1,y1,z1)A(x_1, y_1, z_1) and B(x2,y2,z2)B(x_2, y_2, z_2) in three dimensions is calculated as: 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 Coordinates of the Centroid (GG) of PQR\triangle PQR.

  • Why this step? The problem asks for the distance of the centroid from another point. Therefore, the first logical step is to calculate the coordinates of the centroid.
  • We are given the coordinates of vertex R(1,4,2)R(-1,4,2) and the midpoint of the side PQPQ, which is M(2,1,2)M(2,1,2).
  • In PQR\triangle PQR, the line segment RMRM is a median. The centroid GG divides the median RMRM in the ratio 2:12:1, where the ratio is taken from the vertex RR to the midpoint MM. This means GG divides RMRM such that RG:GM=2:1RG:GM = 2:1. However, the standard section formula for a centroid using a vertex and the midpoint of the opposite side considers the ratio 2:12:1 from the midpoint to the vertex, or 1:21:2 from the vertex to the midpoint, or more simply, it's the average of the coordinates if we consider all vertices, or a weighted average if we consider the vertex and the centroid. A more direct application of the section formula for a point dividing a line segment ABAB in ratio m:nm:n is nA+mBm+n\frac{n A + m B}{m+n}. Here, GG divides RMRM in the ratio 1:21:2 from RR to MM, or 2:12:1 from MM to RR. Using the coordinates of R(xR,yR,zR)=(1,4,2)R(x_R, y_R, z_R) = (-1,4,2) and M(xM,yM,zM)=(2,1,2)M(x_M, y_M, z_M) = (2,1,2), and considering GG divides RMRM such that GG is 2/32/3 of the way from RR to the midpoint of PQPQ, MM. A simpler way to think about it is that the centroid GG is given by G=R+P+Q3G = \frac{R + P + Q}{3}. Since M=P+Q2M = \frac{P+Q}{2}, then P+Q=2MP+Q = 2M. So, G=R+2M3G = \frac{R + 2M}{3}. This is equivalent to applying the section formula for GG dividing RMRM in the ratio 2:12:1 from MM to RR.
  • Using the formula G=(1xR+2xM1+2,1yR+2yM1+2,1zR+2zM1+2)G = \left( \frac{1x_R + 2x_M}{1+2}, \frac{1y_R + 2y_M}{1+2}, \frac{1z_R + 2z_M}{1+2} \right): Gx=1(1)+2(2)3=1+43=33=1G_x = \frac{1(-1) + 2(2)}{3} = \frac{-1+4}{3} = \frac{3}{3} = 1 Gy=1(4)+2(1)3=4+23=63=2G_y = \frac{1(4) + 2(1)}{3} = \frac{4+2}{3} = \frac{6}{3} = 2 Gz=1(2)+2(2)3=2+43=63=2G_z = \frac{1(2) + 2(2)}{3} = \frac{2+4}{3} = \frac{6}{3} = 2
  • Thus, the coordinates of the centroid of PQR\triangle PQR are G(1,2,2)G(1,2,2).

Step 2: Find the Point of Intersection (AA) of the Two Given Lines.

  • Why this step? The problem requires the distance from the centroid to the point of intersection of two lines. We must first find the coordinates of this intersection point.

  • Let the first line be L1L_1: x20=y2=z+31\frac{x-2}{0}=\frac{y}{2}=\frac{z+3}{-1}.

    • We express a general point on L1L_1 using a parameter, say λ\lambda: x20=λx2=0λx=2\frac{x-2}{0} = \lambda \Rightarrow x-2 = 0 \cdot \lambda \Rightarrow x = 2 (Since the direction ratio for xx is 0, the xx-coordinate is constant for any point on this line). y2=λy=2λ\frac{y}{2} = \lambda \Rightarrow y = 2\lambda z+31=λz=λ3\frac{z+3}{-1} = \lambda \Rightarrow z = -\lambda - 3
    • So, any point on L1L_1 can be represented as (2,2λ,3λ)(2, 2\lambda, -3-\lambda).
  • Let the second line be L2L_2: x11=y+33=z+11\frac{x-1}{1}=\frac{y+3}{-3}=\frac{z+1}{1}.

    • We express a general point on L2L_2 using a different parameter, say μ\mu: x11=μx=μ+1\frac{x-1}{1} = \mu \Rightarrow x = \mu + 1 y+33=μy=3μ3\frac{y+3}{-3} = \mu \Rightarrow y = -3\mu - 3 z+11=μz=μ1\frac{z+1}{1} = \mu \Rightarrow z = \mu - 1
    • So, any point on L2L_2 can be represented as (μ+1,3μ3,μ1)(\mu+1, -3\mu-3, \mu-1).
  • For the lines to intersect, their coordinates must be equal at some specific values of λ\lambda and μ\mu. Equating the corresponding coordinates:

    1. Equating xx-coordinates: 2=μ+1μ=12 = \mu + 1 \Rightarrow \mu = 1.
    2. Equating yy-coordinates: 2λ=3μ32\lambda = -3\mu - 3. Substitute the value of μ=1\mu=1: 2λ=3(1)32λ=6λ=32\lambda = -3(1) - 3 \Rightarrow 2\lambda = -6 \Rightarrow \lambda = -3.
    3. Equating zz-coordinates (Consistency Check): Now, we must verify if these values of λ\lambda and μ\mu are consistent for the zz-coordinates. For L1L_1 (using λ=3\lambda=-3): z=λ3=(3)3=33=0z = -\lambda - 3 = -(-3) - 3 = 3 - 3 = 0. For L2L_2 (using μ=1\mu=1): z=μ1=(1)1=0z = \mu - 1 = (1) - 1 = 0.
    • Since the zz-coordinates match, the lines intersect at a unique point.
  • Substitute λ=3\lambda=-3 into the general point for L1L_1 (or μ=1\mu=1 into L2L_2) to find the intersection point AA: Using L1L_1: A(2,2(3),3(3))=A(2,6,0)A(2, 2(-3), -3-(-3)) = A(2, -6, 0).

Step 3: Calculate the Distance Between the Centroid (GG) and the Point of Intersection (AA).

  • Why this step? This is the final calculation required to answer the problem, as it asks for the distance between the two points we just found.
  • We have the centroid G(1,2,2)G(1,2,2) and the point of intersection A(2,6,0)A(2,-6,0).
  • Using the 3D distance formula: AG=(xAxG)2+(yAyG)2+(zAzG)2AG = \sqrt{(x_A - x_G)^2 + (y_A - y_G)^2 + (z_A - z_G)^2} AG=(21)2+(62)2+(02)2AG = \sqrt{(2-1)^2 + (-6-2)^2 + (0-2)^2} AG=(1)2+(8)2+(2)2AG = \sqrt{(1)^2 + (-8)^2 + (-2)^2} AG=1+64+4AG = \sqrt{1 + 64 + 4} AG=69AG = \sqrt{69}

3. Common Mistakes & Tips

  • Centroid Formula: Be careful with the section formula for the centroid. If you use a vertex RR and the midpoint MM of the opposite side, the centroid GG divides RMRM in the ratio 2:12:1 from RR to MM (meaning RG:GM=2:1RG:GM = 2:1). Or, more robustly, G=R+P+Q3G = \frac{R + P + Q}{3} and if MM is midpoint of PQPQ, M=P+Q2P+Q=2MM = \frac{P+Q}{2} \Rightarrow P+Q = 2M. So G=R+2M3G = \frac{R+2M}{3}.
  • Zero Direction Ratios: When a denominator in the symmetric form of a line is zero (e.g., xx10\frac{x-x_1}{0}), it implies that the numerator must also be zero for the line to be well-defined. This means the corresponding coordinate is constant (e.g., x=x1x=x_1). Treat this carefully when converting to parametric form.
  • Consistency Check: After finding the values of the parameters (e.g., λ\lambda and μ\mu) from two coordinate equations (e.g., xx and yy), always substitute them back into the third coordinate equation (e.g., zz) for both lines to ensure they yield the same value. If they do not match, the lines are skew and do not intersect.

4. Summary

This problem required a systematic approach involving fundamental concepts of 3D geometry. We first calculated the coordinates of the centroid of PQR\triangle PQR using the given vertex RR and the midpoint MM of the side PQPQ. Next, we found the point of intersection of the two given lines by converting their equations into parametric form, equating coordinates, and solving for the parameters. Finally, we applied the 3D distance formula to determine the distance between the calculated centroid and the intersection point. The result obtained was 69\sqrt{69}.

5. Final Answer

The final answer is 69\boxed{\sqrt{69}}, which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions