MCQMediumJEE 2025Equation of Line in 3D

JEE Mathematics 2025 Question with Solution

The perpendicular distance of the line x12=y+21=z+32\frac{x - 1}{2} = \frac{y + 2}{-1} = \frac{z + 3}{2} from the point P(2,10,1)P(2, -10, 1) is:

  • A

    434\sqrt{3}

  • B

    525\sqrt{2}

  • C

    353\sqrt{5}

  • D

    66

Answer

Correct answer:C

Step-by-step solution

Standard Method

Given: The line is x12=y+21=z+32\frac{x - 1}{2} = \frac{y + 2}{-1} = \frac{z + 3}{2} and the point is P(2,10,1)P(2,-10,1).

Find: The perpendicular distance of the point from the line.

Write the line in parametric form:

x=2t+1,y=t2,z=2t3x = 2t + 1, y = -t - 2, z = 2t - 3

So, a point on the line is A(1,2,3)A(1,-2,-3) and the direction vector is d=2,1,2\vec{d} = \langle 2,-1,2 \rangle.

Now,

AP=21,10+2,1+3=1,8,4\overrightarrow{AP} = \langle 2-1,\,-10+2,\,1+3 \rangle = \langle 1,-8,4 \rangle

Using the formula for distance of a point from a line in three dimensions,

d=AP×ddd = \frac{\|\overrightarrow{AP} \times \vec{d}\|}{\|\vec{d}\|}

Cross Product Computation

Compute the cross product:

AP×d=ijk184212\overrightarrow{AP} \times \vec{d} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 1 & -8 & 4 \\ 2 & -1 & 2 \end{vmatrix} =i((8)(2)4(1))j((1)(2)4(2))+k((1)(1)(8)(2))= \mathbf{i}((-8)(2) - 4(-1)) - \mathbf{j}((1)(2) - 4(2)) + \mathbf{k}((1)(-1) - (-8)(2)) =i(12)j(6)+k(15)=(12,6,15)= \mathbf{i}(-12) - \mathbf{j}(-6) + \mathbf{k}(15) = (-12,6,15)

Therefore,

AP×d=(12)2+62+152=144+36+225=405=95\|\overrightarrow{AP} \times \vec{d}\| = \sqrt{(-12)^2 + 6^2 + 15^2} = \sqrt{144 + 36 + 225} = \sqrt{405} = 9\sqrt{5}

and

d=22+(1)2+22=9=3\|\vec{d}\| = \sqrt{2^2 + (-1)^2 + 2^2} = \sqrt{9} = 3

Hence,

d=953=35d = \frac{9\sqrt{5}}{3} = 3\sqrt{5}

Therefore, the perpendicular distance is 353\sqrt{5}, so the correct option is C.

The solution's also shows option A, but the extracted working gives 353\sqrt{5}, which matches option C.

Common mistakes

  • Using the wrong point on the line. A point on the line is A(1,2,3)A(1,-2,-3) from the symmetric form; choosing coordinates not satisfying the line gives an incorrect vector and hence a wrong distance.

  • Applying the point-to-plane or projection formula incorrectly. For a point-to-line distance in three dimensions, use d=AP×ddd = \frac{\|\overrightarrow{AP} \times \vec{d}\|}{\|\vec{d}\|}, not a dot-product formula meant for a plane or for resolving along the line.

  • Sign error in the cross product expansion. The middle term has a minus sign in the determinant expansion, and missing it changes the vector components and the final magnitude.

Practice more Equation of Line in 3D questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions