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

Question

The perpendicular distance, of the line x12=y+21=z+32\frac{x-1}{2}=\frac{y+2}{-1}=\frac{z+3}{2} from the point P(2,10,1)\mathrm{P}(2,-10,1), is :

Options

Solution

Key Concepts and Formulas

  • Equation of a Line in 3D: A line passing through a point A(x1,y1,z1)A(x_1, y_1, z_1) with a direction vector d=a,b,c\vec{d} = \langle a, b, c \rangle can be represented in symmetric form as xx1a=yy1b=zz1c\frac{x-x_1}{a}=\frac{y-y_1}{b}=\frac{z-z_1}{c}.
  • Perpendicular Distance from a Point to a Line: The shortest (perpendicular) distance DD from a point P(x0,y0,z0)P(x_0, y_0, z_0) to a line passing through a point AA with a direction vector d\vec{d} is given by the formula: D=AP×ddD = \frac{\|\vec{AP} \times \vec{d}\|}{\|\vec{d}\|} Here, AP\vec{AP} is the vector from any point AA on the line to the given point PP. This formula leverages the geometric property that the magnitude of the cross product AP×d\|\vec{AP} \times \vec{d}\| represents the area of the parallelogram formed by AP\vec{AP} and d\vec{d}. Dividing this area by the base length d\|\vec{d}\| yields the height, which is the perpendicular distance.
  • Cross Product of Two Vectors: For two vectors u=ux,uy,uz\vec{u} = \langle u_x, u_y, u_z \rangle and v=vx,vy,vz\vec{v} = \langle v_x, v_y, v_z \rangle, their cross product is u×v=ijkuxuyuzvxvyvz=(uyvzuzvy)i(uxvzuzvx)j+(uxvyuyvx)k\vec{u} \times \vec{v} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ u_x & u_y & u_z \\ v_x & v_y & v_z \end{vmatrix} = (u_y v_z - u_z v_y)\mathbf{i} - (u_x v_z - u_z v_x)\mathbf{j} + (u_x v_y - u_y v_x)\mathbf{k}.
  • Magnitude of a Vector: The magnitude of a vector v=vx,vy,vz\vec{v} = \langle v_x, v_y, v_z \rangle is given by v=vx2+vy2+vz2\|\vec{v}\| = \sqrt{v_x^2 + v_y^2 + v_z^2}.

Step-by-Step Solution

Step 1: Identify a Point on the Line and its Direction Vector

  • What we are doing: We first extract the necessary information from the given line equation: a specific point AA that lies on the line, and the direction vector d\vec{d} which indicates the line's orientation in space.
  • Why we are doing this: These components are crucial for constructing the vectors needed in the distance formula.

The given line equation is x12=y+21=z+32\frac{x-1}{2}=\frac{y+2}{-1}=\frac{z+3}{2}. Comparing this to the standard symmetric form xx1a=yy1b=zz1c\frac{x-x_1}{a}=\frac{y-y_1}{b}=\frac{z-z_1}{c}:

  • A point on the line is A(x1,y1,z1)=A(1,2,3)A(x_1, y_1, z_1) = A(1, -2, -3). (Note: y+2=y(2)y+2 = y-(-2) and z+3=z(3)z+3 = z-(-3))
  • The direction vector of the line is d=a,b,c=2,1,2\vec{d} = \langle a, b, c \rangle = \langle 2, -1, 2 \rangle. The given point from which we need to find the distance is P(2,10,1)P(2, -10, 1).

Step 2: Form the Vector AP\vec{AP}

  • What we are doing: We construct a vector from the point AA (on the line) to the given point PP.
  • Why we are doing this: This vector AP\vec{AP} is one of the two vectors required for the cross product in our distance formula. It establishes the relative position of point PP with respect to the line.

Given A(1,2,3)A(1, -2, -3) and P(2,10,1)P(2, -10, 1), the vector AP\vec{AP} is calculated by subtracting the coordinates of AA from PP: AP=21,  10(2),  1(3)\vec{AP} = \langle 2-1, \; -10-(-2), \; 1-(-3) \rangle AP=1,  10+2,  1+3\vec{AP} = \langle 1, \; -10+2, \; 1+3 \rangle AP=1,  8,  4\vec{AP} = \langle 1, \; -8, \; 4 \rangle

Step 3: Calculate the Cross Product AP×d\vec{AP} \times \vec{d}

  • What we are doing: We compute the cross product of the vector AP\vec{AP} and the direction vector d\vec{d}.
  • Why we are doing this: The magnitude of this cross product, AP×d\|\vec{AP} \times \vec{d}\|, will form the numerator of our distance formula. It is numerically equal to the area of the parallelogram formed by these two vectors.

