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

Question

A plane passes through the points A(1, 2, 3), B(2, 3, 1) and C(2, 4, 2). If O is the origin and P is (2, -1, 1), then the projection of OP\overrightarrow {OP} on this plane is of length :

Options

Solution

Key Concepts and Formulas

  1. Normal Vector to a Plane: A plane passing through three non-collinear points A,B,CA, B, C has a normal vector n\vec{n} that is perpendicular to any two non-parallel vectors lying in the plane. A common way to find n\vec{n} is by taking the cross product of two such vectors, for instance, n=AB×AC\vec{n} = \overrightarrow{AB} \times \overrightarrow{AC}.
  2. Magnitude of a Vector: For a vector v=xi+yj+zk\vec{v} = x\mathbf{i} + y\mathbf{j} + z\mathbf{k}, its magnitude is v=x2+y2+z2|\vec{v}| = \sqrt{x^2 + y^2 + z^2}.
  3. Dot Product of Vectors: For two vectors a=a1i+a2j+a3k\vec{a} = a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k} and b=b1i+b2j+b3k\vec{b} = b_1\mathbf{i} + b_2\mathbf{j} + b_3\mathbf{k}, their dot product is ab=a1b1+a2b2+a3b3\vec{a} \cdot \vec{b} = a_1b_1 + a_2b_2 + a_3b_3.
  4. Projection of a Vector onto a Plane: The length of the projection of a vector v\vec{v} onto a plane with normal vector n\vec{n} can be found using the Pythagorean theorem. If LplaneL_{\text{plane}} is the length of the projection onto the plane and LnL_n is the length of the scalar projection of v\vec{v} onto the normal vector n\vec{n}, then:
    • Ln=vnnL_n = \frac{|\vec{v} \cdot \vec{n}|}{|\vec{n}|} (This is the component of v\vec{v} perpendicular to the plane).
    • Lplane=v2Ln2L_{\text{plane}} = \sqrt{|\vec{v}|^2 - L_n^2} (This is derived from a right triangle where v|\vec{v}| is the hypotenuse, LnL_n is one leg, and LplaneL_{\text{plane}} is the other leg).

Step-by-Step Solution

Step 1: Determine the Normal Vector to the Plane

To find the normal vector n\vec{n} of the plane, we first need two vectors lying within the plane. We can form these vectors using the given points A(1, 2, 3), B(2, 3, 1), and C(2, 4, 2).

  • Calculate AB\overrightarrow{AB}: This vector goes from point A to point B. AB=BA=(21)i+(32)j+(13)k=i+j2k\overrightarrow{AB} = B - A = (2-1)\mathbf{i} + (3-2)\mathbf{j} + (1-3)\mathbf{k} = \mathbf{i} + \mathbf{j} - 2\mathbf{k}
  • Calculate AC\overrightarrow{AC}: This vector goes from point A to point C. AC=CA=(21)i+(42)j+(23)k=i+2jk\overrightarrow{AC} = C - A = (2-1)\mathbf{i} + (4-2)\mathbf{j} + (2-3)\mathbf{k} = \mathbf{i} + 2\mathbf{j} - \mathbf{k}
  • Calculate the normal vector n\vec{n}: The normal vector is perpendicular to both AB\overrightarrow{AB} and AC\overrightarrow{AC}, so we find it using their cross product. n=AB×AC=ijk112121\vec{n} = \overrightarrow{AB} \times \overrightarrow{AC} = \left| {\begin{matrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 1 & 1 & -2 \\ 1 & 2 & -1 \end{matrix}} \right| Expanding the determinant: n=i((1)(1)(2)(2))j((1)(1)(2)(1))+k((1)(2)(1)(1))\vec{n} = \mathbf{i}((1)(-1) - (-2)(2)) - \mathbf{j}((1)(-1) - (-2)(1)) + \mathbf{k}((1)(2) - (1)(1)) n=i(1+4)j(1+2)+k(21)\vec{n} = \mathbf{i}(-1 + 4) - \mathbf{j}(-1 + 2) + \mathbf{k}(2 - 1) n=3ij+k\vec{n} = 3\mathbf{i} - \mathbf{j} + \mathbf{k}
  • Calculate the magnitude of the normal vector n|\vec{n}|: This will be needed for the projection formula. n=32+(1)2+12=9+1+1=11|\vec{n}| = \sqrt{3^2 + (-1)^2 + 1^2} = \sqrt{9 + 1 + 1} = \sqrt{11}

Step 2: Identify the Vector to be Projected

The question asks for the projection of OP\overrightarrow{OP} on the plane. Given O is the origin (0, 0, 0) and P is (2, -1, 1).

  • Calculate OP\overrightarrow{OP}: OP=PO=(20)i+(10)j+(10)k=2ij+k\overrightarrow{OP} = P - O = (2-0)\mathbf{i} + (-1-0)\mathbf{j} + (1-0)\mathbf{k} = 2\mathbf{i} - \mathbf{j} + \mathbf{k}
  • Calculate the magnitude of OP\overrightarrow{OP}: This is the length of the vector itself, which is the hypotenuse in our projection triangle. OP=22+(1)2+12=4+1+1=6|\overrightarrow{OP}| = \sqrt{2^2 + (-1)^2 + 1^2} = \sqrt{4 + 1 + 1} = \sqrt{6}

Step 3: Calculate the Length of the Projection onto the Plane

We will use the formula Lplane=OP2Ln2L_{\text{plane}} = \sqrt{|\overrightarrow{OP}|^2 - L_n^2}, where Ln=OPnnL_n = \frac{|\overrightarrow{OP} \cdot \vec{n}|}{|\vec{n}|}.

  • Calculate the dot product OPn\overrightarrow{OP} \cdot \vec{n}: This product helps determine the component of OP\overrightarrow{OP} along the normal vector. OPn=(2ij+k)(3ij+k)\overrightarrow{OP} \cdot \vec{n} = (2\mathbf{i} - \mathbf{j} + \mathbf{k}) \cdot (3\mathbf{i} - \mathbf{j} + \mathbf{k}) OPn=(2)(3)+(1)(1)+(1)(1)=6+1+1=8\overrightarrow{OP} \cdot \vec{n} = (2)(3) + (-1)(-1) + (1)(1) = 6 + 1 + 1 = 8
  • Calculate the scalar projection LnL_n of OP\overrightarrow{OP} onto n\vec{n}: This is the length of the component of OP\overrightarrow{OP} that is perpendicular to the plane. Ln=OPnn=811=811L_n = \frac{|\overrightarrow{OP} \cdot \vec{n}|}{|\vec{n}|} = \frac{|8|}{\sqrt{11}} = \frac{8}{\sqrt{11}}
  • Calculate the length of the projection onto the plane LplaneL_{\text{plane}}: Now we apply the Pythagorean theorem. Lplane=OP2Ln2L_{\text{plane}} = \sqrt{|\overrightarrow{OP}|^2 - L_n^2} Substitute the calculated values: Lplane=(6)2(811)2L_{\text{plane}} = \sqrt{(\sqrt{6})^2 - \left(\frac{8}{\sqrt{11}}\right)^2} Lplane=66411L_{\text{plane}} = \sqrt{6 - \frac{64}{11}} To simplify, find a common denominator: Lplane=6×11116411=666411L_{\text{plane}} = \sqrt{\frac{6 \times 11}{11} - \frac{64}{11}} = \sqrt{\frac{66 - 64}{11}} Lplane=211L_{\text{plane}} = \sqrt{\frac{2}{11}}

Common Mistakes & Tips

  • Cross Product Accuracy: Be extremely careful with signs and calculations when computing the cross product. A single error here will lead to an incorrect normal vector and subsequently, an incorrect final answer.
  • Geometric Understanding: Always visualize the problem. The projection of a vector onto a plane forms a right-angled triangle with the original vector as the hypotenuse and the scalar projection onto the normal as one leg. This intuition helps in correctly applying the Pythagorean theorem.
  • Magnitude vs. Scalar Projection: Distinguish between the magnitude of the vector v|\vec{v}| and its scalar projection onto the normal vector LnL_n. These are distinct quantities crucial for the formula.

Summary

To find the length of the projection of OP\overrightarrow{OP} onto the plane, we first determined the normal vector to the plane by taking the cross product of two vectors lying within it (AB\overrightarrow{AB} and AC\overrightarrow{AC}). Then, we calculated the magnitude of the vector OP\overrightarrow{OP} and the magnitude of the normal vector. Using these values, along with the dot product OPn\overrightarrow{OP} \cdot \vec{n}, we found the scalar projection of OP\overrightarrow{OP} onto the normal. Finally, applying the Pythagorean theorem, which relates the original vector, its component perpendicular to the plane, and its component parallel to the plane, we calculated the required projection length.

The final answer is 211\boxed{\sqrt{\frac{2}{11}}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions
A plane passes through the points A(1, 2, 3), B(2, 3, 1) and... | JEE Main 2023 3D Geometry | JEE Main - Mathematicon