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

Question

The distance of the point (-1, 2, -2) from the line of intersection of the planes 2x + 3y + 2z = 0 and x - 2y + z = 0 is :

Options

Solution

1. Key Concepts and Formulas

  • Equation of a Line in 3D: A line passing through a point a\vec{a} and parallel to a direction vector v\vec{v} can be represented as r=a+tv\vec{r} = \vec{a} + t\vec{v}, where tt is a scalar parameter.
  • Line of Intersection of Two Planes: The line of intersection of two planes P1:n1r=d1P_1: \vec{n_1} \cdot \vec{r} = d_1 and P2:n2r=d2P_2: \vec{n_2} \cdot \vec{r} = d_2 has a direction vector v\vec{v} that is perpendicular to both normal vectors n1\vec{n_1} and n2\vec{n_2}. Thus, v\vec{v} can be found by taking the cross product n1×n2\vec{n_1} \times \vec{n_2}. To find a point on the line, we can set one coordinate to zero (e.g., z=0z=0) and solve the resulting system of two linear equations for the other two coordinates.
  • Distance from a Point to a Line: The shortest distance dd from a point PP to a line passing through a point AA with direction vector v\vec{v} is given by the formula: d=AP×vvd = \frac{|\vec{AP} \times \vec{v}|}{|\vec{v}|}

2. Step-by-Step Solution

Let the given point be P(1,2,2)P(-1, 2, -2). The line LL is the intersection of two planes: Plane 1 (P1P_1): 2x+3y+2z=02x + 3y + 2z = 0 Plane 2 (P2P_2): x2y+z=0x - 2y + z = 0

Step 1: Determine the Equation of the Line of Intersection (LL)

To find the equation of the line, we need a point on the line and its direction vector.

  • 1.1 Find the Direction Vector (v\vec{v}) of the Line: The direction vector of the line of intersection is perpendicular to the normal vectors of both planes. The normal vector to P1P_1 is n1=2i^+3j^+2k^\vec{n_1} = 2\hat{i} + 3\hat{j} + 2\hat{k}. The normal vector to P2P_2 is n2=i^2j^+k^\vec{n_2} = \hat{i} - 2\hat{j} + \hat{k}. The direction vector v\vec{v} is given by the cross product of n1\vec{n_1} and n2\vec{n_2}: v=n1×n2=i^j^k^232121\vec{v} = \vec{n_1} \times \vec{n_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & 2 \\ 1 & -2 & 1 \end{vmatrix} v=i^((3)(1)(2)(2))j^((2)(1)(2)(1))+k^((2)(2)(3)(1))\vec{v} = \hat{i}((3)(1) - (2)(-2)) - \hat{j}((2)(1) - (2)(1)) + \hat{k}((2)(-2) - (3)(1)) v=i^(3+4)j^(22)+k^(43)\vec{v} = \hat{i}(3 + 4) - \hat{j}(2 - 2) + \hat{k}(-4 - 3) v=7i^0j^7k^=(7,0,7)\vec{v} = 7\hat{i} - 0\hat{j} - 7\hat{k} = (7, 0, -7) We can use a simpler parallel vector by dividing by 7: v=(1,0,1)\vec{v} = (1, 0, -1).

  • 1.2 Find a Point (AA) on the Line: To find a point on the line of intersection, we can set one variable to zero and solve the system of equations. Let's set z=0z=0: From P1P_1: 2x+3y+2(0)=02x+3y=02x + 3y + 2(0) = 0 \Rightarrow 2x + 3y = 0 (Equation 1) From P2P_2: x2y+(0)=0x2y=0x - 2y + (0) = 0 \Rightarrow x - 2y = 0 (Equation 2) From Equation 2, x=2yx = 2y. Substitute this into Equation 1: 2(2y)+3y=02(2y) + 3y = 0 4y+3y=04y + 3y = 0 7y=0y=07y = 0 \Rightarrow y = 0 Since y=0y=0 and x=2yx=2y, we have x=0x=0. Thus, a point on the line is A(0,0,0)A(0, 0, 0).

    The equation of the line LL can be written as r=(0,0,0)+t(1,0,1)\vec{r} = (0, 0, 0) + t(1, 0, -1), or r=(t,0,t)\vec{r} = (t, 0, -t).

Step 2: Calculate the Distance from Point PP to the Line LL

We use the formula d=AP×vvd = \frac{|\vec{AP} \times \vec{v}|}{|\vec{v}|}. The given point is P(1,2,2)P(-1, 2, -2). The point on the line is A(0,0,0)A(0, 0, 0). The direction vector of the line is v=(1,0,1)\vec{v} = (1, 0, -1).

  • 2.1 Calculate the Vector AP\vec{AP}: AP=PA=(10,20,20)=(1,2,2)\vec{AP} = P - A = (-1 - 0, 2 - 0, -2 - 0) = (-1, 2, -2)

  • 2.2 Calculate the Cross Product AP×v\vec{AP} \times \vec{v}: AP×v=i^j^k^122101\vec{AP} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -1 & 2 & -2 \\ 1 & 0 & -1 \end{vmatrix} =i^((2)(1)(2)(0))j^((1)(1)(2)(1))+k^((1)(0)(2)(1))= \hat{i}((2)(-1) - (-2)(0)) - \hat{j}((-1)(-1) - (-2)(1)) + \hat{k}((-1)(0) - (2)(1)) =i^(20)j^(1+2)+k^(02)= \hat{i}(-2 - 0) - \hat{j}(1 + 2) + \hat{k}(0 - 2) =2i^3j^2k^=(2,3,2)= -2\hat{i} - 3\hat{j} - 2\hat{k} = (-2, -3, -2)

  • 2.3 Calculate the Magnitudes: AP×v=(2)2+(3)2+(2)2=4+9+4=17|\vec{AP} \times \vec{v}| = \sqrt{(-2)^2 + (-3)^2 + (-2)^2} = \sqrt{4 + 9 + 4} = \sqrt{17} v=12+02+(1)2=1+0+1=2|\vec{v}| = \sqrt{1^2 + 0^2 + (-1)^2} = \sqrt{1 + 0 + 1} = \sqrt{2}

  • 2.4 Calculate the Distance dd: d=AP×vv=172d = \frac{|\vec{AP} \times \vec{v}|}{|\vec{v}|} = \frac{\sqrt{17}}{\sqrt{2}} To rationalize the denominator: d=17222=342d = \frac{\sqrt{17} \cdot \sqrt{2}}{\sqrt{2} \cdot \sqrt{2}} = \frac{\sqrt{34}}{2}

3. Common Mistakes & Tips

  • Direction Vector Calculation: A common error is incorrectly calculating the cross product of the normal vectors. Double-check the signs and terms.
  • Point on the Line: Ensure the chosen point actually satisfies both plane equations. Setting one variable to zero is a straightforward way to find such a point, especially when the planes pass through the origin.
  • Distance Formula: Using the correct distance formula is crucial. Be careful with vector operations (dot product vs. cross product) and magnitudes.
  • Alternative Method (Foot of Perpendicular): While the cross product method is often quicker, finding the foot of the perpendicular QQ from PP to LL and then calculating PQPQ is an equally valid approach. If time permits, using both methods can serve as a cross-check. For this problem, it would involve taking a general point Q(t,0,t)Q(t, 0, -t) on the line, forming PQ\vec{PQ}, and setting PQv=0\vec{PQ} \cdot \vec{v} = 0 to find tt. This would lead to t=1/2t = 1/2, giving Q(1/2,0,1/2)Q(1/2, 0, -1/2), and then PQ=(3/2)2+(2)2+(3/2)2=9/4+16/4+9/4=34/4=342PQ = \sqrt{(3/2)^2 + (-2)^2 + (3/2)^2} = \sqrt{9/4 + 16/4 + 9/4} = \sqrt{34/4} = \frac{\sqrt{34}}{2}. This confirms the result.

4. Summary

First, we determined the equation of the line of intersection by finding its direction vector (cross product of normal vectors of the planes) and a point on the line (by setting z=0z=0 in the plane equations). The line passes through the origin (0,0,0)(0,0,0) and has a direction vector (1,0,1)(1,0,-1). Then, we calculated the distance from the given point P(1,2,2)P(-1,2,-2) to this line using the formula d=AP×vvd = \frac{|\vec{AP} \times \vec{v}|}{|\vec{v}|}. The calculations yielded a distance of 342\frac{\sqrt{34}}{2}.

5. Final Answer

The final answer is 342\boxed{\frac{\sqrt{34}}{2}}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions