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

Question

If the image of the point (4,4,3)(4,4,3) in the line x12=y21=z13\frac{x-1}{2}=\frac{y-2}{1}=\frac{z-1}{3} is (α,β,γ)(\alpha, \beta, \gamma), then α+β+γ\alpha+\beta+\gamma is equal to

Options

Solution

1. Key Concepts and Formulas

  • Parametric Form of a Line: A line given in symmetric form xx0a=yy0b=zz0c\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c} can be expressed parametrically as (x0+aλ,y0+bλ,z0+cλ)(x_0+a\lambda, y_0+b\lambda, z_0+c\lambda), where (a,b,c)(a,b,c) is the direction vector of the line and (x0,y0,z0)(x_0,y_0,z_0) is a point on the line.
  • Foot of the Perpendicular: The foot of the perpendicular QQ from a point PP to a line LL is a point on LL such that the vector PQ\vec{PQ} is perpendicular to the direction vector of LL. Mathematically, their dot product is zero: PQd=0\vec{PQ} \cdot \mathbf{d} = 0.
  • Image of a Point in a Line: If QQ is the foot of the perpendicular from point PP to line LL, then QQ is the midpoint of PP and its image RR. The midpoint formula states that if QQ is the midpoint of P(x1,y1,z1)P(x_1, y_1, z_1) and R(x2,y2,z2)R(x_2, y_2, z_2), then Q=(x1+x22,y1+y22,z1+z22)Q = \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

Step 1: Represent the Line Parametrically and Define the Foot of the Perpendicular

We are given the point P=(4,4,3)P = (4,4,3) and the line L:x12=y21=z13L: \frac{x-1}{2}=\frac{y-2}{1}=\frac{z-1}{3}. The image of PP in LL is R=(α,β,γ)R = (\alpha, \beta, \gamma). We need to find α+β+γ\alpha+\beta+\gamma.

To find any point on the line LL, we convert its symmetric form to a parametric form. Let each ratio be equal to a parameter λ\lambda: x12=y21=z13=λ\frac{x-1}{2}=\frac{y-2}{1}=\frac{z-1}{3} = \lambda This gives the coordinates of any point on line LL in terms of λ\lambda: x=2λ+1x = 2\lambda+1 y=λ+2y = \lambda+2 z=3λ+1z = 3\lambda+1 Let QQ be the foot of the perpendicular from PP to the line LL. Since QQ lies on LL, its coordinates can be written as: Q=(2λ+1,λ+2,3λ+1)Q = (2\lambda+1, \lambda+2, 3\lambda+1)

Step 2: Find the Value of λ\lambda for the Foot of the Perpendicular (Q)

The vector PQ\vec{PQ} must be perpendicular to the direction vector of the line LL.

  1. Form the vector PQ\vec{PQ}: The coordinates of PP are (4,4,3)(4,4,3). The coordinates of QQ are (2λ+1,λ+2,3λ+1)(2\lambda+1, \lambda+2, 3\lambda+1). The vector PQ\vec{PQ} is obtained by subtracting the coordinates of PP from QQ: PQ=((2λ+1)4)i^+((λ+2)4)j^+((3λ+1)3)k^\vec{PQ} = ((2\lambda+1) - 4)\hat{i} + ((\lambda+2) - 4)\hat{j} + ((3\lambda+1) - 3)\hat{k} PQ=(2λ3)i^+(λ2)j^+(3λ2)k^\vec{PQ} = (2\lambda-3)\hat{i} + (\lambda-2)\hat{j} + (3\lambda-2)\hat{k}

  2. Identify the direction vector of the line LL: From the symmetric form of the line L:x12=y21=z13L: \frac{x-1}{2}=\frac{y-2}{1}=\frac{z-1}{3}, the direction vector is: d=2i^+1j^+3k^\mathbf{d} = 2\hat{i} + 1\hat{j} + 3\hat{k}

  3. Apply the perpendicularity condition (PQd=0\vec{PQ} \cdot \mathbf{d} = 0): The dot product of PQ\vec{PQ} and d\mathbf{d} must be zero: (2λ3)(2)+(λ2)(1)+(3λ2)(3)=0(2\lambda-3)(2) + (\lambda-2)(1) + (3\lambda-2)(3) = 0 Expand and combine like terms: (4λ6)+(λ2)+(9λ6)=0(4\lambda - 6) + (\lambda - 2) + (9\lambda - 6) = 0 (4λ+λ+9λ)+(626)=0(4\lambda + \lambda + 9\lambda) + (-6 - 2 - 6) = 0 14λ17.5=014\lambda - 17.5 = 0 Solving for λ\lambda: 14λ=17.514\lambda = 17.5 λ=17.514=35/214=3528=54\lambda = \frac{17.5}{14} = \frac{35/2}{14} = \frac{35}{28} = \frac{5}{4}

  4. Calculate the coordinates of Q: Substitute λ=5/4\lambda = 5/4 back into the parametric equations for QQ: Q=(2(54)+1,(54)+2,3(54)+1)Q = \left(2\left(\frac{5}{4}\right)+1, \left(\frac{5}{4}\right)+2, 3\left(\frac{5}{4}\right)+1\right) Q=(52+1,54+84,154+44)Q = \left(\frac{5}{2}+1, \frac{5}{4}+\frac{8}{4}, \frac{15}{4}+\frac{4}{4}\right) Q=(72,134,194)Q = \left(\frac{7}{2}, \frac{13}{4}, \frac{19}{4}\right) This is the foot of the perpendicular from PP to the line LL.

