Three Dimensional Geometry: Mathematics | JEE Main
Consider the lines L1 and L2 given by
L1: 2x−1=1y−3=2z−2L2: 1x−2=2y−2=3z−3
A line L3 having direction ratios 1,−1,−2, intersects L1 and L2 at the points P and Q respectively. Then the length of line segment PQ is
Your answer stays private
What feels right?
Hint 1 of 3
Let P lie on L1 with parameter λ and Q lie on L2 with parameter μ. How are the coordinates of P and Q written parametrically?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
Express general points on lines L1 and L2 in terms of parameters λ and μ, equate the direction ratios of the connecting segment to ⟨1,−1,−2⟩, solve for the parameters to find points P and Q, and compute the distance ∣PQ∣=26.
Option analysis
Why each option works or fails
A · 32
The student miscalculates the distance formula using the components of PQ, computing 32+32=32 by dropping the z-coordinate difference. Ensure all three coordinate differences are squared and summed under the square root: ∣PQ∣=(Δx)2+(Δy)2+(Δz)2=22+(−2)2+(−4)2=24=26.
B · 43
The student introduces an arithmetic error when solving the system of equations for the parameters λ and μ, arriving at an incorrect scaling factor of 22 instead of 2, yielding 48=43. Carefully substitute the proportional relations 1μ−2λ+1=−12μ−λ−1=−23μ−2λ+1=k to find λ=3 and μ=3, giving k=−2 and displacement vector ⟨2,−2,−4⟩.
C · 4
The student finds the scalar multiple relating the displacement vector PQ to its direction ratios or computes the value of a single coordinate difference (like ∣Δz∣=4) and mistakes it for the total length ∣PQ∣. Calculate the full Euclidean length of the segment PQ rather than stopping at the absolute value of the largest coordinate difference.
D · 26
None. The student correctly parameterized points P and Q, solved the system of equations for the parameters, and computed the distance ∣PQ∣=26. None.
Reviewed route
Solution
StepWorking
01given
Line L1: 2x−1=1y−3=2z−2=λ, Line L2: 1x−2=2y−2=3z−3=μ. Line L3 passes through P∈L1 and Q∈L2 with direction ratios (1,−1,−2).
02goal
Find the coordinates of P and Q, then compute the Euclidean distance ∣PQ∣.
03approach
Express general points P on L1 and Q on L2 in terms of parameters λ and μ. Find direction ratios of PQ and equate their ratios to the given direction ratios (1,−1,−2). Solve the resulting linear system for λ and μ, determine P and Q, and compute distance PQ.
04execute
Points are P(2λ+1,λ+3,2λ+2) and Q(μ+2,2μ+2,3μ+3). The vector QP=P−Q=(2λ−μ−1,λ−2μ+1,2λ−3μ−1).
05execute
Equating proportional direction ratios:
12λ−μ−1=−1λ−2μ+1=−22λ−3μ−1=k
From the first pair: −(2λ−μ−1)=λ−2μ+1⟹−2λ+μ+1=λ−2μ+1⟹3λ=3μ⟹λ=μ.
Substitute λ=μ into 12λ−λ−1=−22λ−3λ−1⟹λ−1=−2−λ−1=2λ+1.
Thus 2(λ−1)=λ+1⟹2λ−2=λ+1⟹λ=3. Hence μ=3.
06execute
Substituting λ=3,μ=3 gives:
P=(2(3)+1,3+3,2(3)+2)=(7,6,8)Q=(3+2,2(3)+2,3(3)+3)=(5,8,12)
Then PQ=(7−5)2+(6−8)2+(8−12)2=22+(−2)2+(−4)2=4+4+16=24=26.
✓verify
Vector PQ=Q−P=(5−7,8−6,12−8)=(−2,2,4)=−2(1,−1,−2), which aligns with the given direction ratios (1,−1,−2).
Hints that build this answer step by step
Let P lie on L1 with parameter λ and Q lie on L2 with parameter μ. How are the coordinates of P and Q written parametrically?
P(2λ+1,λ+3,2λ+2) and Q(μ+2,2μ+2,3μ+3)
The vector PQ=Q−P is proportional to the direction ratios ⟨1,−1,−2⟩. Which values of λ and μ satisfy this condition?
λ=3 and μ=3
Using λ=3 and μ=3, what is the length of segment PQ?