MCQMediumJEE 2023Equation of Plane

JEE Mathematics 2023 Question with Solution

Let N be the foot of perpendicular from the point P(1,2,3)(1, -2, 3) on the line passing through the points (4,5,8)(4, 5, 8) and (1,7,5)(1, -7, -5). Then the distance of N from the plane 2x2y+z=52x - 2y + z = 5 is:

  • A

    66

  • B

    77

  • C

    99

  • D

    88

Answer

Correct answer:B

Step-by-step solution

Standard Method

Given: Point P(1,2,3)P(1, -2, 3), and the line passing through A(4,5,8)A(4, 5, 8) and B(1,7,5)B(1, -7, 5) as used in the solution.

Find: The distance of the foot of perpendicular NN from the plane.

First find the direction vector of the line:

AB=BA=(14,75,58)=(3,12,3)\vec{AB} = B - A = (1 - 4, -7 - 5, 5 - 8) = (-3, -12, -3)

So the parametric equations are:

x=43t,y=512t,z=83tx = 4 - 3t, \quad y = 5 - 12t, \quad z = 8 - 3t

Now,

AP=PA=(14,25,38)=(3,7,5)\vec{AP} = P - A = (1 - 4, -2 - 5, 3 - 8) = (-3, -7, -5)

For the foot of the perpendicular, use projection:

t=APABABAB=(3)(3)+(7)(12)+(5)(3)(3)2+(12)2+(3)2=108162=23t = \frac{\vec{AP} \cdot \vec{AB}}{\vec{AB} \cdot \vec{AB}} = \frac{(-3)(-3) + (-7)(-12) + (-5)(-3)}{(-3)^2 + (-12)^2 + (-3)^2} = \frac{108}{162} = \frac{2}{3}

Substitute t=23t = \frac{2}{3} in the line:

x=43(23)=2,y=512(23)=3,z=83(23)=6x = 4 - 3\left(\frac{2}{3}\right) = 2, \quad y = 5 - 12\left(\frac{2}{3}\right) = -3, \quad z = 8 - 3\left(\frac{2}{3}\right) = 6

Hence,

N(2,3,6)N(2, -3, 6)

Now use the plane form written in the solution:

2x2y+z+5=02x - 2y + z + 5 = 0

Distance from N(2,3,6)N(2, -3, 6) to the plane is:

D=2(2)2(3)+1(6)+522+(2)2+12=4+6+6+59=213=7D = \frac{|2(2) - 2(-3) + 1(6) + 5|}{\sqrt{2^2 + (-2)^2 + 1^2}} = \frac{|4 + 6 + 6 + 5|}{\sqrt{9}} = \frac{21}{3} = 7

Therefore, the distance of NN from the plane is 77, so the correct option is B.

Note: The solution uses B(1,7,5)B(1, -7, 5) and plane 2x2y+z+5=02x - 2y + z + 5 = 0, while the question text shows B(1,7,5)B(1, -7, -5) and 2x2y+z=52x - 2y + z = 5. The extracted answer follows the solution, which is the primary source.

Projection and point-to-plane distance

Given: A point PP and a line through two points, then a plane.

Find: First the foot of perpendicular NN on the line, then its distance from the plane.

The method has two stages:

  1. Find NN using vector projection.
  2. Use the point-to-plane distance formula.

For the line through A(4,5,8)A(4, 5, 8) and B(1,7,5)B(1, -7, 5),

AB=(3,12,3)\vec{AB} = (-3, -12, -3)

From AA to P(1,2,3)P(1, -2, 3),

AP=(3,7,5)\vec{AP} = (-3, -7, -5)

The projection parameter is:

t=APABAB2t = \frac{\vec{AP} \cdot \vec{AB}}{|\vec{AB}|^2}

Compute the numerator:

APAB=9+84+15=108\vec{AP} \cdot \vec{AB} = 9 + 84 + 15 = 108

Compute the denominator:

AB2=9+144+9=162|\vec{AB}|^2 = 9 + 144 + 9 = 162

Hence,

t=108162=23t = \frac{108}{162} = \frac{2}{3}

So the foot point is:

N=A+tAB=(4,5,8)+23(3,12,3)=(2,3,6)N = A + t\vec{AB} = (4, 5, 8) + \frac{2}{3}(-3, -12, -3) = (2, -3, 6)

Now for the plane 2x2y+z+5=02x - 2y + z + 5 = 0, the distance formula gives:

D=Ax0+By0+Cz0+DA2+B2+C2D = \frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}}

Substitute A=2A = 2, B=2B = -2, C=1C = 1, D=5D = 5 and N(2,3,6)N(2, -3, 6):

D=22+(2)(3)+16+54+4+1=213=7D = \frac{|2\cdot 2 + (-2)(-3) + 1\cdot 6 + 5|}{\sqrt{4 + 4 + 1}} = \frac{21}{3} = 7

Therefore, the required distance is 77 and the correct option is B.

Common mistakes

  • Using the given line points directly without forming the direction vector correctly. This is wrong because the foot of perpendicular depends on the line direction. First compute AB=BA\vec{AB} = B - A and then use projection.

  • Applying the point-to-plane distance formula before finding the foot point NN. This is wrong because the plane distance is asked for NN, not for PP. First determine NN on the line, then substitute its coordinates in the plane formula.

  • Forgetting the absolute value in the numerator of the distance formula. This is wrong because distance cannot be negative. Always use Ax0+By0+Cz0+D|Ax_0 + By_0 + Cz_0 + D|.

Practice more Equation of Plane questions

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

Related questions