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

Question

Let the point, on the line passing through the points P(1,2,3)P(1,-2,3) and Q(5,4,7)Q(5,-4,7), farther from the origin and at a distance of 9 units from the point PP, be (α,β,γ)(\alpha, \beta, \gamma). Then α2+β2+γ2\alpha^2+\beta^2+\gamma^2 is equal to :

Options

Solution

Key Concepts and Formulas

  1. Parametric Equation of a Line in 3D: A line passing through two points P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2) can be represented parametrically. First, find the direction vector d=(x2x1,y2y1,z2z1)\vec{d} = (x_2-x_1, y_2-y_1, z_2-z_1). Then, any point R(x,y,z)R(x,y,z) on the line can be expressed as: x=x1+λ(x2x1)x = x_1 + \lambda (x_2-x_1) y=y1+λ(y2y1)y = y_1 + \lambda (y_2-y_1) z=z1+λ(z2z1)z = z_1 + \lambda (z_2-z_1) where λ\lambda is a scalar parameter. This form is essential for representing any point on the line using a single variable.

  2. Distance Formula in 3D: The distance between two points A(xA,yA,zA)A(x_A, y_A, z_A) and B(xB,yB,zB)B(x_B, y_B, z_B) is given by: AB=(xBxA)2+(yByA)2+(zBzA)2AB = \sqrt{(x_B - x_A)^2 + (y_B - y_A)^2 + (z_B - z_A)^2} It's often convenient to work with the squared distance, AB2AB^2, to avoid square roots during intermediate calculations.

  3. Distance of a Point from the Origin: For a point R(x,y,z)R(x,y,z), its distance from the origin O(0,0,0)O(0,0,0) is OR=x2+y2+z2OR = \sqrt{x^2 + y^2 + z^2}. The squared distance is OR2=x2+y2+z2OR^2 = x^2 + y^2 + z^2.


Step-by-Step Solution

Step 1: Determine the Parametric Equation of the Line Passing Through P and Q

We are given the points P(1,2,3)P(1,-2,3) and Q(5,4,7)Q(5,-4,7). First, we find the direction vector of the line, PQ\vec{PQ}. This vector represents the direction of the line: PQ=QP=(51,4(2),73)=(4,2,4)\vec{PQ} = Q - P = (5-1, -4-(-2), 7-3) = (4, -2, 4) So, the direction ratios of the line are (4,2,4)(4, -2, 4).

Now, we can write the parametric equations for any point R(x,y,z)R(x,y,z) on the line, using point P(1,2,3)P(1,-2,3) as our reference point: x=1+4λx = 1 + 4\lambda y=22λy = -2 - 2\lambda z=3+4λz = 3 + 4\lambda This means any point RR on the line can be uniquely identified by a specific value of λ\lambda, and its coordinates are (1+4λ,22λ,3+4λ)(1+4\lambda, -2-2\lambda, 3+4\lambda). This parametric form is crucial as it allows us to apply further conditions and solve for λ\lambda.

Step 2: Use the Distance Condition to Find the Value(s) of λ\lambda

The problem states that the point (α,β,γ)(\alpha, \beta, \gamma), which is a point RR on the line, is at a distance of 9 units from point P(1,2,3)P(1,-2,3). Let RR be (1+4λ,22λ,3+4λ)(1+4\lambda, -2-2\lambda, 3+4\lambda). The distance PRPR is 9. We use the squared distance formula to simplify calculations: PR2=((1+4λ)1)2+((22λ)(2))2+((3+4λ)3)2PR^2 = ((1+4\lambda) - 1)^2 + ((-2-2\lambda) - (-2))^2 + ((3+4\lambda) - 3)^2 PR2=(4λ)2+(2λ)2+(4λ)2PR^2 = (4\lambda)^2 + (-2\lambda)^2 + (4\lambda)^2 Since PR=9PR=9, PR2=92=81PR^2 = 9^2 = 81. 16λ2+4λ2+16λ2=8116\lambda^2 + 4\lambda^2 + 16\lambda^2 = 81 36λ2=8136\lambda^2 = 81 Solving for λ2\lambda^2: λ2=8136=94\lambda^2 = \frac{81}{36} = \frac{9}{4} Taking the square root gives two possible values for λ\lambda: λ=±32\lambda = \pm \frac{3}{2} We obtain two values for λ\lambda because there are typically two points on a line that are a fixed distance from a given point on that line – one on each side of the given point along the line.

