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

Question

If the mirror image of the point P(3,4,9)P(3,4,9) in the line x13=y+12=z21\frac{x-1}{3}=\frac{y+1}{2}=\frac{z-2}{1} is (α,β,γ)(\alpha, \beta, \gamma), then 14 (α+β+γ)(\alpha+\beta+\gamma) is :

Options

Solution

1. Key Concepts and Formulas

To determine the mirror image of a point P(x1,y1,z1)P(x_1, y_1, z_1) with respect to a line LL, we utilize two fundamental geometric principles:

  • Foot of the Perpendicular (N): The line segment connecting the original point PP and its mirror image P(x2,y2,z2)P'(x_2, y_2, z_2) is perpendicular to the line LL. The point where this perpendicular segment intersects the line LL is called the foot of the perpendicular, let's denote it as NN.
  • Midpoint Property: The foot of the perpendicular NN acts as the midpoint of the line segment PPPP'. This means NN is equidistant from PP and PP'.

Key Formulas and Concepts Used:

  • Parametric Form of a Line: A line xx0a=yy0b=zz0c\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c} can be expressed in parametric form as (x0+aλ,y0+bλ,z0+cλ)(x_0+a\lambda, y_0+b\lambda, z_0+c\lambda), where λ\lambda is a scalar parameter.
  • Direction Vector of a Line: The vector d=ai^+bj^+ck^\vec{d} = a\hat{i} + b\hat{j} + c\hat{k} represents the direction of the line.
  • Perpendicularity Condition: Two vectors u\vec{u} and v\vec{v} are perpendicular if and only if their dot product is zero: uv=0\vec{u} \cdot \vec{v} = 0.
  • Midpoint Formula: The midpoint of a line segment connecting (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) is (x1+x22,y1+y22,z1+z22)\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}, \frac{z_1+z_2}{2}\right).

2. Step-by-Step Solution

Our goal is to find P(α,β,γ)P'(\alpha, \beta, \gamma) for the given point P(3,4,9)P(3,4,9) and line L:x13=y+12=z21L: \frac{x-1}{3}=\frac{y+1}{2}=\frac{z-2}{1}.

Step 1: Represent the Line and a General Point on It

First, we convert the symmetric equation of the line LL into its parametric form to represent any arbitrary point NN lying on it. This is crucial for setting up vector equations.

x13=y+12=z21=λ\frac{x-1}{3}=\frac{y+1}{2}=\frac{z-2}{1} = \lambda From this, the coordinates of a general point NN on the line LL in terms of λ\lambda are:

  • xN=3λ+1x_N = 3\lambda + 1
  • yN=2λ1y_N = 2\lambda - 1
  • zN=λ+2z_N = \lambda + 2 So, N(3λ+1,2λ1,λ+2)N(3\lambda+1, 2\lambda-1, \lambda+2). The direction vector of the line LL is given by the denominators: d=3i^+2j^+1k^\vec{d} = 3\hat{i} + 2\hat{j} + 1\hat{k}.

Step 2: Find the Foot of the Perpendicular (NN)

The foot of the perpendicular, NN, is the point on the line LL such that the vector PN\vec{PN} is perpendicular to the line LL.

Step 2a: Form the Vector PN\vec{PN}. We construct the vector connecting the given point P(3,4,9)P(3,4,9) to the general point N(3λ+1,2λ1,λ+2)N(3\lambda+1, 2\lambda-1, \lambda+2) on the line. PN=NP=((3λ+1)3)i^+((2λ1)4)j^+((λ+2)9)k^\vec{PN} = N - P = ( (3\lambda+1) - 3 )\hat{i} + ( (2\lambda-1) - 4 )\hat{j} + ( (\lambda+2) - 9 )\hat{k} PN=(3λ2)i^+(2λ5)j^+(λ7)k^\vec{PN} = (3\lambda-2)\hat{i} + (2\lambda-5)\hat{j} + (\lambda-7)\hat{k}

Step 2b: Apply the Perpendicularity Condition. Since PN\vec{PN} is perpendicular to the line LL, it must be perpendicular to the direction vector of the line, d\vec{d}. Their dot product must be zero. This condition allows us to solve for the unique value of λ\lambda that corresponds to the foot of the perpendicular. PNd=0\vec{PN} \cdot \vec{d} = 0 Substituting the components: (3λ2)(3)+(2λ5)(2)+(λ7)(1)=0(3\lambda-2)(3) + (2\lambda-5)(2) + (\lambda-7)(1) = 0 (9λ6)+(4λ10)+(λ7)=0(9\lambda - 6) + (4\lambda - 10) + (\lambda - 7) = 0 9λ+4λ+λ6107=09\lambda + 4\lambda + \lambda - 6 - 10 - 7 = 0 14λ23=014\lambda - 23 = 0 14λ=2314\lambda = 23 λ=2314\lambda = \frac{23}{14}

Step 2c: Calculate the Coordinates of NN. Substitute the value of λ\lambda back into the parametric equations for point NN:

  • xN=3(2314)+1=6914+1414=8314x_N = 3\left(\frac{23}{14}\right) + 1 = \frac{69}{14} + \frac{14}{14} = \frac{83}{14}
  • yN=2(2314)1=46141414=3214=167y_N = 2\left(\frac{23}{14}\right) - 1 = \frac{46}{14} - \frac{14}{14} = \frac{32}{14} = \frac{16}{7}
  • zN=(2314)+2=2314+2814=5114z_N = \left(\frac{23}{14}\right) + 2 = \frac{23}{14} + \frac{28}{14} = \frac{51}{14} So, the foot of the perpendicular is N(8314,167,5114)N\left(\frac{83}{14}, \frac{16}{7}, \frac{51}{14}\right).

Step 3: Calculate the Mirror Image P(α,β,γ)P'(\alpha, \beta, \gamma)

The foot of the perpendicular NN is the midpoint of the line segment PPPP', where P(α,β,γ)P'(\alpha, \beta, \gamma) is the mirror image.

Step 3a: Apply the Midpoint Formula. Using the midpoint formula for NN as the midpoint of P(3,4,9)P(3,4,9) and P(α,β,γ)P'(\alpha, \beta, \gamma):

  • Nx=Px+Px2    8314=3+α2N_x = \frac{P_x + P'_x}{2} \implies \frac{83}{14} = \frac{3 + \alpha}{2}
  • Ny=Py+Py2    167=4+β2N_y = \frac{P_y + P'_y}{2} \implies \frac{16}{7} = \frac{4 + \beta}{2}
  • Nz=Pz+Pz2    5114=9+γ2N_z = \frac{P_z + P'_z}{2} \implies \frac{51}{14} = \frac{9 + \gamma}{2}

Step 3b: Solve for α,β,γ\alpha, \beta, \gamma.

  • For α\alpha: 8314=3+α2\frac{83}{14} = \frac{3 + \alpha}{2} 83=7(3+α)83 = 7(3 + \alpha) 83=21+7α83 = 21 + 7\alpha 7α=62    α=6277\alpha = 62 \implies \alpha = \frac{62}{7}
  • For β\beta: 167=4+β2\frac{16}{7} = \frac{4 + \beta}{2} 32=7(4+β)32 = 7(4 + \beta) 32=28+7β32 = 28 + 7\beta 7β=4    β=477\beta = 4 \implies \beta = \frac{4}{7}
  • For γ\gamma: 5114=9+γ2\frac{51}{14} = \frac{9 + \gamma}{2} 51=7(9+γ)51 = 7(9 + \gamma) 51=63+7γ51 = 63 + 7\gamma 7γ=12    γ=1277\gamma = -12 \implies \gamma = -\frac{12}{7} So, the mirror image is P(627,47,127)P'\left(\frac{62}{7}, \frac{4}{7}, -\frac{12}{7}\right).

Step 4: Final Calculation

The problem asks for the value of 14(α+β+γ)14(\alpha+\beta+\gamma).

Step 4a: Calculate α+β+γ\alpha+\beta+\gamma. α+β+γ=627+47+(127)\alpha+\beta+\gamma = \frac{62}{7} + \frac{4}{7} + \left(-\frac{12}{7}\right) α+β+γ=62+4127=66127=547\alpha+\beta+\gamma = \frac{62+4-12}{7} = \frac{66-12}{7} = \frac{54}{7}

Step 4b: Multiply by 14. 14(α+β+γ)=14(547)14(\alpha+\beta+\gamma) = 14 \left(\frac{54}{7}\right) =2×54=108= 2 \times 54 = 108


3. Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs, especially when forming the vector PN\vec{PN} by subtracting coordinates. For example, (xNxP)(x_N - x_P) vs. (xPxN)(x_P - x_N).
  • Arithmetic with Fractions: Calculations involving fractions can be prone to errors. Always double-check additions, subtractions, and multiplications.
  • Conceptual Clarity: Ensure a solid understanding of why the dot product is zero (perpendicularity) and why NN is the midpoint. These are the core principles.
  • Coordinate Misreading: A common error is misreading or miscopying coordinates from the problem statement, which can lead to incorrect constant terms in the dot product equation (e.g., if Pz=9P_z=9 was accidentally taken as Pz=8.5P_z=8.5, the constant term in 14λ23=014\lambda - 23 = 0 would become 22.5-22.5, changing λ\lambda to 4528\frac{45}{28} and the final answer to 102). Always verify the input values.

4. Summary

To find the mirror image of point P(3,4,9)P(3,4,9) in the line x13=y+12=z21\frac{x-1}{3}=\frac{y+1}{2}=\frac{z-2}{1}, we first expressed a general point NN on the line in parametric form. Then, we formed the vector PN\vec{PN} and used the perpendicularity condition (PNd=0)(\vec{PN} \cdot \vec{d} = 0) to find the specific value of the parameter λ\lambda that identifies the foot of the perpendicular, NN. With NN determined, we leveraged the midpoint property (N is the midpoint of PP and its image PP') to calculate the coordinates (α,β,γ)(\alpha, \beta, \gamma) of the mirror image. Finally, we calculated the required expression 14(α+β+γ)14(\alpha+\beta+\gamma). Following these steps meticulously, we find the sum of coordinates α+β+γ=547\alpha+\beta+\gamma = \frac{54}{7}, leading to 14(α+β+γ)=10814(\alpha+\beta+\gamma) = 108.

5. Final Answer The final answer is 108\boxed{108} which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions