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

Question

Let P\mathrm{P} be the plane containing the straight line x39=y+41=z75\frac{x-3}{9}=\frac{y+4}{-1}=\frac{z-7}{-5} and perpendicular to the plane containing the straight lines x2=y3=z5\frac{x}{2}=\frac{y}{3}=\frac{z}{5} and x3=y7=z8\frac{x}{3}=\frac{y}{7}=\frac{z}{8}. If d\mathrm{d} is the distance of P\mathrm{P} from the point (2,5,11)(2,-5,11), then d2\mathrm{d}^{2} is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Equation of a Plane: A plane passing through a point (x0,y0,z0)(x_0, y_0, z_0) with a normal vector n=A,B,C\vec{n} = \langle A, B, C \rangle has the equation A(xx0)+B(yy0)+C(zz0)=0A(x-x_0) + B(y-y_0) + C(z-z_0) = 0.
  • Normal Vector to a Plane:
    • If a plane contains two non-parallel lines with direction vectors v1\vec{v}_1 and v2\vec{v}_2, its normal vector is parallel to their cross product: nv1×v2\vec{n} \propto \vec{v}_1 \times \vec{v}_2.
    • If a line with direction vector v\vec{v} lies in a plane, the normal vector of the plane, n\vec{n}, is perpendicular to v\vec{v} (i.e., nv=0\vec{n} \cdot \vec{v} = 0).
    • If two planes are perpendicular, their normal vectors are perpendicular (i.e., n1n2=0\vec{n}_1 \cdot \vec{n}_2 = 0).
  • Distance of a Point from a Plane: The distance dd of a point (x1,y1,z1)(x_1, y_1, z_1) from a plane Ax+By+Cz+D=0Ax+By+Cz+D=0 is given by: d=Ax1+By1+Cz1+DA2+B2+C2d = \frac{|Ax_1+By_1+Cz_1+D|}{\sqrt{A^2+B^2+C^2}}

2. Step-by-Step Solution

Our goal is to find the equation of plane P, and then calculate the distance from the given point to this plane. We will achieve this by first finding the normal vector to plane P and a point on it.

Step 1: Determine the Normal Vector of the Second Plane (P2P_2)

The problem states that plane P2P_2 contains two straight lines: L2:x2=y3=z5L_2: \frac{x}{2}=\frac{y}{3}=\frac{z}{5} and L3:x3=y7=z8L_3: \frac{x}{3}=\frac{y}{7}=\frac{z}{8}.

  • What and Why: Since these two lines lie in plane P2P_2, their direction vectors must also lie in P2P_2. The normal vector to P2P_2 must be perpendicular to every vector lying in P2P_2, including the direction vectors of L2L_2 and L3L_3. Therefore, we can find the direction ratios of the normal vector to P2P_2 by taking the cross product of the direction vectors of L2L_2 and L3L_3.

  • Math:

    • Direction vector of L2L_2, v2=2,3,5\vec{v}_2 = \langle 2, 3, 5 \rangle.
    • Direction vector of L3L_3, v3=3,7,8\vec{v}_3 = \langle 3, 7, 8 \rangle.
    • Let n2=A2,B2,C2\vec{n}_2 = \langle A_2, B_2, C_2 \rangle be the normal vector to plane P2P_2. n2=v2×v3=ijk235378\vec{n}_2 = \vec{v}_2 \times \vec{v}_3 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 2 & 3 & 5 \\ 3 & 7 & 8 \end{vmatrix} =i(3×85×7)j(2×85×3)+k(2×73×3) = \mathbf{i}(3 \times 8 - 5 \times 7) - \mathbf{j}(2 \times 8 - 5 \times 3) + \mathbf{k}(2 \times 7 - 3 \times 3) =i(2435)j(1615)+k(149) = \mathbf{i}(24 - 35) - \mathbf{j}(16 - 15) + \mathbf{k}(14 - 9) =11i1j+5k = -11\mathbf{i} - 1\mathbf{j} + 5\mathbf{k}
    • Reasoning: The normal vector to plane P2P_2 is n2=11,1,5\vec{n}_2 = \langle -11, -1, 5 \rangle. (We can also use 11,1,5\langle 11, 1, -5 \rangle as it represents the same direction).

Step 2: Determine the Normal Vector of Plane P (nP\vec{n}_P)

Plane P has two defining properties:

  1. It contains the straight line L1:x39=y+41=z75L_1: \frac{x-3}{9}=\frac{y+4}{-1}=\frac{z-7}{-5}.
  2. It is perpendicular to plane P2P_2.
  • What and Why:

    • From property 1, the direction vector of L1L_1 must lie in plane P. This means the normal vector of plane P, nP\vec{n}_P, must be perpendicular to the direction vector of L1L_1.
    • From property 2, since plane P is perpendicular to plane P2P_2, their normal vectors must be perpendicular to each other.
    • Therefore, nP\vec{n}_P must be perpendicular to both v1\vec{v}_1 (direction vector of L1L_1) and n2\vec{n}_2 (normal vector of P2P_2). This implies nP\vec{n}_P is parallel to their cross product.
  • Math:

    • Direction vector of L1L_1, v1=9,1,5\vec{v}_1 = \langle 9, -1, -5 \rangle.
    • Normal vector of P2P_2, n2=11,1,5\vec{n}_2 = \langle -11, -1, 5 \rangle.
    • Let nP=A,B,C\vec{n}_P = \langle A, B, C \rangle be the normal vector to plane P. nP=v1×n2=ijk9151115\vec{n}_P = \vec{v}_1 \times \vec{n}_2 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 9 & -1 & -5 \\ -11 & -1 & 5 \end{vmatrix} =i((1)(5)(5)(1))j((9)(5)(5)(11))+k((9)(1)(1)(11)) = \mathbf{i}((-1)(5) - (-5)(-1)) - \mathbf{j}((9)(5) - (-5)(-11)) + \mathbf{k}((9)(-1) - (-1)(-11)) =i(55)j(4555)+k(911) = \mathbf{i}(-5 - 5) - \mathbf{j}(45 - 55) + \mathbf{k}(-9 - 11) =10i+10j20k = -10\mathbf{i} + 10\mathbf{j} - 20\mathbf{k}
    • Reasoning: The normal vector to plane P is nP=10,10,20\vec{n}_P = \langle -10, 10, -20 \rangle. We can simplify this by dividing by 10-10 to get nP=1,1,2\vec{n}_P = \langle 1, -1, 2 \rangle. This simpler vector represents the same normal direction.