Using AP=1,8,4\vec{AP} = \langle 1, -8, 4 \rangle and d=2,1,2\vec{d} = \langle 2, -1, 2 \rangle: AP×d=ijk184212\vec{AP} \times \vec{d} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 1 & -8 & 4 \\ 2 & -1 & 2 \end{vmatrix} Expanding the determinant:

  • i-component: (8)(2)(4)(1)=16(4)=16+4=12(-8)(2) - (4)(-1) = -16 - (-4) = -16 + 4 = -12
  • j-component: [(1)(2)(4)(2)]=[28]=[6]=6-[(1)(2) - (4)(2)] = -[2 - 8] = -[-6] = 6
  • k-component: (1)(1)(8)(2)=1(16)=1+16=15(1)(-1) - (-8)(2) = -1 - (-16) = -1 + 16 = 15

So, AP×d=12,6,15\vec{AP} \times \vec{d} = \langle -12, 6, 15 \rangle.

Step 4: Calculate the Magnitudes AP×d\|\vec{AP} \times \vec{d}\| and d\|\vec{d}\|

  • What we are doing: We calculate the length (magnitude) of the cross product vector and the length of the direction vector.

  • Why we are doing this: These magnitudes are the final components needed to substitute into the distance formula.

  • Magnitude of AP×d\vec{AP} \times \vec{d}: AP×d=(12)2+62+152\|\vec{AP} \times \vec{d}\| = \sqrt{(-12)^2 + 6^2 + 15^2} =144+36+225= \sqrt{144 + 36 + 225} =405= \sqrt{405} To simplify 405\sqrt{405}, we find its prime factors: 405=5×81=5×92405 = 5 \times 81 = 5 \times 9^2. =81×5=95= \sqrt{81 \times 5} = 9\sqrt{5}

  • Magnitude of d\vec{d}: d=22+(1)2+22\|\vec{d}\| = \sqrt{2^2 + (-1)^2 + 2^2} =4+1+4= \sqrt{4 + 1 + 4} =9=3= \sqrt{9} = 3

Step 5: Compute the Perpendicular Distance

  • What we are doing: We substitute the calculated magnitudes into the perpendicular distance formula.
  • Why we are doing this: This is the final step to obtain the required distance.

Using the formula D=AP×ddD = \frac{\|\vec{AP} \times \vec{d}\|}{\|\vec{d}\|}: D=953D = \frac{9\sqrt{5}}{3} D=35D = 3\sqrt{5}


Common Mistakes & Tips

  • Sign Errors: Be extremely vigilant with signs, especially during vector subtraction to form AP\vec{AP} and when calculating the components of the cross product. A single sign error can propagate and lead to an incorrect final answer.
  • Cross Product Expansion: Double-check the determinant expansion for the cross product. A common error is forgetting the negative sign for the j\mathbf{j} component or mixing up the terms within the parentheses.
  • Simplifying Square Roots: Always simplify square roots to their simplest form (e.g., 405\sqrt{405} to 959\sqrt{5}). This is crucial for matching your answer with the given options in an MCQ format.
  • Alternative Method (Foot of Perpendicular): While the cross-product method is generally more efficient for competitive exams, an alternative involves finding the coordinates of the foot of the perpendicular. This method requires representing a general point on the line using a parameter (e.g., tt), forming a vector from P to this general point, and then using the condition that this vector is perpendicular to the line's direction vector (their dot product is zero) to solve for tt. This approach is usually more computationally intensive.

Summary

This problem required us to find the perpendicular distance from a given point to a given line in 3D space. We utilized the vector formula D=AP×ddD = \frac{\|\vec{AP} \times \vec{d}\|}{\|\vec{d}\|}. First, we extracted a point A(1,2,3)A(1, -2, -3) and the direction vector d=2,1,2\vec{d} = \langle 2, -1, 2 \rangle from the line's equation. Then, we formed the vector AP=1,8,4\vec{AP} = \langle 1, -8, 4 \rangle. We computed the cross product AP×d=12,6,15\vec{AP} \times \vec{d} = \langle -12, 6, 15 \rangle and found its magnitude to be 959\sqrt{5}. The magnitude of the direction vector d\|\vec{d}\| was found to be 33. Finally, dividing these magnitudes yielded the perpendicular distance 353\sqrt{5}.

The final answer is 35\boxed{3\sqrt{5}}, which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions