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

Question

Consider the lines L 1 : x - 1 = y - 2 = z and L 2 : x - 2 = y = z - 1. Let the feet of the perpendiculars from the point P(5, 1, -3) on the lines L 1 and L 2 be Q and R respectively. If the area of the triangle PQR is A, then 4A 2 is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Foot of the Perpendicular from a Point to a Line: To find the foot of the perpendicular QQ from a point P0(x0,y0,z0)P_0(x_0, y_0, z_0) to a line LL given by xx1a=yy1b=zz1c\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}:

    1. Represent a general point QQ on the line LL parametrically, say Q(x1+aλ,y1+bλ,z1+cλ)Q(x_1 + a\lambda, y_1 + b\lambda, z_1 + c\lambda).
    2. Form the vector P0Q\vec{P_0Q}.
    3. The direction vector of the line is d=ai^+bj^+ck^\vec{d} = a\hat{i} + b\hat{j} + c\hat{k}.
    4. Since P0Q\vec{P_0Q} is perpendicular to LL, it must be perpendicular to d\vec{d}. Thus, their dot product is zero: P0Qd=0\vec{P_0Q} \cdot \vec{d} = 0.
    5. Solve for λ\lambda and substitute it back into the parametric coordinates of QQ to find the foot of the perpendicular.
  • Area of a Triangle using Vector Cross Product: Given three vertices P,Q,RP, Q, R of a triangle, its area AA can be calculated as half the magnitude of the cross product of two vectors representing two sides of the triangle originating from a common vertex (e.g., PQ\vec{PQ} and PR\vec{PR}): A=12PQ×PRA = \frac{1}{2} |\vec{PQ} \times \vec{PR}|

2. Step-by-Step Solution

Step 1: Understand the given information and goal. We are given a point P(5,1,3)P(5, 1, -3) and two lines L1:x1=y2=zL_1: x - 1 = y - 2 = z and L2:x2=y=z1L_2: x - 2 = y = z - 1. Our objective is to:

  1. Find the coordinates of QQ, the foot of the perpendicular from PP to L1L_1.
  2. Find the coordinates of RR, the foot of the perpendicular from PP to L2L_2.
  3. Calculate the area AA of the triangle PQRPQR.
  4. Finally, determine the value of 4A24A^2.

Step 2: Find the coordinates of Q, the foot of the perpendicular from P to L1.

  • 2.1: Express L1L_1 in symmetric and parametric form and identify its direction vector. The line L1L_1 is given by x1=y2=zx - 1 = y - 2 = z. We can write this in standard symmetric form as x11=y21=z01\frac{x-1}{1} = \frac{y-2}{1} = \frac{z-0}{1}. This form indicates that L1L_1 passes through the point (1,2,0)(1, 2, 0) and has a direction vector d1=i^+j^+k^\vec{d_1} = \hat{i} + \hat{j} + \hat{k}.
  • 2.2: Represent a general point Q on L1L_1 parametrically. Let QQ be any point on L1L_1. Its coordinates can be expressed using a parameter λ1\lambda_1: Q(1+λ1,2+λ1,λ1)Q(1 + \lambda_1, 2 + \lambda_1, \lambda_1)
  • 2.3: Form the vector PQ\vec{PQ}. The vector connecting P(5,1,3)P(5, 1, -3) to Q(1+λ1,2+λ1,λ1)Q(1 + \lambda_1, 2 + \lambda_1, \lambda_1) is: PQ=((1+λ1)5)i^+((2+λ1)1)j^+(λ1(3))k^\vec{PQ} = ((1 + \lambda_1) - 5)\hat{i} + ((2 + \lambda_1) - 1)\hat{j} + (\lambda_1 - (-3))\hat{k} PQ=(λ14)i^+(λ1+1)j^+(λ1+3)k^\vec{PQ} = (\lambda_1 - 4)\hat{i} + (\lambda_1 + 1)\hat{j} + (\lambda_1 + 3)\hat{k}
  • 2.4: Apply the perpendicularity condition to find λ1\lambda_1. Since QQ is the foot of the perpendicular, the vector PQ\vec{PQ} must be perpendicular to the direction vector of L1L_1, d1\vec{d_1}. Their dot product must be zero: PQd1=0\vec{PQ} \cdot \vec{d_1} = 0 (λ14)(1)+(λ1+1)(1)+(λ1+3)(1)=0(\lambda_1 - 4)(1) + (\lambda_1 + 1)(1) + (\lambda_1 + 3)(1) = 0 λ14+λ1+1+λ1+3=0\lambda_1 - 4 + \lambda_1 + 1 + \lambda_1 + 3 = 0 3λ1=0    λ1=03\lambda_1 = 0 \implies \lambda_1 = 0
  • 2.5: Substitute λ1\lambda_1 to find the coordinates of Q. Substitute λ1=0\lambda_1 = 0 back into the parametric coordinates of QQ: Q(1+0,2+0,0)    Q(1,2,0)Q(1 + 0, 2 + 0, 0) \implies Q(1, 2, 0) So, the foot of the perpendicular from PP to L1L_1 is Q(1,2,0)Q(1, 2, 0).

Step 3: Find the coordinates of R, the foot of the perpendicular from P to L2.

  • 3.1: Express L2L_2 in symmetric and parametric form and identify its direction vector. The line L2L_2 is given by x2=y=z1x - 2 = y = z - 1. We can write this in standard symmetric form as x21=y01=z11\frac{x-2}{1} = \frac{y-0}{1} = \frac{z-1}{1}. This form indicates that L2L_2 passes through the point (2,0,1)(2, 0, 1) and has a direction vector d2=i^+j^+k^\vec{d_2} = \hat{i} + \hat{j} + \hat{k}.
  • 3.2: Represent a general point R on L2L_2 parametrically. Let RR be any point on L2L_2. Its coordinates can be expressed using a parameter λ2\lambda_2: R(2+λ2,λ2,1+λ2)R(2 + \lambda_2, \lambda_2, 1 + \lambda_2)
  • 3.3: Form the vector PR\vec{PR}. The vector connecting P(5,1,3)P(5, 1, -3) to R(2+λ2,λ2,1+λ2)R(2 + \lambda_2, \lambda_2, 1 + \lambda_2) is: PR=((2+λ2)5)i^+(λ21)j^+((1+λ2)(3))k^\vec{PR} = ((2 + \lambda_2) - 5)\hat{i} + (\lambda_2 - 1)\hat{j} + ((1 + \lambda_2) - (-3))\hat{k} PR=(λ23)i^+(λ21)j^+(λ2+4)k^\vec{PR} = (\lambda_2 - 3)\hat{i} + (\lambda_2 - 1)\hat{j} + (\lambda_2 + 4)\hat{k}
  • 3.4: Apply the perpendicularity condition to find λ2\lambda_2. Since RR is the foot of the perpendicular, the vector PR\vec{PR} must be perpendicular to the direction vector of L2L_2, d2\vec{d_2}. Their dot product must be zero: PRd2=0\vec{PR} \cdot \vec{d_2} = 0 (λ23)(1)+(λ21)(1)+(λ2+4)(1)=0(\lambda_2 - 3)(1) + (\lambda_2 - 1)(1) + (\lambda_2 + 4)(1) = 0 λ23+λ21+λ2+4=0\lambda_2 - 3 + \lambda_2 - 1 + \lambda_2 + 4 = 0 3λ2=0    λ2=03\lambda_2 = 0 \implies \lambda_2 = 0
  • 3.5: Substitute λ2\lambda_2 to find the coordinates of R. Substitute λ2=0\lambda_2 = 0 back into the parametric coordinates of RR: R(2+0,0,1+0)    R(2,0,1)R(2 + 0, 0, 1 + 0) \implies R(2, 0, 1) So, the foot of the perpendicular from PP to L2L_2 is R(2,0,1)R(2, 0, 1).

Step 4: Calculate the area A of triangle PQR.

  • 4.1: List the coordinates of the vertices P, Q, R. We have P(5,1,3)P(5, 1, -3), Q(1,2,0)Q(1, 2, 0), and R(2,0,1)R(2, 0, 1).
  • 4.2: Form the vectors PQ\vec{PQ} and PR\vec{PR}. PQ=QP=(15)i^+(21)j^+(0(3))k^=4i^+j^+3k^\vec{PQ} = Q - P = (1-5)\hat{i} + (2-1)\hat{j} + (0-(-3))\hat{k} = -4\hat{i} + \hat{j} + 3\hat{k} PR=RP=(25)i^+(01)j^+(1(3))k^=3i^j^+4k^\vec{PR} = R - P = (2-5)\hat{i} + (0-1)\hat{j} + (1-(-3))\hat{k} = -3\hat{i} - \hat{j} + 4\hat{k}
  • 4.3: Calculate the cross product PQ×PR\vec{PQ} \times \vec{PR}. The cross product is computed as the determinant: PQ×PR=i^j^k^413314\vec{PQ} \times \vec{PR} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -4 & 1 & 3 \\ -3 & -1 & 4 \end{vmatrix} =i^((1)(4)(3)(1))j^((4)(4)(3)(3))+k^((4)(1)(1)(3))= \hat{i}((1)(4) - (3)(-1)) - \hat{j}((-4)(4) - (3)(-3)) + \hat{k}((-4)(-1) - (1)(-3)) =i^(4+3)j^(16+9)+k^(4+3)= \hat{i}(4 + 3) - \hat{j}(-16 + 9) + \hat{k}(4 + 3) =7i^j^(7)+7k^= 7\hat{i} - \hat{j}(-7) + 7\hat{k} =7i^+7j^+7k^= 7\hat{i} + 7\hat{j} + 7\hat{k}
  • 4.4: Calculate the magnitude of the cross product. PQ×PR=7i^+7j^+7k^=72+72+72|\vec{PQ} \times \vec{PR}| = |7\hat{i} + 7\hat{j} + 7\hat{k}| = \sqrt{7^2 + 7^2 + 7^2} =49+49+49=3×49=73= \sqrt{49 + 49 + 49} = \sqrt{3 \times 49} = 7\sqrt{3}
  • 4.5: Calculate the area A of triangle PQR. The area AA is half the magnitude of the cross product: A=12PQ×PR=12(73)=732A = \frac{1}{2} |\vec{PQ} \times \vec{PR}| = \frac{1}{2} (7\sqrt{3}) = \frac{7\sqrt{3}}{2}

Step 5: Calculate 4A24A^2.

  • 5.1: Square the area A. A2=(732)2=72×(3)222=49×34=1474A^2 = \left(\frac{7\sqrt{3}}{2}\right)^2 = \frac{7^2 \times (\sqrt{3})^2}{2^2} = \frac{49 \times 3}{4} = \frac{147}{4}
  • 5.2: Multiply by 4. 4A2=4×1474=1474A^2 = 4 \times \frac{147}{4} = 147

3. Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs when calculating vector components (e.g., xBxAx_B - x_A) and especially during the cross product determinant expansion. A single sign error can propagate and lead to an incorrect final answer.
  • Parametric Representation: Ensure you correctly convert the line equation into parametric form. Each line gets its own independent parameter (λ1\lambda_1, λ2\lambda_2).
  • Dot Product for Perpendicularity: Remember that the dot product of two perpendicular vectors is zero. This is the fundamental condition for finding the foot of the perpendicular.
  • Cross Product Calculation: Practice calculating the 3×33 \times 3 determinant for the cross product to avoid computational errors.

4. Summary

We first found the feet of the perpendiculars, Q(1,2,0)Q(1, 2, 0) and R(2,0,1)R(2, 0, 1), by representing general points on lines L1L_1 and L2L_2 parametrically and using the condition that the vector from PP to the foot of the perpendicular must be orthogonal to the line's direction vector. Then, we formed vectors PQ\vec{PQ} and PR\vec{PR} and calculated their cross product. The magnitude of this cross product, divided by two, gave us the area A=732A = \frac{7\sqrt{3}}{2}. Finally, we computed 4A2=1474A^2 = 147.

5. Final Answer

The final answer is 147\boxed{\text{147}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions