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

Question

If the image of the point P(1,0,3)\mathrm{P}(1,0,3) in the line joining the points A(4,7,1)\mathrm{A}(4,7,1) and B(3,5,3)\mathrm{B}(3,5,3) is Q(α,β,γ)Q(\alpha, \beta, \gamma), then α+β+γ\alpha+\beta+\gamma is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Equation of a Line in 3D: A line passing through a point a\vec{a} with a direction vector d\vec{d} can be represented parametrically as r=a+td\vec{r} = \vec{a} + t\vec{d}, where tt is a scalar parameter.
  • Foot of the Perpendicular: If XX is the foot of the perpendicular from a point PP to a line LL, then the vector PX\vec{PX} is perpendicular to the direction vector of the line LL. This implies their dot product is zero: PXd=0\vec{PX} \cdot \vec{d} = 0.
  • Image of a Point in a Line: If XX is the foot of the perpendicular from point PP to line LL, and QQ is the image of PP in LL, then XX is the midpoint of the line segment PQPQ. Therefore, X=P+Q2X = \frac{P+Q}{2}, which can be rearranged to find the image Q=2XPQ = 2X - P.

2. Step-by-Step Solution

Step 1: Determine the Parametric Equation of the Line AB

  • What we are doing: We need to define the line ABAB in which the image of point PP is to be found. This involves identifying a point on the line and its direction vector.
  • Why: A parametric equation allows us to represent any general point on the line using a single variable, which is essential for finding the foot of the perpendicular.
  • Math: Given points A(4,7,1)A(4,7,1) and B(3,5,3)B(3,5,3). The direction vector of the line ABAB, denoted as d\vec{d}, is found by subtracting the coordinates of AA from BB: d=AB=BA=(34,57,31)=(1,2,2)\vec{d} = \vec{AB} = B - A = (3-4, 5-7, 3-1) = (-1, -2, 2) Using point A(4,7,1)A(4,7,1) and the direction vector d(1,2,2)\vec{d}(-1,-2,2), any general point XX on the line ABAB can be represented parametrically as: X(t)=A+td=(4,7,1)+t(1,2,2)=(4t,72t,1+2t)X(t) = A + t\vec{d} = (4,7,1) + t(-1,-2,2) = (4-t, 7-2t, 1+2t) Here, tt is a real parameter.

Step 2: Formulate the Vector PX

  • What we are doing: We are creating a vector that connects the given point PP to a general point XX on the line ABAB.
  • Why: This vector is crucial for applying the perpendicularity condition in the next step.
  • Math: The given point is P(1,0,3)P(1,0,3). A general point on the line ABAB is X(4t,72t,1+2t)X(4-t, 7-2t, 1+2t). The vector PX\vec{PX} is obtained by subtracting the coordinates of PP from XX: PX=XP=((4t)1,(72t)0,(1+2t)3)\vec{PX} = X - P = ((4-t)-1, (7-2t)-0, (1+2t)-3) PX=(3t,72t,2t2)\vec{PX} = (3-t, 7-2t, 2t-2)

Step 3: Determine the Value of the Parameter tt for the Foot of the Perpendicular

  • What we are doing: We are finding the specific value of the parameter tt that corresponds to the foot of the perpendicular from PP to the line ABAB.
  • Why: The line segment PXPX is perpendicular to the line ABAB if and only if their direction vectors are orthogonal. In 3D geometry, this means their dot product is zero.
  • Math: The direction vector of line ABAB is d=(1,2,2)\vec{d} = (-1, -2, 2). The vector PX=(3t,72t,2t2)\vec{PX} = (3-t, 7-2t, 2t-2). Since PX\vec{PX} is perpendicular to d\vec{d}, their dot product must be zero: PXd=0\vec{PX} \cdot \vec{d} = 0 (3t)(1)+(72t)(2)+(2t2)(2)=0(3-t)(-1) + (7-2t)(-2) + (2t-2)(2) = 0 3+t14+4t+4t4=0-3 + t - 14 + 4t + 4t - 4 = 0 9t21=09t - 21 = 0 9t=219t = 21 t=219=73t = \frac{21}{9} = \frac{7}{3}

Step 4: Calculate the Coordinates of the Foot of the Perpendicular XX

  • What we are doing: We substitute the value of tt found in the previous step back into the parametric equation of point XX.
  • Why: This gives us the exact coordinates of the foot of the perpendicular, which is a necessary intermediate step to find the image.
  • Math: Using t=73t = \frac{7}{3} in X(t)=(4t,72t,1+2t)X(t) = (4-t, 7-2t, 1+2t): Xx=473=1273=53X_x = 4 - \frac{7}{3} = \frac{12-7}{3} = \frac{5}{3} Xy=72(73)=7143=21143=73X_y = 7 - 2\left(\frac{7}{3}\right) = 7 - \frac{14}{3} = \frac{21-14}{3} = \frac{7}{3} Xz=1+2(73)=1+143=3+143=173X_z = 1 + 2\left(\frac{7}{3}\right) = 1 + \frac{14}{3} = \frac{3+14}{3} = \frac{17}{3} So, the foot of the perpendicular is X(53,73,173)X\left(\frac{5}{3}, \frac{7}{3}, \frac{17}{3}\right).

Step 5: Find the Coordinates of the Image Point Q(α,β,γ)Q(\alpha, \beta, \gamma)

  • What we are doing: We use the midpoint property, which states that the foot of the perpendicular XX is the midpoint of the original point PP and its image QQ.
  • Why: This is the fundamental geometric property defining the image of a point in a line.
  • Math: Let Q(α,β,γ)Q(\alpha, \beta, \gamma) be the image of P(1,0,3)P(1,0,3). The foot of the perpendicular X(53,73,173)X\left(\frac{5}{3}, \frac{7}{3}, \frac{17}{3}\right) is the midpoint of PQPQ. Using the midpoint formula X=P+Q2X = \frac{P+Q}{2}, we can express QQ as Q=2XPQ = 2X - P: For the x-coordinate: α=2XxPx=2(53)1=10333=73\alpha = 2X_x - P_x = 2\left(\frac{5}{3}\right) - 1 = \frac{10}{3} - \frac{3}{3} = \frac{7}{3} For the y-coordinate: β=2XyPy=2(73)0=143\beta = 2X_y - P_y = 2\left(\frac{7}{3}\right) - 0 = \frac{14}{3} For the z-coordinate: γ=2XzPz=2(173)3=34393=253\gamma = 2X_z - P_z = 2\left(\frac{17}{3}\right) - 3 = \frac{34}{3} - \frac{9}{3} = \frac{25}{3} So, the image point is Q(73,143,253)Q\left(\frac{7}{3}, \frac{14}{3}, \frac{25}{3}\right).

Step 6: Calculate the Sum α+β+γ\alpha+\beta+\gamma

  • What we are doing: We sum the individual coordinates of the image point QQ.
  • Why: This is the final value requested by the question.
  • Math: α+β+γ=73+143+253\alpha+\beta+\gamma = \frac{7}{3} + \frac{14}{3} + \frac{25}{3} α+β+γ=7+14+253=463\alpha+\beta+\gamma = \frac{7+14+25}{3} = \frac{46}{3}

3. Common Mistakes & Tips

  • Incorrect Direction Vector: Always ensure the direction vector is correctly calculated (e.g., BAB-A or ABA-B, but not just random points).
  • Sign Errors in Dot Product: Pay close attention to negative signs when calculating the dot product, as a single error can propagate through the entire solution.
  • Midpoint Formula Misapplication: Remember that the foot of the perpendicular is the midpoint of the original point and its image. A common mistake is to confuse Q=2XPQ = 2X - P with Q=XPQ = X - P or similar incorrect relationships.
  • Fraction Arithmetic: Be meticulous with arithmetic involving fractions to avoid calculation errors.

4. Summary To find the image of point P(1,0,3)P(1,0,3) in the line joining A(4,7,1)A(4,7,1) and B(3,5,3)B(3,5,3), we first established the parametric equation of the line ABAB. We then found the foot of the perpendicular, XX, from PP to the line by using the condition that the vector PX\vec{PX} is orthogonal to the line's direction vector, leading to a dot product of zero. Solving for the parameter tt allowed us to determine the exact coordinates of XX. Finally, knowing that XX is the midpoint of PP and its image QQ, we used the midpoint formula to calculate the coordinates of Q(α,β,γ)Q(\alpha, \beta, \gamma). Summing these coordinates yielded α+β+γ=463\alpha+\beta+\gamma = \frac{46}{3}.

5. Final Answer The final answer is 463\boxed{\frac{46}{3}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions