Let L1:2x−1=3y−2=4z−3 and L2:3x−2=4y−4=5z−5 be two lines. Then which of the following points lies on the line of the shortest distance between L1 and L2 ?
Options
Solution
Key Concepts and Formulas
Vector Equation of a Line: A line passing through a point a and parallel to a direction vector b can be represented as r=a+tb, where t is a scalar parameter.
Line of Shortest Distance (LSD) between Skew Lines: For two skew lines L1:r=a1+λb1 and L2:r=a2+μb2, the line of shortest distance is the unique line segment that is perpendicular to both L1 and L2. Its direction vector d is parallel to the cross product of the direction vectors of the two lines, i.e., d=b1×b2.
Perpendicularity Condition: Two vectors u and v are perpendicular if and only if their dot product is zero: u⋅v=0.
Cartesian Equation of a Line: A line passing through a point (x1,y1,z1) with direction ratios (a,b,c) can be written as ax−x1=by−y1=cz−z1.
Step-by-Step Solution
Step 1: Convert the given Cartesian equations of the lines to their vector forms.
Why: The vector form simplifies the identification of points on the lines and their direction vectors, which are essential for subsequent calculations involving shortest distance.
The given lines are:
L1:2x−1=3y−2=4z−3L2:3x−2=4y−4=5z−5
From these Cartesian equations, we extract the following information for each line:
For L1:
A point on the line: a1=(1,2,3)
Its direction vector: b1=(2,3,4)
The vector equation for L1 is: r=(1i+2j+3k)+λ(2i+3j+4k)
For L2:
A point on the line: a2=(2,4,5)
Its direction vector: b2=(3,4,5)
The vector equation for L2 is: r=(2i+4j+5k)+μ(3i+4j+5k)
Step 2: Determine the direction vector of the Line of Shortest Distance (LSD).
Why: The line of shortest distance (also known as the common perpendicular) between two skew lines is perpendicular to both lines. The cross product of their direction vectors yields a vector that is perpendicular to both, thus giving the direction of the LSD.
Let d be the direction vector of the LSD. It is parallel to b1×b2.
d=b1×b2=i23j34k45
Calculating the determinant:
d=i(3⋅5−4⋅4)−j(2⋅5−4⋅3)+k(2⋅4−3⋅3)d=i(15−16)−j(10−12)+k(8−9)d=−i+2j−k
So, the direction vector of the LSD is (−1,2,−1).
Step 3: Define general points on L1 and L2.
Why: To find the specific points where the LSD intersects L1 and L2, we first express any arbitrary point on each line using their respective parameters λ and μ.
Let P be a general point on L1 and Q be a general point on L2.
Using the vector equations from Step 1:
P=(1+2λ,2+3λ,3+4λ)Q=(2+3μ,4+4μ,5+5μ)
Step 4: Form the vector PQ and apply perpendicularity conditions.
Why: The vector PQ connecting the points P and Q that define the shortest distance must itself be perpendicular to both direction vectors b1 and b2. This property allows us to set up equations to find the values of λ and μ.
The vector PQ connects point P on L1 to point Q on L2:
PQ=Q−P=((2+3μ)−(1+2λ))i+((4+4μ)−(2+3λ))j+((5+5μ)−(3+4λ))kPQ=(1+3μ−2λ)i+(2+4μ−3λ)j+(2+5μ−4λ)k
For PQ to represent the shortest distance vector, it must be perpendicular to both b1 and b2.
Condition 1: PQ⋅b1=0(1+3μ−2λ)(2)+(2+4μ−3λ)(3)+(2+5μ−4λ)(4)=0
Expanding and combining like terms:
(2+6μ−4λ)+(6+12μ−9λ)+(8+20μ−16λ)=0(2+6+8)+(6+12+20)μ+(−4−9−16)λ=016+38μ−29λ=0⇒29λ−38μ=16(Equation 1)
Condition 2: PQ⋅b2=0(1+3μ−2λ)(3)+(2+4μ−3λ)(4)+(2+5μ−4λ)(5)=0
Expanding and combining like terms:
(3+9μ−6λ)+(8+16μ−12λ)+(10+25μ−20λ)=0(3+8+10)+(9+16+25)μ+(−6−12−20)λ=021+50μ−38λ=0⇒38λ−50μ=21(Equation 2)
Step 5: Solve the system of linear equations for λ and μ.
Why: The values of λ and μ obtained from these equations will uniquely determine the specific points P and Q that represent the feet of the common perpendicular on L1 and L2.
We have the system of two linear equations:
29λ−38μ=16
38λ−50μ=21
To solve this system by elimination, multiply Equation 1 by 38 and Equation 2 by 29:
38×(29λ−38μ)=38×16⇒1102λ−1444μ=60829×(38λ−50μ)=29×21⇒1102λ−1450μ=609
Subtract the first new equation from the second new equation:
(1102λ−1450μ)−(1102λ−1444μ)=609−608−6μ=1μ=−61
Substitute μ=−61 into Equation 1:
29λ−38(−61)=1629λ+319=1629λ=16−31929λ=348−1929λ=329λ=31
Step 6: Find the coordinates of point P (or Q).
Why: The line of shortest distance passes through P and Q. We need the coordinates of one of these points to define the equation of the LSD.
Substitute λ=31 into the coordinates of point P:
P=(1+2(31),2+3(31),3+4(31))P=(1+32,2+1,3+34)P=(35,3,313)
Step 7: Formulate the Cartesian equation of the Line of Shortest Distance (LSD).
Why: This equation describes the line on which the shortest distance lies. We will use it to check the given options.
The LSD passes through point P(35,3,313) and has the direction vector d=(−1,2,−1).
The Cartesian equation of the LSD is:
−1x−35=2y−3=−1z−313
Step 8: Check the given options.
Why: We substitute the coordinates of each option into the equation of the LSD to determine which point lies on it. A point lies on the line if, when substituted, all three ratios are equal to a common constant.
Let's test option (A): (314,−3,322)
For x: −1314−35=−139=−13=−3
For y: 2−3−3=2−6=−3
For z: −1322−313=−139=−13=−3
Since all three ratios are equal to −3, point (A) lies on the line of shortest distance.
Let's quickly verify other options:
For (B) (2,3,31): −12−35=−31, but 23−3=0. Ratios are not equal.
For (C) (38,−1,31): −138−35=−1, but 2−1−3=−2. Ratios are not equal.
For (D) (−35,−7,1): −1−35−35=310, but 2−7−3=−5. Ratios are not equal.
Thus, only option (A) lies on the line of shortest distance.
Common Mistakes & Tips
Cross Product Accuracy: Errors in calculating the cross product b1×b2 are common. Double-check the determinant calculation, especially the signs, as it determines the direction of the LSD.
Algebraic Precision: Solving the system of two linear equations for λ and μ is a crucial step. Careless arithmetic mistakes at this stage will invalidate the entire solution.
Understanding Perpendicularity: Remember that the shortest distance vector PQ must be perpendicular to both direction vectors b1 and b2. This yields two distinct dot product equations.
Summary
To find a point on the line of shortest distance (LSD) between two skew lines, we first represent the lines in vector form. The direction vector of the LSD is obtained by taking the cross product of the direction vectors of the given lines, due to its perpendicularity to both. We then define general points on each line using parameters λ and μ, and form the vector connecting them (PQ). By applying the perpendicularity conditions (PQ⋅b1=0 and PQ⋅b2=0), we solve for λ and μ. These values define the specific points (feet of the common perpendicular) on each line. Using one of these points and the LSD's direction vector, we formulate the Cartesian equation of the LSD. Finally, we substitute the coordinates of the given options into this equation to identify the point that lies on the line. Following this systematic approach, option (A) was found to be the correct answer.