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

Question

Let a plane P pass through the point (3, 7, -7) and contain the line, x23=y32=z+21{{x - 2} \over { - 3}} = {{y - 3} \over 2} = {{z + 2} \over 1}. If distance of the plane P from the origin is d, then d 2 is equal to ______________.

Answer: 4

Solution

Key Concepts and Formulas

  • Equation of a Plane: A plane can be defined by a point (x0,y0,z0)(x_0, y_0, z_0) lying on it and a vector n=A,B,C\vec{n} = \langle A, B, C \rangle perpendicular to it (called the normal vector). The equation of the plane is given by A(xx0)+B(yy0)+C(zz0)=0A(x-x_0) + B(y-y_0) + C(z-z_0) = 0, which can be expanded to the general form Ax+By+Cz+D=0Ax+By+Cz+D=0.
  • Normal Vector from Two Vectors in the Plane: If two non-parallel vectors u\vec{u} and v\vec{v} lie in a plane, their cross product u×v\vec{u} \times \vec{v} yields a vector perpendicular to both, which serves as a normal vector n\vec{n} to the plane.
  • Distance of a Plane from the Origin: The perpendicular distance dd of a plane Ax+By+Cz+D=0Ax+By+Cz+D=0 from the origin (0,0,0)(0,0,0) is given by the formula: d=A(0)+B(0)+C(0)+DA2+B2+C2=DA2+B2+C2d = \frac{|A(0) + B(0) + C(0) + D|}{\sqrt{A^2+B^2+C^2}} = \frac{|D|}{\sqrt{A^2+B^2+C^2}}

Step-by-Step Solution

Step 1: Identify Points and Vectors Lying within the Plane

  • What we are doing: To find the equation of a plane, we need a point on the plane and its normal vector. To find the normal vector, we typically need two non-parallel vectors that lie within the plane.
  • Reasoning: The problem states that plane P passes through a specific point and contains a given line. These pieces of information allow us to extract the necessary points and vectors.
  • We are given a point A(3,7,7)A(3, 7, -7) that lies on the plane P.
  • The given line is L:x23=y32=z+21L: \frac{x - 2}{-3} = \frac{y - 3}{2} = \frac{z + 2}{1}.
    • From the line equation, we can identify a point on the line: B(2,3,2)B(2, 3, -2). Since the line lies in plane P, point BB also lies in plane P.
    • The direction ratios of the line are 3,2,1\langle -3, 2, 1 \rangle. Thus, the direction vector of line LL is v=3,2,1\vec{v} = \langle -3, 2, 1 \rangle. This vector lies entirely within plane P.
  • Now we have two points on the plane, A(3,7,7)A(3, 7, -7) and B(2,3,2)B(2, 3, -2). We can form a vector connecting these two points, which also lies in the plane: AB=BA=23,37,2(7)=1,4,5\vec{AB} = B - A = \langle 2-3, 3-7, -2-(-7) \rangle = \langle -1, -4, 5 \rangle We now have two vectors lying in the plane: v=3,2,1\vec{v} = \langle -3, 2, 1 \rangle and AB=1,4,5\vec{AB} = \langle -1, -4, 5 \rangle.

Step 2: Determine the Normal Vector to the Plane

  • What we are doing: The normal vector n\vec{n} is perpendicular to the plane. We can find it by taking the cross product of any two non-parallel vectors that lie in the plane.
  • Reasoning: The cross product of two vectors results in a vector that is orthogonal to both input vectors. Since v\vec{v} and AB\vec{AB} are in the plane, their cross product will be perpendicular to the plane, thus serving as our normal vector.
  • Let's calculate the cross product of v\vec{v} and AB\vec{AB}: n=v×AB=ijk321145\vec{n} = \vec{v} \times \vec{AB} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ -3 & 2 & 1 \\ -1 & -4 & 5 \end{vmatrix} n=i((2)(5)(1)(4))j((3)(5)(1)(1))+k((3)(4)(2)(1))\vec{n} = \mathbf{i}((2)(5) - (1)(-4)) - \mathbf{j}((-3)(5) - (1)(-1)) + \mathbf{k}((-3)(-4) - (2)(-1)) n=i(10+4)j(15+1)+k(12+2)\vec{n} = \mathbf{i}(10 + 4) - \mathbf{j}(-15 + 1) + \mathbf{k}(12 + 2) n=14i(14)j+14k\vec{n} = 14\mathbf{i} - (-14)\mathbf{j} + 14\mathbf{k} n=14i+14j+14k\vec{n} = 14\mathbf{i} + 14\mathbf{j} + 14\mathbf{k}
  • The direction ratios of the normal vector are 14,14,14\langle 14, 14, 14 \rangle. For simplicity, we can use any non-zero scalar multiple of this vector. Dividing by 14, we choose n=1,1,1\vec{n}' = \langle 1, 1, 1 \rangle as our simplified normal vector.

Step 3: Formulate the Equation of the Plane P

  • What we are doing: We use the point-normal form of the plane equation to get the algebraic representation of plane P.
  • Reasoning: We have a point on the plane (e.g., A(3,7,7)A(3, 7, -7)) and the normal vector n=1,1,1\vec{n}' = \langle 1, 1, 1 \rangle. These are the two essential components for the plane equation.
  • Substitute the point A(x0,y0,z0)=(3,7,7)A(x_0, y_0, z_0) = (3, 7, -7) and the normal vector n=A,B,C=1,1,1\vec{n}' = \langle A, B, C \rangle = \langle 1, 1, 1 \rangle into the point-normal form: 1(x3)+1(y7)+1(z(7))=01(x - 3) + 1(y - 7) + 1(z - (-7)) = 0 x3+y7+z+7=0x - 3 + y - 7 + z + 7 = 0 x+y+z3=0x + y + z - 3 = 0
  • So, the equation of plane P is x+y+z3=0x + y + z - 3 = 0.

Step 4: Calculate the Distance of the Plane P from the Origin

  • What we are doing: We apply the formula for the distance of a plane from the origin.
  • Reasoning: The problem explicitly asks for this distance, dd.
  • From our plane equation x+y+z3=0x + y + z - 3 = 0, we identify the coefficients A=1,B=1,C=1,A=1, B=1, C=1, and D=3D=-3.
  • Substitute these values into the distance formula: d=DA2+B2+C2=312+12+12d = \frac{|D|}{\sqrt{A^2+B^2+C^2}} = \frac{|-3|}{\sqrt{1^2 + 1^2 + 1^2}} d=31+1+1d = \frac{3}{\sqrt{1 + 1 + 1}} d=33d = \frac{3}{\sqrt{3}} d=3d = \sqrt{3}

Step 5: Calculate d2d^2

  • What we are doing: The question specifically asks for the value of d2d^2.
  • Reasoning: This is the final calculation required by the problem.
  • We found d=3d = \sqrt{3}.
  • Therefore, d2=(3)2=3d^2 = (\sqrt{3})^2 = 3.

Common Mistakes & Tips

  • Vector Order in Cross Product: While u×v\vec{u} \times \vec{v} gives a normal vector, v×u\vec{v} \times \vec{u} gives a normal vector in the opposite direction. Both are valid normal vectors for the same plane, as they only change the sign of the plane equation (Ax+By+Cz+D=0Ax+By+Cz+D=0 vs. AxByCzD=0-Ax-By-Cz-D=0), representing the identical plane.
  • Simplifying Normal Vector: Always simplify the direction ratios of the normal vector by dividing by their greatest common divisor. This makes subsequent calculations (like the plane equation and distance formula) much easier.
  • Careful with Signs: Pay close attention to negative signs, especially when calculating determinants for the cross product and when plugging values into the plane equation and distance formula.
  • Alternative Method (Determinant Form): The equation of a plane containing a line xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n} and passing through a point (x2,y2,z2)(x_2, y_2, z_2) can be found directly using a determinant: xx1yy1zz1lmnx2x1y2y1z2z1=0\begin{vmatrix} x-x_1 & y-y_1 & z-z_1 \\ l & m & n \\ x_2-x_1 & y_2-y_1 & z_2-z_1 \end{vmatrix} = 0 This method combines Steps 1, 2, and 3 into a single calculation. Using this method for the given problem also yields x+y+z3=0x+y+z-3=0.

Summary

To find the distance of plane P from the origin, we first determined two vectors lying within the plane: the direction vector of the given line and a vector connecting the given point to a point on the line. Their cross product gave us the normal vector 1,1,1\langle 1, 1, 1 \rangle. Using this normal vector and one of the points on the plane, we formulated the equation of the plane as x+y+z3=0x+y+z-3=0. Finally, we applied the distance formula from the origin to this plane, which resulted in d=3d = \sqrt{3}. Squaring this value, we found d2=3d^2 = 3.

The final answer is 3\boxed{3}.

Practice More 3D Geometry Questions

View All Questions