The shortest distance, between lines L1 and L2, where L1:2x−1=−3y+1=2z+4 and L2 is the line, passing through the points A(−4,4,3),B(−1,6,3) and perpendicular to the line −2x−3=3y=1z−1, is
Options
Solution
1. Key Concepts and Formulas
Vector Form of a Line: A line passing through a point with position vector a and having a direction vector d can be represented as r=a+λd, where λ is a scalar parameter.
Shortest Distance Between Two Skew Lines: For two skew lines, L1:r=a1+λd1 and L2:r=a2+μd2, the shortest distance (S.D.) between them is given by the formula:
S.D.=∣d1×d2∣∣(a2−a1)⋅(d1×d2)∣
This formula calculates the projection of the vector connecting any point on L1 to any point on L2 onto their common perpendicular direction.
Perpendicular Lines: Two lines are perpendicular if the dot product of their direction vectors is zero. If dA and dB are the direction vectors of two perpendicular lines, then dA⋅dB=0.
2. Step-by-Step Solution
Step 1: Express Line L1 in Vector Form
The equation of line L1 is given in Cartesian form:
L1:2x−1=−3y+1=2z+4
We compare this with the standard symmetric form dxx−x1=dyy−y1=dzz−z1.
From this, we can identify a point on L1 and its direction vector:
The position vector of a point on L1 is a1=1i^−1j^−4k^=i^−j^−4k^.
The direction vector of L1 is d1=2i^−3j^+2k^.
Step 2: Determine Point and Direction Vector for Line L2
Line L2 passes through points A(−4,4,3) and B(−1,6,3), and is perpendicular to line L3:−2x−3=3y=1z−1.
Finding a point on L2 (a2):
Since L2 passes through point A(−4,4,3), we can choose this as our reference point for L2:
a2=−4i^+4j^+3k^.
Finding the direction vector of L2 (d2):
The line L2 passes through points A and B. Therefore, its direction vector must be parallel to the vector AB.
Let's calculate AB:
AB=Position Vector of B−Position Vector of AAB=(−1−(−4))i^+(6−4)j^+(3−3)k^AB=3i^+2j^+0k^.
We are also given that L2 is perpendicular to line L3:−2x−3=3y=1z−1.
The direction vector of L3 is d3=−2i^+3j^+1k^.
For L2 to be perpendicular to L3, their direction vectors must have a dot product of zero. Let's check if AB satisfies this condition:
AB⋅d3=(3i^+2j^+0k^)⋅(−2i^+3j^+k^)=(3)(−2)+(2)(3)+(0)(1)=−6+6+0=0.
Since the dot product is zero, AB is indeed perpendicular to d3. Thus, we can confidently use d2=AB as the direction vector for line L2.
So, d2=3i^+2j^+0k^.
Step 3: Calculate the Vector Connecting Points on L1 and L2
We need to calculate the vector a2−a1:
a2−a1=(−4i^+4j^+3k^)−(i^−j^−4k^)=(−4−1)i^+(4−(−1))j^+(3−(−4))k^=−5i^+5j^+7k^
Step 4: Calculate the Common Perpendicular Direction Vector
This is given by the cross product of the direction vectors of L1 and L2, i.e., d1×d2:
d1×d2=(2i^−3j^+2k^)×(3i^+2j^+0k^)
We compute this using the determinant form:
d1×d2=i^23j^−32k^20=i^((−3)(0)−(2)(2))−j^((2)(0)−(2)(3))+k^((2)(2)−(−3)(3))=i^(0−4)−j^(0−6)+k^(4−(−9))=−4i^+6j^+13k^
Step 5: Calculate the Scalar Triple Product (Numerator)
This is the dot product of the vector from Step 3 and the vector from Step 4:
(a2−a1)⋅(d1×d2)=(−5i^+5j^+7k^)⋅(−4i^+6j^+13k^)=(−5)(−4)+(5)(6)+(7)(13)=20+30+91=141
Step 6: Calculate the Magnitude of the Common Perpendicular Direction Vector (Denominator)
This is the magnitude of the cross product calculated in Step 4:
∣d1×d2∣=∣−4i^+6j^+13k^∣=(−4)2+(6)2+(13)2=16+36+169=221
Step 7: Apply the Shortest Distance Formula
Now, we substitute the calculated values into the shortest distance formula:
S.D.=∣d1×d2∣∣(a2−a1)⋅(d1×d2)∣S.D.=221∣141∣=221141
3. Common Mistakes & Tips
Sign Errors: Be extremely careful when extracting coordinates from the Cartesian form of a line (e.g., y+1 means y1=−1) and during vector arithmetic (subtraction, dot product, cross product).
Vector Interpretation: When a line is defined by multiple conditions (e.g., passing through two points AND perpendicular to another line), ensure that the chosen direction vector satisfies ALL conditions. In this case, AB fortunately satisfied the perpendicularity condition.
Cross Product Calculation: Mistakes in calculating the determinant for the cross product are common. Double-check your signs and arithmetic for each component.
Absolute Value: Remember that distance must always be a non-negative value, so always take the absolute value of the numerator in the shortest distance formula.
4. Summary
To find the shortest distance between the given lines, we first converted L1 to its vector form by identifying a point a1 and direction vector d1. For L2, we used point A as a2 and derived its direction vector d2 by finding the vector AB and verifying its perpendicularity to L3. Subsequently, we calculated the vector (a2−a1), the cross product (d1×d2), and their dot product. Finally, dividing the absolute value of this dot product by the magnitude of the cross product yielded the shortest distance. The calculated shortest distance is 221141.
5. Final Answer
The shortest distance between lines L1 and L2 is 221141, which corresponds to option (A).