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

Question

Let the image of the point P(1,2,6)\mathrm{P}(1,2,6) in the plane passing through the points A(1,2,0),B(1,4,1)\mathrm{A}(1,2,0), \mathrm{B}(1,4,1) and C(0,5,1)\mathrm{C}(0,5,1) be Q(α,β,γ)\mathrm{Q}(\alpha, \beta, \gamma). Then (α2+β2+γ2)\left(\alpha^{2}+\beta^{2}+\gamma^{2}\right) is equal to :

Options

Solution

This problem requires a solid understanding of 3D Geometry, specifically finding the equation of a plane and determining the image of a point in that plane. We will break down the solution into clear, manageable steps.


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 passing through them 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.

  • Image of a Point in a Plane: Let P(xP,yP,zP)P(x_P, y_P, z_P) be a point and Ax+By+Cz+D=0Ax+By+Cz+D=0 be the equation of a plane. Let Q(α,β,γ)Q(\alpha, \beta, \gamma) be the image of point PP in the plane. The line segment PQPQ is perpendicular to the plane, and its midpoint lies on the plane. The coordinates of the image point Q(α,β,γ)Q(\alpha, \beta, \gamma) can be found using the formula: αxPA=βyPB=γzPC=2AxP+ByP+CzP+DA2+B2+C2\frac{\alpha - x_P}{A} = \frac{\beta - y_P}{B} = \frac{\gamma - z_P}{C} = -2 \frac{Ax_P+By_P+Cz_P+D}{A^2+B^2+C^2} This formula is derived from the properties of reflection: the line joining the point and its image is perpendicular to the plane, and the midpoint of this line segment lies on the plane. The ratio 2AxP+ByP+CzP+DA2+B2+C2-2 \frac{Ax_P+By_P+Cz_P+D}{A^2+B^2+C^2} represents twice the perpendicular distance from the point PP to the plane, scaled by the magnitude of the normal vector, with a negative sign to account for the direction.


2. Step-by-Step Solution

Step 1: Finding the Equation of the Plane

  • What and Why: To find the image of a point in a plane, we first need the explicit algebraic equation of that plane. We are given three non-collinear points A(1,2,0)A(1,2,0), B(1,4,1)B(1,4,1), and C(0,5,1)C(0,5,1). We will use the determinant form to find the equation of the plane.

Let (x1,y1,z1)=A(1,2,0)(x_1, y_1, z_1) = A(1,2,0). First, calculate the vectors AB\vec{AB} and AC\vec{AC} which lie in the plane: AB=(x2x1,y2y1,z2z1)=(11,42,10)=(0,2,1)\vec{AB} = (x_2-x_1, y_2-y_1, z_2-z_1) = (1-1, 4-2, 1-0) = (0, 2, 1) AC=(x3x1,y3y1,z3z1)=(01,52,10)=(1,3,1)\vec{AC} = (x_3-x_1, y_3-y_1, z_3-z_1) = (0-1, 5-2, 1-0) = (-1, 3, 1)

Now, substitute these values into the determinant formula for the plane equation: x1y2z0021131=0\left| \begin{array}{ccc} x-1 & y-2 & z-0 \\ 0 & 2 & 1 \\ -1 & 3 & 1 \end{array} \right| = 0

Expand the determinant along the first row: (x1)2131(y2)0111+z0213=0(x-1) \left| \begin{array}{cc} 2 & 1 \\ 3 & 1 \end{array} \right| - (y-2) \left| \begin{array}{cc} 0 & 1 \\ -1 & 1 \end{array} \right| + z \left| \begin{array}{cc} 0 & 2 \\ -1 & 3 \end{array} \right| = 0 (x1)(2×11×3)(y2)(0×11×(1))+z(0×32×(1))=0(x-1)(2 \times 1 - 1 \times 3) - (y-2)(0 \times 1 - 1 \times (-1)) + z(0 \times 3 - 2 \times (-1)) = 0 (x1)(23)(y2)(0+1)+z(0+2)=0(x-1)(2-3) - (y-2)(0+1) + z(0+2) = 0 (x1)(1)(y2)(1)+z(2)=0(x-1)(-1) - (y-2)(1) + z(2) = 0 x+1y+2+2z=0-x+1 -y+2 +2z = 0 xy+2z+3=0-x -y +2z +3 = 0 Multiplying the entire equation by -1 to obtain a standard form where the coefficient of xx is positive: x+y2z3=0x+y-2z-3 = 0 This is the equation of the plane. From this, we identify the coefficients A=1A=1, B=1B=1, C=2C=-2, and D=3D=-3.