Step 3: Find the Coordinates of the Two Candidate Points

We substitute each value of λ\lambda back into the parametric equations of the line to find the coordinates of the two candidate points.

Case 1: For λ=32\lambda = \frac{3}{2} x=1+4(32)=1+6=7x = 1 + 4\left(\frac{3}{2}\right) = 1 + 6 = 7 y=22(32)=23=5y = -2 - 2\left(\frac{3}{2}\right) = -2 - 3 = -5 z=3+4(32)=3+6=9z = 3 + 4\left(\frac{3}{2}\right) = 3 + 6 = 9 Let this point be R1(7,5,9)R_1(7, -5, 9).

Case 2: For λ=32\lambda = -\frac{3}{2} x=1+4(32)=16=5x = 1 + 4\left(-\frac{3}{2}\right) = 1 - 6 = -5 y=22(32)=2+3=1y = -2 - 2\left(-\frac{3}{2}\right) = -2 + 3 = 1 z=3+4(32)=36=3z = 3 + 4\left(-\frac{3}{2}\right) = 3 - 6 = -3 Let this point be R2(5,1,3)R_2(-5, 1, -3). These are the two points on the line that are 9 units away from PP.

Step 4: Determine Which Point is Farther from the Origin

The problem specifies that the point (α,β,γ)(\alpha, \beta, \gamma) is "farther from the origin". We calculate the squared distance of both R1R_1 and R2R_2 from the origin O(0,0,0)O(0,0,0) and compare them.

For R1(7,5,9)R_1(7, -5, 9): Distance from origin squared, OR12OR_1^2: OR12=72+(5)2+92=49+25+81=155OR_1^2 = 7^2 + (-5)^2 + 9^2 = 49 + 25 + 81 = 155

For R2(5,1,3)R_2(-5, 1, -3): Distance from origin squared, OR22OR_2^2: OR22=(5)2+12+(3)2=25+1+9=35OR_2^2 = (-5)^2 + 1^2 + (-3)^2 = 25 + 1 + 9 = 35

Comparing the squared distances, 155>35155 > 35. Therefore, R1(7,5,9)R_1(7, -5, 9) is farther from the origin than R2(5,1,3)R_2(-5, 1, -3). So, the point (α,β,γ)(\alpha, \beta, \gamma) is (7,5,9)(7, -5, 9).

Step 5: Calculate α2+β2+γ2\alpha^2+\beta^2+\gamma^2

We have determined that (α,β,γ)=(7,5,9)(\alpha, \beta, \gamma) = (7, -5, 9). We need to calculate α2+β2+γ2\alpha^2+\beta^2+\gamma^2: α2+β2+γ2=72+(5)2+92\alpha^2+\beta^2+\gamma^2 = 7^2 + (-5)^2 + 9^2 =49+25+81 = 49 + 25 + 81 =155 = 155 Notice that this is exactly the squared distance of point R1R_1 from the origin, OR12OR_1^2, which we calculated in Step 4.


Common Mistakes & Tips

  • Forgetting ±\pm for λ\lambda: Always remember that solving λ2=k\lambda^2 = k yields λ=±k\lambda = \pm \sqrt{k}. Ignoring the negative root would lead to missing one of the candidate points.
  • Working with Squared Distances: When comparing distances or when the final answer involves sums of squares, it's often more efficient and less prone to calculation errors to work with squared distances (d2d^2) rather than actual distances (dd).
  • Careful with Signs: Be meticulous with signs, especially when substituting negative coordinates or values of λ\lambda into the equations.

Summary

This problem required us to first establish the parametric equation of the line passing through the given points PP and QQ. Then, we used the condition that the desired point is 9 units away from PP to find two possible values for the parameter λ\lambda, leading to two candidate points on the line. Finally, we applied the condition that the point must be farther from the origin to select the correct point (α,β,γ)(\alpha, \beta, \gamma) and then calculated the required sum of squares.

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

Practice More 3D Geometry Questions

View All Questions