The shortest distance between the lines 3x−3=−1y−8=1z−3 and −3x+3=2y+7=4z−6 is :
Options
Solution
This problem asks us to find the shortest distance between two lines in three-dimensional space. These lines are neither parallel nor intersecting, which means they are skew lines.
1. Key Concepts and Formulas
Skew Lines: Lines in 3D space that are not parallel and do not intersect. The shortest distance between them is the length of the unique line segment that is perpendicular to both lines.
Vector Form of Lines: A line passing through a point with position vector a and having a direction vector b can be represented as r=a+λb, where λ is a scalar parameter.
Shortest Distance Formula: For two skew lines L1:r=a1+λb1 and L2:r=a2+μb2, the shortest distance d is given by:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)
This formula essentially calculates the scalar projection of the vector connecting a point on L1 to a point on L2 onto the common normal vector to both lines.
2. Step-by-Step Solution
Step 1: Extract Position and Direction Vectors from the Line Equations
The lines are given in Cartesian form: ax−x0=by−y0=cz−z0.
From this, a point on the line is (x0,y0,z0) and its direction vector is (a,b,c).
For Line 1 (L1): 3x−3=−1y−8=1z−3
Position vector of a point on L1: a1=3i^+8j^+3k^
Direction vector of L1: b1=3i^−j^+k^
For Line 2 (L2): −3x+3=2y+7=4z−6
Important Note: Remember to convert x+k to x−(−k) for the point's coordinate.
Position vector of a point on L2: a2=−3i^−7j^+6k^
Direction vector of L2: b2=−3i^+2j^+4k^
Step 2: Calculate the Vector Connecting the Points (a2−a1)
This vector connects a specific point on L1 to a specific point on L2.
a2−a1=(−3i^−7j^+6k^)−(3i^+8j^+3k^)a2−a1=(−3−3)i^+(−7−8)j^+(6−3)k^a2−a1=−6i^−15j^+3k^
Step 3: Calculate the Cross Product of the Direction Vectors (b1×b2)
This cross product gives a vector that is perpendicular to both direction vectors, and therefore perpendicular to both lines. This vector represents the direction of the shortest distance.
b1×b2=i^3−3j^−12k^14=i^((−1)(4)−(1)(2))−j^((3)(4)−(1)(−3))+k^((3)(2)−(−1)(−3))=i^(−4−2)−j^(12−(−3))+k^(6−3)=i^(−6)−j^(15)+k^(3)=−6i^−15j^+3k^
Observation: Notice that a2−a1 is identical to b1×b2 in this particular problem. This is a special case.
Step 4: Calculate the Magnitude of the Cross Product (∣b1×b2∣)
This magnitude will be the denominator in our formula.
∣b1×b2∣=∣−6i^−15j^+3k^∣=(−6)2+(−15)2+(3)2=36+225+9=270
To simplify the radical: 270=9×30.
∣b1×b2∣=9×30=330
Step 5: Calculate the Scalar Triple Product (Numerator of the Formula)
This is (a2−a1)⋅(b1×b2).
Since we observed that a2−a1=b1×b2=−6i^−15j^+3k^, let's call this vector V.
Then the numerator is V⋅V=∣V∣2.
(a2−a1)⋅(b1×b2)=(−6i^−15j^+3k^)⋅(−6i^−15j^+3k^)=(−6)(−6)+(−15)(−15)+(3)(3)=36+225+9=270
Alternatively, we already found ∣V∣=270, so ∣V∣2=(270)2=270.
Step 6: Apply the Shortest Distance Formula
Substitute the calculated numerator and denominator into the formula:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)d=330270d=330270d=3090
To rationalize the denominator, multiply the numerator and denominator by 30:
d=3090×3030d=309030d=330
3. Common Mistakes & Tips
Sign Errors: Be extremely careful when extracting coordinates from Cartesian form (x+k means x0=−k) and during vector arithmetic (especially cross products and dot products).
Parallel Lines Check: Always check if the direction vectors b1 and b2 are proportional. If they are, the lines are parallel (or coincident), and a different formula for shortest distance applies: d=∣b∣(a2−a1)×b. In this problem, b1 and b2 are not proportional, confirming they are skew.
Intersecting Lines Check: If the scalar triple product (a2−a1)⋅(b1×b2) is zero, it means the lines are coplanar. If they are not parallel, they must intersect, and the shortest distance is zero. Here, the numerator is 270, so they do not intersect.
4. Summary
We systematically applied the formula for the shortest distance between two skew lines. First, we correctly identified the position and direction vectors for both lines. Then, we calculated the necessary components: the vector connecting points on the lines, the cross product of the direction vectors, its magnitude, and the scalar triple product. Substituting these values into the formula yielded the shortest distance.
The shortest distance between the given lines is 330.
5. Final Answer
The final answer is 330, which corresponds to option (C).