Skip to main content
Back to 3D Geometry
JEE Main 2020
3D Geometry
3D Geometry
Easy

Question

Let the foot of the perpendicular from the point (1, 2, 4) on the line x+24=y12=z+13{{x + 2} \over 4} = {{y - 1} \over 2} = {{z + 1} \over 3} be P. Then the distance of P from the plane 3x+4y+12z+23=03x + 4y + 12z + 23 = 0 is :

Options

Solution

Key Concepts and Formulas

  1. Parametric Equation of a Line: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (a,b,c)(a, b, c) can be represented in parametric form as x=x1+atx = x_1 + at, y=y1+bty = y_1 + bt, z=z1+ctz = z_1 + ct, where tt is a parameter. Any point on the line can be expressed using this parameter.
  2. Foot of the Perpendicular: If P is the foot of the perpendicular from an external point A to a line L, then the vector AP\vec{AP} is perpendicular to the direction vector d\vec{d} of the line L. This implies their dot product is zero: APd=0\vec{AP} \cdot \vec{d} = 0.
  3. Distance of a Point from a Plane: The perpendicular distance from a point (x0,y0,z0)(x_0, y_0, z_0) to a plane Ax+By+Cz+D=0Ax + By + Cz + D = 0 is given by the formula: D=Ax0+By0+Cz0+DA2+B2+C2D = \frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}}

Step-by-Step Solution

Step 1: Expressing a General Point on the Line in Parametric Form

The first step is to represent any arbitrary point on the given line using a single parameter. This is crucial for later algebraic manipulation to find the specific point P.

The given line L is in symmetric form: L:x+24=y12=z+13L: \frac{x + 2}{4} = \frac{y - 1}{2} = \frac{z + 1}{3} To obtain the parametric form, we equate each ratio to a parameter, say tt: x+24=y12=z+13=t\frac{x + 2}{4} = \frac{y - 1}{2} = \frac{z + 1}{3} = t From this, we can express the coordinates (x,y,z)(x, y, z) of any point on the line in terms of tt:

  • x+2=4t    x=4t2x + 2 = 4t \implies x = 4t - 2
  • y1=2t    y=2t+1y - 1 = 2t \implies y = 2t + 1
  • z+1=3t    z=3t1z + 1 = 3t \implies z = 3t - 1

Since P is the foot of the perpendicular from point A(1, 2, 4) onto line L, P must lie on line L. Therefore, the coordinates of P can be written as: P=(4t2,2t+1,3t1)P = (4t - 2, 2t + 1, 3t - 1)

Step 2: Applying the Perpendicularity Condition to Find the Parameter 't'

The defining characteristic of the foot of the perpendicular P is that the line segment AP is perpendicular to the line L. In vector terms, the vector AP\vec{AP} must be perpendicular to the direction vector of line L. Their dot product must be zero.

Let the external point be A=(1,2,4)A = (1, 2, 4). The coordinates of point P are (4t2,2t+1,3t1)(4t - 2, 2t + 1, 3t - 1).

First, we find the vector AP\vec{AP}: AP=(xPxA)i^+(yPyA)j^+(zPzA)k^\vec{AP} = (x_P - x_A)\hat{i} + (y_P - y_A)\hat{j} + (z_P - z_A)\hat{k} AP=((4t2)1)i^+((2t+1)2)j^+((3t1)4)k^\vec{AP} = ((4t - 2) - 1)\hat{i} + ((2t + 1) - 2)\hat{j} + ((3t - 1) - 4)\hat{k} AP=(4t3)i^+(2t1)j^+(3t5)k^\vec{AP} = (4t - 3)\hat{i} + (2t - 1)\hat{j} + (3t - 5)\hat{k}

Next, we identify the direction vector of the line L. From the symmetric form xx1a=yy1b=zz1c\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}, the direction vector is d=ai^+bj^+ck^\vec{d} = a\hat{i} + b\hat{j} + c\hat{k}. For the given line L:x+24=y12=z+13L: \frac{x + 2}{4} = \frac{y - 1}{2} = \frac{z + 1}{3}, the direction vector is: d=4i^+2j^+3k^\vec{d} = 4\hat{i} + 2\hat{j} + 3\hat{k}

Since AP\vec{AP} is perpendicular to d\vec{d}, their dot product is zero: APd=0\vec{AP} \cdot \vec{d} = 0 ((4t3)i^+(2t1)j^+(3t5)k^)(4i^+2j^+3k^)=0( (4t - 3)\hat{i} + (2t - 1)\hat{j} + (3t - 5)\hat{k} ) \cdot ( 4\hat{i} + 2\hat{j} + 3\hat{k} ) = 0 4(4t3)+2(2t1)+3(3t5)=04(4t - 3) + 2(2t - 1) + 3(3t - 5) = 0 Now, we solve this linear equation for tt: 16t12+4t2+9t15=016t - 12 + 4t - 2 + 9t - 15 = 0 29t29=029t - 29 = 0 29t=2929t = 29 t=1t = 1

Step 3: Determining the Coordinates of the Foot of the Perpendicular, P

With the value of the parameter tt determined, we can now substitute it back into the parametric coordinates of P to find its exact location.

Recall the coordinates of P in terms of tt: P=(4t2,2t+1,3t1)P = (4t - 2, 2t + 1, 3t - 1) Substitute t=1t = 1 into these expressions: P=(4(1)2,2(1)+1,3(1)1)P = (4(1) - 2, 2(1) + 1, 3(1) - 1) P=(42,2+1,31)P = (4 - 2, 2 + 1, 3 - 1) P=(2,3,2)P = (2, 3, 2) So, the foot of the perpendicular P is (2,3,2)(2, 3, 2).

Step 4: Calculating the Distance from Point P to the Given Plane

The final step is to calculate the shortest distance from the point P, which we just found, to the given plane. We will use the standard formula for the distance from a point to a plane.

The point is P=(x0,y0,z0)=(2,3,2)P = (x_0, y_0, z_0) = (2, 3, 2). The given plane equation is 3x+4y+12z+23=03x + 4y + 12z + 23 = 0. Here, the coefficients are A=3A = 3, B=4B = 4, C=12C = 12, and the constant term is D=23D = 23.

Using the distance formula: Dplane=Ax0+By0+Cz0+DA2+B2+C2D_{plane} = \frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}} Substitute the values: Dplane=(3)(2)+(4)(3)+(12)(2)+2332+42+122D_{plane} = \frac{|(3)(2) + (4)(3) + (12)(2) + 23|}{\sqrt{3^2 + 4^2 + 12^2}} Calculate the numerator: 6+12+24+23=65=65|6 + 12 + 24 + 23| = |65| = 65 Calculate the denominator: 9+16+144=25+144=169=13\sqrt{9 + 16 + 144} = \sqrt{25 + 144} = \sqrt{169} = 13 Now, divide the numerator by the denominator: Dplane=6513D_{plane} = \frac{65}{13} Dplane=5D_{plane} = 5

Thus, the distance of P from the plane 3x+4y+12z+23=03x + 4y + 12z + 23 = 0 is 5 units.

Common Mistakes & Tips

  • Direction Vector Identification: Ensure you correctly extract the direction ratios from the line equation. For x+ap\frac{x+a}{p}, the direction ratio is pp, not a-a.
  • Arithmetic Errors: Be meticulous with calculations, especially during vector subtraction, dot product, and substitution into the distance formula. Small errors can lead to incorrect final answers.
  • Absolute Value in Distance Formula: Remember the absolute value in the numerator of the point-to-plane distance formula, as distance must always be non-negative.

Summary

This problem efficiently tests multiple core concepts in 3D geometry. We began by parametrizing the given line to represent the foot of the perpendicular, P. Then, using the perpendicularity condition (APd=0\vec{AP} \cdot \vec{d} = 0), we found the specific parameter value that defines P. Substituting this value yielded the coordinates of P. Finally, we applied the standard formula to calculate the distance from this point P to the given plane. This systematic approach is vital for solving such problems.

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

Practice More 3D Geometry Questions

View All Questions