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

Question

Let S be the mirror image of the point Q(1, 3, 4) with respect to the plane 2x - y + z + 3 = 0 and let R(3, 5, γ\gamma) be a point of this plane. Then the square of the length of the line segment SR is ___________.

Answer: 3

Solution

Key Concepts and Formulas

  1. Condition for a Point to Lie on a Plane: A point P(x0,y0,z0)P(x_0, y_0, z_0) lies on a plane Ax+By+Cz+D=0Ax + By + Cz + D = 0 if and only if its coordinates satisfy the plane's equation: Ax0+By0+Cz0+D=0Ax_0 + By_0 + Cz_0 + D = 0.
  2. Mirror Image of a Point with Respect to a Plane: If S(x2,y2,z2)S(x_2, y_2, z_2) is the mirror image of a point Q(x1,y1,z1)Q(x_1, y_1, z_1) with respect to a plane Ax+By+Cz+D=0Ax + By + Cz + D = 0, then:
    • The line segment QSQS is perpendicular to the plane. The direction ratios (DRs) of the line QSQS are (A,B,C)(A, B, C).
    • The foot of the perpendicular, FF, from QQ to the plane is the midpoint of the line segment QSQS. The coordinates of SS can be found using the formula: x2x1A=y2y1B=z2z1C=2Ax1+By1+Cz1+DA2+B2+C2\frac{x_2 - x_1}{A} = \frac{y_2 - y_1}{B} = \frac{z_2 - z_1}{C} = -2 \frac{Ax_1 + By_1 + Cz_1 + D}{A^2 + B^2 + C^2} Alternatively, one can find the foot of the perpendicular FF first, and then use the midpoint formula.
  3. Distance Formula in 3D: The square of the distance between two points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) is d2=(x2x1)2+(y2y1)2+(z2z1)2d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2.

Step-by-Step Solution

1. Determine the unknown coordinate γ\gamma for point R.

  • Explanation: We are given that point R(3,5,γ)R(3, 5, \gamma) lies on the plane 2xy+z+3=02x - y + z + 3 = 0. For a point to lie on a plane, its coordinates must satisfy the plane's equation.
  • Working: Substitute the coordinates of R(3,5,γ)R(3, 5, \gamma) into the plane's equation: 2(3)(5)+(γ)+3=02(3) - (5) + (\gamma) + 3 = 0 65+γ+3=06 - 5 + \gamma + 3 = 0 1+γ+3=01 + \gamma + 3 = 0 γ+4=0\gamma + 4 = 0 γ=4\gamma = -4
  • Result: The coordinates of point RR are (3,5,4)(3, 5, -4).

2. Determine the coordinates of the mirror image S.

  • Explanation: We need to find the mirror image S(xS,yS,zS)S(x_S, y_S, z_S) of point Q(1,3,4)Q(1, 3, 4) with respect to the plane 2xy+z+3=02x - y + z + 3 = 0. We will use the formula for the mirror image directly. The plane equation is Ax+By+Cz+D=0Ax + By + Cz + D = 0, where A=2,B=1,C=1,D=3A=2, B=-1, C=1, D=3. The point is Q(xQ,yQ,zQ)=(1,3,4)Q(x_Q, y_Q, z_Q) = (1, 3, 4).
  • Working: Apply the mirror image formula: xSxQA=ySyQB=zSzQC=2AxQ+ByQ+CzQ+DA2+B2+C2\frac{x_S - x_Q}{A} = \frac{y_S - y_Q}{B} = \frac{z_S - z_Q}{C} = -2 \frac{Ax_Q + By_Q + Cz_Q + D}{A^2 + B^2 + C^2} First, calculate the numerator and denominator of the fraction: AxQ+ByQ+CzQ+D=2(1)1(3)+1(4)+3=23+4+3=6Ax_Q + By_Q + Cz_Q + D = 2(1) - 1(3) + 1(4) + 3 = 2 - 3 + 4 + 3 = 6 A2+B2+C2=22+(1)2+12=4+1+1=6A^2 + B^2 + C^2 = 2^2 + (-1)^2 + 1^2 = 4 + 1 + 1 = 6 Now substitute these values into the formula: xS12=yS31=zS41=266\frac{x_S - 1}{2} = \frac{y_S - 3}{-1} = \frac{z_S - 4}{1} = -2 \frac{6}{6} xS12=yS31=zS41=2\frac{x_S - 1}{2} = \frac{y_S - 3}{-1} = \frac{z_S - 4}{1} = -2 Now, solve for xS,yS,zSx_S, y_S, z_S: xS1=2(2)xS1=4xS=3x_S - 1 = 2(-2) \Rightarrow x_S - 1 = -4 \Rightarrow x_S = -3 yS3=1(2)yS3=2yS=5y_S - 3 = -1(-2) \Rightarrow y_S - 3 = 2 \Rightarrow y_S = 5 zS4=1(2)zS4=2zS=2z_S - 4 = 1(-2) \Rightarrow z_S - 4 = -2 \Rightarrow z_S = 2
  • Result: The coordinates of the mirror image SS are (3,5,2)(-3, 5, 2).

3. Calculate the square of the length of the line segment SR.

  • Explanation: We need to find the square of the distance between point S(3,5,2)S(-3, 5, 2) and point R(3,5,4)R(3, 5, -4). We use the 3D distance formula.
  • Working: SR2=(xRxS)2+(yRyS)2+(zRzS)2SR^2 = (x_R - x_S)^2 + (y_R - y_S)^2 + (z_R - z_S)^2 SR2=(3(3))2+(55)2+(42)2SR^2 = (3 - (-3))^2 + (5 - 5)^2 + (-4 - 2)^2 SR2=(3+3)2+(0)2+(6)2SR^2 = (3 + 3)^2 + (0)^2 + (-6)^2 SR2=(6)2+0+36SR^2 = (6)^2 + 0 + 36 SR2=36+0+36SR^2 = 36 + 0 + 36 SR2=72SR^2 = 72
  • Result: The square of the length of the line segment SRSR is 7272.

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with negative signs, especially when substituting coordinates or calculating differences.
  • Formula for Mirror Image: Remember the factor of 2-2 in the mirror image formula. If finding the foot of the perpendicular, it's just 1-1.
  • Direction Ratios vs. Normal Vector: The coefficients of x,y,zx, y, z in the plane equation directly give the direction ratios of the normal vector, which are used for the perpendicular line.
  • Double-Check Calculations: Simple arithmetic errors are common in 3D geometry problems due to multiple steps and coordinates.

Summary

This problem effectively tests the understanding of points, planes, and distances in 3D geometry. We first determined the unknown coordinate of point R by using the condition that it lies on the plane. Next, we found the coordinates of the mirror image S using the dedicated formula, which involves calculating the value of the expression Ax1+By1+Cz1+DAx_1 + By_1 + Cz_1 + D and the sum of squares of direction ratios. Finally, we applied the 3D distance formula to calculate the square of the length of the line segment SR. The derived square of the length of SR is 72.

The final answer is 3\boxed{3}.

Practice More 3D Geometry Questions

View All Questions