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 on this plane is of length :
Options
Solution
Key Concepts and Formulas
Normal Vector to a Plane: A plane passing through three non-collinear points A,B,C has a normal vector n that is perpendicular to any two non-parallel vectors lying in the plane. A common way to find n is by taking the cross product of two such vectors, for instance, n=AB×AC.
Magnitude of a Vector: For a vector v=xi+yj+zk, its magnitude is ∣v∣=x2+y2+z2.
Dot Product of Vectors: For two vectors a=a1i+a2j+a3k and b=b1i+b2j+b3k, their dot product is a⋅b=a1b1+a2b2+a3b3.
Projection of a Vector onto a Plane: The length of the projection of a vector v onto a plane with normal vector n can be found using the Pythagorean theorem. If Lplane is the length of the projection onto the plane and Ln is the length of the scalar projection of v onto the normal vector n, then:
Ln=∣n∣∣v⋅n∣ (This is the component of v perpendicular to the plane).
Lplane=∣v∣2−Ln2 (This is derived from a right triangle where ∣v∣ is the hypotenuse, Ln is one leg, and Lplane is the other leg).
Step-by-Step Solution
Step 1: Determine the Normal Vector to the Plane
To find the normal vector 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: This vector goes from point A to point B.
AB=B−A=(2−1)i+(3−2)j+(1−3)k=i+j−2k
Calculate AC: This vector goes from point A to point C.
AC=C−A=(2−1)i+(4−2)j+(2−3)k=i+2j−k
Calculate the normal vector n: The normal vector is perpendicular to both AB and AC, so we find it using their cross product.
n=AB×AC=i11j12k−2−1
Expanding the determinant:
n=i((1)(−1)−(−2)(2))−j((1)(−1)−(−2)(1))+k((1)(2)−(1)(1))n=i(−1+4)−j(−1+2)+k(2−1)n=3i−j+k
Calculate the magnitude of the normal vector ∣n∣: This will be needed for the projection formula.
∣n∣=32+(−1)2+12=9+1+1=11
Step 2: Identify the Vector to be Projected
The question asks for the projection of OP on the plane. Given O is the origin (0, 0, 0) and P is (2, -1, 1).
Calculate OP:OP=P−O=(2−0)i+(−1−0)j+(1−0)k=2i−j+k
Calculate the magnitude of 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
Step 3: Calculate the Length of the Projection onto the Plane
We will use the formula Lplane=∣OP∣2−Ln2, where Ln=∣n∣∣OP⋅n∣.
Calculate the dot product OP⋅n: This product helps determine the component of OP along the normal vector.
OP⋅n=(2i−j+k)⋅(3i−j+k)OP⋅n=(2)(3)+(−1)(−1)+(1)(1)=6+1+1=8
Calculate the scalar projection Ln of OP onto n: This is the length of the component of OP that is perpendicular to the plane.
Ln=∣n∣∣OP⋅n∣=11∣8∣=118
Calculate the length of the projection onto the plane Lplane: Now we apply the Pythagorean theorem.
Lplane=∣OP∣2−Ln2
Substitute the calculated values:
Lplane=(6)2−(118)2Lplane=6−1164
To simplify, find a common denominator:
Lplane=116×11−1164=1166−64Lplane=112
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∣ and its scalar projection onto the normal vector Ln. These are distinct quantities crucial for the formula.
Summary
To find the length of the projection of 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 and AC). Then, we calculated the magnitude of the vector OP and the magnitude of the normal vector. Using these values, along with the dot product OP⋅n, we found the scalar projection of 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 112, which corresponds to option (A).