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

Question

Let P be the foot of the perpendicular from the point (1,2,2)(1,2,2) on the line L:x11=y+11=z22\mathrm{L}: \frac{x-1}{1}=\frac{y+1}{-1}=\frac{z-2}{2}. Let the line r=(i^+j^2k^)+λ(i^j^+k^),λR\vec{r}=(-\hat{i}+\hat{j}-2 \hat{k})+\lambda(\hat{i}-\hat{j}+\hat{k}), \lambda \in \mathbf{R}, intersect the line L at Q . Then 2(PQ)22(\mathrm{PQ})^2 is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Parametric Form of a Line: A line passing through (x0,y0,z0)(x_0, y_0, z_0) with direction vector (a,b,c)(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} = \mu, yielding a general point (x0+aμ,y0+bμ,z0+cμ)(x_0+a\mu, y_0+b\mu, z_0+c\mu). For a vector form r=a+λd\vec{r} = \vec{a} + \lambda \vec{d}, a general point is (a+λd)(\vec{a} + \lambda \vec{d}).
  • Foot of the Perpendicular: If P is the foot of the perpendicular from point A to line L, then the vector AP\vec{AP} is perpendicular to the direction vector of line L, dL\vec{d_L}. This implies their dot product is zero: APdL=0\vec{AP} \cdot \vec{d_L} = 0.
  • Intersection of Two Lines: Two lines intersect if there exists a common point that satisfies the parametric equations of both lines. This involves setting the coordinates of the general points on each line (using different parameters) equal to each other and solving the resulting system of equations.
  • Distance Formula in 3D: The square of the distance between two points (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) is given by D2=(x2x1)2+(y2y1)2+(z2z1)2D^2 = (x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2.

2. Step-by-Step Solution

Part 1: Finding P, the foot of the perpendicular from point A to line L.

Let the given point be A(1,2,2)A(1,2,2). The line L is given by x11=y+11=z22\frac{x-1}{1}=\frac{y+1}{-1}=\frac{z-2}{2}.

  • Step 1: Parametrize a general point on Line L. We introduce a parameter, say μ\mu, to represent any point on line L. x11=y+11=z22=μ\frac{x-1}{1}=\frac{y+1}{-1}=\frac{z-2}{2}=\mu This gives the coordinates of a general point PgenP_{gen} on L as: Pgen(μ+1,μ1,2μ+2)P_{gen}(\mu+1, -\mu-1, 2\mu+2)

  • Step 2: Form the vector AP\vec{AP}. The vector AP\vec{AP} connects the external point A(1,2,2)A(1,2,2) to the general point PgenP_{gen} on line L. AP=((μ+1)1,(μ1)2,(2μ+2)2)\vec{AP} = ((\mu+1)-1, (-\mu-1)-2, (2\mu+2)-2) AP=(μ,μ3,2μ)\vec{AP} = (\mu, -\mu-3, 2\mu)

  • Step 3: Apply the perpendicularity condition. The direction vector of line L, dL\vec{d_L}, is obtained from the denominators of its Cartesian equation: dL=(1,1,2)\vec{d_L} = (1, -1, 2). Since P is the foot of the perpendicular, the vector AP\vec{AP} must be perpendicular to dL\vec{d_L}. Their dot product must be zero. APdL=0\vec{AP} \cdot \vec{d_L} = 0 (μ)(1)+(μ3)(1)+(2μ)(2)=0(\mu)(1) + (-\mu-3)(-1) + (2\mu)(2) = 0 μ+(μ+3)+4μ=0\mu + (\mu+3) + 4\mu = 0 6μ+3=06\mu + 3 = 0 μ=12\mu = -\frac{1}{2}

  • Step 4: Calculate the coordinates of P. Substitute the value μ=12\mu = -\frac{1}{2} back into the general point Pgen(μ+1,μ1,2μ+2)P_{gen}(\mu+1, -\mu-1, 2\mu+2):

    • xP=(12)+1=12x_P = (-\frac{1}{2})+1 = \frac{1}{2}
    • yP=(12)1=121=12y_P = -(-\frac{1}{2})-1 = \frac{1}{2}-1 = -\frac{1}{2}
    • zP=2(12)+2=1+2=1z_P = 2(-\frac{1}{2})+2 = -1+2 = 1 Thus, the foot of the perpendicular is P(12,12,1)P\left(\frac{1}{2}, -\frac{1}{2}, 1\right).

Part 2: Finding Q, the intersection point of line L and line L'.

Line L is Pgen(μ+1,μ1,2μ+2)P_{gen}(\mu+1, -\mu-1, 2\mu+2). Line L' is given by r=(i^+j^2k^)+λ(i^j^+k^)\vec{r}=(-\hat{i}+\hat{j}-2 \hat{k})+\lambda(\hat{i}-\hat{j}+\hat{k}).

  • Step 1: Parametrize a general point on Line L'. The vector form directly gives the parametric equations for any point on L' in terms of λ\lambda: Qgen(1+λ,1λ,2+λ)Q_{gen}(-1+\lambda, 1-\lambda, -2+\lambda)

  • Step 2: Equate coordinates for intersection. For the lines to intersect at point Q, the coordinates of PgenP_{gen} and QgenQ_{gen} must be identical for specific values of μ\mu and λ\lambda.

    1. x-coordinates: μ+1=1+λμλ=2(Eq. 1)\mu+1 = -1+\lambda \quad \Rightarrow \quad \mu - \lambda = -2 \quad \text{(Eq. 1)}
    2. y-coordinates: μ1=1λμ+λ=2(Eq. 2)-\mu-1 = 1-\lambda \quad \Rightarrow \quad -\mu + \lambda = 2 \quad \text{(Eq. 2)}
    3. z-coordinates: 2μ+2=2+λ2μλ=4(Eq. 3)2\mu+2 = -2+\lambda \quad \Rightarrow \quad 2\mu - \lambda = -4 \quad \text{(Eq. 3)}
  • Step 3: Solve the system of equations for μ\mu and λ\lambda. Notice that (Eq. 2) is simply (1)×(Eq. 1)(-1) \times \text{(Eq. 1)}, indicating dependency. We use (Eq. 1) and (Eq. 3) to find the unique values of μ\mu and λ\lambda. Subtract (Eq. 1) from (Eq. 3): (2μλ)(μλ)=4(2)(2\mu - \lambda) - (\mu - \lambda) = -4 - (-2) μ=2\mu = -2 Substitute μ=2\mu = -2 into (Eq. 1): (2)λ=2(-2) - \lambda = -2 λ=0λ=0-\lambda = 0 \quad \Rightarrow \quad \lambda = 0

  • Step 4: Verify consistency. It's crucial to check if these values satisfy all three original equations. We verify with (Eq. 2): (μ)+λ=2-(-\mu) + \lambda = 2 (2)+0=2-(-2) + 0 = 2 2=22 = 2 The values μ=2\mu = -2 and λ=0\lambda = 0 are consistent, so the lines intersect.

  • Step 5: Calculate the coordinates of Q. Substitute λ=0\lambda = 0 into the general point Qgen(1+λ,1λ,2+λ)Q_{gen}(-1+\lambda, 1-\lambda, -2+\lambda):

    • xQ=1+0=1x_Q = -1+0 = -1
    • yQ=10=1y_Q = 1-0 = 1
    • zQ=2+0=2z_Q = -2+0 = -2 The intersection point is Q(1,1,2)Q(-1, 1, -2).

Part 3: Calculating 2(PQ)22(PQ)^2.

We have the coordinates of P and Q: P(12,12,1)P\left(\frac{1}{2}, -\frac{1}{2}, 1\right) Q(1,1,2)Q(-1, 1, -2)

  • Step 1: Calculate the square of the distance (PQ)2(PQ)^2. Using the 3D distance formula D2=(x2x1)2+(y2y1)2+(z2z1)2D^2 = (x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2: (PQ)2=(112)2+(1(12))2+(21)2(PQ)^2 = \left(-1 - \frac{1}{2}\right)^2 + \left(1 - \left(-\frac{1}{2}\right)\right)^2 + (-2 - 1)^2 (PQ)2=(32)2+(32)2+(3)2(PQ)^2 = \left(-\frac{3}{2}\right)^2 + \left(\frac{3}{2}\right)^2 + (-3)^2 (PQ)2=94+94+9(PQ)^2 = \frac{9}{4} + \frac{9}{4} + 9 (PQ)2=184+9(PQ)^2 = \frac{18}{4} + 9 (PQ)2=92+182(PQ)^2 = \frac{9}{2} + \frac{18}{2} (PQ)2=272(PQ)^2 = \frac{27}{2}

  • Step 2: Calculate 2(PQ)22(PQ)^2. The problem asks for 2(PQ)22(PQ)^2: 2(PQ)2=2×2722(PQ)^2 = 2 \times \frac{27}{2} 2(PQ)2=272(PQ)^2 = 27

3. Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs when substituting coordinates or performing subtractions, especially with negative numbers.
  • Parameter Confusion: Always use different parameters (e.g., μ\mu and λ\lambda) for different lines when finding their intersection to avoid errors.
  • Consistency Check: After solving for the parameters of intersection, always verify them in all three coordinate equations. If they don't satisfy all equations, the lines are skew and do not intersect.
  • Substitution: Remember to substitute the calculated parameter values back into the general point's coordinates to find the specific points P and Q.

4. Summary

This problem was a comprehensive application of 3D geometry concepts. We systematically determined the coordinates of point P, the foot of the perpendicular from a given point to line L, by using the dot product condition for perpendicularity. Subsequently, we found point Q, the intersection of line L and another line L', by equating their parametric coordinate expressions and solving the resulting system of linear equations. Finally, with the coordinates of P and Q established, we applied the 3D distance formula to calculate (PQ)2(PQ)^2 and then multiplied by 2 to arrive at the final required value.

5. Final Answer

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

Practice More 3D Geometry Questions

View All Questions