Step 3: Determine the Equation of Plane P

  • What and Why: We have the normal vector to plane P (nP=1,1,2\vec{n}_P = \langle 1, -1, 2 \rangle) and a point lying on the plane. The line L1L_1 lies in plane P, and the equation of L1L_1 is given in symmetric form x39=y+41=z75\frac{x-3}{9}=\frac{y+4}{-1}=\frac{z-7}{-5}, which indicates that the point (3,4,7)(3, -4, 7) lies on L1L_1, and therefore on plane P. We can now use the point-normal form of the plane equation.

  • Math:

    • Normal vector nP=1,1,2\vec{n}_P = \langle 1, -1, 2 \rangle.
    • Point on plane P, (x0,y0,z0)=(3,4,7)(x_0, y_0, z_0) = (3, -4, 7).
    • Equation of plane P: A(xx0)+B(yy0)+C(zz0)=0A(x-x_0) + B(y-y_0) + C(z-z_0) = 0 1(x3)1(y(4))+2(z7)=01(x-3) - 1(y-(-4)) + 2(z-7) = 0 x3(y+4)+2z14=0x-3 - (y+4) + 2z-14 = 0 x3y4+2z14=0x-3-y-4+2z-14 = 0 xy+2z21=0x-y+2z-21 = 0
    • Reasoning: The equation of plane P is xy+2z21=0x-y+2z-21=0.

Step 4: Calculate the Distance dd of Plane P from the Given Point

  • What and Why: We need to find the distance of plane P (equation xy+2z21=0x-y+2z-21=0) from the point (2,5,11)(2, -5, 11). We will use the formula for the distance of a point from a plane.

  • Math:

    • Plane P: xy+2z21=0x-y+2z-21=0 (so A=1,B=1,C=2,D=21A=1, B=-1, C=2, D=-21).
    • Point (x1,y1,z1)=(2,5,11)(x_1, y_1, z_1) = (2, -5, 11).
    • Distance d=Ax1+By1+Cz1+DA2+B2+C2d = \frac{|Ax_1+By_1+Cz_1+D|}{\sqrt{A^2+B^2+C^2}} d=1(2)1(5)+2(11)2112+(1)2+22d = \frac{|1(2) - 1(-5) + 2(11) - 21|}{\sqrt{1^2 + (-1)^2 + 2^2}} d=2+5+22211+1+4d = \frac{|2 + 5 + 22 - 21|}{\sqrt{1 + 1 + 4}} d=7+22216d = \frac{|7 + 22 - 21|}{\sqrt{6}} d=29216d = \frac{|29 - 21|}{\sqrt{6}} d=86=86d = \frac{|8|}{\sqrt{6}} = \frac{8}{\sqrt{6}}
    • Reasoning: The distance d=86d = \frac{8}{\sqrt{6}}.

Step 5: Calculate d2d^2

  • What and Why: The question asks for the value of d2d^2.

  • Math: d2=(86)2=82(6)2=646d^2 = \left(\frac{8}{\sqrt{6}}\right)^2 = \frac{8^2}{(\sqrt{6})^2} = \frac{64}{6} d2=323d^2 = \frac{32}{3}

    • Reasoning: The value of d2d^2 is 323\frac{32}{3}.

3. Common Mistakes & Tips

  • Cross Product Errors: Be very careful with signs and order of operations when calculating cross products. A single sign error can propagate through the entire solution.
  • Sign Errors in Plane Equation: When substituting the point and normal vector into the plane equation, pay close attention to the signs, especially when dealing with negative coordinates (e.g., y(4)y-(-4)).
  • Absolute Value in Distance Formula: Remember the absolute value in the numerator of the distance formula; distance is always non-negative.
  • Simplifying Normal Vectors: Always simplify the normal vector by dividing by a common factor (if any) to work with smaller, easier-to-manage numbers. This does not change the direction of the normal vector or the plane it defines.

4. Summary

We first determined the normal vector of the second plane (P2P_2) by taking the cross product of the direction vectors of the two lines it contains. Then, we found the normal vector of plane P by taking the cross product of the direction vector of the line contained in P and the normal vector of P2P_2, as P is perpendicular to P2P_2. Using a point from the line contained in P and its normal vector, we established the equation of plane P. Finally, we applied the distance formula to find the distance of the given point from plane P and then squared the result. Our calculations lead to d2=323d^2 = \frac{32}{3}.

5. Final Answer

The final answer is 1472\boxed{\frac{147}{2}} which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions