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

Question

The distance of line 3y2z1=0=3xz+43y - 2z - 1 = 0 = 3x - z + 4 from the point (2, -1, 6) is :

Options

Solution

Key Concepts and Formulas

  1. Line Representation: A line in 3D space can be represented parametrically as R(t)=Q+tvR(t) = Q + t\vec{v}, where Q(x0,y0,z0)Q(x_0, y_0, z_0) is a specific point on the line and v=a,b,c\vec{v} = \langle a, b, c \rangle is its direction vector.
  2. Direction Vector of Line of Intersection: If a line is given as the intersection of two planes with normal vectors n1\vec{n_1} and n2\vec{n_2}, its direction vector v\vec{v} is parallel to the cross product of the normal vectors: v=n1×n2\vec{v} = \vec{n_1} \times \vec{n_2}.
  3. Foot of the Perpendicular: To find the shortest distance from a point PP to a line, we find the foot of the perpendicular, say RR, on the line. The vector PR\vec{PR} (from PP to RR) must be perpendicular to the line's direction vector v\vec{v}. This condition is expressed by their dot product: PRv=0\vec{PR} \cdot \vec{v} = 0.
  4. Distance Formula: Once the coordinates of P(xP,yP,zP)P(x_P, y_P, z_P) and the foot of the perpendicular R(xR,yR,zR)R(x_R, y_R, z_R) are known, the shortest distance is calculated using the 3D distance formula: PR=(xRxP)2+(yRyP)2+(zRzP)2PR = \sqrt{(x_R - x_P)^2 + (y_R - y_P)^2 + (z_R - z_P)^2}

Step-by-Step Solution

Step 1: Determine the Direction Ratios and a Point on the Line

The line is given as the intersection of two planes:

  • Plane 1 (S1S_1): 3y2z1=03y - 2z - 1 = 0
  • Plane 2 (S2S_2): 3xz+4=03x - z + 4 = 0

Reasoning: The direction vector of the line of intersection is perpendicular to the normal vectors of both planes. Therefore, we find the direction vector by taking the cross product of their normal vectors.

  • The normal vector of Plane 1 (rewritten as 0x+3y2z1=00x + 3y - 2z - 1 = 0) is n1=0,3,2\vec{n_1} = \langle 0, 3, -2 \rangle.
  • The normal vector of Plane 2 (rewritten as 3x+0y1z+4=03x + 0y - 1z + 4 = 0) is n2=3,0,1\vec{n_2} = \langle 3, 0, -1 \rangle.

The direction vector d\vec{d} of the line is n1×n2\vec{n_1} \times \vec{n_2}: d=ijk032301\vec{d} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 0 & 3 & -2 \\ 3 & 0 & -1 \end{vmatrix} d=i((3)(1)(2)(0))j((0)(1)(2)(3))+k((0)(0)(3)(3))\vec{d} = \mathbf{i}((3)(-1) - (-2)(0)) - \mathbf{j}((0)(-1) - (-2)(3)) + \mathbf{k}((0)(0) - (3)(3)) d=i(30)j(0(6))+k(09)\vec{d} = \mathbf{i}(-3 - 0) - \mathbf{j}(0 - (-6)) + \mathbf{k}(0 - 9) d=3i6j9k\vec{d} = -3\mathbf{i} - 6\mathbf{j} - 9\mathbf{k} The direction ratios are 3,6,9\langle -3, -6, -9 \rangle. We can simplify these by dividing by a common factor of 3-3 to get 1,2,3\langle 1, 2, 3 \rangle. Let's use this simplified direction vector v=1,2,3\vec{v} = \langle 1, 2, 3 \rangle for easier calculations.

Next, we need to find a point on the line. Reasoning: To find a point on the line of intersection, we can set one coordinate to zero and solve the resulting system of two linear equations in two variables. Let's set x=0x=0:

  1. From Plane 2: 3(0)z+4=0z=4z=43(0) - z + 4 = 0 \Rightarrow -z = -4 \Rightarrow z = 4
  2. From Plane 1: 3y2(4)1=03y81=03y=9y=33y - 2(4) - 1 = 0 \Rightarrow 3y - 8 - 1 = 0 \Rightarrow 3y = 9 \Rightarrow y = 3 So, a point QQ on the line is (0,3,4)(0, 3, 4).

The parametric form of any point RR on the line, using Q(0,3,4)Q(0,3,4) and direction vector v=1,2,3\vec{v} = \langle 1, 2, 3 \rangle, is: R(λ)=(0+1λ,3+2λ,4+3λ)=(λ,3+2λ,4+3λ)R(\lambda) = (0 + 1\lambda, 3 + 2\lambda, 4 + 3\lambda) = (\lambda, 3 + 2\lambda, 4 + 3\lambda)

Step 2: Find the Foot of the Perpendicular

Let the given point be P(2,1,6)P(2, -1, 6). Let R(λ,3+2λ,4+3λ)R(\lambda, 3 + 2\lambda, 4 + 3\lambda) be the foot of the perpendicular from PP to the line.

Reasoning: The vector PR\vec{PR} must be perpendicular to the line's direction vector v\vec{v}. Their dot product must be zero.

First, form the vector PR\vec{PR}: PR=(xRxP)i+(yRyP)j+(zRzP)k\vec{PR} = (x_R - x_P)\mathbf{i} + (y_R - y_P)\mathbf{j} + (z_R - z_P)\mathbf{k} PR=(λ2)i+((3+2λ)(1))j+((4+3λ)6)k\vec{PR} = (\lambda - 2)\mathbf{i} + ((3 + 2\lambda) - (-1))\mathbf{j} + ((4 + 3\lambda) - 6)\mathbf{k} PR=(λ2)i+(4+2λ)j+(3λ2)k\vec{PR} = (\lambda - 2)\mathbf{i} + (4 + 2\lambda)\mathbf{j} + (3\lambda - 2)\mathbf{k}

Now, apply the perpendicularity condition PRv=0\vec{PR} \cdot \vec{v} = 0: (λ2)(1)+(4+2λ)(2)+(3λ2)(3)=0(\lambda - 2)(1) + (4 + 2\lambda)(2) + (3\lambda - 2)(3) = 0 λ2+8+4λ+9λ6=0\lambda - 2 + 8 + 4\lambda + 9\lambda - 6 = 0 Combine like terms: (λ+4λ+9λ)+(2+86)=0(\lambda + 4\lambda + 9\lambda) + (-2 + 8 - 6) = 0 14λ+0=014\lambda + 0 = 0 λ=0\lambda = 0

Reasoning: The value λ=0\lambda = 0 indicates that the point Q(0,3,4)Q(0,3,4) we initially found on the line is, in fact, the foot of the perpendicular from PP to the line.

Substitute λ=0\lambda = 0 back into the parametric coordinates of RR to find the foot of the perpendicular: xR=0x_R = 0 yR=3+2(0)=3y_R = 3 + 2(0) = 3 zR=4+3(0)=4z_R = 4 + 3(0) = 4 So, the foot of the perpendicular is R(0,3,4)R(0, 3, 4).

Step 3: Calculate the Distance PR

Now we have the given point P(2,1,6)P(2, -1, 6) and the foot of the perpendicular R(0,3,4)R(0, 3, 4). Reasoning: The shortest distance is simply the Euclidean distance between these two points.

The shortest distance PRPR is calculated using the distance formula: PR=(xRxP)2+(yRyP)2+(zRzP)2PR = \sqrt{(x_R - x_P)^2 + (y_R - y_P)^2 + (z_R - z_P)^2} PR=(02)2+(3(1))2+(46)2PR = \sqrt{(0 - 2)^2 + (3 - (-1))^2 + (4 - 6)^2} PR=(2)2+(4)2+(2)2PR = \sqrt{(-2)^2 + (4)^2 + (-2)^2} PR=4+16+6PR = \sqrt{4 + 16 + 6} PR=26PR = \sqrt{26}


Common Mistakes & Tips

  • Cross Product Calculation: Be meticulous with signs and order of operations when computing the cross product of normal vectors, especially for the j\mathbf{j} component.
  • Finding a Point on the Line: Choose values for coordinates that simplify the plane equations (e.g., x=0x=0, y=0y=0, or z=0z=0) to avoid complex fractions when finding a point on the line.
  • Dot Product for Perpendicularity: Remember that the dot product of two perpendicular vectors is zero. This is a crucial step for finding the parameter λ\lambda.
  • Arithmetic: Double-check all additions, subtractions, multiplications, and squaring, particularly with negative numbers, to prevent calculation errors.

Summary

To find the distance from the point (2,1,6)(2, -1, 6) to the given line, we first determined the line's direction vector 1,2,3\langle 1, 2, 3 \rangle and a point on the line (0,3,4)(0, 3, 4). Then, we set up the parametric form for any point on the line and used the condition that the vector from the given point to the foot of the perpendicular on the line must be orthogonal to the line's direction vector. This led to finding the foot of the perpendicular at (0,3,4)(0, 3, 4). Finally, we calculated the distance between the given point and the foot of the perpendicular using the 3D distance formula, yielding 26\sqrt{26}.

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

Practice More 3D Geometry Questions

View All Questions