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

Question

The length of the perpendicular from the point (1,2,5)(1,-2,5) on the line passing through (1,2,4)(1,2,4) and parallel to the line x+yz=0=x2y+3z5x+y-z=0=x-2 y+3 z-5 is :

Options

Solution

Key Concepts and Formulas

  • Equation of a Line in 3D: A line passing through a point P(x1,y1,z1)P(x_1, y_1, z_1) with a direction vector b=(a,b,c)\vec{b} = (a, b, c) can be represented parametrically as x=x1+aλx = x_1 + a\lambda, y=y1+bλy = y_1 + b\lambda, z=z1+cλz = z_1 + c\lambda, where λ\lambda is a scalar parameter.
  • Direction Vector of Line of Intersection of Two Planes: If a line is the intersection of two planes with normal vectors n1\vec{n_1} and n2\vec{n_2}, its direction vector is given by the cross product n1×n2\vec{n_1} \times \vec{n_2}.
  • Foot of Perpendicular and Distance from a Point to a Line: To find the foot of the perpendicular NN from an external point QQ to a line LL, we first express a general point on LL parametrically. The vector QN\vec{QN} connecting QQ to NN must be perpendicular to the direction vector of line LL. This condition is expressed by their dot product being zero: QNb=0\vec{QN} \cdot \vec{b} = 0. Once NN is found, the length of the perpendicular is the distance between QQ and NN using the 3D distance formula: D=(x2x1)2+(y2y1)2+(z2z1)2D = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}.

Step-by-Step Solution

We need to find the length of the perpendicular from the point Q(1,2,5)Q(1,-2,5) to a line LL. The line LL passes through P(1,2,4)P(1,2,4) and is parallel to the line of intersection of the planes x+yz=0x+y-z=0 and x2y+3z5=0x-2y+3z-5=0.

Step 1: Determine the Direction Vector of Line LL

  • What we are doing: We need the direction vector of line LL to write its equation. Since line LL is parallel to the line of intersection of two planes, its direction vector will be the same as the direction vector of that intersecting line.

  • Why we are doing it: The direction vector is a fundamental component for defining a line in 3D space.

  • Explanation: The direction vector of the line of intersection of two planes is perpendicular to the normal vectors of both planes. Thus, it can be found by taking the cross product of their normal vectors.

    • From Plane 1: x+yz=0x+y-z=0, the normal vector is n1=(1,1,1)\vec{n_1} = (1,1,-1).
    • From Plane 2: x2y+3z5=0x-2y+3z-5=0, the normal vector is n2=(1,2,3)\vec{n_2} = (1,-2,3).

    Now, we calculate the cross product n1×n2\vec{n_1} \times \vec{n_2} to find the direction vector b\vec{b} of line LL: b=n1×n2=i^j^k^111123\vec{b} = \vec{n_1} \times \vec{n_2} = \begin{vmatrix} \widehat i & \widehat j & \widehat k \\ 1 & 1 & -1 \\ 1 & -2 & 3 \end{vmatrix} Expanding the determinant: b=i^((1)(3)(1)(2))j^((1)(3)(1)(1))+k^((1)(2)(1)(1))\vec{b} = \widehat i ((1)(3) - (-1)(-2)) - \widehat j ((1)(3) - (-1)(1)) + \widehat k ((1)(-2) - (1)(1)) b=i^(32)j^(3+1)+k^(21)\vec{b} = \widehat i (3 - 2) - \widehat j (3 + 1) + \widehat k (-2 - 1) b=1i^4j^3k^\vec{b} = 1\widehat i - 4\widehat j - 3\widehat k Thus, the direction vector of the line LL is b=(1,4,3)\vec{b} = (1, -4, -3).

Step 2: Formulate the Parametric Equation of Line LL

  • What we are doing: We are writing the equation of line LL in parametric form.
  • Why we are doing it: A parametric equation allows us to represent any general point on the line using a single parameter, which is essential for the next step of finding the foot of the perpendicular.
  • Explanation: Line LL passes through point P(1,2,4)P(1,2,4) and has the direction vector b=(1,4,3)\vec{b} = (1, -4, -3) (from Step 1). Using the parametric form x=x1+aλx = x_1 + a\lambda, y=y1+bλy = y_1 + b\lambda, z=z1+cλz = z_1 + c\lambda: Any general point NN on line LL can be expressed as: N(λ)=(1+1λ,24λ,43λ)N(\lambda) = (1 + 1\lambda, 2 - 4\lambda, 4 - 3\lambda) N(λ)=(1+λ,24λ,43λ)N(\lambda) = (1+\lambda, 2-4\lambda, 4-3\lambda)

Step 3: Find the Foot of the Perpendicular

  • What we are doing: We are finding the specific point on line LL that is closest to point Q(1,2,5)Q(1,-2,5). This point is called the foot of the perpendicular.
  • Why we are doing it: The distance from QQ to line LL is the distance from QQ to this foot of the perpendicular.
  • Explanation: Let Q(1,2,5)Q(1,-2,5) be the given external point and N(λ)=(1+λ,24λ,43λ)N(\lambda) = (1+\lambda, 2-4\lambda, 4-3\lambda) be a general point on line LL. The vector QN\vec{QN} connects point QQ to point NN. QN=NQ\vec{QN} = N - Q QN=((1+λ)1,(24λ)(2),(43λ)5)\vec{QN} = ((1+\lambda) - 1, (2-4\lambda) - (-2), (4-3\lambda) - 5) QN=(λ,24λ+2,43λ5)\vec{QN} = (\lambda, 2-4\lambda+2, 4-3\lambda-5) QN=(λ,44λ,13λ)\vec{QN} = (\lambda, 4-4\lambda, -1-3\lambda) For NN to be the foot of the perpendicular, the vector QN\vec{QN} must be perpendicular to the direction vector of line LL, which is b=(1,4,3)\vec{b} = (1, -4, -3). Their dot product must be zero: QNb=0\vec{QN} \cdot \vec{b} = 0. (λ)(1)+(44λ)(4)+(13λ)(3)=0(\lambda)(1) + (4-4\lambda)(-4) + (-1-3\lambda)(-3) = 0 λ16+16λ+3+9λ=0\lambda - 16 + 16\lambda + 3 + 9\lambda = 0 Combine like terms: (1+16+9)λ+(16+3)=0(1 + 16 + 9)\lambda + (-16 + 3) = 0 26λ13=026\lambda - 13 = 0 26λ=1326\lambda = 13 λ=1326=12\lambda = \frac{13}{26} = \frac{1}{2} Now, substitute λ=12\lambda = \frac{1}{2} back into the coordinates of N(λ)N(\lambda) to find the exact coordinates of the foot of the perpendicular: N=(1+12,24(12),43(12))N = (1+\frac{1}{2}, 2-4(\frac{1}{2}), 4-3(\frac{1}{2})) N=(32,22,432)N = (\frac{3}{2}, 2-2, 4-\frac{3}{2}) N=(32,0,832)N = (\frac{3}{2}, 0, \frac{8-3}{2}) N=(32,0,52)N = (\frac{3}{2}, 0, \frac{5}{2}) So, the foot of the perpendicular is N(32,0,52)N(\frac{3}{2}, 0, \frac{5}{2}).

Step 4: Calculate the Length of the Perpendicular

  • What we are doing: We are calculating the distance between point QQ and the foot of the perpendicular NN.
  • Why we are doing it: This distance is the required length of the perpendicular.
  • Explanation: The length of the perpendicular is the distance between Q(1,2,5)Q(1,-2,5) and N(32,0,52)N(\frac{3}{2}, 0, \frac{5}{2}). Using the 3D distance formula: QN=(321)2+(0(2))2+(525)2QN = \sqrt{\left(\frac{3}{2}-1\right)^2 + (0-(-2))^2 + \left(\frac{5}{2}-5\right)^2} QN=(322)2+(2)2+(5102)2QN = \sqrt{\left(\frac{3-2}{2}\right)^2 + (2)^2 + \left(\frac{5-10}{2}\right)^2} QN=(12)2+(2)2+(52)2QN = \sqrt{\left(\frac{1}{2}\right)^2 + (2)^2 + \left(-\frac{5}{2}\right)^2} QN=14+4+254QN = \sqrt{\frac{1}{4} + 4 + \frac{25}{4}} To sum these terms, find a common denominator: QN=14+164+254QN = \sqrt{\frac{1}{4} + \frac{16}{4} + \frac{25}{4}} QN=1+16+254QN = \sqrt{\frac{1+16+25}{4}} QN=424QN = \sqrt{\frac{42}{4}} QN=212QN = \sqrt{\frac{21}{2}}

Common Mistakes & Tips

  • Cross Product Calculation: Be meticulous with signs and order of operations when computing the determinant for the cross product. A common error is forgetting the negative sign for the j^\widehat{j} component's minor.
  • Algebraic Errors with Parameter λ\lambda: Ensure careful distribution and combining of like terms when solving the dot product equation for λ\lambda.
  • Fraction Arithmetic: Double-check calculations involving fractions, especially when squaring and summing them in the distance formula. Convert all terms to a common denominator before summing.
  • Understanding Perpendicularity: Remember that the vector from the external point to the foot of the perpendicular is perpendicular to the line's direction vector, not necessarily to the line itself in general.

Summary

To find the length of the perpendicular from a point to a line, we first determined the direction vector of the line by taking the cross product of the normal vectors of the planes it's parallel to. We then formulated the parametric equation of the line using the given point it passes through. Next, we found the foot of the perpendicular by setting the dot product of the vector from the external point to a general point on the line and the line's direction vector to zero. Finally, we calculated the distance between the external point and this foot of the perpendicular using the 3D distance formula. The calculated length is 212\sqrt{\frac{21}{2}}.

The final answer is 212\boxed{\sqrt{\frac{21}{2}}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions