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

Question

The distance of the point (1, -2, 3) from the plane x - y + z = 5 measured parallel to a line, whose direction ratios are 2, 3, -6 is :

Options

Solution

Key Concepts and Formulas:

This problem asks for the distance of a point from a plane, not along the normal to the plane (which would be the shortest, perpendicular distance), but measured parallel to a given line. This means we are looking for the length of a line segment that starts at the given point, is parallel to the specified direction, and ends on the plane.

  1. Parametric Equation of a Line: A line passing through a point A(x1,y1,z1)A(x_1, y_1, z_1) and parallel to a vector d=(a,b,c)\vec{d} = (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. Each value of λ\lambda corresponds to a unique point on the line.
  2. Point of Intersection: To find where this line intersects a plane, we substitute the parametric equations of the line into the equation of the plane. Solving for λ\lambda gives the specific parameter value for the intersection point.
  3. Distance Formula: The distance between the initial point AA and the intersection point PP can be found using the distance formula. Alternatively, if the line segment APAP is represented by λd\lambda \vec{d}, the distance AP=λdAP = |\lambda| \cdot |\vec{d}|, where d|\vec{d}| is the magnitude of the direction vector d\vec{d}. The magnitude of a vector d=(a,b,c)\vec{d} = (a,b,c) is d=a2+b2+c2|\vec{d}| = \sqrt{a^2 + b^2 + c^2}.

Step-by-Step Solution:

1. Identify the Given Information: We are given:

  • The initial point A=(1,2,3)A = (1, -2, 3).
  • The equation of the plane Π:xy+z=5\Pi: x - y + z = 5.
  • The direction ratios of the line parallel to which the distance is measured: (2,3,6)(2, 3, -6). This gives us the direction vector d=(2,3,6)\vec{d} = (2, 3, -6).

2. Formulate the Parametric Equation of the Line: We need to define a line that passes through point A(1,2,3)A(1, -2, 3) and is parallel to the direction vector d=(2,3,6)\vec{d} = (2, 3, -6). Using the parametric form of a line: L:{x=1+2λy=2+3λz=36λL: \begin{cases} x = 1 + 2\lambda \\ y = -2 + 3\lambda \\ z = 3 - 6\lambda \end{cases} Explanation: Every point on this line can be expressed in terms of the parameter λ\lambda. When λ=0\lambda = 0, the point is A(1,2,3)A(1, -2, 3). As λ\lambda varies, we trace points along the line starting from AA in the direction of d\vec{d}.

3. Find the Point of Intersection with the Plane: Let PP be the point where the line LL intersects the plane Π\Pi. Since PP lies on the plane, its coordinates must satisfy the plane's equation xy+z=5x - y + z = 5. Substitute the parametric expressions for x,y,zx, y, z from the line equation into the plane equation: (1+2λ)(2+3λ)+(36λ)=5(1 + 2\lambda) - (-2 + 3\lambda) + (3 - 6\lambda) = 5 Explanation: We are looking for the specific value of λ\lambda that corresponds to the point PP, which is common to both the line and the plane.

4. Solve for the Parameter λ\lambda: Now, simplify and solve the equation for λ\lambda: 1+2λ+23λ+36λ=51 + 2\lambda + 2 - 3\lambda + 3 - 6\lambda = 5 Combine the constant terms and the λ\lambda terms: (1+2+3)+(2λ3λ6λ)=5(1 + 2 + 3) + (2\lambda - 3\lambda - 6\lambda) = 5 67λ=56 - 7\lambda = 5 Subtract 6 from both sides: 7λ=56-7\lambda = 5 - 6 7λ=1-7\lambda = -1 Divide by -7: λ=17=17\lambda = \frac{-1}{-7} = \frac{1}{7} Explanation: This value of λ\lambda tells us how far along the direction vector d\vec{d} we need to travel from point AA to reach the plane.

5. Calculate the Distance AP: The distance APAP is the magnitude of the vector λd\lambda \vec{d}. First, calculate the magnitude of the direction vector d=(2,3,6)\vec{d} = (2, 3, -6): d=22+32+(6)2=4+9+36=49=7|\vec{d}| = \sqrt{2^2 + 3^2 + (-6)^2} = \sqrt{4 + 9 + 36} = \sqrt{49} = 7 Now, multiply this magnitude by the absolute value of λ\lambda: AP=λd=177=177=1AP = |\lambda| \cdot |\vec{d}| = \left|\frac{1}{7}\right| \cdot 7 = \frac{1}{7} \cdot 7 = 1 Explanation: This method efficiently calculates the distance without needing to find the explicit coordinates of the intersection point PP and then using the full distance formula. The distance is the length of the line segment from AA to PP.


Common Mistakes & Tips:

  • Don't Confuse with Perpendicular Distance: This problem explicitly asks for the distance "measured parallel to a line," which is different from the shortest (perpendicular) distance from a point to a plane. Do not use the perpendicular distance formula Ax0+By0+Cz0+DA2+B2+C2\frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}}.
  • Parametric Form is Essential: Correctly setting up the parametric equations of the line is the foundation of this problem. Ensure the initial point and direction ratios are used correctly.
  • Efficient Distance Calculation: Once λ\lambda and d|\vec{d}| are known, calculating the distance as λd|\lambda| \cdot |\vec{d}| is often quicker and less prone to arithmetic errors with fractions than finding the intersection point's coordinates and then applying the full distance formula.

Summary:

To find the distance of a point from a plane measured parallel to a given line, we first construct the parametric equation of a line passing through the given point and parallel to the given direction. We then find the point of intersection of this line with the plane by substituting the line's coordinates into the plane's equation and solving for the parameter λ\lambda. Finally, the distance between the initial point and this intersection point is calculated, most efficiently by multiplying the absolute value of the parameter λ\lambda by the magnitude of the direction vector. Following these steps, the distance is found to be 1.

The final answer is 1\boxed{\text{1}}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions