The shortest distance between the lines 2x−1=−7y+8=5z−4 and 2x−1=1y−2=−3z−6 is :
Options
Solution
Key Concepts and Formulas
Vector Equation 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.
Shortest Distance Between Skew Lines: Skew lines are non-parallel and non-intersecting lines in 3D space. The shortest distance, d, between two skew lines L1:r=a1+λb1 and L2:r=a2+μb2 is given by the formula:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)
This formula represents the projection of the vector connecting points on the two lines (a2−a1) onto the common perpendicular direction (b1×b2).
Cartesian to Vector Form: A line given in Cartesian form lx−x0=my−y0=nz−z0 has a point (x0,y0,z0) and a direction vector (l,m,n).
Step-by-Step Solution
1. Identify Points and Direction Vectors from Cartesian Equations
The given lines are:
L1:2x−1=−7y+8=5z−4L2:2x−1=1y−2=−3z−6
From L1:
A point on L1 is A1(1,−8,4). So, a1=i−8j+4k.
Note: The term y+8 in the denominator means y−(−8), so the y-coordinate of the point is −8.
The direction vector of L1 is b1=2i−7j+5k.
From L2:
A point on L2 is A2(1,2,6). So, a2=i+2j+6k.
The direction vector of L2 is b2=2i+j−3k.
Self-check: We observe that b1 and b2 are not proportional (2/2=−7/1=5/−3), which confirms that the lines are not parallel. Thus, the formula for skew lines is applicable.
2. Calculate a2−a1
This vector represents the displacement from a point on L1 to a point on L2.
a2−a1=(i+2j+6k)−(i−8j+4k)a2−a1=(1−1)i+(2−(−8))j+(6−4)ka2−a1=0i+10j+2k
3. Calculate the Cross Product b1×b2
The cross product of the direction vectors yields a vector that is perpendicular to both b1 and b2. This vector defines the direction of the shortest distance between the lines.
b1×b2=i22j−71k5−3=i((−7)(−3)−(5)(1))−j((2)(−3)−(5)(2))+k((2)(1)−(−7)(2))=i(21−5)−j(−6−10)+k(2−(−14))=i(16)−j(−16)+k(16)b1×b2=16i+16j+16k
4. Calculate the Magnitude of the Cross Product ∣b1×b2∣
This magnitude serves as the denominator in the shortest distance formula.
∣b1×b2∣=162+162+162=3×162=163
5. Calculate the Scalar Triple Product (a2−a1)⋅(b1×b2)
This is the dot product of the vector connecting the points on the lines with the common perpendicular direction vector. This forms the numerator of our formula.
(a2−a1)⋅(b1×b2)=(0i+10j+2k)⋅(16i+16j+16k)=(0)(16)+(10)(16)+(2)(16)=0+80+16=96
6. Substitute Values into the Shortest Distance Formula
Now, we substitute all the calculated values into the formula:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)d=16396
Since distance must be positive, we can drop the absolute value sign.
d=16396d=36
7. Rationalize the Denominator
To present the answer in a standard mathematical form, we rationalize the denominator by multiplying the numerator and denominator by 3:
d=36×33d=363d=23
The shortest distance between the given lines is 23 units.
Common Mistakes & Tips
Sign Errors in Point Extraction: Be extremely careful when extracting the coordinates of points from the Cartesian form, especially with terms like y+8 (which implies y−(−8)).
Cross Product Calculation: This is a frequent source of errors. Double-check your determinant calculations, especially the signs for the j component.
Parallel Lines Check: Always briefly check if the direction vectors are proportional. If they are, the lines are parallel, and a different formula for shortest distance applies: d=∣b∣(a2−a1)×b, where b is the common direction vector. In this problem, they are not parallel.
Summary
The shortest distance between two skew lines is a fundamental concept in 3D geometry. The most efficient way to calculate it is by using the vector formula d=∣b1×b2∣(a2−a1)⋅(b1×b2). The process involves carefully identifying the points and direction vectors from the given line equations, performing vector operations (subtraction, cross product, dot product), and finally substituting these values into the formula. Accuracy in vector algebra is key to arriving at the correct answer.
The final answer is \boxed{\text{2\sqrt3}}, which corresponds to option (A).