Step 2: Finding the Image of Point P in the Plane

  • What and Why: The problem asks for the coordinates of the image point Q(α,β,γ)Q(\alpha, \beta, \gamma). We will use the standard formula for the image of a point in a plane, applying the point P(1,2,6)P(1,2,6) and the plane x+y2z3=0x+y-2z-3=0.

We use the image formula: αxPA=βyPB=γzPC=2AxP+ByP+CzP+DA2+B2+C2\frac{\alpha - x_P}{A} = \frac{\beta - y_P}{B} = \frac{\gamma - z_P}{C} = -2 \frac{Ax_P+By_P+Cz_P+D}{A^2+B^2+C^2} Here, (xP,yP,zP)=(1,2,6)(x_P, y_P, z_P) = (1,2,6) and the plane coefficients are (A,B,C,D)=(1,1,2,3)(A,B,C,D) = (1,1,-2,-3).

First, calculate the value of the common ratio on the right-hand side. Let's call this ratio kk: k=21(1)+1(2)+(2)(6)+(3)12+12+(2)2k = -2 \frac{1(1)+1(2)+(-2)(6)+(-3)}{1^2+1^2+(-2)^2} Substitute the coordinates of P and the plane coefficients: k=21+21231+1+4k = -2 \frac{1+2-12-3}{1+1+4} Perform the arithmetic in the numerator and denominator: k=23156k = -2 \frac{3-15}{6} k=2126k = -2 \frac{-12}{6} k=2(2)k = -2(-2) k=4k = 4

Now, equate each part of the formula to k=4k=4 to find α,β,γ\alpha, \beta, \gamma:

  1. For α\alpha: α11=4\frac{\alpha - 1}{1} = 4 α1=4\alpha - 1 = 4 α=5\alpha = 5
  2. For β\beta: β21=4\frac{\beta - 2}{1} = 4 β2=4\beta - 2 = 4 β=6\beta = 6
  3. For γ\gamma: γ62=4\frac{\gamma - 6}{-2} = 4 γ6=8\gamma - 6 = -8 γ=2\gamma = -2

So, the image point QQ is (α,β,γ)=(5,6,2)(\alpha, \beta, \gamma) = (5, 6, -2).

Step 3: Calculating (α2+β2+γ2)(\alpha^2+\beta^2+\gamma^2)

  • What and Why: This is the final quantity requested by the problem. We substitute the coordinates of QQ we just found into the expression.

Substitute the values of α=5\alpha=5, β=6\beta=6, and γ=2\gamma=-2: α2+β2+γ2=(5)2+(6)2+(2)2\alpha^2+\beta^2+\gamma^2 = (5)^2 + (6)^2 + (-2)^2 =25+36+4= 25 + 36 + 4 =61+4= 61 + 4 =65= 65


3. Common Mistakes & Tips

  • Collinearity Check: Before finding the plane equation, ensure the three given points are non-collinear. If they were collinear, they would not define a unique plane. This can be checked by verifying if the vectors AB\vec{AB} and AC\vec{AC} are parallel (i.e., one is a scalar multiple of the other).
  • Sign Errors: Be very careful with signs, especially when expanding determinants for the plane equation and when substituting values into the image formula. A common mistake is forgetting the negative sign in the image formula's right-hand side.
  • Image vs. Projection: Remember that the formula for the image of a point has a factor of 2-2, while the formula for the foot of the perpendicular (projection) has a factor of 1-1. Confusing these is a frequent error.

4. Summary

In this problem, we systematically applied two fundamental concepts of 3D geometry. First, we derived the equation of the plane by using the determinant form with the three given points A(1,2,0)A(1,2,0), B(1,4,1)B(1,4,1), and C(0,5,1)C(0,5,1), resulting in the plane equation x+y2z3=0x+y-2z-3=0. Second, we used the derived plane equation and the given point P(1,2,6)P(1,2,6) to find its image Q(α,β,γ)Q(\alpha, \beta, \gamma) using the standard formula for reflection. This yielded the coordinates Q(5,6,2)Q(5,6,-2). Finally, we calculated the required expression (α2+β2+γ2)(\alpha^2+\beta^2+\gamma^2) using these coordinates.

The final calculated value is 6565.

The final answer is 65\boxed{\text{65}}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions