The shortest distance between the lines 3x−2=2y+1=2z−6 and 3x−6=21−y=0z+8 is equal to ________
Answer: 1
Solution
1. Key Concepts and Formulas
Skew Lines: Two lines in 3D space are called skew if they are neither parallel nor intersecting. The shortest distance between them is the length of the unique line segment that is perpendicular to both lines.
Vector Form of a Line: A line passing through a point with position vector a and parallel to a direction vector d can be represented as r=a+λd.
Shortest Distance Formula: For two skew lines L1:r1=a1+λp and L2:r2=a2+μq, the shortest distance (SD) between them is given by:
SD=∣p×q∣(a2−a1)⋅(p×q)
This formula calculates the projection of the vector connecting a point on L1 to a point on L2 onto the common normal vector (p×q) to both lines.
2. Step-by-Step Solution
Step 1: Extract Point and Direction Vectors for each Line
First, we need to convert the given Cartesian equations into the standard vector form r=a+λd. The standard Cartesian form is ax−x1=by−y1=cz−z1, where (x1,y1,z1) is a point on the line and (a,b,c) are the direction ratios.
For Line 1 (L1):
The equation is 3x−2=2y+1=2z−6
By comparing with the standard form, we identify:
A point on L1: (x1,y1,z1)=(2,−1,6). So, a1=2i^−j^+6k^.
The direction vector parallel to L1: (a,b,c)=(3,2,2). So, p=3i^+2j^+2k^.
For Line 2 (L2):
The equation is 3x−6=21−y=0z+8
We must rewrite the y-term to match the standard form (y−y1).
21−y=2−(y−1)=−2y−1
So, the equation for L2 becomes:
3x−6=−2y−1=0z−(−8)
Now, comparing with the standard form, we identify:
A point on L2: (x1,y1,z1)=(6,1,−8). So, a2=6i^+j^−8k^.
The direction vector parallel to L2: (a,b,c)=(3,−2,0). So, q=3i^−2j^+0k^.
Step 2: Calculate the Vector Connecting Points on the Lines: a2−a1
This vector connects a specific point on the first line to a specific point on the second line.
a2−a1=(6i^+j^−8k^)−(2i^−j^+6k^)=(6−2)i^+(1−(−1))j^+(−8−6)k^=4i^+2j^−14k^
Step 3: Calculate the Cross Product of Direction Vectors: p×q
The cross product p×q yields a vector that is perpendicular to both p and q. This vector gives the direction of the shortest distance between the lines.
p×q=i^33j^2−2k^20=i^((2)(0)−(2)(−2))−j^((3)(0)−(2)(3))+k^((3)(−2)−(2)(3))=i^(0−(−4))−j^(0−6)+k^(−6−6)=4i^+6j^−12k^
Step 4: Calculate the Magnitude of the Cross Product: ∣p×q∣
This is the magnitude of the common normal vector, which will be the denominator in our shortest distance formula.
∣p×q∣=∣4i^+6j^−12k^∣=42+62+(−12)2=16+36+144=196=14
Step 5: Calculate the Scalar Triple Product (Numerator): (a2−a1)⋅(p×q)
This is the dot product of the vector connecting the two points and the common normal vector.
(a2−a1)⋅(p×q)=(4i^+2j^−14k^)⋅(4i^+6j^−12k^)=(4)(4)+(2)(6)+(−14)(−12)=16+12+168=196
Step 6: Calculate the Shortest Distance
Substitute the calculated values into the shortest distance formula:
SD=∣p×q∣(a2−a1)⋅(p×q)SD=14196SD=∣14∣SD=14
3. Common Mistakes & Tips
Standard Form Conversion: Always ensure the line equations are in the standard form ax−x1=by−y1=cz−z1. Pay close attention to signs, especially terms like 1−y, which must be rewritten as −(y−1), leading to a sign change in the denominator.
Calculation Errors: Vector cross products, dot products, and magnitude calculations are prone to arithmetic errors. Double-check each step carefully.
Parallel Lines Check: Briefly check if the direction vectors are parallel (proportional). If they are, a different formula for parallel lines would be used. In this case, (3,2,2) and (3,−2,0) are clearly not parallel, confirming they are skew lines.
4. Summary
To find the shortest distance between two skew lines, we first extract the position vector of a point on each line (a1,a2) and their respective direction vectors (p,q). We then calculate the vector connecting the points (a2−a1) and the common normal vector (p×q). Finally, we compute the magnitude of the common normal vector and use these values in the shortest distance formula SD=∣p×q∣(a2−a1)⋅(p×q). Following these steps systematically, the shortest distance between the given lines is found to be 14 units.