Step 3: Find the Image of the Point (R)

The foot of the perpendicular QQ is the midpoint of the original point P(4,4,3)P(4,4,3) and its image R(α,β,γ)R(\alpha, \beta, \gamma). Using the midpoint formula: xQ=xP+xR2    α=2xQxPx_Q = \frac{x_P + x_R}{2} \quad \implies \quad \alpha = 2x_Q - x_P yQ=yP+yR2    β=2yQyPy_Q = \frac{y_P + y_R}{2} \quad \implies \quad \beta = 2y_Q - y_P zQ=zP+zR2    γ=2zQzPz_Q = \frac{z_P + z_R}{2} \quad \implies \quad \gamma = 2z_Q - z_P Substitute the coordinates of P=(4,4,3)P=(4,4,3) and Q=(7/2,13/4,19/4)Q=(7/2, 13/4, 19/4):

  1. For the x-coordinate α\alpha: α=2(72)4=74=3\alpha = 2\left(\frac{7}{2}\right) - 4 = 7 - 4 = 3
  2. For the y-coordinate β\beta: β=2(134)4=1324=13282=52\beta = 2\left(\frac{13}{4}\right) - 4 = \frac{13}{2} - 4 = \frac{13}{2} - \frac{8}{2} = \frac{5}{2}
  3. For the z-coordinate γ\gamma: γ=2(194)3=1923=19262=132\gamma = 2\left(\frac{19}{4}\right) - 3 = \frac{19}{2} - 3 = \frac{19}{2} - \frac{6}{2} = \frac{13}{2} Thus, the image of point P(4,4,3)P(4,4,3) in the line LL is R=(3,52,132)R = \left(3, \frac{5}{2}, \frac{13}{2}\right).

Step 4: Calculate the Required Sum

The problem asks for the sum α+β+γ\alpha+\beta+\gamma: α+β+γ=3+52+132\alpha+\beta+\gamma = 3 + \frac{5}{2} + \frac{13}{2} α+β+γ=3+182\alpha+\beta+\gamma = 3 + \frac{18}{2} α+β+γ=3+9\alpha+\beta+\gamma = 3 + 9 α+β+γ=12\alpha+\beta+\gamma = 12

3. Common Mistakes & Tips

  • Arithmetic Errors: Be extremely careful with calculations, especially when expanding dot products and combining terms. A small mistake in addition or subtraction can lead to an incorrect value of λ\lambda.
  • Vector Direction: Ensure the direction vector of the line is correctly identified from its symmetric form. It's the denominators of the (xx0)(x-x_0), (yy0)(y-y_0), and (zz0)(z-z_0) terms.
  • Midpoint Formula Application: Remember that the foot of the perpendicular is the midpoint, not the image itself. Double-check the application of the midpoint formula to correctly find the image coordinates.

4. Summary

To find the image of a point in a line, we first express the line in parametric form to represent the foot of the perpendicular QQ. We then use the condition that the vector from the original point to QQ is perpendicular to the line's direction vector to find the specific coordinates of QQ. Finally, QQ serves as the midpoint between the original point and its image, allowing us to calculate the image's coordinates using the midpoint formula. In this problem, we found the foot of the perpendicular Q=(72,134,194)Q=\left(\frac{7}{2}, \frac{13}{4}, \frac{19}{4}\right) and the image R=(3,52,132)R=\left(3, \frac{5}{2}, \frac{13}{2}\right), leading to a sum of coordinates α+β+γ=12\alpha+\beta+\gamma = 12.

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

Practice More 3D Geometry Questions

View All Questions