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

Question

Let a line LL pass through the point P(2,3,1)P(2,3,1) and be parallel to the line x+3y2z2=0=xy+2zx+3 y-2 z-2=0=x-y+2 z. If the distance of LL from the point (5,3,8)(5,3,8) is α\alpha, then 3α23 \alpha^2 is equal to :

Answer: 2

Solution

This problem involves finding the distance from a point to a line in 3D space. The line's definition is indirect, requiring us to first determine its direction vector from the intersection of two planes.


1. Key Concepts and Formulas

  • Direction Vector of a Line of Intersection of Two Planes: If a line is formed by the intersection of two planes, A1x+B1y+C1z+D1=0A_1x+B_1y+C_1z+D_1=0 and A2x+B2y+C2z+D2=0A_2x+B_2y+C_2z+D_2=0, its direction vector d\vec{d} is perpendicular to the normal vectors of both planes. Thus, d\vec{d} can be found by taking the cross product of their normal vectors: d=n1×n2\vec{d} = \vec{n_1} \times \vec{n_2}, where n1=(A1,B1,C1)\vec{n_1} = (A_1, B_1, C_1) and n2=(A2,B2,C2)\vec{n_2} = (A_2, B_2, C_2).
  • Equation of a Line in 3D (Symmetric Form): A line passing through a point P0(x0,y0,z0)P_0(x_0, y_0, z_0) and having a direction vector d=(a,b,c)\vec{d} = (a,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 where λ\lambda is a scalar parameter. Any point on the line can be expressed parametrically as (x0+aλ,y0+bλ,z0+cλ)(x_0+a\lambda, y_0+b\lambda, z_0+c\lambda).
  • Distance of a Point from a Line (Vector Method): The shortest (perpendicular) distance from a point QQ to a line LL passing through a point PP with direction vector d\vec{d} is given by the formula: α=PQ×dd\alpha = \frac{|\vec{PQ} \times \vec{d}|}{|\vec{d}|} Alternatively, one can find the foot of the perpendicular RR from QQ to LL. If RR is a general point on LL, then QR\vec{QR} must be perpendicular to d\vec{d}, meaning QRd=0\vec{QR} \cdot \vec{d} = 0. Once RR is found, the distance is QR|\vec{QR}|.

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. The problem states that line LL is parallel to the line of intersection of two planes.
  • Why this step is taken: Parallel lines share the same direction vector. Therefore, finding the direction vector of the line of intersection will give us the direction vector for line LL. The direction vector of the line of intersection of two planes is found by taking the cross product of their normal vectors.

The given planes are:

  1. x+3y2z2=0x+3y-2z-2=0
  2. xy+2z=0x-y+2z=0

The normal vector to the first plane is n1=(1,3,2)\vec{n_1} = (1, 3, -2). The normal vector to the second plane is n2=(1,1,2)\vec{n_2} = (1, -1, 2).

The direction vector d\vec{d} of the line of intersection (and thus of line LL) is found by taking the cross product of n1\vec{n_1} and n2\vec{n_2}: d=n1×n2=i^j^k^132112\vec{d} = \vec{n_1} \times \vec{n_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 3 & -2 \\ 1 & -1 & 2 \end{vmatrix} Expanding the determinant: d=i^((3)(2)(2)(1))j^((1)(2)(2)(1))+k^((1)(1)(3)(1))\vec{d} = \hat{i}((3)(2) - (-2)(-1)) - \hat{j}((1)(2) - (-2)(1)) + \hat{k}((1)(-1) - (3)(1)) d=i^(62)j^(2+2)+k^(13)\vec{d} = \hat{i}(6 - 2) - \hat{j}(2 + 2) + \hat{k}(-1 - 3) d=4i^4j^4k^\vec{d} = 4\hat{i} - 4\hat{j} - 4\hat{k} We can simplify this direction vector by dividing by the common factor of 4. This gives us a simpler, but equivalent, direction vector: d=(1,1,1)\vec{d} = (1, -1, -1)

Step 2: Write the Equation of Line LL

  • What we are doing: We are writing the equation of line LL.
  • Why this step is taken: The equation of the line allows us to represent any point on the line using a single parameter, which is crucial for finding the foot of the perpendicular or applying the distance formula.

Line LL passes through the point P(2,3,1)P(2,3,1) and has the direction vector d=(1,1,1)\vec{d} = (1, -1, -1). Using the symmetric form of the line equation: L:x21=y31=z11=λL: \frac{x-2}{1} = \frac{y-3}{-1} = \frac{z-1}{-1} = \lambda From this, we can express the coordinates of any general point RR on line LL in terms of λ\lambda: R(λ+2,λ+3,λ+1)R(\lambda+2, -\lambda+3, -\lambda+1)

Step 3: Calculate the Distance α\alpha using the Foot of the Perpendicular Method

  • What we are doing: We are finding the shortest distance from the given point Q(5,3,8)Q(5,3,8) to line LL.
  • Why this step is taken: The shortest distance from a point to a line is always along the perpendicular from the point to the line. By finding the foot of the perpendicular, we can directly calculate this shortest distance.

Let the given point be Q(5,3,8)Q(5,3,8). Let R(λ+2,λ+3,λ+1)R(\lambda+2, -\lambda+3, -\lambda+1) be the foot of the perpendicular from QQ to LL. First, form the vector QR\vec{QR}: QR=RQ=((λ+2)5,(λ+3)3,(λ+1)8)\vec{QR} = R - Q = ((\lambda+2)-5, (-\lambda+3)-3, (-\lambda+1)-8) QR=(λ3,λ,λ7)\vec{QR} = (\lambda-3, -\lambda, -\lambda-7) Since QR\vec{QR} must be perpendicular to the direction vector d=(1,1,1)\vec{d} = (1, -1, -1), their dot product must be zero: QRd=0\vec{QR} \cdot \vec{d} = 0 (λ3)(1)+(λ)(1)+(λ7)(1)=0(\lambda-3)(1) + (-\lambda)(-1) + (-\lambda-7)(-1) = 0 λ3+λ+λ+7=0\lambda - 3 + \lambda + \lambda + 7 = 0 3λ+4=03\lambda + 4 = 0 λ=43\lambda = -\frac{4}{3} This value of λ\lambda corresponds to the specific point RR on line LL that is the foot of the perpendicular from point QQ.

Now, substitute the value of λ=43\lambda = -\frac{4}{3} back into the expression for QR\vec{QR}: QR=(433,(43),(43)7)\vec{QR} = \left(-\frac{4}{3}-3, -\left(-\frac{4}{3}\right), -\left(-\frac{4}{3}\right)-7\right) QR=(4393,43,43213)\vec{QR} = \left(-\frac{4}{3}-\frac{9}{3}, \frac{4}{3}, \frac{4}{3}-\frac{21}{3}\right) QR=(133,43,173)\vec{QR} = \left(-\frac{13}{3}, \frac{4}{3}, -\frac{17}{3}\right) The distance α\alpha is the magnitude of this vector QR\vec{QR}: α=QR=(133)2+(43)2+(173)2\alpha = |\vec{QR}| = \sqrt{\left(-\frac{13}{3}\right)^2 + \left(\frac{4}{3}\right)^2 + \left(-\frac{17}{3}\right)^2} α=1699+169+2899\alpha = \sqrt{\frac{169}{9} + \frac{16}{9} + \frac{289}{9}} α=169+16+2899\alpha = \sqrt{\frac{169 + 16 + 289}{9}} α=4749\alpha = \sqrt{\frac{474}{9}} α=4743\alpha = \frac{\sqrt{474}}{3}

Step 4: Alternative Method for Distance α\alpha (Vector Cross Product Formula)

  • What we are doing: We are calculating the distance using the formula α=PQ×dd\alpha = \frac{|\vec{PQ} \times \vec{d}|}{|\vec{d}|} to cross-check our result.
  • Why this step is taken: Using an alternative method helps confirm the accuracy of our previous calculations.

Let P(2,3,1)P(2,3,1) be a point on line LL, and Q(5,3,8)Q(5,3,8) be the external point. The direction vector of line LL is d=(1,1,1)\vec{d} = (1, -1, -1). First, find the vector PQ\vec{PQ}: PQ=QP=(52,33,81)=(3,0,7)\vec{PQ} = Q - P = (5-2, 3-3, 8-1) = (3,0,7) Next, calculate the cross product PQ×d\vec{PQ} \times \vec{d}: PQ×d=i^j^k^307111\vec{PQ} \times \vec{d} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 0 & 7 \\ 1 & -1 & -1 \end{vmatrix} =i^(0(1)7(1))j^(3(1)71)+k^(3(1)01)= \hat{i}(0 \cdot (-1) - 7 \cdot (-1)) - \hat{j}(3 \cdot (-1) - 7 \cdot 1) + \hat{k}(3 \cdot (-1) - 0 \cdot 1) =i^(0+7)j^(37)+k^(30)= \hat{i}(0 + 7) - \hat{j}(-3 - 7) + \hat{k}(-3 - 0) =7i^+10j^3k^=(7,10,3)= 7\hat{i} + 10\hat{j} - 3\hat{k} = (7, 10, -3) Now, find the magnitude of PQ×d\vec{PQ} \times \vec{d}: PQ×d=72+102+(3)2=49+100+9=158|\vec{PQ} \times \vec{d}| = \sqrt{7^2 + 10^2 + (-3)^2} = \sqrt{49 + 100 + 9} = \sqrt{158} Find the magnitude of the direction vector d\vec{d}: d=12+(1)2+(1)2=1+1+1=3|\vec{d}| = \sqrt{1^2 + (-1)^2 + (-1)^2} = \sqrt{1+1+1} = \sqrt{3} Finally, calculate the distance α\alpha: α=PQ×dd=1583\alpha = \frac{|\vec{PQ} \times \vec{d}|}{|\vec{d}|} = \frac{\sqrt{158}}{\sqrt{3}} To compare with the previous method, we can write α=1583=158×33=4743\alpha = \frac{\sqrt{158}}{\sqrt{3}} = \frac{\sqrt{158} \times \sqrt{3}}{3} = \frac{\sqrt{474}}{3}. Both methods yield the same distance.

Step 5: Final Calculation of 3α23\alpha^2

  • What we are doing: We are calculating the value 3α23\alpha^2 as required by the problem.
  • Why this step is taken: This is the final step to answer the question.

We have α=4743\alpha = \frac{\sqrt{474}}{3}. 3α2=3×(4743)23\alpha^2 = 3 \times \left(\frac{\sqrt{474}}{3}\right)^2 3α2=3×47493\alpha^2 = 3 \times \frac{474}{9} 3α2=47433\alpha^2 = \frac{474}{3} 3α2=1583\alpha^2 = 158


3. Common Mistakes & Tips

  • Cross Product Errors: Be careful with signs and order of operations when calculating the cross product of vectors. A common mistake is forgetting the negative sign for the j^\hat{j} component.
  • Simplifying Direction Vectors: Always simplify direction vectors by dividing by common factors. This makes subsequent calculations (like dot products and magnitudes) much easier and less prone to errors.
  • Arithmetic Errors: Double-check all arithmetic, especially when dealing with fractions and square roots.
  • Choosing the Right Method: Both the foot of the perpendicular method and the vector cross product formula are valid. Choose the one you are most comfortable with, but it's good practice to be familiar with both for verification.

4. Summary

This problem required a multi-step approach in 3D geometry. We first determined the direction vector of the line LL by finding the cross product of the normal vectors of the two planes whose intersection formed a line parallel to LL. Then, using the point P(2,3,1)P(2,3,1) and the direction vector, we established the equation of line LL. Finally, we calculated the perpendicular distance α\alpha from the point (5,3,8)(5,3,8) to line LL using two methods: by finding the foot of the perpendicular and by using the vector cross product formula. Both methods consistently yielded α=4743\alpha = \frac{\sqrt{474}}{3}. The final value of 3α23\alpha^2 was then calculated.


5. Final Answer

The final answer is 158\boxed{158}.

Practice More 3D Geometry Questions

View All Questions