Animated Solution for Mathematics - Three Dimensional Geometry: The shortest distance between the lines −6x+7=7y−6=z and 27−x=y−2=z−6 is
Select Answer:
Visualized Solution
Visualizing Skew Lines
We are given two lines in 3D space.
The goal is to find the Shortest Distance (SD) between them.
If the lines are skew, the SD is the length of the common perpendicular.
Formula: SD=∣d1×d2∣∣AB⋅(d1×d2)∣
Standardizing Line L1
Line L1:−6x+7=7y−6=1z−0
Point on L1: A(−7,6,0)
Direction vector: d1=−6i^+7j^+k^
Standardizing Line L2
Line L2:27−x=y−2=z−6
Rewrite in standard form: −2x−7=1y−2=1z−6
Point on L2: B(7,2,6)
Direction vector: d2=−2i^+j^+k^
Finding Vector AB
Vector AB=B−A
AB=(7−(−7))i^+(2−6)j^+(6−0)k^
AB=14i^−4j^+6k^
The Common Perpendicular Vector
Common perpendicular vector n=d1×d2
n=i^−6−2j^71k^11
Calculating d1×d2
n=i^(7−1)−j^(−6+2)+k^(−6+14)
n=6i^+4j^+8k^
Magnitude of the Normal Vector
Magnitude: ∣n∣=62+42+82
∣n∣=36+16+64=116
The Dot Product
Numerator: ∣AB⋅n∣
∣AB⋅n∣=∣14(6)+(−4)(4)+6(8)∣
∣AB⋅n∣=∣84−16+48∣=116
Final Calculation
SD=116116=116
SD=4×29=229
Conclusion & Key Takeaway
Key Takeaway: Always convert line equations to standard form ax−x1=by−y1=cz−z1 first.
The Shortest Distance is the projection of any vector joining the lines onto the common normal.
Final Answer: 229 units.
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
Analyzing the Setup
Before we begin, we must address the most dangerous trap in this problem: the form of the line equations. You are given the line:
27−x=y−2=z−6
Many students will look at the denominator 2 and immediately assume the direction vector component is 2. However, the standard form requires the variable to have a coefficient of +1.
We must rewrite 7−x as −(x−7). This transforms the equation into:
−2x−7=1y−2=1z−6
Now, we can safely extract our direction vector d2=−2i^+j^+k^ and point B(7,2,6). For the first line, −6x+7=7y−6=z, the work is already done for us. We identify point A(−7,6,0) and direction vector d1=−6i^+7j^+k^.
The Geometry of the Bridge
To find the shortest distance, we need a vector that is perpendicular to both lines. This is the common normal, which we find using the cross product: n=d1×d2.
We set up the determinant with i^,j^,k^ in the first row and the components of our direction vectors in the subsequent rows:
n=i^−6−2j^71k^11
Expanding this, we get n=i^(7−1)−j^(−6+2)+k^(−6+14). This simplifies beautifully to n=6i^+4j^+8k^.
The Final Calculation
Now, we connect the two lines with a vector AB joining point A(−7,6,0) to point B(7,2,6). This gives us:
AB=(7−(−7))i^+(2−6)j^+(6−0)k^=14i^−4j^+6k^
The shortest distance (SD) is the projection of this vector AB onto our normal vector n, defined by the formula:
SD=∣n∣∣AB⋅n∣
Calculating the dot product, we have:
∣AB⋅n∣=∣14(6)+(−4)(4)+6(8)∣=∣84−16+48∣=116
The magnitude of our normal vector is:
∣n∣=62+42+82=36+16+64=116
Finally, we compute the distance:
SD=116116=116
Simplifying this, we get 4×29=229. You have successfully navigated the 3D void and found the shortest path.