Animated Solution for Mathematics - Three Dimensional Geometry: If the square of the shortest distance between the lines 1x−2=2y−1=−3z+3 and 2x+1=4y+3=−5z+5 is nm where m, n are coprime numbers, then m+n is equal to:
Select Answer:
Visualized Solution
Line 1 Parameters
Line 1: 1x−2=2y−1=−3z+3
Point P1(2,1,−3)
Direction vector d1=i^+2j^−3k^
Line 2 Parameters
Line 2: 2x+1=4y+3=−5z+5
Point P2(−1,−3,−5)
Direction vector d2=2i^+4j^−5k^
Shortest Distance Formula
For skew lines, the shortest distance d is along the common normal.
d=∣d1×d2∣∣(P1−P2)⋅(d1×d2)∣
Vector P2P1
P2P1=(2−(−1))i^+(1−(−3))j^+(−3−(−5))k^
P2P1=3i^+4j^+2k^
Common Normal Vector
The common normal n is perpendicular to both lines.
n=d1×d2
Cross Product d1×d2
n=i^12j^24k^−3−5
n=i^(−10−(−12))−j^(−5−(−6))+k^(4−4)
n=2i^−1j^+0k^
Magnitude ∣n∣
∣n∣=22+(−1)2+02
∣n∣=4+1+0
∣n∣=5
Numerator: Dot Product
P2P1⋅n=(3i^+4j^+2k^)⋅(2i^−1j^+0k^)
P2P1⋅n=(3)(2)+(4)(−1)+(2)(0)
P2P1⋅n=6−4+0=2
Shortest Distance d
d=∣n∣∣P2P1⋅n∣
d=5∣2∣
d=52
Square of the Distance
d2=(52)2
d2=54
Finding m+n
Given d2=nm, where m,n are coprime.
m=4, n=5 (since 4 and 5 are coprime).
m+n=4+5=9
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of the Void
Understanding Skew Lines
Imagine you are standing in a vast, empty room. You have two thin, straight wires suspended in the air. They are not parallel, and they do not touch.
This is the essence of skew lines in 3D space. They are like two ships passing in the night, separated by a gap that we are tasked to measure. This problem is not just about plugging numbers into a formula; it is about visualizing the bridge that connects these two infinite paths.
Decoding the Blueprint
Every line in 3D space is defined by a point it passes through and a direction in which it travels. Look at the first line:
1x−2=2y−1=−3z+3
By comparing this to the standard form ax−x0=by−y0=cz−z0, we immediately extract our first anchor point P1(2,1,−3) and its direction vector d1=i^+2j^−3k^.
Now, look at the second line:
2x+1=4y+3=−5z+5
Similarly, we find P2(−1,−3,−5) and d2=2i^+4j^−5k^. We have our coordinates and our vectors; we are ready to build our bridge.
The Common Normal
The shortest distance between these two lines is the length of the segment that is perpendicular to both. Think of this as the shortest path between two parallel planes, each containing one of our lines.
To find this, we need a vector that is perpendicular to both d1 and d2. This is where the cross product shines. We calculate n=d1×d2.
Using the determinant method, we set up the matrix with i^,j^,k^ in the first row, ⟨1,2,−3⟩ in the second, and ⟨2,4,−5⟩ in the third. Expanding this, we get:
n=i^(−10−(−12))−j^(−5−(−6))+k^(4−4)
This simplifies beautifully to n=2i^−1j^+0k^. This vector n is the normal to the planes containing our lines.
The Projection
Now, we need to measure the gap. We create a vector connecting our two lines:
The shortest distance is simply the projection of this connecting vector P2P1 onto the common normal n. Mathematically, this is the absolute value of the dot product of P2P1 and the unit normal vector.
We calculate the dot product:
P2P1⋅n=(3)(2)+(4)(−1)+(2)(0)=6−4+0=2
The magnitude of our normal vector is ∣n∣=22+(−1)2+02=5. Thus, the distance d is:
d=5∣2∣=52
The Final Stretch
The problem asks for the square of this distance. So, we calculate:
d2=(52)2=54
We are told this equals nm where m and n are coprime. Since 4 and 5 share no common factors, m=4 and n=5.
The final step is to find m+n, which is 4+5=9. You have navigated the 3D landscape, mastered the cross product, and arrived at the solution: 9.