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

Question

Let the foot of perpendicular of the point P(3,2,9)P(3,-2,-9) on the plane passing through the points (1,2,3),(9,3,4),(9,2,1)(-1,-2,-3),(9,3,4),(9,-2,1) be Q(α,β,γ)Q(\alpha, \beta, \gamma). Then the distance of QQ from the origin is :

Options

Solution

This problem requires a systematic approach involving three main steps in 3D Geometry: first, determining the equation of the plane from three given points; second, finding the coordinates of the foot of the perpendicular from a given point to this plane; and finally, calculating the distance of this foot from the origin.

1. Key Concepts and Formulas

  • Equation of a Plane through Three Non-Collinear Points: Given three non-collinear points A(x1,y1,z1)A(x_1, y_1, z_1), B(x2,y2,z2)B(x_2, y_2, z_2), and C(x3,y3,z3)C(x_3, y_3, z_3), the equation of the plane can be found using the determinant form: xx1yy1zz1x2x1y2y1z2z1x3x1y3y1z3z1=0\left|\begin{array}{ccc} x-x_1 & y-y_1 & z-z_1 \\ x_2-x_1 & y_2-y_1 & z_2-z_1 \\ x_3-x_1 & y_3-y_1 & z_3-z_1 \end{array}\right| = 0 Alternatively, one can find two vectors lying in the plane (e.g., AB\vec{AB} and AC\vec{AC}), compute their cross product to get the normal vector n=(a,b,c)\vec{n} = (a,b,c), and then use the point-normal form a(xx1)+b(yy1)+c(zz1)=0a(x-x_1) + b(y-y_1) + c(z-z_1) = 0.

  • Foot of the Perpendicular from a Point to a Plane: To find the foot of the perpendicular Q(α,β,γ)Q(\alpha, \beta, \gamma) from a point P(x0,y0,z0)P(x_0, y_0, z_0) to a plane Ax+By+Cz+D=0Ax+By+Cz+D=0:

    1. The line PQPQ is perpendicular to the plane, so its direction ratios are (A,B,C)(A,B,C), which are the components of the normal vector.
    2. Write the parametric equation of the line PQPQ: xx0A=yy0B=zz0C=λ\frac{x-x_0}{A} = \frac{y-y_0}{B} = \frac{z-z_0}{C} = \lambda.
    3. Express any point on the line PQPQ in terms of λ\lambda: (Aλ+x0,Bλ+y0,Cλ+z0)(A\lambda+x_0, B\lambda+y_0, C\lambda+z_0).
    4. Since QQ lies on the plane, substitute its parametric coordinates into the plane equation and solve for λ\lambda.
    5. Substitute the value of λ\lambda back into the parametric coordinates to find QQ.
  • Distance Formula in 3D: The distance between a point Q(α,β,γ)Q(\alpha, \beta, \gamma) and the origin O(0,0,0)O(0,0,0) is given by OQ=α2+β2+γ2OQ = \sqrt{\alpha^2 + \beta^2 + \gamma^2}.

2. Step-by-Step Solution

Step 1: Determine the Equation of the Plane

  • What we're doing: Finding the algebraic equation that defines the plane.
  • Why we're doing it: The foot of the perpendicular is defined relative to this plane, so its equation is fundamental to the problem.

The plane passes through the points A(1,2,3)A(-1, -2, -3), B(9,3,4)B(9, 3, 4), and C(9,2,1)C(9, -2, 1). First, we find two vectors lying in the plane: AB=(9(1),3(2),4(3))=(10,5,7)\vec{AB} = (9 - (-1), 3 - (-2), 4 - (-3)) = (10, 5, 7) AC=(9(1),2(2),1(3))=(10,0,4)\vec{AC} = (9 - (-1), -2 - (-2), 1 - (-3)) = (10, 0, 4)

Now, we find the normal vector to the plane by taking the cross product of AB\vec{AB} and AC\vec{AC}: n=AB×AC=ijk10571004\vec{n} = \vec{AB} \times \vec{AC} = \left|\begin{array}{ccc} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 10 & 5 & 7 \\ 10 & 0 & 4 \end{array}\right| n=i(5470)j(104710)+k(100510)\vec{n} = \mathbf{i}(5 \cdot 4 - 7 \cdot 0) - \mathbf{j}(10 \cdot 4 - 7 \cdot 10) + \mathbf{k}(10 \cdot 0 - 5 \cdot 10) n=i(200)j(4070)+k(050)\vec{n} = \mathbf{i}(20 - 0) - \mathbf{j}(40 - 70) + \mathbf{k}(0 - 50) n=20i+30j50k\vec{n} = 20\mathbf{i} + 30\mathbf{j} - 50\mathbf{k} The normal vector is (20,30,50)(20, 30, -50), which can be simplified by dividing by 10 to (2,3,5)(2, 3, -5).

Using the point-normal form a(xx1)+b(yy1)+c(zz1)=0a(x-x_1) + b(y-y_1) + c(z-z_1) = 0 with point A(1,2,3)A(-1, -2, -3) and normal vector (2,3,5)(2, 3, -5): 2(x(1))+3(y(2))5(z(3))=02(x - (-1)) + 3(y - (-2)) - 5(z - (-3)) = 0 2(x+1)+3(y+2)5(z+3)=02(x+1) + 3(y+2) - 5(z+3) = 0 2x+2+3y+65z15=02x + 2 + 3y + 6 - 5z - 15 = 0 2x+3y5z7=02x + 3y - 5z - 7 = 0

This is the equation of the plane.

Step 2: Find the Coordinates of the Foot of the Perpendicular Q(α,β,γ)Q(\alpha, \beta, \gamma)

  • What we're doing: Determining the exact coordinates of point QQ.
  • Why we're doing it: Point QQ is the specific point whose distance from the origin we need to find.

We need to find the foot of the perpendicular QQ from point P(3,2,9)P(3, -2, -9) to the plane 2x+3y5z7=02x + 3y - 5z - 7 = 0. The normal vector to the plane is n=(2,3,5)\vec{n} = (2, 3, -5). The line PQPQ is perpendicular to the plane, so its direction ratios are (2,3,5)(2, 3, -5).

The parametric equation of the line PQPQ passing through P(3,2,9)P(3, -2, -9) is: x32=y(2)3=z(9)5=λ\frac{x-3}{2} = \frac{y-(-2)}{3} = \frac{z-(-9)}{-5} = \lambda x32=y+23=z+95=λ\frac{x-3}{2} = \frac{y+2}{3} = \frac{z+9}{-5} = \lambda

Any point QQ on this line can be expressed in terms of λ\lambda: Q(α,β,γ)=(2λ+3,3λ2,5λ9)Q(\alpha, \beta, \gamma) = (2\lambda+3, 3\lambda-2, -5\lambda-9).

Since QQ lies on the plane, its coordinates must satisfy the plane's equation: 2(2λ+3)+3(3λ2)5(5λ9)7=02(2\lambda+3) + 3(3\lambda-2) - 5(-5\lambda-9) - 7 = 0

Now, solve for λ\lambda: 4λ+6+9λ6+25λ+457=04\lambda + 6 + 9\lambda - 6 + 25\lambda + 45 - 7 = 0 Combine λ\lambda terms and constant terms: (4+9+25)λ+(66+457)=0(4+9+25)\lambda + (6-6+45-7) = 0 38λ+38=038\lambda + 38 = 0 38λ=3838\lambda = -38 λ=1\lambda = -1

Substitute λ=1\lambda = -1 back into the coordinates of QQ: α=2(1)+3=2+3=1\alpha = 2(-1) + 3 = -2 + 3 = 1 β=3(1)2=32=5\beta = 3(-1) - 2 = -3 - 2 = -5 γ=5(1)9=59=4\gamma = -5(-1) - 9 = 5 - 9 = -4

So, the foot of the perpendicular is Q(1,5,4)Q(1, -5, -4).

Step 3: Calculate the Distance of QQ from the Origin

  • What we're doing: Finding the distance from QQ to the origin.
  • Why we're doing it: This is the final requirement of the problem statement.

We have found Q(1,5,4)Q(1, -5, -4). We need its distance from the origin O(0,0,0)O(0,0,0). Using the 3D distance formula: OQ=(10)2+(50)2+(40)2OQ = \sqrt{(1-0)^2 + (-5-0)^2 + (-4-0)^2} OQ=12+(5)2+(4)2OQ = \sqrt{1^2 + (-5)^2 + (-4)^2} OQ=1+25+16OQ = \sqrt{1 + 25 + 16} OQ=42OQ = \sqrt{42}

3. Common Mistakes & Tips

  • Sign Errors: Be extremely careful with negative signs when subtracting coordinates, expanding determinants, or substituting values. A single sign error can propagate through the entire problem.
  • Arithmetic Precision: Double-check all arithmetic, especially when combining terms or solving for λ\lambda. Simplifying the plane equation by dividing by a common factor can help reduce large numbers and potential errors.
  • Verification: After finding QQ, you can quickly verify if it lies on the plane by substituting its coordinates into the plane equation. For Q(1,5,4)Q(1,-5,-4): 2(1)+3(5)5(4)7=215+207=02(1) + 3(-5) - 5(-4) - 7 = 2 - 15 + 20 - 7 = 0. This confirms QQ is on the plane.

4. Summary

We first found the equation of the plane passing through the three given points to be 2x+3y5z7=02x + 3y - 5z - 7 = 0. Next, we determined the coordinates of the foot of the perpendicular QQ from point P(3,2,9)P(3, -2, -9) to this plane by setting up the parametric equation of the line PQPQ and finding its intersection with the plane, which gave Q(1,5,4)Q(1, -5, -4). Finally, we calculated the distance of QQ from the origin, which is 42\sqrt{42}.

Based on the provided options and the derived answer, there seems to be a discrepancy. The mathematically derived answer from the given problem statement is 42\sqrt{42}, which corresponds to option (C). However, the stated Correct Answer is (A) 38\sqrt{38}. Since the instructions require the derivation to arrive at the provided correct answer, and a rigorous derivation leads to 42\sqrt{42}, there might be a typo in the question's parameters or the given correct answer. Assuming the problem intends to lead to option (A), this solution presents the mathematically correct steps for the given problem.

The final answer is 42\boxed{\sqrt{42}} which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions