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

Question

The distance of the point P(4, 6, -2) from the line passing through the point (-3, 2, 3) and parallel to a line with direction ratios 3, 3, -1 is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Vector Representation of a Line: A line in 3D space passing through a point A(x1,y1,z1)A(x_1, y_1, z_1) and parallel to a vector b=bxi^+byj^+bzk^\vec{b} = b_x\hat{i} + b_y\hat{j} + b_z\hat{k} can be represented as r=a+λb\vec{r} = \vec{a} + \lambda\vec{b}, where a=x1i^+y1j^+z1k^\vec{a} = x_1\hat{i} + y_1\hat{j} + z_1\hat{k} and λ\lambda is a scalar parameter.
  • Distance from a Point to a Line (Geometric Method): The perpendicular distance (dd) from a point PP to a line passing through point AA with direction vector b\vec{b} can be found using the Pythagorean theorem. If NN is the foot of the perpendicular from PP to the line, then in the right-angled triangle APN\triangle APN: d=PN=AP2AN2d = PN = \sqrt{|\vec{AP}|^2 - AN^2} where AP\vec{AP} is the vector from point AA to point PP, and ANAN is the scalar projection of AP\vec{AP} onto the direction vector b\vec{b}. The length of the scalar projection is given by: AN=APbbAN = \frac{|\vec{AP} \cdot \vec{b}|}{|\vec{b}|}
  • Alternative (Cross-Product) Formula: The perpendicular distance dd can also be calculated directly using the cross product: d=AP×bbd = \frac{|\vec{AP} \times \vec{b}|}{|\vec{b}|}

2. Step-by-Step Solution

We are asked to find the distance of point P(4,6,2)P(4, 6, -2) from a line passing through A(3,2,3)A(-3, 2, 3) and parallel to a line with direction ratios (3,3,1)(3, 3, -1).

Step 1: Identify the Given Point and Define the Line Parameters

  • The given point is P(4,6,2)P(4, 6, -2).
  • A point on the line is A(3,2,3)A(-3, 2, 3).
  • The direction ratios of the line are (3,3,1)(3, 3, -1), so the direction vector of the line is b=3i^+3j^k^\vec{b} = 3\hat{i} + 3\hat{j} - \hat{k}.

Step 2: Form the Vector AP\vec{AP} and Calculate its Magnitude

We need to form a vector from a point on the line (AA) to the given point (PP). This vector will be one side of our right-angled triangle.

  • Calculate AP\vec{AP}: Subtract the coordinates of AA from PP. AP=(4(3))i^+(62)j^+(23)k^\vec{AP} = (4 - (-3))\hat{i} + (6 - 2)\hat{j} + (-2 - 3)\hat{k} AP=7i^+4j^5k^\vec{AP} = 7\hat{i} + 4\hat{j} - 5\hat{k}
  • Calculate AP|\vec{AP}| (Magnitude of AP\vec{AP}): AP=72+42+(5)2=49+16+25=90|\vec{AP}| = \sqrt{7^2 + 4^2 + (-5)^2} = \sqrt{49 + 16 + 25} = \sqrt{90} For the Pythagorean theorem, we will use AP2=90|\vec{AP}|^2 = 90.

Step 3: Identify the Direction Vector b\vec{b} and Calculate its Magnitude

The direction vector of the line is given by its direction ratios. Its magnitude is needed for the scalar projection.

  • Direction Vector b\vec{b}: b=3i^+3j^k^\vec{b} = 3\hat{i} + 3\hat{j} - \hat{k}
  • Calculate b|\vec{b}| (Magnitude of b\vec{b}): b=32+32+(1)2=9+9+1=19|\vec{b}| = \sqrt{3^2 + 3^2 + (-1)^2} = \sqrt{9 + 9 + 1} = \sqrt{19} For calculations, we will use b2=19|\vec{b}|^2 = 19.

Step 4: Calculate the Length of the Scalar Projection (ANAN)

The scalar projection ANAN is the length of the segment along the line from point AA to the foot of the perpendicular NN from point PP.

  • Calculate the dot product APb\vec{AP} \cdot \vec{b}: APb=(7)(3)+(4)(3)+(5)(1)\vec{AP} \cdot \vec{b} = (7)(3) + (4)(3) + (-5)(-1) APb=21+12+5=38\vec{AP} \cdot \vec{b} = 21 + 12 + 5 = 38
  • Calculate ANAN: AN=APbb=3819AN = \frac{|\vec{AP} \cdot \vec{b}|}{|\vec{b}|} = \frac{38}{\sqrt{19}}
  • Calculate AN2AN^2: This is often more convenient for the Pythagorean theorem. AN2=(3819)2=38219=144419AN^2 = \left(\frac{38}{\sqrt{19}}\right)^2 = \frac{38^2}{19} = \frac{1444}{19} Since 38=2×1938 = 2 \times 19, we can simplify: AN2=(2×19)219=4×19219=4×19=76AN^2 = \frac{(2 \times 19)^2}{19} = \frac{4 \times 19^2}{19} = 4 \times 19 = 76

Step 5: Apply the Pythagorean Theorem to Find the Perpendicular Distance (PNPN)

In the right-angled triangle APN\triangle APN, APAP is the hypotenuse, ANAN is one leg, and PNPN (the perpendicular distance, dd) is the other leg.

  • Formula: d2=PN2=AP2AN2d^2 = PN^2 = |\vec{AP}|^2 - AN^2
  • Substitute the calculated values: d2=9076d^2 = 90 - 76 d2=14d^2 = 14
  • Calculate the distance dd: d=14d = \sqrt{14}

3. Common Mistakes & Tips

  • Sign Errors: Be very careful with negative signs when calculating vector components, dot products, and magnitudes.
  • Magnitude vs. Squared Magnitude: Remember to square magnitudes when using the Pythagorean theorem, and take the square root at the end for the final distance.
  • Vector Subtraction Order: AP=PA\vec{AP} = P - A, not APA - P. The order matters for the components, though AP=PA|\vec{AP}| = |\vec{PA}|.
  • Cross Product Method: While the geometric method provides intuition, the cross-product formula (d=AP×bbd = \frac{|\vec{AP} \times \vec{b}|}{|\vec{b}|}) is often faster for competitive exams if you are proficient with cross-product calculations. Practice both methods!

4. Summary

To find the distance from a point PP to a line, we first identify a point AA on the line and its direction vector b\vec{b}. We then form the vector AP\vec{AP}. The perpendicular distance is found by projecting AP\vec{AP} onto b\vec{b} (to find the length ANAN) and then using the Pythagorean theorem with AP|\vec{AP}| and ANAN. Following this method with the given coordinates and direction ratios, the perpendicular distance is calculated to be 14\sqrt{14}.

5. Final Answer

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

Practice More 3D Geometry Questions

View All Questions