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

Question

If the length of the perpendicular drawn from the point P(a,4,2)P(a, 4,2), a >0>0 on the line x+12=y33=z11\frac{x+1}{2}=\frac{y-3}{3}=\frac{z-1}{-1} is 262 \sqrt{6} units and Q(α1,α2,α3)Q\left(\alpha_{1}, \alpha_{2}, \alpha_{3}\right) is the image of the point P in this line, then a+i=13αi\mathrm{a}+\sum\limits_{i=1}^{3} \alpha_{i} is equal to :

Options

Solution

Key Concepts and Formulas

  1. Parametric Equation of a Line: A line given by xx0l=yy0m=zz0n\frac{x-x_0}{l}=\frac{y-y_0}{m}=\frac{z-z_0}{n} can be represented parametrically. Any point on this line can be expressed as (x0+lλ,y0+mλ,z0+nλ)(x_0 + l\lambda, y_0 + m\lambda, z_0 + n\lambda), where λ\lambda is a scalar parameter. The vector d=(l,m,n)\vec{d} = (l, m, n) is the direction vector of the line.
  2. Foot of the Perpendicular: If RR is the foot of the perpendicular from a point PP to a line LL, then the vector PR\vec{PR} is perpendicular to the direction vector of the line LL. This means their dot product is zero: PRd=0\vec{PR} \cdot \vec{d} = 0.
  3. Distance Formula in 3D: The distance between two points A(x1,y1,z1)A(x_1, y_1, z_1) and B(x2,y2,z2)B(x_2, y_2, z_2) is AB=(x2x1)2+(y2y1)2+(z2z1)2AB = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}. This can also be seen as the magnitude of the vector AB\vec{AB}.
  4. Image of a Point in a Line: If QQ is the image of a point PP in a line LL, and RR is the foot of the perpendicular from PP to LL, then RR is the midpoint of the line segment PQPQ. Thus, R=(xP+xQ2,yP+yQ2,zP+zQ2)R = \left( \frac{x_P+x_Q}{2}, \frac{y_P+y_Q}{2}, \frac{z_P+z_Q}{2} \right).

Step-by-Step Solution

Step 1: Represent a general point on the line and form the vector PR\vec{PR}. Let the given point be P(a,4,2)P(a, 4, 2). The given line LL is x+12=y33=z11\frac{x+1}{2}=\frac{y-3}{3}=\frac{z-1}{-1}. We want to find the foot of the perpendicular from PP to LL. Let this foot be RR. Since RR lies on the line LL, we can express its coordinates parametrically by setting each part of the line equation equal to λ\lambda: x+12=λx=2λ1\frac{x+1}{2} = \lambda \Rightarrow x = 2\lambda - 1 y33=λy=3λ+3\frac{y-3}{3} = \lambda \Rightarrow y = 3\lambda + 3 z11=λz=λ+1\frac{z-1}{-1} = \lambda \Rightarrow z = -\lambda + 1 So, any point on the line LL, including RR, can be represented as R(2λ1,3λ+3,λ+1)R(2\lambda - 1, 3\lambda + 3, -\lambda + 1).

Now, we form the vector PR\vec{PR} by subtracting the coordinates of PP from RR: PR=((2λ1)a,(3λ+3)4,(λ+1)2)\vec{PR} = ( (2\lambda - 1) - a, (3\lambda + 3) - 4, (-\lambda + 1) - 2 ) PR=(2λ1a,3λ1,λ1)\vec{PR} = (2\lambda - 1 - a, 3\lambda - 1, -\lambda - 1) Reasoning: Representing a general point RR on the line parametrically is the first step to finding the specific point that is the foot of the perpendicular. The vector PR\vec{PR} connects the given point PP to any point RR on the line.

Step 2: Use the perpendicularity condition to establish a relationship between aa and λ\lambda. The vector PR\vec{PR} must be perpendicular to the direction vector of the line LL for RR to be the foot of the perpendicular. The direction vector of line LL is d=(2,3,1)\vec{d} = (2, 3, -1) (from the denominators of the symmetric equation).

For PR\vec{PR} to be perpendicular to d\vec{d}, their dot product must be zero: PRd=0\vec{PR} \cdot \vec{d} = 0 (2λ1a)(2)+(3λ1)(3)+(λ1)(1)=0(2\lambda - 1 - a)(2) + (3\lambda - 1)(3) + (-\lambda - 1)(-1) = 0 Expanding and simplifying: 4λ22a+9λ3+λ+1=04\lambda - 2 - 2a + 9\lambda - 3 + \lambda + 1 = 0 (4λ+9λ+λ)+(23+1)2a=0(4\lambda + 9\lambda + \lambda) + (-2 - 3 + 1) - 2a = 0 14λ42a=014\lambda - 4 - 2a = 0 Dividing by 2: 7λ2a=07\lambda - 2 - a = 0 This gives us a crucial relationship: a=7λ2(Equation 1)a = 7\lambda - 2 \quad \text{(Equation 1)} Reasoning: This condition allows us to find the unique value of λ\lambda (and thus RR) that makes PRPR perpendicular to the line.

Step 3: Utilize the given perpendicular distance to form a quadratic equation in λ\lambda. We are given that the length of the perpendicular PRPR is 262\sqrt{6} units. Therefore, PR2=(26)2=4×6=24PR^2 = (2\sqrt{6})^2 = 4 \times 6 = 24. Using the distance formula (magnitude of PR\vec{PR}): PR2=(2λ1a)2+(3λ1)2+(λ1)2=24PR^2 = (2\lambda - 1 - a)^2 + (3\lambda - 1)^2 + (-\lambda - 1)^2 = 24 Substitute a=7λ2a = 7\lambda - 2 from Equation 1 into the first component of PR\vec{PR}: (2λ1a)=2λ1(7λ2)=2λ17λ+2=5λ+1(2\lambda - 1 - a) = 2\lambda - 1 - (7\lambda - 2) = 2\lambda - 1 - 7\lambda + 2 = -5\lambda + 1 Now substitute this back into the PR2PR^2 equation: (5λ+1)2+(3λ1)2+(λ1)2=24(-5\lambda + 1)^2 + (3\lambda - 1)^2 + (-\lambda - 1)^2 = 24 Note that (λ1)2=(λ+1)2(-\lambda - 1)^2 = (\lambda + 1)^2. Expanding each squared term: (25λ210λ+1)+(9λ26λ+1)+(λ2+2λ+1)=24(25\lambda^2 - 10\lambda + 1) + (9\lambda^2 - 6\lambda + 1) + (\lambda^2 + 2\lambda + 1) = 24 Combine like terms: (25+9+1)λ2+(106+2)λ+(1+1+1)=24(25+9+1)\lambda^2 + (-10-6+2)\lambda + (1+1+1) = 24 35λ214λ+3=2435\lambda^2 - 14\lambda + 3 = 24 Rearrange into a standard quadratic equation: 35λ214λ21=035\lambda^2 - 14\lambda - 21 = 0 Divide by 7 to simplify: 5λ22λ3=05\lambda^2 - 2\lambda - 3 = 0 Reasoning: The given distance provides a second equation that, when combined with the perpendicularity condition, allows us to solve for the parameter λ\lambda.

Step 4: Solve for λ\lambda and determine the value of aa using the condition a>0a>0. Factor the quadratic equation 5λ22λ3=05\lambda^2 - 2\lambda - 3 = 0: (5λ+3)(λ1)=0(5\lambda + 3)(\lambda - 1) = 0 This yields two possible values for λ\lambda: λ=1orλ=35\lambda = 1 \quad \text{or} \quad \lambda = -\frac{3}{5} Now, we use the condition a>0a > 0 with Equation 1 (a=7λ2a = 7\lambda - 2):

  • Case 1: If λ=1\lambda = 1 a=7(1)2=5a = 7(1) - 2 = 5 Since a=5>0a=5 > 0, this value of λ\lambda is valid.
  • Case 2: If λ=35\lambda = -\frac{3}{5} a=7(35)2=215105=315a = 7\left(-\frac{3}{5}\right) - 2 = -\frac{21}{5} - \frac{10}{5} = -\frac{31}{5} Since a=315<0a = -\frac{31}{5} < 0, this value of λ\lambda is not valid.

Thus, we must have λ=1\lambda = 1 and a=5a = 5. Now, we can find the coordinates of point PP and the foot of the perpendicular RR: Point PP is (a,4,2)=(5,4,2)(a, 4, 2) = (5, 4, 2). Foot of perpendicular RR (substituting λ=1\lambda = 1): Rx=2(1)1=1R_x = 2(1) - 1 = 1 Ry=3(1)+3=6R_y = 3(1) + 3 = 6 Rz=(1)+1=0R_z = -(1) + 1 = 0 So, the foot of the perpendicular is R(1,6,0)R(1, 6, 0). Reasoning: The given constraint a>0a>0 helps us uniquely identify the correct parameter value from the quadratic solution. Once λ\lambda and aa are known, we can find the exact coordinates of PP and RR.

Step 5: Find the image of point PP, denoted as Q(α1,α2,α3)Q(\alpha_1, \alpha_2, \alpha_3). The foot of the perpendicular RR is the midpoint of the segment connecting point PP and its image QQ. Using the midpoint formula: R=(xP+xQ2,yP+yQ2,zP+zQ2)R = \left( \frac{x_P + x_Q}{2}, \frac{y_P + y_Q}{2}, \frac{z_P + z_Q}{2} \right) We have P(5,4,2)P(5, 4, 2) and R(1,6,0)R(1, 6, 0). Let Q(α1,α2,α3)Q(\alpha_1, \alpha_2, \alpha_3). For the x-coordinate: 1=5+α122=5+α1α1=31 = \frac{5 + \alpha_1}{2} \Rightarrow 2 = 5 + \alpha_1 \Rightarrow \alpha_1 = -3 For the y-coordinate: 6=4+α2212=4+α2α2=86 = \frac{4 + \alpha_2}{2} \Rightarrow 12 = 4 + \alpha_2 \Rightarrow \alpha_2 = 8 For the z-coordinate: 0=2+α320=2+α3α3=20 = \frac{2 + \alpha_3}{2} \Rightarrow 0 = 2 + \alpha_3 \Rightarrow \alpha_3 = -2 So, the image of point PP is Q(3,8,2)Q(-3, 8, -2). Reasoning: The geometric property of images in a line (midpoint relationship) is fundamental for finding the coordinates of the image point.

Step 6: Calculate the final expression a+i=13αia + \sum_{i=1}^{3} \alpha_{i}. First, calculate the sum of the coordinates of QQ: i=13αi=α1+α2+α3=3+8+(2)=52=3\sum_{i=1}^{3} \alpha_{i} = \alpha_1 + \alpha_2 + \alpha_3 = -3 + 8 + (-2) = 5 - 2 = 3 Now, add the value of aa: a+i=13αi=5+3=8a + \sum_{i=1}^{3} \alpha_{i} = 5 + 3 = 8 Reasoning: This is the final calculation required by the problem statement, combining all previous results.


Common Mistakes & Tips

  • Algebraic Errors: Be very careful with expanding squares and combining like terms, especially with negative signs. A small mistake here can lead to incorrect values for λ\lambda and aa.
  • Parameter Interpretation: Always use all given conditions (like a>0a>0) to correctly choose between multiple solutions for parameters. Skipping this step can lead to an incorrect point or image.
  • Conceptual Clarity: Ensure a clear understanding of the difference between a general point on a line, the foot of the perpendicular, and the image of a point. Each has distinct properties and calculation methods.

Summary

This problem required a systematic application of 3D geometry concepts. We began by parametrizing a general point on the line and forming a vector from the given point PP to this general point. The perpendicularity condition between this vector and the line's direction vector provided a relationship between aa and the parameter λ\lambda. Using the given perpendicular distance, we formed a quadratic equation in λ\lambda, which, along with the condition a>0a>0, allowed us to uniquely determine λ=1\lambda=1 and a=5a=5. With these values, we found the coordinates of PP and the foot of the perpendicular RR. Finally, using the midpoint property for images, we found the coordinates of QQ and calculated the required sum a+αi=8a + \sum \alpha_i = 8.

The final answer is 8\boxed{8}, which corresponds to option (B).

Practice More 3D Geometry Questions

View All Questions