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

Question

Let PP be the point (10,2,1)(10,-2,-1) and QQ be the foot of the perpendicular drawn from the point R(1,7,6)R(1,7,6) on the line passing through the points (2,5,11)(2,-5,11) and (6,7,5)(-6,7,-5). Then the length of the line segment PQP Q is equal to _________.

Answer: 10

Solution

1. Key Concepts and Formulas

  • Equation of a Line in 3D (Cartesian Form): A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with a direction vector (a,b,c)(a, b, c) can be written as: xx1a=yy1b=zz1c=k\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c} = k where kk is a scalar parameter.
  • Perpendicularity of Vectors: If two vectors v1=(a1,b1,c1)\vec{v_1} = (a_1, b_1, c_1) and v2=(a2,b2,c2)\vec{v_2} = (a_2, b_2, c_2) are perpendicular, their dot product is zero: v1v2=a1a2+b1b2+c1c2=0\vec{v_1} \cdot \vec{v_2} = a_1a_2 + b_1b_2 + c_1c_2 = 0
  • Distance Formula in 3D: The distance between two points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) is given by: P1P2=(x2x1)2+(y2y1)2+(z2z1)2P_1P_2 = \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 Equation of the Line

We are given that the line passes through points A(2,5,11)A(2, -5, 11) and B(6,7,5)B(-6, 7, -5). To find the equation of the line, we first need its direction vector. We can use the vector BA\vec{BA}: dL=BA=(2(6),57,11(5))=(8,12,16)\vec{d_L} = \vec{BA} = (2 - (-6), -5 - 7, 11 - (-5)) = (8, -12, 16) We can use point A(2,5,11)A(2, -5, 11) and the direction vector dL=(8,12,16)\vec{d_L} = (8, -12, 16) to write the Cartesian equation of the line: x28=y(5)12=z1116\frac{x - 2}{8} = \frac{y - (-5)}{-12} = \frac{z - 11}{16} x28=y+512=z1116\frac{x - 2}{8} = \frac{y + 5}{-12} = \frac{z - 11}{16} Reasoning: The direction vector defines the orientation of the line in space, and a point on the line gives a starting reference. These two components are sufficient to define the line's equation.

Step 2: Express the Coordinates of Point Q

Since QQ is a point on the line, we can represent its coordinates using a scalar parameter, say kk. From the line equation, we set each fraction equal to kk: x28=k    x=8k+2\frac{x - 2}{8} = k \implies x = 8k + 2 y+512=k    y=12k5\frac{y + 5}{-12} = k \implies y = -12k - 5 z1116=k    z=16k+11\frac{z - 11}{16} = k \implies z = 16k + 11 So, the general coordinates of point QQ on the line are (8k+2,12k5,16k+11)(8k + 2, -12k - 5, 16k + 11). Reasoning: This parametric form allows us to represent any point on the line and later find the specific point QQ that satisfies the perpendicularity condition by determining the value of kk.

Step 3: Formulate the Vector RQ\vec{RQ}

We are given the point R(1,7,6)R(1, 7, 6) and the general coordinates of Q(8k+2,12k5,16k+11)Q(8k + 2, -12k - 5, 16k + 11). The vector RQ\vec{RQ} is found by subtracting the coordinates of RR from QQ: RQ=((8k+2)1,(12k5)7,(16k+11)6)\vec{RQ} = ( (8k + 2) - 1, (-12k - 5) - 7, (16k + 11) - 6 ) RQ=(8k+1,12k12,16k+5)\vec{RQ} = (8k + 1, -12k - 12, 16k + 5) Reasoning: The vector RQ\vec{RQ} connects point RR to the point QQ on the line. For QQ to be the foot of the perpendicular from RR, this vector must be perpendicular to the line itself.

Step 4: Apply the Perpendicularity Condition to Find kk

Since QQ is the foot of the perpendicular from RR to the line, the vector RQ\vec{RQ} must be perpendicular to the direction vector of the line, dL=(8,12,16)\vec{d_L} = (8, -12, 16). The dot product of two perpendicular vectors is zero: RQdL=0\vec{RQ} \cdot \vec{d_L} = 0 (8k+1)(8)+(12k12)(12)+(16k+5)(16)=0(8k + 1)(8) + (-12k - 12)(-12) + (16k + 5)(16) = 0 Expand and solve for kk: (64k+8)+(144k+144)+(256k+80)=0(64k + 8) + (144k + 144) + (256k + 80) = 0 Combine the kk terms: (64+144+256)k=464k(64 + 144 + 256)k = 464k Combine the constant terms: 8+144+80=2328 + 144 + 80 = 232 The equation becomes: 464k+232=0464k + 232 = 0 464k=232464k = -232 k=232464=12k = -\frac{232}{464} = -\frac{1}{2} Reasoning: This step uses the geometric property of perpendicularity to find the unique value of kk that corresponds to the foot of the perpendicular.

Step 5: Find the Coordinates of Point Q

Substitute the value of k=1/2k = -1/2 back into the expressions for the coordinates of QQ: Qx=8(12)+2=4+2=2Q_x = 8\left(-\frac{1}{2}\right) + 2 = -4 + 2 = -2 Qy=12(12)5=65=1Q_y = -12\left(-\frac{1}{2}\right) - 5 = 6 - 5 = 1 Qz=16(12)+11=8+11=3Q_z = 16\left(-\frac{1}{2}\right) + 11 = -8 + 11 = 3 So, the coordinates of the foot of the perpendicular, QQ, are (2,1,3)(-2, 1, 3). Reasoning: With the value of kk determined, we can now find the exact coordinates of the specific point QQ on the line.

Step 6: Calculate the Length of the Line Segment PQ

We need to find the distance between point P(10,2,1)P(10, -2, -1) and point Q(2,1,3)Q(-2, 1, 3). Using the 3D distance formula: PQ=(xQxP)2+(yQyP)2+(zQzP)2PQ = \sqrt{(x_Q - x_P)^2 + (y_Q - y_P)^2 + (z_Q - z_P)^2} PQ=(210)2+(1(2))2+(3(1))2PQ = \sqrt{(-2 - 10)^2 + (1 - (-2))^2 + (3 - (-1))^2} PQ=(12)2+(3)2+(4)2PQ = \sqrt{(-12)^2 + (3)^2 + (4)^2} PQ=144+9+16PQ = \sqrt{144 + 9 + 16} PQ=169PQ = \sqrt{169} PQ=10PQ = 10 Reasoning: The final step is a direct application of the distance formula to find the required length between the two specified points.

3. Common Mistakes & Tips

  • Direction Vector Calculation: Ensure the direction vector is calculated correctly by subtracting coordinates in a consistent order (e.g., BAB-A or ABA-B). A scalar multiple of the direction vector is also valid.
  • Sign Errors: Be careful with signs, especially when dealing with negative coordinates and subtraction in the dot product and distance formulas.
  • Parameter kk Substitution: Double-check the substitution of the calculated kk value back into the parametric equations of the line to find the correct coordinates of QQ.

4. Summary

The problem required finding the length of a line segment PQPQ, where QQ is the foot of the perpendicular from a given point RR to a line defined by two other points. We first established the parametric equation of the line. Then, we expressed the coordinates of QQ in terms of a parameter kk. By using the condition that the vector RQ\vec{RQ} is perpendicular to the line's direction vector, we found the value of kk and thus the coordinates of QQ. Finally, we used the 3D distance formula to calculate the length of PQPQ.

5. Final Answer

The final answer is 10\boxed{10}.

Practice More 3D Geometry Questions

View All Questions