The shortest distance between the lines −6x+7=7y−6=z and 27−x=y−2=z−6 is :
Options
Solution
Key Concepts and Formulas
Skew Lines: In three-dimensional space, two lines are defined as skew lines if they are neither parallel nor intersecting. They lie in different planes. 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 b can be represented as r=a+λb, where λ is a scalar parameter.
Shortest Distance Formula: For two skew lines given in vector form:
Line 1 (L1): r=a1+λb1
Line 2 (L2): r=a2+μb2
The shortest distance D between them is given by the formula:
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 direction vector of the common perpendicular (which is b1×b2).
Step-by-Step Solution
Step 1: Convert Cartesian Equations to Standard Vector Form
The first crucial step is to convert the given Cartesian equations of the lines into their standard vector form, r=a+λb. This allows us to identify a point on each line (a) and its direction vector (b) correctly.
For Line 1 (L1):
The given equation is −6x+7=7y−6=z.
To match the standard Cartesian form ax−x1=by−y1=cz−z1, we rewrite it as:
−6x−(−7)=7y−6=1z−0
From this, we identify:
A point on L1, (x1,y1,z1): (−7,6,0).
So, its position vector is a1=−7i^+6j^+0k^.
The direction vector of L1, (a,b,c): (−6,7,1).
So, b1=−6i^+7j^+1k^.
For Line 2 (L2):
The given equation is 27−x=y−2=z−6.
It is vital to ensure the terms in the numerator are in the form (x−x1), (y−y1), and (z−z1). The term 27−x must be rewritten as 2−(x−7), which is equivalent to −2x−7.
So, the standard Cartesian equation for L2 becomes:
−2x−7=1y−2=1z−6
From this, we identify:
A point on L2, (x2,y2,z2): (7,2,6).
So, its position vector is a2=7i^+2j^+6k^.
The direction vector of L2, (a,b,c): (−2,1,1).
So, b2=−2i^+1j^+1k^.
Step 2: Calculate the Vector Connecting Points on the Lines (a2−a1)
This vector connects the identified point on L1 to the identified point on L2. It is a crucial component for the numerator of the shortest distance formula.
a2−a1=(7i^+2j^+6k^)−(−7i^+6j^+0k^)a2−a1=(7−(−7))i^+(2−6)j^+(6−0)k^a2−a1=14i^−4j^+6k^
Step 3: Calculate the Cross Product of Direction Vectors (b1×b2)
The cross product of the direction vectors, b1×b2, gives a vector that is perpendicular to both b1 and b2. This vector defines the direction of the common perpendicular between the two skew lines.
b1×b2=i^−6−2j^71k^11=i^((7)(1)−(1)(1))−j^((−6)(1)−(1)(−2))+k^((−6)(1)−(7)(−2))=i^(7−1)−j^(−6−(−2))+k^(−6−(−14))=6i^−(−4)j^+8k^b1×b2=6i^+4j^+8k^
Step 4: Calculate the Magnitude of the Cross Product (∣b1×b2∣ )
The magnitude of the cross product forms the denominator of the shortest distance formula. It normalizes the direction vector of the common perpendicular.
∣b1×b2∣=(6)2+(4)2+(8)2=36+16+64=116
We can simplify 116 by factoring out perfect squares: 4×29=229.
So, ∣b1×b2∣=229.
Step 5: Calculate the Scalar Triple Product ((a2−a1)⋅(b1×b2))
This dot product forms the numerator of the formula. It represents the scalar projection of the vector (a2−a1) onto the direction of the common perpendicular, which is precisely the shortest distance (before normalization).
(a2−a1)⋅(b1×b2)=(14i^−4j^+6k^)⋅(6i^+4j^+8k^)=(14)(6)+(−4)(4)+(6)(8)=84−16+48=68+48=116
Step 6: Apply the Shortest Distance Formula
Now, substitute all the calculated values into the shortest distance formula:
D=∣b1×b2∣(a2−a1)⋅(b1×b2)D=229116
Since 116 and 229 are positive, the absolute value can be removed:
D=229116D=2958
To rationalize the denominator, multiply the numerator and denominator by 29:
D=2958×2929D=295829D=229
Common Mistakes & Tips
Sign Errors in Direction Vectors: A very common mistake is not correctly converting terms like (7−x) to (x−7) and adjusting the denominator's sign. Always ensure the numerators are in the form (x−x1), (y−y1), and (z−z1).
Calculation Errors: Be meticulous with vector cross products, dot products, and magnitude calculations. A single arithmetic error can lead to an incorrect final answer.
Forgetting Absolute Value: Distance must always be non-negative. Remember to take the absolute value of the scalar triple product divided by the magnitude of the cross product.
Summary
To find the shortest distance between two skew lines, we first convert their Cartesian equations into standard vector form to identify a point and a direction vector for each line. Then, we calculate the vector connecting the two points, the cross product of the direction vectors, and the magnitude of this cross product. Finally, we apply the shortest distance formula by taking the absolute value of the scalar triple product (dot product of the connecting vector with the cross product of direction vectors) divided by the magnitude of the cross product. Careful attention to algebraic signs and vector operations is essential for accuracy. Following these steps, the shortest distance between the given lines is 229.
The final answer is \boxed{\text{2 \sqrt{29}}}, which corresponds to option (A).