The shortest distance between the lines 1x−5=2y−2=−3z−4 and 1x+3=4y+5=−5z−1 is :
Options
Solution
Key Concepts and Formulas
Skew Lines: Two lines in 3D space are called skew lines if they are neither parallel nor intersecting. They lie on different planes.
Vector Form of a Line: A line passing through a point with position vector a and parallel to a direction vector b can be represented as r=a+λb, where λ is a scalar parameter. For a line given in Cartesian form lx−x1=my−y1=nz−z1, the position vector is a=x1i^+y1j^+z1k^ and the direction vector is b=li^+mj^+nk^.
Shortest Distance Formula: The shortest distance (d) between two skew lines r=a1+λb1 and r=a2+μb2 is given by the formula:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)
This formula represents the scalar projection of the vector connecting points on the two lines onto their common perpendicular direction.
Step-by-Step Solution
Step 1: Convert Cartesian Equations to Vector Form
To apply the shortest distance formula, we first express the given lines in their vector form r=a+λb.
For Line 1:1x−5=2y−2=−3z−4
A point on this line is (x1,y1,z1)=(5,2,4), so its position vector is a1=5i^+2j^+4k^.
The direction ratios are (l,m,n)=(1,2,−3), so its direction vector is b1=i^+2j^−3k^.
For Line 2:1x+3=4y+5=−5z−1
We rewrite the numerators as (x−(−3)), (y−(−5)), (z−1).
A point on this line is (x2,y2,z2)=(−3,−5,1), so its position vector is a2=−3i^−5j^+k^.
The direction ratios are (l,m,n)=(1,4,−5), so its direction vector is b2=i^+4j^−5k^.
Step 2: Calculate the Vector (a2−a1)
This vector connects a point on Line 1 to a point on Line 2, and its components are crucial for determining the relative displacement between the lines.
a2−a1=(−3i^−5j^+k^)−(5i^+2j^+4k^)a2−a1=(−3−5)i^+(−5−2)j^+(1−4)k^a2−a1=−8i^−7j^−6k^
Step 3: Calculate the Cross Product (b1×b2)
The cross product of the direction vectors b1 and b2 gives a vector that is perpendicular to both lines. This vector defines the direction along which the shortest distance is measured.
b1×b2=i^11j^24k^−3−5b1×b2=i^((2)(−5)−(−3)(4))−j^((1)(−5)−(−3)(1))+k^((1)(4)−(2)(1))b1×b2=i^(−10+12)−j^(−5+3)+k^(4−2)b1×b2=2i^−j^(−2)+2k^b1×b2=2i^+2j^+2k^
Step 4: Calculate the Scalar Triple Product (a2−a1)⋅(b1×b2)
This dot product gives the scalar projection of the vector (a2−a1) onto the common perpendicular direction. Its magnitude is the numerator of our shortest distance formula.
(a2−a1)⋅(b1×b2)=(−8i^−7j^−6k^)⋅(2i^+2j^+2k^)(a2−a1)⋅(b1×b2)=(−8)(2)+(−7)(2)+(−6)(2)(a2−a1)⋅(b1×b2)=−16−14−12(a2−a1)⋅(b1×b2)=−42
Step 5: Calculate the Magnitude of the Cross Product ∣b1×b2∣
The magnitude of the cross product serves as the denominator, normalizing the scalar triple product to give the actual perpendicular distance.
∣b1×b2∣=∣2i^+2j^+2k^∣∣b1×b2∣=(2)2+(2)2+(2)2∣b1×b2∣=4+4+4∣b1×b2∣=12∣b1×b2∣=4×3=23
Step 6: Apply the Shortest Distance Formula
Substitute the calculated numerator and denominator into the shortest distance formula.
d=∣b1×b2∣(a2−a1)⋅(b1×b2)d=23−42d=3−21
To rationalize the denominator, multiply the numerator and denominator by 3:
d=3−213d=∣−73∣d=73
Common Mistakes & Tips
Sign Errors in Vector Components: Be extremely careful when extracting the components of a1 and a2 from the Cartesian equations, especially with terms like (x+a), which should be read as (x−(−a)).
Arithmetic Precision: Errors in vector addition/subtraction, cross products, or dot products can significantly affect the final answer. Double-check each calculation.
Order of Cross Product: While the magnitude ∣b1×b2∣ is the same as ∣b2×b1∣, the vector direction is opposite. However, since the formula involves an absolute value for the distance, the sign of the numerator is ultimately resolved. Consistency in the order is still good practice.
Check for Parallel Lines: Before applying the skew line formula, quickly check if the lines are parallel. If b1 is a scalar multiple of b2, the lines are parallel (or coincident), and a different formula for parallel lines is used: d=∣b∣(a2−a1)×b. In this problem, the direction vectors are not proportional, so the lines are skew.
Summary
To find the shortest distance between two skew lines, we first convert their Cartesian equations into vector form, identifying the position vectors of points on each line (a1,a2) and their respective direction vectors (b1,b2). We then calculate the vector connecting the points (a2−a1) and the common perpendicular direction vector (b1×b2). The shortest distance is found by taking the absolute value of the scalar projection of (a2−a1) onto (b1×b2), which is given by the formula d=∣b1×b2∣(a2−a1)⋅(b1×b2). Careful execution of vector arithmetic leads to the final distance.
The final answer is \boxed{\text{7\sqrt{3}}}, which corresponds to option (A).