Mathematics · 3D Geometry

JEE Main 2024 — 27 January, Shift 2 — Question 29

The lines x−22=y−2=z−716\frac{x-2}{2}=\frac{y}{-2}=\frac{z-7}{16} and x+34=y+23=z+21\frac{x+3}{4}=\frac{y+2}{3}=\frac{z+2}{1} intersect at the point PP. If the distance of P from the line x+12=y−13=z−11\frac{\mathrm{x}+1}{2}=\frac{\mathrm{y}-1}{3}=\frac{\mathrm{z}-1}{1} is ll, then 14l214 l^{2} is equal to.

Answer: 108

Numerical answer — enter this value.

Step-by-step solution

Step 1: Find the intersection point PP of the lines L1L_1 and L2L_2.** The first line L1L_1 is given by:

x−22=y−2=z−716=λ\frac{x-2}{2} = \frac{y}{-2} = \frac{z-7}{16} = \lambda

Any point on L1L_1 can be represented as P1(λ)=(2+2λ,−2λ,7+16λ)P_1(\lambda) = (2+2\lambda, -2\lambda, 7+16\lambda).

The second line L2L_2 is given by:

x+34=y+23=z+21=μ\frac{x+3}{4} = \frac{y+2}{3} = \frac{z+2}{1} = \mu

Any point on L2L_2 can be represented as P2(μ)=(−3+4μ,−2+3μ,−2+μ)P_2(\mu) = (-3+4\mu, -2+3\mu, -2+\mu).

For the lines to intersect at point PP, the coordinates must be equal:

  1. 2+2λ=−3+4μ⇒2λ−4μ=−5(Equation 1)2+2\lambda = -3+4\mu \quad \Rightarrow \quad 2\lambda - 4\mu = -5 \quad \text{(Equation 1)}
  2. −2λ=−2+3μ⇒−2λ−3μ=−2(Equation 2)-2\lambda = -2+3\mu \quad \Rightarrow \quad -2\lambda - 3\mu = -2 \quad \text{(Equation 2)}
  3. 7+16λ=−2+μ⇒16λ−μ=−9(Equation 3)7+16\lambda = -2+\mu \quad \Rightarrow \quad 16\lambda - \mu = -9 \quad \text{(Equation 3)}

Add Equation 1 and Equation 2: (2λ−4μ)+(−2λ−3μ)=−5+(−2)(2\lambda - 4\mu) + (-2\lambda - 3\mu) = -5 + (-2) −7μ=−7-7\mu = -7

μ=1\mu = 1

Substitute μ=1\mu = 1 into Equation 2: −2λ−3(1)=−2-2\lambda - 3(1) = -2 −2λ−3=−2-2\lambda - 3 = -2 −2λ=1-2\lambda = 1

λ=−12\lambda = -\frac{1}{2}

Now, verify these values in Equation 3: 16(−12)−(1)=−8−1=−916\left(-\frac{1}{2}\right) - (1) = -8 - 1 = -9. The values of λ=−12\lambda = -\frac{1}{2} and μ=1\mu = 1 satisfy all three equations, confirming the intersection.

Substitute λ=−12\lambda = -\frac{1}{2} into the parametric form of P1(λ)P_1(\lambda) to find point PP: P=(2+2(−12),−2(−12),7+16(−12))P = \left(2+2\left(-\frac{1}{2}\right), -2\left(-\frac{1}{2}\right), 7+16\left(-\frac{1}{2}\right)\right) P=(2−1,1,7−8)P = (2-1, 1, 7-8)

P=(1,1,−1)P = (1, 1, -1)

Step 2: Find the distance ll of point PP from the line L3L_3.** The third line L3L_3 is given by:

x+12=y−13=z−11\frac{x+1}{2} = \frac{y-1}{3} = \frac{z-1}{1}

A point on L3L_3 is A=(−1,1,1)A = (-1, 1, 1). The direction vector of L3L_3 is b⃗=(2,3,1)\vec{b} = (2, 3, 1).

The vector from point AA on the line L3L_3 to point PP is AP⃗\vec{AP}:

AP⃗=P−A=(1−(−1),1−1,−1−1)=(2,0,−2)\vec{AP} = P - A = (1 - (-1), 1 - 1, -1 - 1) = (2, 0, -2)

The distance ll from point PP to line L3L_3 is given by the formula:

l=∣AP⃗×b⃗∣∣b⃗∣l = \frac{|\vec{AP} \times \vec{b}|}{|\vec{b}|}

First, calculate the cross product AP⃗×b⃗\vec{AP} \times \vec{b}:

AP⃗×b⃗=∣i^j^k^20−2231∣\vec{AP} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 0 & -2 \\ 2 & 3 & 1 \end{vmatrix} =i^((0)(1)−(−2)(3))−j^((2)(1)−(−2)(2))+k^((2)(3)−(0)(2))= \hat{i}((0)(1) - (-2)(3)) - \hat{j}((2)(1) - (-2)(2)) + \hat{k}((2)(3) - (0)(2)) =i^(0+6)−j^(2+4)+k^(6−0)= \hat{i}(0 + 6) - \hat{j}(2 + 4) + \hat{k}(6 - 0) =6i^−6j^+6k^= 6\hat{i} - 6\hat{j} + 6\hat{k}

Next, calculate the magnitude of the cross product:

∣AP⃗×b⃗∣=62+(−6)2+62=36+36+36=3×36=63|\vec{AP} \times \vec{b}| = \sqrt{6^2 + (-6)^2 + 6^2} = \sqrt{36 + 36 + 36} = \sqrt{3 \times 36} = 6\sqrt{3}

Next, calculate the magnitude of the direction vector b⃗\vec{b}:

∣b⃗∣=22+32+12=4+9+1=14|\vec{b}| = \sqrt{2^2 + 3^2 + 1^2} = \sqrt{4 + 9 + 1} = \sqrt{14}

Now, calculate the distance ll:

l=6314l = \frac{6\sqrt{3}}{\sqrt{14}}

Step 3: Calculate 14l214l^2.** First, calculate l2l^2:

l2=(6314)2=(63)2(14)2=36×314=10814=547l^2 = \left(\frac{6\sqrt{3}}{\sqrt{14}}\right)^2 = \frac{(6\sqrt{3})^2}{(\sqrt{14})^2} = \frac{36 \times 3}{14} = \frac{108}{14} = \frac{54}{7}

Finally, calculate 14l214l^2:

14l2=14×547=2×54=10814l^2 = 14 \times \frac{54}{7} = 2 \times 54 = 108

The final answer is 108\boxed{108}.

Answer key and solution verified before publishing.

Practise 3D Geometry

Start with this question, then two more from the same chapter — with a tutor that explains every step. Free.

Exam
JEE Main 2024
Subject
Mathematics
Chapter
3D Geometry
Topic
Vector & Cartesian forms of lines and planes