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

Question

Let λ1,λ2\lambda_{1}, \lambda_{2} be the values of λ\lambda for which the points (52,1,λ)\left(\frac{5}{2}, 1, \lambda\right) and (2,0,1)(-2,0,1) are at equal distance from the plane 2x+3y6z+7=02 x+3 y-6 z+7=0. If λ1>λ2\lambda_{1} > \lambda_{2}, then the distance of the point (λ1λ2,λ2,λ1)\left(\lambda_{1}-\lambda_{2}, \lambda_{2}, \lambda_{1}\right) from the line x51=y12=z+72\frac{x-5}{1}=\frac{y-1}{2}=\frac{z+7}{2} is ____________.

Answer: 5

Solution

1. Key Concepts and Formulas

  • Distance of a Point from a Plane: The perpendicular distance of a point P(x0,y0,z0)P(x_0, y_0, z_0) from a plane Ax+By+Cz+D=0Ax+By+Cz+D=0 is given by: d=Ax0+By0+Cz0+DA2+B2+C2d = \frac{|Ax_0+By_0+Cz_0+D|}{\sqrt{A^2+B^2+C^2}}
  • Distance of a Point from a Line: The shortest distance of a point P(x0,y0,z0)P(x_0, y_0, z_0) from a line xx1a=yy1b=zz1c\frac{x-x_1}{a}=\frac{y-y_1}{b}=\frac{z-z_1}{c} (which passes through point Q(x1,y1,z1)Q(x_1, y_1, z_1) and has direction vector v=ai^+bj^+ck^\vec{v} = a\hat{i}+b\hat{j}+c\hat{k}) is given by: d=PQ×vvd = \frac{|\vec{PQ} \times \vec{v}|}{|\vec{v}|} Alternatively, one can find a general point on the line, form a vector from the given point to the general point, make it perpendicular to the line's direction vector to find the parameter value, and then calculate the magnitude of this perpendicular vector.

2. Step-by-Step Solution

Part 1: Finding the values of λ1\lambda_1 and λ2\lambda_2

  • Step 1: Identify the given information. We have two points: P1(52,1,λ)P_1(\frac{5}{2}, 1, \lambda) and P2(2,0,1)P_2(-2,0,1). The plane equation is 2x+3y6z+7=02x+3y-6z+7=0. The coefficients of the plane are A=2,B=3,C=6,D=7A=2, B=3, C=-6, D=7.

  • Step 2: Calculate the denominator for the distance formula. The denominator for the distance from a plane formula is A2+B2+C2\sqrt{A^2+B^2+C^2}. 22+32+(6)2=4+9+36=49=7\sqrt{2^2+3^2+(-6)^2} = \sqrt{4+9+36} = \sqrt{49} = 7

  • Step 3: Calculate the distance of P1P_1 from the plane. Substitute the coordinates of P1(52,1,λ)P_1(\frac{5}{2}, 1, \lambda) into the distance formula: d1=2(52)+3(1)6(λ)+77=5+36λ+77=156λ7d_1 = \frac{|2(\frac{5}{2})+3(1)-6(\lambda)+7|}{7} = \frac{|5+3-6\lambda+7|}{7} = \frac{|15-6\lambda|}{7}

  • Step 4: Calculate the distance of P2P_2 from the plane. Substitute the coordinates of P2(2,0,1)P_2(-2,0,1) into the distance formula: d2=2(2)+3(0)6(1)+77=4+06+77=37=37d_2 = \frac{|2(-2)+3(0)-6(1)+7|}{7} = \frac{|-4+0-6+7|}{7} = \frac{|-3|}{7} = \frac{3}{7}

  • Step 5: Equate the distances and solve for λ\lambda. Since the points are at equal distance from the plane, d1=d2d_1 = d_2: 156λ7=37\frac{|15-6\lambda|}{7} = \frac{3}{7} 156λ=3|15-6\lambda| = 3 This gives two possible cases: Case 1: 156λ=36λ=12λ=215-6\lambda = 3 \Rightarrow 6\lambda = 12 \Rightarrow \lambda = 2 Case 2: 156λ=36λ=18λ=315-6\lambda = -3 \Rightarrow 6\lambda = 18 \Rightarrow \lambda = 3

  • Step 6: Assign λ1\lambda_1 and λ2\lambda_2 based on the given condition. We are given that λ1>λ2\lambda_1 > \lambda_2. Therefore, λ1=3\lambda_1 = 3 and λ2=2\lambda_2 = 2.

Part 2: Finding the distance of the point (λ1λ2,λ2,λ1)(\lambda_1-\lambda_2, \lambda_2, \lambda_1) from the given line.

  • Step 7: Determine the coordinates of the target point. The point is P(λ1λ2,λ2,λ1)P(\lambda_1-\lambda_2, \lambda_2, \lambda_1). Substitute λ1=3\lambda_1=3 and λ2=2\lambda_2=2: P(32,2,3)=P(1,2,3)P(3-2, 2, 3) = P(1, 2, 3)

  • Step 8: Identify a point on the line and its direction vector. The given line is x51=y12=z+72\frac{x-5}{1}=\frac{y-1}{2}=\frac{z+7}{2}. A point on the line is Q(5,1,7)Q(5, 1, -7). The direction vector of the line is v=1i^+2j^+2k^=(1,2,2)\vec{v} = 1\hat{i}+2\hat{j}+2\hat{k} = (1, 2, 2).

  • Step 9: Calculate the vector PQ\vec{PQ}. PQ=QP=(51)i^+(12)j^+(73)k^\vec{PQ} = Q-P = (5-1)\hat{i} + (1-2)\hat{j} + (-7-3)\hat{k} PQ=4i^j^10k^=(4,1,10)\vec{PQ} = 4\hat{i} - \hat{j} - 10\hat{k} = (4, -1, -10)

  • Step 10: Calculate the cross product PQ×v\vec{PQ} \times \vec{v}. PQ×v=i^j^k^4110122\vec{PQ} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 4 & -1 & -10 \\ 1 & 2 & 2 \end{vmatrix} =i^((1)(2)(10)(2))j^((4)(2)(10)(1))+k^((4)(2)(1)(1))= \hat{i}((-1)(2) - (-10)(2)) - \hat{j}((4)(2) - (-10)(1)) + \hat{k}((4)(2) - (-1)(1)) =i^(2+20)j^(8+10)+k^(8+1)= \hat{i}(-2 + 20) - \hat{j}(8 + 10) + \hat{k}(8 + 1) =18i^18j^+9k^= 18\hat{i} - 18\hat{j} + 9\hat{k}

  • Step 11: Calculate the magnitude of the cross product. PQ×v=182+(18)2+92|\vec{PQ} \times \vec{v}| = \sqrt{18^2 + (-18)^2 + 9^2} =324+324+81=729=27= \sqrt{324 + 324 + 81} = \sqrt{729} = 27

  • Step 12: Calculate the magnitude of the direction vector v\vec{v}. v=12+22+22=1+4+4=9=3|\vec{v}| = \sqrt{1^2+2^2+2^2} = \sqrt{1+4+4} = \sqrt{9} = 3

  • Step 13: Calculate the distance of point PP from the line. Using the formula d=PQ×vvd = \frac{|\vec{PQ} \times \vec{v}|}{|\vec{v}|}: d=273=9d = \frac{27}{3} = 9

3. Common Mistakes & Tips

  • Absolute Value in Distance Formula: Always remember to use the absolute value in the numerator when calculating the distance from a point to a plane. Distance is a non-negative quantity.
  • Vector Operations: Be careful with signs during cross product calculations. A single sign error can lead to an incorrect magnitude.
  • General Point on Line: An alternative method to find the distance of a point from a line is to take a general point on the line (x1+at,y1+bt,z1+ctx_1+at, y_1+bt, z_1+ct), form a vector from the given point to this general point, and then use the condition that this vector is perpendicular to the direction vector of the line (i.e., their dot product is zero) to find the value of tt. The magnitude of this perpendicular vector is the shortest distance. This method often helps verify results from the cross product formula.

4. Summary

First, we determined the values of λ1\lambda_1 and λ2\lambda_2 by equating the perpendicular distances of the two given points from the plane. This yielded λ1=3\lambda_1=3 and λ2=2\lambda_2=2. Next, we used these values to find the coordinates of the target point as P(1,2,3)P(1,2,3). Finally, we calculated the distance of this point from the given line using the formula involving the cross product of the vector connecting a point on the line to the target point, and the direction vector of the line. The calculated distance was 9.

5. Final Answer

The final answer is 5\boxed{5}.

Practice More 3D Geometry Questions

View All Questions